/* CSS Document */
body
{
background-repeat:repeat-x;
text-align:center; /*centrage horizontal pour IE5*/
background-color:#FFFFFF;
background-image:url(image/fond.gif);
margin:0px;
padding:0px;
}
a
{
text-decoration:none;
}
a :hover
{
text-decoration:none;
}
img
{
border: 0px;
}
/*classe pour afficher la banderolle centrale sur le page index.php*/
.banderolle
{
background-repeat: repeat-y;
background-image:url(image/index/bandeau.gif);
width: 716px;
height: 100%;
margin-left: auto;
margin-right: auto;
}
/*masque pour masquer la banderolle dans la partie haute du site*/
.masque
{
width: 716px;
height:170px;
background-color:#FFFFFF;
}
/*classe conteneur différente du reste du site*/
.conteneur
{
width: 716px;
height:426px;
margin-left: auto;
margin-right: auto;
background-repeat: no-repeat;
}
/*classe à l'interieur du bloc conteneur*/
.blcgauche
{
width: 268px;
height: 426px;
background-repeat: no-repeat;
background-image: url(image/index/blocgauche.gif);
float: left;
}
.blocdrt
{
width: 278px;
height: 426px;
background-repeat: no-repeat;
background-image:url(image/index/blocdroit.gif);
float: right;
}
.bloccentre
{
height:426px;
width:170px;
float: left;
}
/*classe à l'interieur du bloc bloccentre*/
.haut
{
width: 170px;
height: 340px;
background-image: url(image/index/haut.gif);
}
.bas
{
width: 170px;
height: 86px;
background-image: url(image/index/bas.gif);
}
/*classe pour le flash*/
.flash
{
width: 716px;
height:426px;
margin-left: auto;
margin-right: auto;
background-repeat: no-repeat;
margin-top: 170px;
}
.copyrigth
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color:#FFFFFF;
text-decoration:none;
margin-right:10px;
}
.copyrigth a
{
text-decoration:none;
color:#FFFFFF;
}
.copyrigthflash
{
margin-left:auto;
margin-right:auto;
width:717px;
text-align:right;
}
.copyrigthflash a
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color:#707070;
text-decoration:none;
}
.copyrigth2
{
color:#989899;
}
