/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #2b2b2b;
	text-align: center;
}
#conteneur {
  	position: relative;
	width: 1026px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	background: url(../images/head.jpg) no-repeat;
	width: 1026px;
	height: 314px;
}
#cont {
	background: url(../images/bg-cont.png) repeat-y;
	float: left;
	width: 1008px;
	padding-right: 16px;
}
#texte {
	background: url(../images/bg-txt.jpg) no-repeat center bottom;
	float: left;
	width: 968px;
	height: 320px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 70px;
}
html>body #texte {
height: auto;
min-height: 320px;
}

#menu {
	top: 314px;
	left: 0px;
	position: absolute;
	background: url(../images/menu.png) no-repeat;
	height: 50px;
	width: 1008px;
}
#foot {
	background: url(../images/foot.jpg) no-repeat;
	float: left;
	height: 10px;
	width: 1008px;
}
/* Contenu */
div.tiers-gauche {
	float: left;
	width: 580px;
	padding-right: 15px;
}
div.tiers-droite {
	float: right;
	width: 373px;
}
div.full {
	float: left;
	width: 968px;
}
div.demi {
	float: left;
	width: 474px;
	padding-right: 10px;
}
img.gauche {
	float: left;
}
img.droite {
	float: right;
}
/* Formulaire contact */
table.formulaire {
	text-align: left;
	background: #F3F3F3;
	padding: 25px;
	border: 1px solid #CCCCCC;
}
table.formulaire {
	text-align: left;
}
table.formulaire td {
	padding: 5px;
	}
table.formulaire td.info {
	font-weight: bold;
}
