body { 
font-family: Arial;
background-color: #000000;
text-align: center;
margin:0px;
margin-top: 0;
margin-bottom: 0;
}
.choregraphe {
background-image: url('../images/choregraphe.jpg');
background-repeat: no-repeat;
background-position: top right;
}
.calendrier {
padding-left: 425px;
background-color: red;
}
.repertoire {
background-image: url('../images/fond_repertoire.jpg');
background-repeat: no-repeat;
background-position: top left;
}
.rep_telecharger {
position:absolute;
left:700px;
top:-10px;
}
.rep_titre {
position:absolute;
left:250px;
top:-50px;
}
.presse {
background-image: url('../images/fond_presse.jpg');
}
.article_presse {
width: 235px;
padding: 8px;
color: #666666;
}

/* Jquery the thumbnails */
#triggers {
	text-align:center;
}
 
#triggers img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:15px 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
 
/* the active thumbnail */
#triggers a.active img {
	outline:1px solid #000;
 
	/* show on top of the expose mask */
	z-index:9999;
	position:relative;
}
/**************************************/