body {
margin-left: auto;
margin-right: auto;
color: #662c2c;
width: 650px;
font: 1em black verdana, sans-serif;
background-color: #dbe3e4;
font-family: arial, verdana, helvetica, tahoma, sans-serif;
font-size: 80%;
}


a {text-decoration: none; color: #bc2e2e;}
a:hover {border-bottom:1px dotted; color: #662c2c; cursor:pointer; }

li:hover {color: #6482DE; cursor:pointer;}

h1{
color:#bc2e2e;
font-size:15px;
text-align:center;
font-variant: small-caps;
}



#titre{
font-size:45px;
color:#bc2e2e;
text-align:center;
}

#soustitre{
font-size:14px;
color:#662c2c;
text-align:right;
font-style:italic;
padding-right:180px;
}


#barre{
background-image:url(../Images/barre.png);
height:1px;
}

#menu{
float:right;
height:10px;
padding-right:20px;
}


#recherche{
float:right;
height:10px;
padding-right:20px;
}

#ssmenu{
text-align:center;
}

#nom{
float:left;
height:10px;
padding-left:20px;
}


.espace{
height:5em;
}

#entrehaut{
height:20px;
vertical-align:bottom;
}


#entrebas{
height:10px;
vertical-align:bottom;
}




#pub{
height:80px;
text-align:center;
padding-left:60px;
}


.bulle {
position:relative;
width:auto;
background-color: #bec6c7;
color: #662c2c;
padding-left:30px;
padding-right:30px;
padding-top:20px;
padding-bottom:20px;
-webkit-border-radius: 020px;
-moz-border-radius: 020px;
border-radius: 020px;	
}

.bulle_contenu {
position:relative; z-index:100; 
padding:10px;
margin:15px;
text-align:center;
background:#dbe3e4; 
color:#662c2c;
-webkit-border-radius: 020px;
-moz-border-radius: 020px;
border-radius: 020px;
}

// Table

table.stat {
border-collapse: separate;
}
th {
border: 1px solid ;
padding: 5px;
}

th.stath {
border: 2px solid ;
padding: 5px;
background-color:#eaedf6;
}
td.statd {
border: thin solid ;
padding: 5px;
text-align: left;
}

.oui {
color:#55a55f;
border: 1px solid #3b5194 ;
padding: 5px;
text-align: center;	
}

.non {
color:red;
border: 1px solid #3b5194 ;
padding: 5px;
text-align: center;	
}
.stab{
border: thin solid ;
padding: 5px;
text-align: center;	
}

.stab:hover{
font-weight : bold;
background-color:#eaedf6;	
}

caption {
font-family: sans-serif;
}




