@charset "utf-8";
/* CSS Document */
body{
	background-color:#e8e9e9;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#818182;
	font-size:11px;
}

#conteneur {
	width:900px;
}

.bloc-bleu{
	background-color:#39a5d8;
	color:#FFF;
	padding:10px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}
.rose{
	color:#e01270;
}
#message{
	color:#e01270;
	margin-bottom:20px;
}
.labelform{
	display:inline-block;
	width:220px;
	color:#393938;
	font-size:15px;
}
legend{
	text-transform:uppercase;
	font-weight:bold;
	color:#e01270;
}
.inputtxt{
	width:250px;
}
#content {
	margin-right:80px;	
	float:right;
	width:512px;
}
#left {
	border-right:solid 1px #d4d5d6;
	float:left;
	width:273px;
}
#menu{
	margin: 16px;
}
#menu img{
	margin-top: 10px;
	padding: 0;
}
li {
	display: list-item;
	list-style:url(imgs/fleche_menu.gif);
}
h1{
	color:#39a5d8;
	font-size:28px;
	text-transform:uppercase;
	font-weight:normal;
}
#footer{
	float:right;
}
