html,body {
	margin:0;
	padding:0;
	width:100%
	height:100%;
	overflow:hidden;
}

body {
	margin:0;
	padding:0;
	background-color:#fefefe;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-image:url(../images/fond.jpg);
	background-repeat:repeat-x;
	width:100%
	height:100%;
	overflow:hidden;
}

#contenu {
	position:absolute;
	width:100%;
	height:100%;
	overflow:auto;
	background-image:url(../images/fond_contenu.png);
	background-repeat:repeat-y;
	background-position:top center;
}

* html #conteno { background:none; }

#conteneur {
	width:1000px;
	height:100%;
	background-color:#FFFFFF;
	text-align:justify;
}

#page {
	width:950px;
	margin:0;
	padding:0;
	padding-left:25px;
	padding-right:25px;
	background-color:#FFFFFF;
}

.cleaner {
	height:0px;
	overflow:hidden;
	clear:both;
}


#pied {
	width:1000px;
	height:75px;
	background-image:url(../images/fond_pied.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	background-color:#FFFFFF;
	margin-top:-11px;
}

#pied a:hover {
	border-bottom:1px solid #cccccc;
}

#lien_pied1 {
	display:block;
	width:69px;
	height:15px;
	margin-left:655px;
	margin-top:53px;
	float:left;
}

#lien_pied2 {
	display:block;
	width:97px;
	height:15px;
	margin-left:18px;
	margin-top:53px;
	float:left;
}

#lien_pied3 {
	display:block;
	width:177px;
	height:15px;
	margin-left:18px;
	margin-top:53px;
	float:left;
}

#lien_pied4 {
	display:block;
	width:130px;
	height:15px;
	margin-left:17px;
	margin-top:53px;
	float:left;
}

#bullesHome {
	float:right;
}

#col_gauche_home {
	width:383px;
	float:left;
}
