/* CSS Document */

body {
margin: 0;
padding: 0;
font-family: arial, helvetica, sans-serif;
background-color: #fff;
background-image:url(../img/ciel.png);
background-position:LEFT top;
background-repeat: repeat-x;
font-size: 0.8em;
text-align: center; /* pour corriger le bug de centrage IE */
}

h1 {
MARGIN: 0;
padding-left: 10px;
font-family: arial, helvetica, sans-serif;
font-size: 1.5em;
line-height: 2em;
font-weight: bold;
color: #FFF;
text-align: left;
background-image:url(../img/titre1.png);
background-position:LEFT top;
background-repeat: repeat-x;
}

h2 {
MARGIN-top: 0;
padding-left: 10px;
font-family: arial, helvetica, sans-serif;
font-size: 1.2em;
line-height: 2em;
font-weight: bold;
color: #0066CC;
text-align: left;
background-image:url(../img/titre2.png);
background-position:LEFT top;
background-repeat: repeat-x;
}

h3 {
font-family: arial, helvetica, sans-serif;
font-size: 1em;
line-height: 15px;
font-weight: bold;
color: #339900;
}

p {
padding: 20px;
font-size: 0.9em;
}

p.chapeau {
font-weight: bold;
}

/* Positionnement*/

#header {
position: relative;
width: 75%;
height: 120px;
margin: 20px auto;
text-align: left; /* pour rétablir l'alignement normal du texte */ 
}

#conteneur {
position: relative;
width: 75%;
margin: 5px auto;
text-align: left; /* pour rétablir l'alignement normal du texte */ 

}

#menu {
float: left;
width: 20%;
border: 1px solid #99CCFF;
padding-bottom: 10px;
background-color: #fff;
}

#centre {
float: right;
width: 78%;
border: 1px solid #99CCFF;
text-align: justify;
background-color: #fff;
}

#pied {
position: relative;
float: right;
width: 78%;
text-align: right;
margin-top: 10px;
color: #FF9900;
}

.menuhaut {
display: block;
padding-top: 60px;
text-align: right;
}

.menuhaut a {
color: #0066CC;
font-weight: bold;
font-size: 0.9em;
text-decoration: underline;
}

.menuhaut a:hover {
text-decoration: none;
color: #66CC00;
}

.menu {
display: list-item;
list-style-type: none;
line-height: 1em;
margin: 10px 0px 15px 0px;
padding: 0;
}

.menu a {
display: block;

margin-left: 20px;
font-weight: bold;
color: #0066CC;
font-size: 0.9em;
text-decoration: none;
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: #99CCFF;
}
.menu a:hover {
text-decoration: none;
color: #66CC00;
border-style: solid;
}

.menu2 {
display: list-item;
list-style-type: none;
font-size: 0.8em;
margin: 0px 0px 0px 0px;
padding: 0;
line-height: 1em;
}

.menu2 a {
display: block;
margin-left: 20px;
font-weight: bold;
color: #0066CC;
text-decoration: none;
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: #99CCFF;
}
.menu2 a:hover {
text-decoration: none;
color: #66CC00;
border-style: solid;
}

.rss-box-menu3 {
font-size: 0.9em;
margin: 20px;
}

.rss-box-menu3 a {
line-height: 2em;
font-weight: bold;
color: #0066CC;
text-decoration: none;
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: #99CCFF;
}
.rss-box-menu3 a:hover {
text-decoration: none;
color: #66CC00;
border-style: solid;
}

