/* CSS issu des tutoriels www.alsacreations.com/articles */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
background-color: #970f17
}
#header {
height: 55px;
background-color: #970f17;
border: 0px solid #fff;
}
#header2 {
height: 75px;
background-color: #970f17;
border: 0px solid #fff;
}

#conteneur {
position: absolute;
width: 790px;
left: 50%;
margin-left: -375px;
background-color:#970f17;
border: 0px solid #fff;

}
#centre {
background-color : inherit;
margin-left: 140px;
margin-right: 140px;
margin-top: 20px;
border: 0px solid #fff;
text-align: justify; text-justify: auto;
}
#gauche {
position: absolute;
left:0;
width: 124px;
margin-top: -2px;
background-color:#000;
border: 5px solid #000;
}
#droite {
position: absolute;
right:0;
width: 124px;
margin-top: -2px;
background-color:#000;
border: 5px solid #000;
}
#bas {
position: relative;
background-color:#000;
margin-left: 134px;
margin-right: 134px;
margin-top: 85px;
border: 4px solid #000;
}
#pied {
height: 50px;
background-color: #000;
margin-top: 30px;
color: #ffffff;
}
.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 2px;
color: #ffffff;
text-decoration: none;
}
.menugauche a:hover {
text-decoration: none;
}
.menudroit {
list-style-type: none;
margin: 0;
padding:0;
}
.menudroit li {
margin-bottom: 5px;
}
.menudroit a {
margin: 0 2px;
color: #ffffff;
text-decoration: none;
}
.menudroit a:hover {
text-decoration: none;
}

p {text-align:justify; margin: 0 0 10px 0;}

A:link {
color: #ffffff; /*Change la couleur des liens sur toutes la page*/
text-decoration: none; /*Change le style des liens sur toute la page*/
} 
A:visited {
color: #ffffff; /*Change la couleur des liens visités sur toute la page*/
text-decoration: none; /*Change le style des liens visités sur toute la page*/
} 
A:active {
color: #ffffff; /*Change la couleur des liens actifs sur toute la page*/
text-decoration: none; /*Change le style des liens actifs sur toute la page*/
} 
A:hover {
color: #ffffff; /*Change la couleur du survol des liens sur toute la page*/
}
