
body
{
margin: 0px;
background-color:#D5DDDE;
}
#haut
{
margin-bottom: 6px;
background-color: #53B3D6;
}

.tdebut
{
width: 100%;
 margin-left: auto;
 margin-right: auto;
 border:0px;

background-color: #53B3D6;

}

.logo
{
text-align: left;
background-color: #53B3D6;
}
.pub
{
text-align:center;
background-color: #53B3D6;
}

.menu0
{
text-align: left;
background-image: url("images/ban0.png");
}

#corps
{margin-left: 210px;
margin-right: 2px;
text-align: justify;
background-color: white; 


padding:0 10px;
 border:1px double #5886B9;
 border-radius:10px;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;

}

#corps h2
{
color: black;
text-align: center;
background-color: #53B3D6; 
background-image: url("images/banf.png");
  background-repeat: repeat-x;

padding:0 10px;
 border:1px double #5886B9;
 border-radius:10px;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;

}

#corps h3
{
color: blue;
}

#corps h4
{
color: red;
}



#menu
{
float: left;
margin-left:2px;
width: 202px;


}

.eltmenu
{background-color: white;
padding:0 10px;
 border:1px double #5886B9;
 border-radius:10px;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 background-image: url("images/ban1.png");
background-repeat: repeat-x; 
margin-bottom: 6px;
width: 162 px;
padding: 0px;
list-style-image: url("images/puce.png");

}

.eltmenu a
{
color: #176D9A;
}


.eltmenu h3
{    
   color: ;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
margin:0px;
}


input {
 border:1px solid red;
 background-color:#A6BEDE;
 margin-right:100px;
 }

textarea {
 border:1px solid black;
 background-color:#A6BEDE;
 }
 
.insd
{
text-align: right;

}
.tinsd
{
 width: 100%; text-align: left; margin-left: auto; margin-right: auto;
 border:0px; 
background-color :white;
}
.insg
{
 width: 100%; text-align: left; margin-left: auto; margin-right: auto;
 border:0px ; 
}

.for1
{

padding:0 10px;
 border:1px double #5886B9;
 border-radius:10px;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;

background-color:red;
}



#pied

{
text-align:center;
clear: both;
margin-top : 6px;
background-image: url("images/pied.png");
height:41px;
 bottom:0;
}
.fin a
{
  
   color: white; /* Les liens seront en rouge au lieu de bleu */  
}
/






#corps_forum
{
margin:0px;
width: 100%;

}
.titre { width:70%; }
.nombremessages { width:2%; }
.nombrevu { width:4%; }
.nombresujets { width:2%; }
.auteur { width:7%; }
.derniermessage { width:18%; }
.categorie { width:92%; background-color : rgb(149, 119, 119); }

td { background-color:white; border: 0px solid #53B3D6;  vertical-align:top; }
table { background-color:#53B3D6; border: 0px solid #53B3D6; }
th { background-color:#53B3D6; border: 0px solid #53B3D6; }
label {
display:block;
width:150px;
float:left;
}
.vt_auteur
{
width:20%;
background-color :#53B3D6;
}
.vt_mess
{
width:75%;
background-color :#53B3D6;
}
#quote
{
width: 100%;
background-color : rgb(255, 204, 204);
margin-top: 2px;
margin-bottom: 2px;
font-family: "Comic sans MS", Arial, Verdana, serif;
}
.mp_titre { width:65%; }
.mp_expediteur { width:10%; }
.mp_time { width:20%; }

a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: #176D9A; /* Les liens seront en rouge au lieu de bleu */
   font-style: italic; /* Les liens seront en italique (pourquoi pas ?) */
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
   color: red; /* Le lien sera écrit en vert quand on pointera dessus */
} 

