@charset "utf-8";
/* CSS Document */

body {
	background-color: #F1F0F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B3148;
}
h1 {
	font-weight: bold;
	letter-spacing: -0.1em;
	font-size: 1.4em;
}

#main {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	width: 850px;
	position: relative;
}
.floatR {
	float: right;
}
.floatL {
	float: left;
}
.clear {
	clear: both;
}
p {
	margin: 0.5em 0 0.5em 0;
	line-height: 1.5em;
}
label {
	display: block;
	width: 120px;
	float: left;
}
form {
	background-color: #FFFFFF;
	padding: 1em;
}
a {
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.8em;
	color: #BC007B;
	text-transform:uppercase;
}
#menu div {
	text-align: right;
	margin-top: 30px;
}
#menu {
	background-image: url(../images/bg_entete.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 150px;
}

#menu a {
	padding:0 .5em 0 .5em;
}

.content {
	width: 800px;
	padding-left: 50px;
	padding-top: 50px;
}
hr {
	background-image: url(../images/hr.png);
	background-repeat: no-repeat;
	border: none;
	height: 6px;
	margin: 2em 0 2em 0;
}


.hilight {
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.8em;
	color: #BC007B;
}


ul {
	list-style-position: inside;
	list-style-type: square;
	color: #BC007B;
	padding-left: 0em;
	padding-top: 0px;
	margin-top: 0px;
}

li span{
	color: #2B3148;
}
#footer {
	font-size: 0.7em;
	text-align: center;
	color: #A6AECA;
}
