#conteneur, #Logo, #ColGauche, #ligne-rouge
{
padding:1px 0;
}
#conteneur 
{
 max-with:960px;
 border-width: 1px;
 border-style: solid;
 border-color: red;
 /*--position: relative;--*/
 margin:auto; /*--centre le site--*/
 


}
#Logo
{

height: 201px;
border-bottom: 1px red solid;
position: relative;
text-align: center;
}
#ColGauche
{
float:left;
width:240px;
text-align: center;

/*--border-right: 1px red solid;--*/

}
#Contenu
{

margin-left:245px;


}
#ligne-rouge
{
 clear:both;
 background-color:red;
 height: 30px;
 line-height: 30px;
 color: white;
 vertical-align: middle;
 text-align: center;
 font-family: Arial;
 font-size:13px;
 position: center; 
 bottom: 0;
}
#titre
{
 font-family: Arial;
 font-size: 14px;
 font-weight: bold; 
 text-align: center;
}
#titre2
{
 font-family: Arial;
 font-size: 14px;
 font-weight: bold; 
 
}
.titre3
{
font-family: Arial;
font-size: 12px;
font-weight: bold; 

}
li
{
font-family: Arial;
font-size: 12px;
font-weight: normal; 
}
.ctexte
{
 font-family: Arial;
 font-size: 12px; 
 font-weight: normal; 
}
.texte
{
 font-family: Arial;
 font-size: 12px; 
}
#texte-deco
{
 font-family: Arial;
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline;
}
#maintenance
{
 font-family: Arial;
 font-size: 14px;
 font-weight: bold; 
 text-decoration: underline;
 text-align: center;
}

/*--lien--*/

a.lienmail:link{color:white; text-decoration:none;}
a.lienmail:hover {color:white; text-decoration:underline;} 
a.lienmail:active {color:white; text-decoration:none;}
a.lienmail:visited {color:white; text-decoration:none;}

a.lienmail2:link{color:red; text-decoration:none;}
a.lienmail2:hover {color:red; text-decoration:underline;} 
a.lienmail2:active {color:red; text-decoration:none;}
a.lienmail2:visited {color:red; text-decoration:none;}

/*--Menu du site--*/
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
background: black url(../media/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../media/blockactive.gif) center center repeat-x;
}
/*--fin menu du site--*/

