/* CSS Document */

*{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
}

body{
	font-size:12px;
	font-family:arial, verdana, sans-serif, sans;
}


/* Page et entete */

#page{
	width:800px;
	margin:1em auto;
	padding:8px;
	border: 1px solid #BFBFBF;
}

#entete{
   width:800px;
	height:200px;
	background:transparent url("images/info-eolien-band.png") left top no-repeat;
	margin-bottom:1em;
}

#entete h1 a{
	display:block;
	height:200px;
	text-indent:-5000px;
	}


/* Menus et sous-menus */

#navlist{
float: center;
width : 800px;
padding : 5px 0 5px 0;
margin : 0 0 20px 0;
text-align : center;
letter-spacing : 2px;
color : #fff;
background : #DCDCDC;
}

#navlist li {
list-style : none;
margin : 0;
display : inline;
}

#navlist li a {
padding : 5px 0.70em;
margin : 0;
color : #000;
background : #DCDCDC;
text-decoration : none;
}

#navlist li a:link {
color : #000;
background :#DCDCDC;
}

#navlist li a:visited {
color : #000;
background : #DCDCDC;
}

#navlist li a:hover {
color : #BA3F2F;
background : #DCDCDC;
}

#navigation{
	float: left;
	width: 200px;
	background-color: #DCDCDC;
}

#navigation ul{
	background:#DCDCDC;
	padding:0.5em;
	padding-left:1.2em;
}

#navigation li{
	background:#DCDCDC;
	padding-left:1.2em;
}

#navigation a{
	display:block;
	color:black;
}

#navigation a:hover{
	color:black;
	text-decoration:none;
	background:#C0C0C0 0.5em;
}

.sousmenu {
	background: #DCDCDC;
	margin: 0 1.5em;
	font;
	font-style: italic;
}

.menu {
	background:#DCDCDC;
	font-weight:bold;
}


/* Contenu texte */


#contenu{
	float:right;
	width:580px;
}
#contenu h2{
	margin-bottom:1em;
	padding:0.2em 0.5em;
	font-family:georgia, times, "times new roman", sans-serif, sans;
	font-size:2em;
	color:white;
	font-weight:normal;
	text-transform:uppercase;
	background:#0C5E9C;
}
#contenu h3{
	margin:1em 0;
	font-size:1.5em;
	font-family:georgia, times, "times new roman", sans-serif, sans;
	font-weight:normal;
	color:#0C5E9C;
}

#contenu h4{
	margin:1.5em 0;
	font-size:1em;
	font-weight:bold;
	color:#0C5E9C;
}

#contenu p{
	margin:1em 1.5em 0 0;
	line-height:1.5em;
}
#contenu blockquote{
	margin:1em 1.5em;
		padding:0.5em;
	border:1px solid #ddd;
}

#contenu ul ul{
	margin:0.5em 1.5em;
}

#contenu li{
	padding-left:1.5em;
	background:transparent url("../img/puce.png") 0.5em 0.4em no-repeat;
}

/* Contenu images */

.photo{
   border:1px solid #aaa;
	margin:-0.1em 1.5em 0 0.8em;
	padding:0.5em;
	float:right;
}

.photomenu{
   border:1px solid #aaa;
}

.border {
   padding : 10px;
   margin : 10px;
   border : 1px solid #aaa;
}

.legende{
	padding:0 0 0 2.5em;
	font-size:10px;
}


/* Pied de page */

#pied{
	clear:both;
	margin-top:2em;
	text-align:center;
	color:#000;
	background:#DCDCDC;
}



/* Polices */

a{
	color:#BA3F2F;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}



