/* CSS Document */
body {
font-family:"Lucida Grande", Verdana ,Georgia, "Times New Roman", Times, serif;
font-size: 0.7em;
margin: 0;
padding: 0;
background-attachment:fixed;
}
#conteneur {
width:700px;
margin:0 auto;
background-color:#FFFFFF;
color:#000000;
padding:5px;
padding-bottom:20px;
}
h3{
text-decoration:underline;
padding-top:0px;
margin-top:0px;
padding-bottom:0px;
margin-bottom:5px;
color:white;
background-color:orange;
}
h4{
text-decoration:none;
padding-top:0px;
margin-top:0px;
padding-bottom:0px;
margin-bottom:0px;
color:#FF9900;
font-style:italic;
background-color:#FFFFFF;
}
h2{
font-size:1.1em;
color:orange;
margin-bottom:20px;
}
p{
width:700px;
font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
margin-left: 10px;
}
#boutons{
border-color:#FFFFFF;
text-align:center;
}
#footer{
background-color: #FFFFFF;
color:#000000;
text-align:center;
border:none;
}
img{
border:none;
}
input.bouton {
border:2px outset #004080;
background-color:#FFFFFF;
cursor:pointer;
color:#000000;
}
input.bouton:hover {
background-color:white;
color:#FF9900;
}
input.bouton:active {
border:2px inset #004080;
background-color:#FF9900;
color:white;
}

table td.bouton_table {
text-align:center;
}
div.intro{
color:#004080;
background-color:#FFFFFF;
}