/***********/
/* Général */
/***********/

html
{	overflow: scroll;
	height: 100%;
	width: 100%;
}

body
{	width: 100%;
	margin: 0px;
	padding: 0px;

	text-align: center; /* pour corriger le bug de centrage IE */
	font-family: Arial;
	font-size: 12px;
	background: url(../pictures/background_eie.jpg) no-repeat 50% 0% white;
} 

table
{	border: 0px;
	margin: 0px;
	padding: 0px;
}

td
{	font-family: Arial;
	font-size: 12px;

}

.hidden 
{	display: none;	
}

.droite
{	text-align: right;
}
 

#debug
{	position: absolute;
	top: 0px;
	left: 50px;
	font-weight: bold;
	color: red;
}

.spacer
{	height: 30px;
}

/* Page */ 		 
#page_wrapper
{	width: 1000px;			
	height: 100%;
	margin-left: auto;
	margin-right: auto;		
	text-align: center;
}

#page_container
{	clear: both;
	float: left;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}	

#page
{	float: left;
	width: 1000px;			
	margin: 0px;
	padding: 0px;  	
}


#page_content
{	clear: both;
	float: left; 
	width: 1000px;		 
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;  
	margin-bottom: 0px;		
}	  														  


   
h1
{	clear: both;
	float: left;
	width: 191px;
	height: 137px;										
	margin-top: 13px;
	margin-left: 22px;
	text-indent: -9999px;
	background: url(../pictures/logo_eie.jpg) no-repeat;
}					  

h2
{	float: left;	 
	margin-top: 48px;
	margin-left: 5px;	  
	text-align: left;
} 
					 
#acces_client
{	float: left; 
	width: 182px;
	height: 106px;
	margin-top: -84px;
	margin-left: 558px;
}		

#acces_client legend
{	text-indent: -9999px;
}

#acces_client h3
{	clear: both;
	float: left;
	width: 182px;
	height: 35px;
	margin: 0px;
	margin-top: -15px;
	margin-bottom: 10px;
	padding: 0px;
	font-family: Trebuchet MS;
	font-size: 16px;  
	font-weight: bold; 
	line-height: 35px;
	color: white;		
	text-align: center;
	vertical-align: top;
	text-transform: none;
}

#acces_client p
{	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 182px;	  
	height: 30px;	  
	margin-top: 0px;
}				 

#acces_client label
{	clear: both;
	float: left;
	width: 80px;
	margin-left: 10px;
	font-family: Trebuchet MS;
	font-size: 12px;  
	font-weight: bold; 
	color: black;		
	text-align: left;
}

#acces_client input
{	float: left;
	width: 80px;
}		 

#valider
{	border: 0px;
	margin-top: 4px;
	margin-left: 55px;	
	font-weight: bold;	
}
 
#contact
{	clear: both;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	width: 300px;

	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #003F8A;
	text-align: left;
}	   

#contact a
{	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #003F8A;
	text-align: left;
}	   

#contact a:hover
{	font-weight: bold;
}

#contact strong
{	float: none;
	margin: 0px;
	font-weight: bold;
}

h3
{	float: right;	
	margin-top: 212px;
	margin-right: 40px;	 

	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #E5322C;
	text-transform: uppercase;
	text-align: right;
}

.blue1
{	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #003F8A;
	text-transform: uppercase;
}

.red1
{	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #E5322C;
	text-transform: uppercase;
}


