/**********************
    CSS GENERIQUE
***********************/


/*A modifier selon la charte*/

body{
background:#fff;
}

h2{
color:#fff;
}


/**********************
  ELEMENTS MUTUALISES
***********************/


/*
=====================================
          NE PAS MODIFIER
=====================================
*/

.masque{
	position:relative;
	width:590px;
	height:380px;
	min-height:250px;
	overflow:hidden;
	border:0px outset gray;
}
#boiteImg{
	position:absolute;
}

#boiteImg img{
display:block;
float:left;
}
.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;
}

