/* CSS Document */

body{
background-color:#371C11;
font: 13px "Trebuchet MS"; 
color:#F3D9A8;
background-image:url(../img/pophaut.jpg);
background-repeat:no-repeat;
}
a {
font: 13px "Trebuchet MS"; 
color:#F3D9A8;
font-weight:bold;
}
a:hover {
font: 13px "Trebuchet MS"; 
color:#D1B47E;
font-weight:bold;
}
h2 {/*les titres  */
font-size:18px;
color: #b82800;
text-decoration:none;
}
h3 {
letter-spacing: 6px;
font-size:1em; 
border-bottom:1px solid #F3D9A8;
text-align:center;
margin-left:215px;
margin-right:215px;
}
h4{
font-size:18px;
}
.txt1 {/*mise en forme d'un paragraphe*/
 color:#371C11;
 font-weight:bold;
 }
.txt2 {/*mise en forme d'un paragraphe*/
 color:#F3D9A8;
 font-weight:bold;
 background-color:#371C11;
 padding-left:10px;
 padding-right:10px;
 }
.txt3 {/*mise en forme d'un paragraphe*/
 color:#F3D9A8;
 background-color:#371C11;
 font-weight:bold;
 }