body, html { height:100%; overflow-y:scroll; }
body {
 font-family:helvetica; font-size:1em; 
 background:url('images/bgStripe.png') top center repeat-y #BFBFBF;
}

#page {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	height:auto !important;
	min-height:100%;
	
}

#pageContent {
	padding-top:10px;
	clear:both;
}
#leftCol {
	padding:16px;
	width:741px; /*773 - 2*16*/
	height:100%;
	float:left;
}
#header {
	display:block;
	width:742px;
	height:92px;
	background:url("images/banner.png") no-repeat;
}
#rightCol {
	padding:0px 0 0 9px;	
	font-size:0.8em;
	float:right;
	width:198px;
	color:white;
	height:100%;
}
#rightCol a { 
	color:white;
}

#content {
	clear:both;
	padding-top:10px;
	font-size:0.7em;
}

.navigation {
	clear:both;
	height:2em;
}

.logoSociaux { margin-top:40px; }
