/* TAGS HTML */
a{
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 11px;
	text-decoration: underline;
}

a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 11px;
	text-decoration: underline;
}

body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-color: #000033;
}

h1{
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0px 25px 0px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 8px 0px;
	text-indent: 15px;
	text-align: justify;
}

ul{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: disc;
	font-size: 11px;
}

ol{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: decimal;
	font-size: 11px;
}

p{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

hr{
	margin: auto 20px;
	color: #006699;
}

/* Cellules DIV */

#conteneur {
	position: relative;
	width: 960px;
	margin: 0px auto;
	background-color: #D7DCFF;
	color: #000033;
}

#header {
	height: 200px;
	width: 960px;
}

#gauche{
	float: left;
	width: 230px;
	height: 300px;
	position: relative;
	margin: 0px;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#centre{
	margin: 3px 0px 0px 238px;
	width: 710px;
	position: relative;
}

#footer{
	clear: both;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: center;
}

/* DIV Header */
#header img{
	border: none;
}

/* DIV Gauche */
#gauche ul{
	margin: 30px 0px 0px;
	padding: 0px;
	list-style: none;
}

#gauche li{
	width: 100%;
	margin: 3px 0px;
	text-align: center;
}

#gauche a{
	color: #000033;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#gauche a:hover{
	color: #CC0000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#langue{
	width: 100%;
	text-align: center;
	margin: 15px 0px 0px;
}

#langue img{
	border: none;
}

/* DIV footer */
#footer a{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px;
	margin: 0;
	padding: 0;
	color: #000033;
	text-decoration: underline;
}

#footer a:hover{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px;
	margin: 0;
	padding: 0;
	color: #CC0000;
	text-decoration: underline;
}