body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
margin: 0;
padding: 0;
}
p {
margin: 0 0 10px 0;
}

/* =============
  DIMENSIONS BLOCS
============= */
#conteneur_exterieur {
background-color: #0154A4;
}
#conteneur_exterieur_gauche {
background-image: url(../images/ombre_fonds.gif);
background-repeat: repeat-y;
z-index:1;
}
#conteneur_exterieur_droit {
background-image: url(../images/ombre_fonds_droit.gif);
background-repeat: repeat-y;
background-position: right;
padding-right: 11px;
}
#conteneur {
background-color: white;
margin:0 auto;
border-left: 1px solid white;
border-right: 1px solid white;
border-bottom: 1px solid white;
margin-left:11px;
}
#contenu {
background-color: white;
width: 100%;
}

/* =============
  INFORMATIONS SUR LE PIED DE PAGE
============= */
#pied {
clear:both;
height:50px;
background-color: white;
margin-left: 0px;
margin-right: 0px;
color: black;
border-top: 2px dotted #8B9DBB;
}
#pied dl {
margin: 0 0px;
}
#pied dt {
margin: 10px 0px 10px 0px;
}
#pied a , #pied a:hover , #pied a:visited {
font-weight: normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #92020C;
text-decoration: none;
}
