/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 0.7em Arial, Helvetica, sans-serif;
	background: #FFF url(../images/bg.png) repeat-x;
	text-align: center;
}
#conteneur {
	width: 728px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#cont {
	width: 728px;
	top: 386px;
	left: 0px;
	position: absolute;
}
#head {
	background: url(../images/head.jpg) no-repeat;
	top: 0px;
	left: 0px;
	position: absolute;
	height: 292px;
	width: 662px;
	padding-top: 39px;
	padding-left: 33px;
	padding-right: 33px;
}
ul#menu {
	font: 110% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(../images/menu.png) no-repeat;
	top: 331px;
	left: 0px;
	position: absolute;
	height: 35px;
	width: 728px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 20px;
}
#cont-txt {
	background: url(../images/bg-texte.png) repeat-y;
	float: left;
	width: 728px;
	height: 360px;
}
#texte {
	background: url(../images/texte.png) no-repeat;
	float: left;
	width: 660px;
	height: 360px;
	padding-top: 9px;
	padding-right: 34px;
	padding-left: 34px;
}
html>body #texte, html>body #cont-txt {
	height: auto;
	min-height: 360px;
}
.demi-cadre {
	background: #f0f0f0;
	border: 1px solid #d9d9d9;
	padding: 10px;
	width: 304px;
}
.demi {
	border: 1px solid #fff;
	padding: 10px;
	width: 304px;
}
.full {
	float: left;
	width: 640px;
	padding: 10px;
}

#foot {
	background: url(../images/foot.png) no-repeat;
	float: left;
	height: 8px;
	width: 728px;
}
/* Menu */
ul#menu li {
	display: inline;
	background: url(../images/barre-menu.png) no-repeat left center;
	padding: 10px 20px;
}
ul#menu li.first {
	background: url(../images/blank.png);
}

ul#menu li a {
	color: #e8e8e8;
	text-decoration: none;
}
ul#menu li a:hover, ul#menu li a.actif {
	color: #68ABDD;
}
/* Typos */
p.slogan {
	text-align: right;
	font-size: 120%;
	color: #dddde3;
	font-weight: bold;
	margin-top: 10px;
}
h1,h2,h3,h4,h5,h6 {
	color: #2671a8;
	font-size: 110%;
	text-transform: uppercase;
}
h1,h2,h3,h4,h5,h6,p,#texte ul {
	text-align: left;
	margin-bottom: 8px;
}
p,#texte ul {
	font-size: 100%;
	color: #505050;
}
#texte ul {
	padding-left: 30px;
}
p.foot {
	font-size: 80%;
	text-align: center;
}
.centre {
	text-align: center;
}
a {
	color: #2671a8;
}
a:hover {
	text-decoration: none;
}
/* Divers */
div.clear {
	clear: both;
	padding-top: 5px;
}
strong {
	color: #5a5170;
	font-weight: bold;
}
#hdclic {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
/* Formulaire */
#texte ul.formulaire {
	background: #f0f0f0;
	border: 1px solid #d9d9d9;
	text-align: left;
	padding: 25px;
	text-align: left;
	color: #505050;
}
#texte ul.formulaire,#texte  ul.formulaire li {
	list-style: none;
}
#texte ul.formulaire li {
	padding-bottom: 5px;
}
#texte ul.formulaire li input {
	margin-bottom: 7px;
}

/* Images */
.droite {
	float: right;
}
.gauche {
	float: left;
}
.marge_d {
	padding-right: 9px;
}
.marge_g {
	padding-left: 9px;
}
.marge_h {
	padding-top: 9px;
}
#head img {
	float: left;
	padding-bottom: 18px;
}
img.numero {
	float: left;
	vertical-align: middle;
}
img {
	border: none;
}
a:hover img, .submit:hover {
	  opacity: 0.7;
	  filter:alpha(opacity=70); 
}
