/* 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:580px;
margin:0 auto;
background-color:#FFFFFF;
color:#000000;
padding:5px;
padding-bottom:20px;
}
h3 {
color: #ff6600;
/*border-bottom: 3px solid #ff6600;*/
font-size: small
font-weight: bold
padding-bottom: 0.25em;
width: 326px;
margin-bottom:1em;
}
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:580px;
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 {
padding:0.25em 0.5em;
background:#01a3b2;
border:2px solid #9eb7b5;
color:#fff;
font-size:120%;
}
input.bouton:hover {
background-color:#ff6600;
color:white;
}
input.bouton:active {
background-color:#ff6600;
color:white;
}

table td.bouton_table {
text-align:center;
}
div.intro{
color:#004080;
background-color:#FFFFFF;
}