
body {
font-family: Courier New, sans-serif;
font-size: 0.8em;
font-weight: bold;
margin: 0;
padding: 0;
background:  white ;
}

h1, h2, h3, li, a{
font-family: Courier New, sans-serif;
font-weight: bolder;
}

.conteneur {
position: relative;
width: 900px;
margin: 30px auto auto auto; 
}

#menu {
position: absolute;
left:0;
width: 260px;
height: 640px;
background-color: gold ;
}

#logo {
margin-top: 70px;
margin-left: 5px;
border: none;
}

#sloganlogo{
font-family: Courier New;
color: #CA2813;
text-align: center;
font-size: 1em;
font-weight: bold;
margin-bottom: 70px;
}

#nav {
color: DarkRed ;
font-size: 1.2em;
list-style-type: none ;
font-weight: bold;
margin-left: 20px ;
padding: 0 ;
}

#nav li {
margin-bottom: 10px;
padding-left: 25px;
background-image: url(../../img/puce_aste.png);
background-repeat: no-repeat;
background-position: 0.5em;
}

.currentrub {
margin-left: 15px ;
color: DeepPink ;
font-size: 1.2em;
}

#contenu {
background-color: white ;
height: 640px;
margin-left: 260px;
overflow: auto;
}


#bloc_contenu {
padding-left: 20px;
padding-right: 20px;
//padding-top: 70px;
padding-top: 30px;
text-align: justify ;
}

h1 { 
font-size: 1.7em;
margin-bottom: 5px;
}

h2 {
font-size: 1.2em;
font-weight: normal;
margin-top: 0;
margin-bottom: 10px;
}

a {
color: DarkRed ;
text-decoration: none ;}

a:hover {
color: DeepPink ;
}

.del { text-decoration: line-through; }

#footer {
font-size: 1em;
width: 100%;
color: gray;
padding-top: 5px;
}

#footer img {
vertical-align: middle;
border: 0px;
}
