#site{
	margin:0 auto 0 auto;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
}

#site .png{
	behavior: url(win_png.htc);
}

#site h1, #site h2, #site h3, #site h4, #site h5, #site p{
	display: inline;
	font-weight: normal;
}

#site a img{
	border:0px;
}

/* POUR FIREFOX */
#site {
	width: 878px;
	background-image: url(images/fond.png);
	background-repeat: repeat-y;	
}

/* POUR IE */
* html #site {
	width: 878px;
	background-image: url(images/fond.png);
	background-repeat: repeat-y;	
}

#site .seph{
	width:100%;	
	height:2px;
	background-image:url(images/sep-h.png);
	background-repeat:repeat-x;
	overflow:hidden;
	margin-top:4px;
	margin-bottom:4px;
}

#site .sepv{
	width:10px;
	background-image:url(images/sep-v.png);
	background-repeat:repeat-y;
	background-position: center;
}

#site .init{
	clear:both;
	height:20px;
}

#site form{
	display:inline;
}

/********************************************************************/
/*								HEADER								*/
/********************************************************************/

#site #logo{
	position: absolute;
	left: 0px;
	top: 0px;
}

#site #mea{
	position: absolute;
	right: 6px;
	top: 6px;
	width: 393px;
	height: 134px;
	border: 2px solid #000000;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index:2;
}

#site #mea .fleche {	
	float: left;
	height: 100%;
	width: 78px;	
	background-image: url(images/fleche.png);
	background-position: top;
	background-repeat: no-repeat;
}

#site #mea .texte {
	float: left;
	width: 200px;
	height: 100%;
}

#site #mea .texte a {
	font-size: 12px;
	color: #000000;
}

/********************************************************************/
/*								CONTENU-GAUCHE						*/
/********************************************************************/

#site #recherche{
	position: absolute;
	left: 6px;
	top: 150px;
	width: 180px;
	height: 90px;
	border: 2px solid #000000;
	background-color: #FFFFFF;
	font-size: 11px;
}

#site #recherche a{
	color:#000000;
}

#site #recherche .fleche{
	width: 35px;
	height: 100%;
	float: left;
	background-image: url(images/fleche-verte.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#site #recherche .contenu {
	width: 130px;
	height: 100%;
	float: left;
	font-size: 11px;
}

#site #recherche .contenu .champ {
	width: 85px;
	height: 15px;
	padding: 2px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

#site #menu{
	position: absolute;
	left: 6px;
	top: 250px;
	width: 180px;
	height: 420px;
	border: 2px solid #000000;
	background-color: #FFFFFF;
	font-size: 11px;
}

#site #menu a {
	font-family: Verdana;
	color: #000000;
	text-decoration: none;
}

#site #menu .menu {
	margin-top: 7px;
}

#site #menu .menuon {	
	margin-top: 7px;
	background-image: url(images/menu-bouton-fond.png);
	background-repeat: no-repeat;
}

#site #menu .menu a, #menu .menuon a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	margin-left: 5px;
}

#site #menu .sousmenu {
}

#site #menu .sousmenuon {	
	background-image: url(images/menu-bouton-fond.png);
	background-repeat: no-repeat;
}

#site #menu .sousmenu a , #menu .sousmenuon a {
	font-size: 11px;
	margin-left: 15px;
}

/********************************************************************/
/*								CONTENU-CENTRE						*/
/********************************************************************/

/* POUR FIREFOX */
#site #data{	
	float:right;
	width: 666px;
	min-height: 520px;
	margin-right: 6px;
	margin-top: 150px;
	border: 2px solid #000000;
	background-color: #FFFFFF;
}

/* POUR IE */
* html #site #data{	
	float:right;
	width: 666px;
	height: 520px;
	margin-right: 6px;
	margin-top: 150px;
	border: 2px solid #000000;
	background-color: #FFFFFF;
}

* html #site #data table{	
	border:0;
	width:100%;
	padding:0px;
	margin:0px;
}

#site #data h1, #site #data h1 a{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}

#site #data h2, #site #data h2 a{
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}

#site #data h3, #site #data h3 a{
	font-size: 14px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}

#site #data h4, #site #data h4 a{
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}

#site #contenu p{
	font-size: 12px;
	color: #000000;
}

#site #contenu a, #contenu p a, #menuright a{
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}

#site #menuright div{
	width:190px; 
}

#site #contenu p a, #menuright a:hover {
	text-decoration:underline;
}

#site #menuright .selected a{
	font-weight: bold;
	color: #FF6600;
}

#site #dedicaceauteur{
	position:absolute; 
	left:0px; 
	top:0px; 
	width:900px; 
	height:700px; 
	background-color:#FFFFFF; 
	border: 2px solid #000000; 
	visibility:hidden; 
	text-align:center;
	padding:10px;
}

#site .dedicaceauteurgrand{
	filter:alpha(opacity=100);
	-moz-opacity: 1; 
	opacity: 1;
}

#site .dedicaceauteurtransparence{
	filter:alpha(opacity=70);
	-moz-opacity: 0.70; 
	opacity: 0.70;
}

