/* CSS Document */
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
	  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<style type="text/css">


#header {
height: 162px;
background-color: #FFFFFF;
}
#haut {
height: 30px;
background-color:#FFB100;
}
#conteneur {
width:1002px;
margin: auto;
background-color:#FFB100;
}
#centre {
font: 0.7em "Trebuchet MS", helvetica, sans-serif ;
background-color:#FFB100;
margin-left: 230px;
margin-right: 230px;
text-align: left;
}
#centre h2 {
text-align: center ;
font-size: 22px;
color: #00A1FF ;
margin-bottom: 10px;
margin-top: 10px;
}
#centre h3 {
text-align: center ;
font-size: 14px ;
}
#centre h4 {
font-size: 14px ;
color: #00A1FF ;
margin-bottom: 2px;
}
#formulaire {
margin-left: 20px;
margin-right: 20px;
}
#formulaire legend {/* On met un peu plus en valeur les titres des fieldset */
font-size: 14px ;
color: #00A1FF ;  
}
#formulaire fieldset {/* Une marge pour séparer les fieldset */
margin-bottom: 10px;
}
#formulaire input + input {
margin-left: 10px;
}
#formulaire label {
text-align: left;
margin-left: 10px;
}
#formulaire input[type="submit"] {
width: 12%;
cursor : pointer;
}
#formulaire input[type="reset"] {
width: 12%;
cursor : not-allowed;
}
#gauche {
float:left;
width: 222px;
}
#droite {
float:right;
width: 222px;
}
#pied {
text-align: center ;
clear:both;
height: 20px;
background-color: #FFB100;
}
#pied h1{
font-size: 11px;
margin-bottom: 10px;
margin-top: 5px;
}
#coordonnees {
text-align: center ;
clear:both;
height: 20px;
background-color: #000000;
color: #FFFFFF;
}
#coordonnees p {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
}
#coordonnees a {
color: #8a0;
}
#coordonnees a:hover {
color: #9b2;
}
#menuhaut {
line-height: 30px;
font-size: 12px;
list-style-type: none;
margin: 0;
padding:0;
}
#menuhaut li {
display: inline;
}
#menuhaut a {
margin: 0 10px;
color: #000000;
text-decoration: underline;
}
#menuhaut a:hover {
text-decoration: none;
}
</style>

