
body{
width: 1300px;
margin-top: 20px; margin-bottom: 20px;
background-color: ;
background-image:url(back2.jpg);
border-width:;
border-color: ;
border-style:;
font-family: Georgia, sans-serif;
}

h3{
margin-left:10px;
font-family: Georgia, sans-serif;
font-size: 16pt;
}
#titre{
width: 850px;
height: 180px;

background-image:url("back.jpg");

margin-bottom:15px;
margin-top:20px;
margin-left:125px;

border-width:0px;
border-color: #a40000;
border-style:solid;
text-decoration: none;
border: 0px;
}

#titre a{
text-decoration: none;
border: 0px;
}

#titre a img{
text-decoration: none;
border: 0px;
}



#menu{
background-color:;
width: 108px;
height: px;
float:left;
margin-left:125px;
padding-right:0px;

border: ;

}

#contenu{
height: ;
width:695px;
background-color: white;
margin-left:272px;
border-right: solid 2px black;
border-top: solid 2px black;
border-bottom: solid 2px black;
border-left: solid 2px black;
overflow : visible; 
padding-left:5px;
}


#pied{
width: px;
height: px;
background-color: white;
margin-top:70px;
margin-left:100px;
margin-bottom:20px;
border-width:0px;
border-color: blue;
border-style:ridge;
padding-left:5px;
text-align:center;
}

p{
margin-left:4px;
margin-right:4px;
text-align:;
font-family: Georgia, sans-serif;
}

#sous_menu {
list-style-type:none; /* on enlève la puce */ 
margin: 0; /* on retire les marges intérieures et extérieures */
padding:0; 
width:  ;  /* J'ai mis une largeur  pour ne pas prendre toute la largeur de l'écran */
border : solid 0px blue;  /* on applique des bordures à la balise ul */
border-bottom: none; /* et on retire celle du bas */
font-family: Georgia, sans-serif;
}
#sous_menu li{
margin: 0px; /* on retire les marges intérieures et extérieures */
padding: 0px; 
border-bottom: ;  /* ici on affiche  une bordure uniquement en bas */
}
#sous_menu a{
text-decoration:none;  /* on enlève le soulignement */
color:black; 
font-weight:bold;
display:block;   /* C'est ici qu'il faut bien comprendre (j'explique plus bas) */
padding-left:;  /* une marge intérieure gauche juste pour l'esthétique */
}

#sous_menu a:hover{
background-color:#014a6b; 
color:white; 
}

