/* CSS Document */
@import url("reset.css");
@import url("global.css");

#body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
background:#A39A9D /*url(../images/body_bckg.png) repeat-x*/;

}

#body_maintenance{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#444444;
text-align:center;
background:#A39A9D /*url(../images/background_index.jpg) repeat-x*/;

}

a{
text-decoration:none;
color:#FFFFFF;
font-weight:normal;
}

a:hover, .menu_act{
color:#6C6669;
}

#corps{
width:860px;
margin:0 auto;
text-align:center;
}

	#centrer{
	margin:0 auto;
	margin-top:150px;
	width:855px;
	float:left;
	border:0px solid #000000;
	}
		.titre_societe{
		font-size:200%;
		line-height:150%;
		color:#A2D040;
		}
		
		#logo{
		float:left;
		width:308px;
		height:49px;
		border:0px solid #ffffff;
		}
		
			#logo .logo{
			
			}
	
			#logo span{
			display:none;
			}
			
			#logo img{
			padding-left:10px;
			}
		
		#flash_bckg{
		background:#A39A9D;
		width:850px;
		height:440px;
		float:left;
		margin-left:5px;
		margin-top:0px;
			
		}
		
		#langues{
		text-align:right;
		padding-top:31px;
		padding-bottom:40px;
		}
			#langues li{
			font-size:16px;
			display:inline;
		
			}
			#langues li a{	font-weight:normal;}
		
		#keywords{
		text-align:justify;
		float:left;
		margin:20px 0 0 5px;
		color:#AFA7A9;
		font-size:11px;
		}

/* MAINTENANCE */

#centrer_maintenance{
	margin:0 auto;
	margin-top:150px;
	width:335px;
	
	border:0px solid #000000;
	}

#maintenance-txt{clear:both;margin-top:50px;margin-left:10px;text-align:left;border:0px solid #000000;float:left;width:335px;}

	#maintenance-txt h2{
	font-size:120%;
	line-height:150%;
	padding-bottom:20px;
	}
	
	#maintenance-txt p{
	line-height:150%;
	}
