/*----balise---*/
html{
	height:100%;
}
body{
	height:100%;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
background-repeat:repeat-x;
	top:0px;
	background-color:#1a171b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/*----les id---*/
#principale{
width:990px;
margin-right: auto;
margin-left: auto;
padding:0px;
margin-top:0px;
background-image:url(../images/arriereplantDIVprincipale.png);
background-repeat:repeat-y;
}

#flash{
	position:relative;
padding-bottom:2px;
height:425px;
width:990px;
}
#flash .reservation{
position:absolute;
width:165px;
z-index:100;
right:0px;
top:107px;
}
#flash .reservation .champ{
	display:none;
}
#flash .reservation:hover .champ{
	display:block;
	width:165px;
	height:132px;
	background-image:url(../images/fnd_paiement.png);
}
#flash .reservation .champ p{
	padding:0px;
	margin:0px;
}

#contenue{
padding:0px;
width:990px;
}

#contenue a{
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFF00;

}

#contenue a:hover{
text-decoration:underline;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFF00;

}

#news{

text-align:justify;
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
background-image:url(../images/new.gif);
padding-right:11px;
width:175px;
}

#evenement{
float:left;
width:796px;
}

#footer{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
height:30px;
width:100%px;
}

#footer a{
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;

}

.textnoir{
	color:#333;
}
.textblanc{
	color:#FFF;
}
.texttableau{
	color:#000;
}
.titrebleu{
color:#CC0000;
}

#footer a:hover{
text-decoration:underline;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFF00;

}


/*---style-----*/

.Style1 {color: #000000}

.Style5 {
	color: #FFFF00;
	font-weight: bold;
}

.article_accueil{
background-image:url(../images/fond_accueil_new.jpg);

padding-right:2px;
padding-bottom:2px;
float:left;
width:782px;
height:180px;
}

.article_photo{
float:left;
width:250px;
height:170px;
}

.article_texte{
padding:2px;
float:left;
width:523px;
height:110px;
}

.photo-carre{
float:left;
width:115px;
height:115px;
}

.texte_article{
width:475px;
padding:5px;
float:left;
}

.texte_article_recrute{
width:125px;
padding:5px;
float:left;
}

.texte_article_deux{
width:390px;
padding:3px;
float:left;
}

.article_texte_deux{
padding:2px;
float:left;
width:250px;
height:110px;
}

.photo-carre_gallerie{
padding:3px;
float:left;
width:115px;
height:115px;
}

.titre{
background-image:url(../images/fond_titre.png);
background-repeat:repeat-x;
font-size:18px;
color:#FFFF00;
padding-bottom:10px;
padding-left:30px;
padding-top:15px;
padding-right:30px;
width:93%;
}

.titre-deux{
background-color:#555555;
font-size:18px;
color:#FFFF00;

padding-left:30px;

padding-right:30px;
width:93%;
}

.titre-trois{
font-size:17px;
color:#FFFF00;
font-weight:bold;
padding-left:30px;

padding-right:30px;
width:93%;
}

.titre-quatre{
font-size:17px;
color:#FFFF00;
font-weight:bold;
}

.texte{
padding-bottom:10px;
padding-left:30px;
padding-top:15px;
padding-right:30px;
width:93%;
}
.bouton_m{
	margin-top:10px; 
	text-decoration:none;
	position:relative;
	display:inline-block;
	font-size:13px;
	background:url(../images/bg_btn.png) repeat-x center;
    border: 1px solid #b4b4b4;
    color: #333333;
    cursor: pointer;
	height:14px;
    padding: 3px 9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 6px #999;
	-moz-box-shadow: 0 0 6px #999;
	-o-box-shadow: 0 0 6px #999;
	box-shadow: 0 0 6px #999;
	behavior:url(css/iecss3/PIE.htc);
}
.bouton_m:hover{
	background:url(../images/bg_btn_survol.png) repeat-x center;
	-webkit-box-shadow: 0 0 6px #555;
	-moz-box-shadow: 0 0 6px #555;
	-o-box-shadow: 0 0 6px #555;
	box-shadow: 0 0 6px #555;
	behavior:url(css/iecss3/PIE.htc);
}

