#conteneur{
position:absolute;
left: 50%; 
/*top: 50%;*/
width: 900px;
height: 580px;
/*margin-top: -290px;  moitié de la hauteur */
margin-left: -450px; /* moitié de la largeur */
}
.largemask {
width:109px;
height:82px;
background: url(../images/largemask.gif) top left no-repeat;
position: absolute;
}
.smallmask {
width:62px;
height:52px;
background: url(../images/smallmask.gif) top left no-repeat;
position: absolute;
}
.etiquetteh{
width: 236px;
height: 110px;
background: url(../images/background_etiquette.gif) top left no-repeat;
table-layout: fixed;
font-family: "Arial";
font-size: 11px;
}
.etiquetteb{
width: 248px;
height: 142px;
table-layout: fixed;
font-family: "Trebuchet MS";
font-size: 11px;
}
a{
color: #669933;
text-decoration: underline;
}
a:hover{
color: #FF9900;
text-decoration: underline;
}

a.gris{
color: #999999;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
a.gris:hover{
color: #FF9900;
text-decoration: none;
}

.copyright{
color: #999999;
font-size: 10px;
text-decoration: underline;
}


.titre1home{
font-family: "Trebuchet MS";
color: #CC0033;
font-size: 13px;
font-weight: bold;
}
.titre2home{
font-family: "Trebuchet MS";
color: #999999;
font-size: 12px;
font-weight: bold;
}