html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 145%;
	color: #67757B;
	background-image: url(../images/bg_body.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color: #FFFFFF;
}
.clr {
	clear: both;
}
#wrapper{
	margin-top:20px;
	width:985px;
	margin-left:auto;
	margin-right:auto;
}
a#logo{
	display:block;
	width:204px;
	height:100px;
	float:left;
}
#top{
	float:left;
	width:781px;
	text-align:right;
}
#menu_top{
	text-transform:uppercase;
	height:15px;
}
#connexion{
	margin-top:5px;
	margin-bottom:10px;
	height:41px;
}
#menu_top2{
	background-color:#FFFFFF;
	width:771px;
	margin-bottom:1px;
	float:right;
}
#search{
	width:235px;
	height:33px;
	float:left;
	border-top:1px solid #006fc4;
	background-color:#006fc4;
	background-image:url(../images/bg_menu_top2.png);
	background-repeat:repeat-x;
}
#slideshow{
	width:750px;
	float:left;
}
#pub{
	float:right;
	width:235px;
}
.clr_height16{
	height:16px;/* on s'ajuste a la hauteur de la typo du content et du float left*/
}
#left{
	float:left;
	width:195px;
	margin-right:20px;
	margin-top:4px;/* on s'ajuste a la hauteur de la typo du content*/
}
#content{
	float:left;
	width:770px;
	margin-bottom:20px;
}
#page{
	float:left;
	width:569px;
	padding-right:5px;
}
#caps{
	float:right;
	margin-top:20px;
	width:770px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #e1f3b5;
	border-bottom:1px solid #e1f3b5;
}
#caps td{
	width:156px;
	padding:0px 10px;
	border-right:1px solid #e1f3b5;
}
#caps td#caps_left{
	width:166px;
	padding-left:0px;
}
#caps td#caps_right{
	width:166px;
	padding-right:0px;
	border-right-style:none;	
}
#component_right{
	float:right;
	margin-left:14px;
	width:182px;
}
#footer{
	padding-left:215px;
	padding-bottom:20px;
	color:#acb6ba;
	font-size:10px;
}

