@charset "UTF-8";
/* CSS Document */

html, body {background:url(/prelude/img/Prelude_background_05.png) repeat-x #FFF; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:12px;}

#global {
	width:1063px;
	height:687px;
}

#deco_gauche {
	width:214px;
	height:687px;
	float:left;
	background-image:url(/img/Prelude_web_template_01.jpg);
}

#content_central {
	width:849px;
	height:687px;
	float:right;
}

#header {
	width:849px;
	height:155px;
}

#header_left {
	width:491px;
	height:155px;
	float:left;
}

#header_right {
	width:358px;
	height:155px;
	float:right;
	background:#FFF;
}
#menu_prelude {
	width:849px;
	height:31px;
}

#menu_prelude_left {
	width:150px;
	height:31px;
	float:left;
}

#menu_paradoxe_right {
	width:699px; 
	height:31px;
	float:right;
	background-color:#FFF;
	
}

#interstice {
	width:849px; 
	height:10px;
	background:#FFF;
}

#centre_page {
	width:849px;
	height:422px;
	margin:0;
}

#centre_page_left {
	width:12px;
	height:422px; 
	float:left;
	background:#FFF;
}

#centre_page_right {
	width:837px; 
	height:422px;
	float:right;
	overflow-x: auto;
	overflow-y: auto;
	background-image:url(/prelude/img/Prelude_centre_09.png);
}

#centre_content {
	width:830px;
	height:auto;
	margin-top:5px;
	overflow-x: auto;
	overflow-y:none;
}

#footer_global {
	width:849px;
	height:69px;
	margin:0px;
}

#footer_global_left {
	width:716px;
	height:69px;
	background-image: url(/prelude/img/Prelude_footer_12.png);
	background-color:#999;
	float:left;
}

#footer_writing {
	width:550px;
	margin-left:150px;
	margin-top:30px;
	font-size:9px;
	color:#FFF;
}
#footer_writing a {
	color:#FFF;
}

#footer_writing a:hover {
	color:#6a973c;
}

#footer_global_right {
	width:133px;
	height:69px;
	float:right;
}

#sous_footer {
	width:1063px;
	height:18px;
	margin:0;
}

/* MENU */


#mon-menu ul {
 padding:0px;
 margin:0;
 list-style-type:none;
 text-align:center;
 float:left;
 }
#mon-menu li {
 float:left; /*pour IE*/
 list-style-type:none;
 padding-bottom:5px;
  text-align:center;
  font-weight:bold;

 }
#mon-menu ul a, #mon-menu li a {
 display:block;
 float:left;   
 width:110px;
 line-height:35px; /*hauteur de l'image de fond*/
 background: #FFF url(/prelude/img/menu-rempli.png) repeat-x;
 color: #333;
 text-decoration:none;
 text-align:right;
   font-weight:bold;

 }
#mon-menu ul a:hover, #mon-menu li a:hover {
	background: #FFF repeat-x;
	color:#333;
	text-align:right;
	font-weight: bold;
 }  
 
 #doss_gauche {
	 
	 float:left;
	width:50%;
	text-align:justify;
 }

 #doss_gauche {
	 
	 float:right;
	width:50%;
	text-align:justify;
 }
