* {
	margin: 0;
	padding: 0;
	}


.mandatory_red
{
    color: red;
}


body {
    background-image: url("/sites/images/background.jpg");
    background-repeat: no-repeat;
    background-position:top center;
    font-family: century gothic;
    font-size: 14px;
    color: #acacac;
    background-color: #535152;
    }
    
#page {  
    position:absolute;
    left: 50%;
    margin-left: -450px;
    padding:0px; 
    top:0px ;
    width:940px;   
}

#photo_danse {
	position: absolute;
	left:00px;
	top:124px;
}

#logo {
	position: absolute;
	left: 300px;
	top:0px;
	}

/*TEXTE ITEM*/

.texte a {
	color: #acacac;
	font-size: 18px;
	text-decoration: none;
	}
	
.texte a .lettrine {
	color: #acacac;
	font-size: 30px;
	font-weight: bold;
	}
	
.texte a:hover .lettrine {
	color: #dd552b;
	font-size: 30px;
	font-weight: bold;
	}	

.texte1 {
	position: absolute;
	left: 590px;
	top:145px;
	z-index: 5;
	}
	
.texte2 {
	position: absolute;
	left: 660px;
	top:245px;
	z-index: 5;
	}	
	
.texte3 {
	position: absolute;
	left: 710px;
	top:327px;
	z-index: 5;
	}
	
.texte3_2 {
	position: absolute;
	left:728px;
	top:362px;
	z-index: 5;
	}	
	
.texte4 {
	position: absolute;
	left: 770px;
	top:445px;
	z-index: 5;
	}
	
				

/*ITEM DIAPORAMA*/

#masque {
	position:absolute;
	left:366px;
	top:116px;
    width:403px;
    height: 403px;
    z-index: 2;
	}	
	
#diaporama1 {
	position: absolute;
	left: 372px;
	top:122px;
	z-index:0;
	}	
	
#diaporama2 {
	position: absolute;
	left: 435px;
	top:220px;
	z-index:0;
	}

#diaporama3 {
	position: absolute;
	left: 492px;
	top:318px;
	z-index:0;
	}	

#diaporama4 {
	position: absolute;
	left: 556px;
	top:416px;
	z-index:1;
	}
	
/*MENU*/

#menu {
	position: absolute;
	left: 400px;
	top:460px;
	z-index:5;
	text-align: right;
	width:137px;
	height: 80px;
	}	
	
#separateur {
	position:absolute;
	top:20px;
	width:135px;
	left:0px;
	border-bottom: 1px solid #dcdcdc;
	}	
	
#separateur2 {
	position:absolute;
	top:43px;
	width:133px;
	left:2px;
	border-bottom: 1px solid #dcdcdc;
	}
	
a#menu_1, a#menu_2, a#menu_3 {
	position: absolute;
	right: 0px;
	float: right;
	font-size: 12px;
	color: #acacac;
	text-decoration: none;
	}
	
a#menu_1:hover, a#menu_2:hover, a#menu_3:hover {
	color:#dd552b;
	}
	
a#menu_2 {
	top:23px;
	}	
	
a#menu_2 img {
	position: absolute;
	left: -24px;
	top:2px;
	}					
	
a#menu_3 {
	font-size: 18px;
	top:45px;
	}
	
/*ACTUALITE*/

#actulites {
	position: absolute;
	left: 432px;
	top:538px;
	z-index:5;
	line-height: 15px;
	}
	
.actualite {
	margin-bottom: 10px;
	}	

.actualite a {
	font-size: 12px;
	color: #acacac;
	text-decoration: none;	
	}
	
.actualite a:hover {
	color: #dd552b;	
	}	
	
.actualite a span {
	color:#dd552b;
	}	
	
a img {
	border: none;
	}			
						


