@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 0.7em Arial, Helvetica, sans-serif;
	background: #252525 url(../images/bg.png) repeat-x;
	text-align: center;
}
#conteneur {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	background: url(../images/head.png) no-repeat;
	float: left;
	height: 101px;
	width: 800px;
	padding-top: 32px;
	text-align: left;
}
#menu {
	float: left;
	height: 25px;
	width: 800px;
	padding-top: 15px;
}
#menu li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
}
#cont {
	float: left;
	width: 762px;
	padding-right: 19px;
	padding-left: 19px;
}
#texte {
	float: left;
	background: #1d1d1c url(../images/bg-txt.png) no-repeat center top;
	width: 712px;
	height: 250px;
	padding: 20px 25px 7px;
}
html>body #texte {
height: auto;
min-height: 250px;
}
div.tiers {
	float: left;
	width: 227px;
	padding-right: 10px;
}
div.demi {
	width: 346px;
	float: left;
	padding-right: 10px;
}
div.demi_side {
	width: 345px;
	float: left;
	padding-right: 10px;
}
div.demi_side_droite {
	width: 336px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #373737;
}
#foot {
	float: left;
	background: url(../images/foot.png) no-repeat center top;
	width: 762px;
	height: 29px;
}

/* MENU */
#menu a {
	font-size: 100%;
	color: #d7d7d7;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
}
#menu a:hover, #menu a.actif {
	background: url(../images/puce-menu.png) no-repeat left center;
	color: #b7dfea;
}
/* Formulaire */
ul.formulaire {
	text-align: left;
	background: #252525;
	padding: 25px;
	border: 1px solid #373737;
	text-align: left;
	color: #E6E6E6;
}
ul.formulaire, ul.formulaire li {
	list-style: none;
}
ul.formulaire li {
	padding-bottom: 5px;
}
ul.formulaire li input {
	margin-bottom: 7px;
}
/* Typo générales */
h1 {
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	color: #e4e4e4;
	letter-spacing: 5px;
}
h2,h3,h4,h5,h6 {
	font-size: 120%;
	color: #79b2d4;
	text-align: left;
	text-transform: none;
	border-bottom: 1px solid #79b2d4;
	overflow: hidden;
}
.noborder {
	border-style: none;
	text-transform: uppercase;
}
p,#texte li {
	text-align: left;
	color: #FBFBFB;
}
#texte li.puce {
	list-style: url(../images/puce.png);
}
#texte ol .blanc, #texte a:hover {
	color: #FBFBFB;
}
#texte ol li, #texte a {
	color: #79b2d4;
}
#texte ul, #texte ol {
	padding-left: 30px;
}
.bleu, strong, ul.foot a:hover {
	color: #79b2d4;
}
h1,h2,h3,h4,h5,h6,p, #texte ul, #texte ol {
	margin-bottom: 8px;
}
.accueil {
	margin-top: 20px;
	margin-bottom: 30px;
}
ul.foot {
	font-size: 90%;
	color: #8b8b8b;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}
ul.foot a {
	color: #8b8b8b;
	text-decoration: none;
}
ul.foot li {
	float: left;
	display: inline;
}
ul.foot li.droite {
	float: right;
}

/* Elements esthetiques */
img.droite {
	float: right;
	padding-left: 15px;
}
img.gauche {
	float: left;
	padding-right: 15px;
}

img {
	border: 0;
}
a:hover img, .submit:hover {
	  opacity: 0.7;
	  filter:alpha(opacity=70); 
}

