/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	color: #fdfdfc;
	text-align: center;
	font: 0.7em "Century Gothic", Arial;
}
#cont {
	background: #FFF url(../images/bg-txt.png) repeat-y center top;
	float: left;
	width: 100%;
}
.conteneur {
	width: 782px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	float: left;
	height: 161px;
	width: 766px;
	padding-top: 66px;
	padding-left: 16px;
	background: url(../images/head.jpg);
}
#texte {
	float: left;
	height: 300px;
	width: 742px;
	background: url(../images/texte.jpg) no-repeat;
	padding: 20px;
}
html>body #texte {
	height: auto;
	min-height: 300px;
}
div.demi {
	width: 361px;
}
#foot {
	background: url(../images/foot.jpg) no-repeat;
	float: left;
	height: 187px;
	width: 782px;
}
#cont-foot {
	background: #fdfdfd url(../images/bg-foot.png);
	float: left;
	width: 100%;
}
/* Menu */
ul#menu {
	float: left;
	height: 21px;
	width: 770px;
	text-align: left;
	font: 110% Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-left: 12px;
	background: url(../images/menu.png);
}
ul#menu li {
	display: inline;
	padding-left: 40px;
}
ul#menu a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
ul#menu a:hover, #hdclic a:hover {
	color: #95D5FF;
}

/* Typo */
h1,h2,h3,h4,h5,h6,p,#texte ul {
	text-align: left;
	margin-bottom: 8px;
}
h1 {
	color: #2c8edb;
	font-size: 170%;
	font-weight: bold;
	background: url(../images/puce-titre.png) no-repeat left center;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2,h3 {
	color: #2c8edb;
	font-size: 140%;
	font-weight: bold;
}
p {
	font-size: 100%;
	color: #666;
	text-align: justify;
}
.bleu, a {
		color: #2c8edb;
}
a:hover {
	text-decoration: none;
}
.gras {
	font-weight: bold;
}
/* 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;
}
#texte ul.formulaire li ._err {
	background: #39F;
	color: #FFF;
}

/* Divers */
#hdclic {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	font-size: 70%;
	color: #8B8B8B;
}
#hdclic a {
	color: #8B8B8B;
}
.droite {
	float: right;
	padding-left: 10px;
}
.gauche {
	float: left;
	padding-right: 10px;
}
#head img {
	float: left;
}
img {
	border: none;
}
a:hover img, .submit:hover {
	  opacity: 0.7;
	  filter:alpha(opacity=70); 
}
