/* CSS Document */
* {
	margin: 0px;
	padding: 0px;	
}
body {
	background: #FFFFFF;
	text-align: center;
}
#conteneur {
	width: 846px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	background: url(../images/head.jpg);
	float: left;
	height: 220px;
	width: 846px;
}
#menu {
	background: url(../images/menu.png);
	float: left;
	height: 56px;
	width: 640px;
	padding-left: 206px;
	padding-top: 14px;
}
div.link {
	background: url(../images/sepa-menu.png) no-repeat;
	height: 47px;
	float: left;
	width: 151px;
	padding-left: 9px;
}
#texte {
	background: url(../images/bg-texte.png);
	float: left;
	height: 300px;
	width: 846px;
	padding-top: 20px;
}
html>body #texte {
	height: auto;
	min-height: 300px;
}
div.tiers-gauche {
	float: left;
	width: 292px;
	padding-right: 10px;
	padding-left: 20px;	
}
div.tiers-centre {
	float: left;
	width: 220px;
	padding-right: 5px;
	padding-left: 10px;
}
div.tiers-droite {
	float: left;
	width: 289px;
}
div.accueil {
	padding-top: 35px;
}
div.video {
	padding-top: 45px;
}

#cont-foot {
	background: url(../images/bg-foot.png) repeat-x;
	float: left;
	height: 34px;
	width: 100%;
}
#foot {
	background: url(../images/foot.jpg) no-repeat center center;
	height: 34px;
	width: 100%;
	float: left;
}
