.menu {
/*padding: 2px 0 0 2px;*/
}
.menu a {
  width: 150px;
  height: 25px;
  border-top: 2px solid #cecece;
  border-bottom: 1px solid #4a4a4a;
  border-left: 2px solid #cecece;
  border-right: 1px solid #4a4a4a;
  text-align: center;
  color: blue;
  background-color: #feeed5;   /*999999;*/
  text-decoration: none;
  display: block;
}
.menu a:hover {
  border-top: 2px solid #cecece;
  border-bottom: 1px solid #4a4a4a;
  border-left: 2px solid #cecece;
  border-right: 1px solid #4a4a4a;
background-color: #0C75BA;    /*#fffccc;*/
color: yellow;
text-decoration: none;
}
/*.menu a:active {
  width: 150px;
  height: 25px;
  /*color: blue;
  background-color: #ccccff;*/
}*/

a:link {
color: yellow;
font-size: 14px;
}

a {
text-decoration: none;
color: yellow;
}

h1 {
font-size : 90%; 
font-family :  Verdana, Arial, sans-serif;
/*font-style : italic;*/ 
color : yellow; 
padding-left:15px;
}

h2 {
font-size : 90%; 
font-family :  Verdana, Arial, sans-serif;
font-style : bold; 
color : red; 
padding-left:15px;
}

h3 {
font-size : 160%; 
font-family :  Verdana, Arial, sans-serif;
font-style : italic; 
color : #552002; 
//padding-left:15px;
}
h4 {
font-size : 160%; 
font-family :  Verdana, Arial, sans-serif;
font-style : italic; 
color : #00ff00; 
}

p:first-letter{
font-size: 16px;
font-weight: bold;
color: red;
}

p.coul {
font-size: 12px;
font-weight: bold;
color: yellow;
font-family: Verdana, Arial, sans-serif;
}

body {
margin-top: 0;
margin-left: auto;
margin-right: auto;
width: 1200px;
background-color: #552002;
}

#entete {
height: 180px;
background-color: #552002;
font-size: 36px;
padding: 5px 0 0 0;
}

#conteneur {
background-color: #552002;
}

#gauche {
float: left;
background-color: #552002;
width: 185px;
}

#centre {
margin-left: 185px;
background-color: #552002;
font-size: 14px;
}

#pied {
width: auto;
height: 180px;
background-color: #552002;
font-size: 10px;
padding: 8px;
}

#livre {
width: 690px;
margin-top: 5px;
margin-left: auto;
margin-right: auto;
height: auto;
color: #ffffff;
}
#form {
width: 325px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
height: auto;
background-color: #6699ff;
}
