@charset "utf-8";
/***************** STRUCTURE DE BASE ************************/
body {
	margin:0;
	padding:0;
	border:none;
	background-image:url(../img/img_login_bkg.jpg);
	background-repeat:no-repeat;
	background-position: center center;	
	background-color:#009ee0;
	font-family:"Arial", Verdana, Tahoma, Arial;
	font-size: 12px;
	color:#666666;
	text-align:left;	
}
#center {
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	min-height:768px;
	text-align: center;
}
#wrapper {	
/*	width: 1024px;
	height:auto;
	margin: 0 auto;
	padding: 0;
	float:left;
	text-align: center;
	overflow:auto;*/
}
/***************** TOUJOURS UTILES ON NE SAIT JAMAIS ********/
img,
td img {
	display:block;
	border:none;
}
/***************** LOGIN ************************************/
#log_box {
	position: absolute; 
	top: 50%;
	left: 50%; 
	height: 206px;
	margin-top: -103px; 
	width: 435px;
	margin-left:-218px;
	text-align: center;	
	background-image:url(../img/img_login_box.png);
	background-repeat:no-repeat;
	background-position:center center;
}
#log_box_in {
	width: 435px;
	height: auto;
	text-align: center;
	margin:0;
	padding: 30px 0 0 0;
	overflow:hidden;
}
#log_box_in p{
	text-align: center;
	padding:0 0 15px 0;
	margin:0;
	line-height:1.6em;
}
#log_form {
	width: 400px;
	height: auto;
	float:right;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#log_line {
	width: 365px;
	height: auto;
	float:left;		
	margin: 0;
	padding:0 0 15px 0;
	overflow:hidden;
	text-align:left;
}
#log_txt_ctn,
#log_field_ctn {
	height: auto;	
	overflow:hidden;
	text-align:left;
	margin: 0;	
}
#log_txt_ctn,
#log_txt_ctn2 {
	float:left;		
}
#log_txt_ctn {
	width: 85px;
	padding:1px 0 0 0;		
}
#log_txt_ctn2 {
	width: 230px;
	padding:30px 0 0 0;		
}
#log_field_ctn,
#log_field_ctn2 {
	float:right;
	padding:0;			
}
#log_field_ctn {
	width: 278px;		
}
#log_field_ctn2 {
	width: 110px;		
}
#log_field,
#log_submit {
	height:auto;
	float:right;
	margin: 0;
	padding: 0;
	overflow:hidden;
	text-align:center;
}
#log_field {
	width:275px;
}
#log_submit {
	width:100px;
}
/************************** POLICES *************************/
/*** couleur client n°2  ***/
.color2 {
	font-weight:normal;	
	color:#1f65a0;
	font-size:12px;
}
/*** couleur client n°3  ***/
.color3 {
	font-weight:bold;	
	color:#1f65a0;
	font-size:12px;
}
/*************************** LIENS  *************************/
a {
	text-decoration:underline;
	color:#1f65a0;
	font-weight:normal;					
}
a:hover {
	text-decoration:none;
	color:#1f65a0;
	font-weight:normal;					
}
a:visited {
	text-decoration:underline;
	color:#1f65a0;
	font-weight:normal;					
}
