/* CSS Document */
body {
     margin: 0px;
     text-align: center;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #006666;
	text-decoration: none;
	border: none;
	font-variant: small-caps;
}

a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #006666;
	text-decoration: none;
}

a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}


h2{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
 border-bottom: 1px solid #FF6600;
 text-align:center;
 background-color:#006699;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	text-align:left;
	color:#FF6600;
	font-weight:bold;
	margin: 0px;
 	padding: 0px;
 }

.orange{
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#FF6600;
	font-weight:bold;
	margin: 0px;
 	padding: 0px;
	
 }


h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	margin: 0px;
 	padding: 0px;
 }

li{
 list-style-type: none;
}

ul ul{
 list-style-type: square;
}

#header{
	/* border: 1px solid black;*/
	position:relative;
     margin-top:25px;
	 margin-left: auto;
     margin-right: auto;
	width:800px;
	height:160px;
}
#global{
	/*border: 1px solid black;*/
	position:relative;
     margin-left: auto;
     margin-right: auto;
     width: 770px;
}
#menu_gauche{
	/* border: 1px solid black;*/
	float:left;
	position:relative;
	/*width: 18%;*/
	width:200px;
	text-align:left;
	/* height:395px;*/
}
#page_principale{
	float:left;
	position:relative;
	width:550px;
	margin-left:10px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	text-align:left;
	color:#FF6600;
	font-weight:bold;
}
#sepmilieu{
	border-bottom: 1px solid #006666;
	padding:5px;
}



#footer{
	border-top: 1px solid black;
	position:relative;
	text-align:left;
	width: 800px;
	height:80px;
	margin-top:25px;
	 margin-left: auto;
     margin-right: auto;
	clear:both;
}



#image {
	float: left;
	margin-right:5px;
	margin-left:5px;
	border:none;
	border: 0px
}
#imageD {
	float: right;
	margin-right:5px;
	margin-left:5px;
	border:none;
	border: 0px	
}
.histoDate{
	color:#009933;
	font-weight:bold;
}

