/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	width: 861px;
	background: #323131;
	text-align: center;
	font: 0.7em "Century Gothic", Arial;
	margin-right: auto;
	margin-left: auto;
}
#conteneur {
	background: url(../images/bg-txt.png);
	width: 861px;
	float: left;
}
#cont {
	width: 861px;
	height: 441px;
	background: url(../images/bg.png) no-repeat;
}
html>body #cont  {
	height: auto;
	min-height: 441px;
}

#texte {
	width: 470px;
	height: 308px;
	float: left;
	padding-top: 133px;
	padding-left: 26px;
}
html>body #texte {
	height: auto;
	min-height: 308px;
}
.demi {
	width: 225px;
	float: left;
}
div.full {
	float: left;
	witdh:470px;
}
#foot {
	background: #323131 url(../images/foot.png) no-repeat;
	float: right;
	height: 10px;
	width: 590px;
	padding-top: 68px;
	padding-right: 43px;
	font-size: 90%;
}
/* Menu */
ul#menu {
	float: left;
	width: 293px;
	text-align: left;
}
#menu li {
	list-style: none;
	font-size: 110%;
}
#menu li a.logo {
	padding-left: 0px;
	display: block;
}
#menu li a {
	color: #504c4c;
	text-decoration: none;
	display: block;
	padding: 2px 0px 2px 95px;
}
#menu li a.a:hover, #menu li a.a_actif {
	color: #fbfeff;
	background: url(../images/bg-menu1.png) no-repeat 82px center;
}
#menu li a.b:hover, #menu li a.b_actif {
	color: #fbfeff;
	background: url(../images/bg-menu2.png) no-repeat 82px center;
}
#menu li a.c:hover,#menu li a.c_actif {
	color: #fbfeff;
	background: url(../images/bg-menu3.png) no-repeat 82px center;
}

a.logo img {
	padding-bottom: 26px;
}
img.service {
	float: left;
	padding-left: 60px;
	padding-top: 96px;
}
/* Typos */
h1 {
	font-size: 180%;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	margin-bottom: 15px;
}
h2,h3,h4,h5,h6 {
	margin-bottom: 8px;
	text-align: left;
	color: #be0e7d;
	font-size: 140%;
	font-weight: bold;
}
p, #texte ul {
	text-align: left;
	margin-bottom: 8px;
	color: #393939;
	font-size: 110%;
}
.petit {
	font-size: 90%;
}
a {
	color: #be0e7d;
}
a:hover {
	text-decoration: none;
}
#texte ul {
	overflow:hidden;
	padding-left: 35px;
	list-style: url(../images/puce.png);
}
p.hdclic {
	text-align: right;
}
p.hdclic a {
	color: #be0e7d;
	text-decoration: none;
}
p.hdclic a:hover {
	text-decoration: underline;
	color: #FFF;
}
/* Formulaire */
#texte ul.formulaire {
	background: #EBEBEB;
	border: 1px solid #d9d9d9;
	text-align: left;
	padding: 10px;
	text-align: left;
	color: #505050;
}
#texte ul.formulaire,#texte ul.formulaire li {
	list-style: url(../images/blank.png) none;
}
#texte ul.formulaire li {
	padding-bottom: 5px;
}
#texte ul.formulaire li input {
	margin-bottom: 7px;
}
#texte ul.formulaire li ._err {
	background: #be0e7d;
	color: #FFF;
}

/* Divers */
table {
	background: #EBEBEB;
	padding: 5px;
	text-align: left;
	margin-bottom: 8px;
}
td {
	padding: 10px;
	background: #FFF;
}
img {
	border: none;
}
.gauche {
	float: left;
	padding-right: 10px;
}
.droite {
	float: right;
	padding-left: 10px;
}
a:hover img, .submit:hover {
	  opacity: 0.7;
	  filter:alpha(opacity=70); 
}
