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

* html img,
* html .png{
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

#body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#999999;
background:#FFFFFF url(../images/body-bckg-index.jpg) repeat-x;
}

#body_maintenance{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#999999;
text-align:center;
background:#FFFFFF url(../images/body-bckg.jpg) repeat-x 0px 144px ;
}

a{
text-decoration:none;
color:#0099FF;
}

a:hover, .menu_act{
color:#00458A;
}

#corps{
width:100%;
margin-top:116px;
}

	#centrer{
	margin:0 auto;
	width:815px;
	padding-left:10px;
	padding-top:10px;
	}
	
	#centrer_maintenance{
	margin:0 auto;
	width:600px;
	padding-left:10px;
	padding-top:10px;
	}
		.titre_societe{
		font-size:200%;
		line-height:150%;
		color:#A2D040;
		}


#logo-maintenance{
	
		border:0px solid #000000;
		margin-left:0px;
		width:229px;
		float:left;
		margin-top:34px;
		}
		#logo{
		float:left;
		width:229px;
		border:0px solid #000000;
		}
		
			#logo .logo{
			}
	
			#logo span{
			display:none;
			}
			
			#logo img{
			margin:2px 0 0 0;
			}
		#flash_bckg{
			background:url(../images/fond_banner_intro.png) no-repeat;
			height:235px;
			width:583px;
			float:right;
			z-index:0;
			margin-top:11px;
			border:0px solid #000000;
			
		}
		
		
		#masque{
		background:url(../images/masque_banner_intro.png) no-repeat;
		width:585px;
		height:235px;
		z-index:1;
		float:right;
		position:relative;
		margin-top:-235px;
		
		}
		
		#langues{
		float:left;
		width:229px;
		text-align:center;
		border:0px solid #00ffff;
		margin-left:0;
		
		}
			#langues li{
			font-size:16px;
			line-height:26px;
			list-style-type:none;
			

			}
		
		#keywords{
		text-align:justify;
		margin:300px 0 0 0;
		/*font-size:10px;*/
		color:#E6E6E6;
		font-size:11px;
		float:left;
		width:845px;
		}

/* MAINTENANCE */
#maintenance-txt{
float:left;
margin-top:85px;
text-align:left;
}

	#maintenance-txt h2{
	font-size:120%;
	line-height:150%;
	font-weight:bold; 
	color:#FFFFFF;
	margin-bottom:20px;
	}
	
	#maintenance-txt p{
	line-height:150%;
	}