/* CSS Document */

* {
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

* a {
text-decoration:none;
cursor:pointer;
}

* img {
border:0;
}

body {
background-image:url(../images/common/bg_header.jpg);
background-repeat:repeat-x;
}

.centrer {
margin-left:auto;
margin-right:auto;
width:984px;
}

.navigation {
width:984px;
height:134px;

}

.dynamic {
color:#FF0000;
}

.footer {
text-align:center;
background-image:url(../images/common/footer-sep-degrade.gif);
background-repeat:no-repeat;
background-position:top;
margin-bottom:20px;
}
.footer .contenu {
padding-top:11px;
}

.bouton {
margin-bottom:20px;
width:180px;
}

/* BOUTONS ET ROLL OVER */

.fake-btnFav a{
display:block;
text-indent:-9999px;
}

.boutonFav a {
	background: url(../images/buttons/add-fav.png) no-repeat 0 0;
    height:59px;
}

.boutonFav a:hover {
background-position:0 100%;
}

.IE6 .boutonFav a 
{
    	background: url(../images/buttons/add-fav.gif) no-repeat 0 0;
}

.boutonFav
{
    width:200px;
    margin:0 auto 0 auto;
    text-align:center;
    
}