/**********************
    CSS GENERIQUE
***********************/


/*A modifier selon la charte*/

body{
background:#000;
}

h2{
color:#fff;
}


/**********************
  ELEMENTS MUTUALISES
***********************/


/*
=====================================
          NE PAS MODIFIER
=====================================
*/

.masque{
	position:relative;
	margin:1px auto;
	border:0px solid #000;
	width:600px;
	height:200px;
	overflow:hidden;
}
#boiteImg{
	position:absolute;
	width:300px;
}

#boiteImg img{
display:block;
float:left;
width:600px;
height:200px;
}
#boiteImg img a{
display:block;
/*float:left;*/
width:600px;
height:200px;
}
.buttons{
padding:5px;
}
.buttons span{
color:#0080FF;
padding:0 5px;
cursor:pointer;
font:10px Verdana;
}
.buttons span.active, .buttons span:hover{
background:#0080FF;
color:#fff;
}

