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

#body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
background:#000000;

}

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

}

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

a:hover, .menu_act{
color:#D45F55;
}

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

	#centrer{
	margin:0 auto;
	width:620px;
	float:left;
	border:0px solid #FFFFFF;
	background:url(../images/bande_vert.jpg) repeat-y;
	padding-left:160px;
	min-height:900px;
	height:auto !important;
	height:900px;
	}
	
	
		#bande_vert{
		width:160px;
		background:url(../images/bande_vert.jpg);
		display:block;
		min-height:900px;
		height:auto !important;
		height:900px;
		float:left;
		border:0px solid #FFFFFF;}
		
		.titre_societe{
		font-size:200%;
		line-height:150%;
		color:#A2D040;
		}
		
		#logo{
		float:left;
		width:354px;
		height:40px;
		border:0px solid #ffffff;
		margin-top:150px;
		margin-left:10px;

		}
		
			#logo .logo{
			
			}
	
			#logo span{
			display:none;
			}
			
			#logo img{
			padding-left:10px;
			}
		
		#flash_bckg{
		background:#A39A9D;
		width:600px;
		height:400px;
		float:left;
		margin-left:20px;
		margin-top:15px;
			
		}
		
		#langues{
		text-align:right;
		padding-top:20px;
		padding-bottom:40px;
		float:right;
		border:0px solid #FFF;
		}
			#langues li{
			font-size:18px;
			display:inline;
		
			}
			#langues li a{font-weight:normal;}
		
		#keywords{
		text-align:justify;
		float:right;
		width:600px;
		margin:70px 0 0 20px;
		color:#141414;
		font-size:11px;
		}

/* MAINTENANCE */

#centrer_maintenance{
	margin:0 auto;
	width:550px;
	
	border:0px solid #000000;
	}

#maintenance-txt{float:right;margin-top:20px;text-align:left;border:0px solid #FFF;float:left;width:335px;margin-left:20px;line-height:18px;}

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