/*     ..::Module de gauche et de droite::..    */ 
.module_gauche,.module_droite{
margin-top:50px;
background-color:#26c8c8;
width:18%;
color:#B22222;
padding:10px;
border:2px dotted #B22222;
}
/*     ..::hou::..    */ 
/* ..::titre billet::.. */ 
.billet h2{
color:#FFA500;font-weight:bold;text-align:center;
background-image:url("http://img99.imageshack.us/img99/259/fontitre3.jpg");
height:50px;
border:2px dotted #B22222;
}

/*     ..::Corps::..    */ 
body{
background-color:#B22222;
}

a{
color:#B22222;
}
a:hover{
font-weight:bold;
}
/*     ..::Bas de billet::..    */ 
.footart{
margin:auto;
width:500px;
text-align:center;
border-top:0px solid black
padding-top:25px;
}
