
html, body{ 
 margin:0px; 
 padding:0px; 
 text-align:center; 
 font-family: Verdana, Arial, Helvetica, sans-serif;

} 
body {
	font-size: 72.5%;
	margin: 0px;
	background-color: #efeddf;
}
#pagewidth{ 
 width:900px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 background-color: #ffffff;
 
} 
 
#header{
 position:relative; 
 height: 130px; 
 width:900px;
} 

#header-left{
	width: 10px;
	background-image:url(img/hd-left.jpg);
	background-repeat:no-repeat;
	height: 130px;
	float:left;
}
#header-center{
	width: 880px;
	background-image:url(img/hd-center.jpg);
	background-repeat:repeat-x;
	height: 130px;
	float:left;
	margin-left:0px;
}
#header-right{
	width: 10px;
	background-image:url(img/hd-right.jpg);
	background-repeat:no-repeat;
	height: 130px;
	float:right;
}

#menuSite{
	height: 23px;
	background-color:#000000;
}
#enteteSite{
	height: 12px;
	background-color: #efeddf;
}
/*
3 Cols
*/
#leftcol{
	width:200px; 
	float:left; 
	position:relative; 
	border: 0px solid #333333;
}
#twocols{
	width:900px; 
	float:right; 
	position:relative; 
}

#rightcol{
	width:310px; 
	float:right; 
	position:relative; 
}

#maincol{
	float: left; 
	display:inline; 
	position: relative; 
	width:580px; 
	padding: 5px 5px 50px 5px;
}

/*
2 Cols
*/
#col-west{
	width:310px; 
	float:left; 
	position:relative; 
} 

#col-isar{
	width:290px; 
	float:left; 
	position:relative; 
}

#col-imin{
	width:300px; 
	float:right; 
	position:relative;
}

/*
Footer
*/
#footer{
	border-top: 1px solid #e3e3e3;
	padding-top: 10px;
	height:25px; 
	clear:both;
	background-color: #efeddf;
	font-weight:bolder;
} 

.clear{
	clear:both;
	height: 0px;
}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


.li_inscription {
	list-style: none;
	text-align: center;
	margin-left: -30px;
	font-size: 1em;
	font-weight: bold;
}
.li_inscription input {
	width: 160px;
}