
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
color:#171F70;
background-color:#171F70;
}
#header {
height: 150px;
border-bottom:1px solid #171F70;
background-color:#FFF;
}
#conteneur {
position: absolute;
width: 750px;
left: 50%;
margin-left: -375px;
border:1px black solid;
background-color:#FFF;
}
#centre {
margin-left: 200px;
margin-top:20px;
padding:8px;
text-align:justify;
color:#171F70;
border-left:1px solid #171F70;
background-color:#FFF;
}
#gauche {
position: absolute;
left:0;
width: 200px;
margin-top:20px;
background-color:#FFF;
}
#pied {
height: 40px;
text-align:center;
margin-top:5px;
font-size:10px;
background-color:#FFF;
border-top:1px solid #171F70;
}

.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menugauche a:hover {
text-decoration: none;
}
p {margin: 0 0 10px 0;}

h2{
  color:#F93738;
}

h3{
  text-decoration:underline;
}

a{
  color:#171F70;
}

.txt_gauche{
  width:335px;
  float:left;
}

.txt_droit{
  width:185px;
  float:right;
}

.paragraphe{
  height:165px;
}

#centre li{
  list-style-type:disc;
  margin-left:20px;
}

.centrage{
  text-align:center;
}

#question li{
  list-style-type:none;
}

.contact{
  text-align:left;
  border-top:1px solid #171F70;
}

.contact table{
  width:530px;
}

table{
text-align:right;
padding-right:20px;
}

a img{
  border:0;
}


/**********menu déroulant**********************/
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 0;
left: 0;
}
#menu {
width: 15em;
}
#menu dt {
cursor: pointer;
margin: 2px 3px;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
/*border-left:5px solid #171F70;*/
}
#menu dd {
  margin-left:10px;
}
#menu li {
text-align: left;
background: #fff;
}
#menu li a, #menu dt a {
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu li a:hover, #menu dt a:hover {
/*background: #eee;*/
}

/*fin menu déroulant*****************/
