/*-------------------------- Zone de personnalisation -------------------------------*/



/*-------------------------- Balises generales (ordre alphabetique) -------------------------------*/
a{
	text-decoration: none;
}

body{
	background: #ffffff;
    margin: 0; 
    text-align: center; /* corrige le bug de centrage IE */
    font-family: Verdana, Arial;
    font-size: 10px;
    height: 100%;
    color: #5f5f5f;
}


p, ul {
	margin: 0;
}

h2 {
	border-bottom: 1px solid #c9c9c9;
	text-indent: 10px;
	font-size: 1.6em;
	color: #22bae0;
}

h3 {
	text-indent: 30px;
	font-size: 1.2em;
	color: #222222;
}

/*-------------------------- Div (ordre alphabetique) -------------------------------*/

#content{
	margin: 20px 20px 20px 240px;
	text-align: justify;
}

#content p{
	font-size: 1.1em;
	text-indent: 10px;
	line-height: 1.7em;
}

#footer{
	width: 100%;
	height: 30px;
	clear: both;
	border-top: 1px solid #949494;
	background: url("images/back_footer.png") repeat-x;
}

#footer a{
	color: #5f5f5f;
}

#header {
	height: 150px;
	width: 100%;
	border-bottom: 1px solid #ffffff;
	background: url("images/head_back.png");
}

#header_ban {
	height: 150px;
	width: 100%;
	border-bottom: 1px solid #ffffff;
	background: url("images/banniere.png") no-repeat;
	color: #ffffff;
	font-size: 2.5em;
	font-weight: bold;
}

#img_left {
	float: left;
	margin: 10px 10px 10px 0;
	border: 1px solid #949494;
	padding: 1px;
}

#img_right {
	float: right;
	margin: 10px 0 10px 10px;
	border: 1px solid #949494;
	padding: 1px;
}

#menu_horizontal{
	height: 30px;
	width: 100%;
	border-bottom: 1px solid #949494;
	background: url("images/head_menu_back.png") repeat-x;
}

#menu_top_bar li{
	float: left;
	list-style-type: none;
}

#menu_top_bar li a{
	text-align: center;
	display: block;
	width: 150px;
	padding-top: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #222222;
}

#menu_top_bar li a:hover{
	color: #00baff;
	text-align: center;
	display: block;
	width: 150px;
	padding-top: 10px;
	font-size: 1.2em;
	font-weight: bold;
	background:url("images/head_menu_back_hover.png");
}

#sidebar{
	margin: 20px auto auto 10px;
	width: 200px;
	float: left;
}

#sidebar_content_top{
	background:url("images/back_side_top.png") no-repeat;
	width: 200px;
	height: 24px;
}

#sidebar_content_elt{
	background: #e2f3f4;
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
	width: 198px;
}

#sidebar_content_elt a{
	padding-top: 7px;
	font-size: 1.1em;
	font-weight: bold;
	margin: auto;
	width: 90%;
	height: 20px;
	display: block;
	color: #222222;
}

#sidebar_content_elt label{
	color: #222222;
	font-size: 1.1em;
}

#sidebar_content_elt a:hover{
	color: #00baff;
}


#sidebar_content_bottom{
	background:url("images/back_side_bottom.png") no-repeat;
	width: 200px;
	height: 24px;
}

#sign{
	color: #ffffff;
	font-size: 1.2em;
}

.menu_spe{
	border-bottom: 1px solid #b8b8b8;
}