body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
margin: 0;
padding: 0;
}
#header {
height: 163px;
}
#conteneur {
position: absolute;
width: 750px;
left: 50%;
margin-left: -375px;
margin-bottom:5px;
border:1px solid #376AB2;
}
#centre {
margin-left: 170px;
padding-top:16px;
padding:2px;
}
#centre img {margin:2px}
#gauche {
position: absolute;
left:0;
width: 150px;
}
#pied {
margin-top:10px;
height: 18px;
background: url(../img/pied.gif) no-repeat;
}
#pre_pied {
margin-top:30px;
height: 30px;
text-align:center;
width:100%;
}

.cl {
clear:both;
}
.menugauche {
font-size: 11px;
font-weight:bold;
}

p {margin: 0 0 10px 0;}

.classique_li li {
  font-size: 100%;
  color: black;
  list-style-image:url(/img/interface/puce.gif);
  margin-bottom:10px;
  display : list-item;
  list-style-position: outside;
}
.classique_li ul {
  margin:0;
  padding:0;
}

.sousmenu {
  margin:0;
  padding:0;
  margin-left:25px;
}
.sousmenu a {
  color:#000000;
  text-decoration: none;
}
.sousmenu a:hover {
  color:#AD0B3B;
  text-decoration: none;
}

h1 {
  font-size:200%;
  color:#D3D000;
  margin-top:0;
  font-weight:bold;
}

.red {
  color:#AD0B3B;
}
.blue {
  color:#376AB2;
}
.box_right {
  float:right;
  width:250px;
  height:320px;
  text-align:right;
  margin-right:3px;
}


a:hover {
text-decoration: none;
color:#00689D;
}


.commentaire {
  font-size:9px;
  color:#666666;
}
.trespetits a{
  font-size:9px;
  color:#666666;
  text-decoration: none;
}
.trespetits a:hover{
  font-size:9px;
  color:#999999;
}

.left img {
  float:left;
}
.right img {
  float:right;
}