/* CSS Document */

/*######################################### Corps de la page #########################################*/

body {
	margin:0;
	padding:0;
	text-align:center;/* text align center pour centrer les elements de la page */
	color:#A98176;
	background:url(../img/fond_page.jpg) top center no-repeat #3E2015;
	scrollbar-arrow-color:000000;
	scrollbar-track-color:3e2015;
	scrollbar-shadow-color:a47f76;
	scrollbar-face-color:a47f76;
	scrollbar-highlight-color:a47f76;
	scrollbar-darkshadow-color:a47f76;
	scrollbar-3dlight-color:a47f76;
}

#haut {
	width:787px;
	margin-left:0px!important;
	margin-left:2px;
	height:186px;
}

#encart_contact {
	width:173px;
	height:178px;
	background-image:url(../img/encart-contact.jpg);
}

#encarts{
	position:relative;
	top:0px;
	left:0px;
	width:170px;
}
#encart_news {
	width:268px;
	height:198px;
	background:url(../img/encart-news.jpg) top left no-repeat;
	position:absolute;
	top:5px;
	left:-100px;
}
#encart_dates {
	width:268px;
	height:198px;
	background:url(../img/encart-classements.jpg) top left no-repeat;
	position:absolute;
	top:203px;
	left:-100px;
}
#encart_classements {
	padding-top:2px;
	width:268px;
	height:198px;
	/*background:url(../test/encart-classements.jpg) top left no-repeat;*/
	position:absolute;
	top:401px;
	left:-100px;
}

#encart_adresse {
	width:173px;
	height:169px;
	background-image:url(../img/encart-adresse.jpg);
}

#contenu {
	width:660px;
	height:570px;/*614*/
	background-image:url(../img/ceotitle.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin-right:25px;
}

#textes_accueil {
	position:relative;
	width:370px;
	height:448px;
	float:left;
	margin:0px 0px 0px 0px;
}
#textes_accueil .liste{
margin-left:110px;
}

#photos_accueil {
	width:280px;
	height:430px;
	float:left;
	margin:4px;
	padding:0px;
	border:1px solid #FFFFFF;
}

/*######################################### Charte #########################################*/

/* Modification de la zone texte en page index (sites avec intro) */
#texte-index{
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
color:#000000;
}

#texte-index a{
font-size:1.2em;
text-decoration:none;
color:#003399;
}

#texte-index a:hover{
color:#CC0066;
text-decoration:underline;
}
/* FIN */

.fond_body{
background:url(../img/body.jpg) top left no-repeat;
}

.bordure{
border:2px solid #FFFFFF;
}

/* Zone du menu */
div.menu{
}

/* Balise adress */
address{
}

/*######################################### Intégration #########################################*/

/* Element devant contenir la div integration, replace les elements à gauche, ,ne rien modifier */
div#wrapper{
/*
text-align:left; 
width:960px; 
height:100%; 
*/
margin:0 auto;
}

/* La div intégration  */
div#integration {

}

/* Pour le lien haut de page */
div#hautdepage{
padding:0px 15px 0px 150px;
font-size:0.8em;
color:#2B628E;
font-family:"Tahoma";
text-align:left;
float:right;
}

/* div laissée à l'usage d'un encart */
div.encart1{ 
text-align:left;
font-weight:lighter;
font-size:16px;
color:#fff;
background-color:#543023;
padding:10px;
margin:10px 80px 10px 80px;
border:1px dashed #ffffff;
}

/* div laissée à l'usage d'un second encart */
div.encart2{ 
color:#FFFFFF;
background-color:#996699;
padding:10px;
border:1px solid #000000;
}

/* Pour que le paragraphe suivant un élément flottant ne s'imbrique pas dans l'espace laissé libre */
.clear{
clear:both;
}
.clearleft{
clear:left;
}
 
/* Mise en forme d'un paragraphe */
.txt1{
	margin:25px 40px 10px 15px;
	text-align:justify;
	font-size:14px;
}
.txt1 a{
	font-size:14px;
	font-weight:bold;
}
.txt1b{
	margin:5px 40px 5px 45px;
	text-align:justify;
}
/* Mise en forme d'un paragraphe */
.txt2{
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}

/* Mise en forme d'un paragraphe */
.txt3{
color:#000000;
}

.liste{
margin:0px;
padding:0px;
list-style-image:url(../img/puce0.gif);
list-style-position:inside;
}
.liste li{
padding:0;
text-align:left;
}
.liste a img{
border:none;
}

.liste2{
	margin:0px;
	padding:0px;
	list-style-image:url(../img/puce0.gif);
	list-style-position:inside;
}
.liste2 li{
	padding:0;
	text-align:left;
	margin-left: 60px;
}
.liste2 a img{
border:none;
}

/* Pour mettre en forme un texte ou une citation compris dans la balise cite (par defaut en italique) */
cite{
}

/* Pour les listes à puces principales */
.element_liste{
margin-left:40px;
list-style-image:url(../img/puce.gif);
}

/* Pour les listes à puces contenues dans une liste principale */
.element_liste ul{
list-style-image:url(../img/puce2.gif);
}

.mylist{
margin:0px 0px 0px 40px;
}

/* Image ou flash en float à droite */
.element_flottant_droite{
float:right; 
margin-left:10px;
}

/* Image ou flash en float à gauche */
.element_flottant_gauche{
float:left; 
margin-right:10px;
}

/* Pour les bordures des animations flash, compatible firefox */
.bordure_flash{
border:1px solid #ffffff;
display:block;
}

/*------ LES LIENS ------*/

a{
color:#fff;
}

a:hover{
color:#a47f76;/*#538B95;*/
}

/* Les liens contenus dans l'encart */
div.encart1 a{
color:#CCCCCC;
}

div.encart1 a:hover{
color:#99CC33;
}

/*------ LES TITRES ------*/

h1{
font-size:1.3em;
font-weight:lighter;
text-align:right;
color:#ab8079;
margin-right:40px;
margin-top:15px;
}

h2{
color:#ab8079;
letter-spacing:2px;
font-size:1em; 
border-bottom:1px solid #ab8079;
margin:35px 20px 0px 45px;
}

/*------ LES TABLEAUX ------*/

.tableau1{
border:thin dashed #000000;
background-color:#FFFFFF;
}

.tableau1 th{
color:#FFFFFF;
background-color:#000000;
}
.tableau1 td{
color:#000000;
}

/* Pour appliquer une bordure à un tableau */
.bordure_tableau{
}

/* Tailles de la police dans les tableaux si rien de précisé */
table td{
font-size:13px;
}

/* Intitulés des tableaux si rien de précisé */
th{
}

/*------ LES FORMULAIRES ------*/

/* Couleur du texte des énoncés du formulaire */
.formulaire td{ 
color:#000000;
}

/* Couleur de texte et de fond des input, select et textaera */
.formulaire input, textarea, select{
color:#000000;
background-color:#ffffff;
}

/*------ LES EFFETS ------*/

/* Permet l'effet de transparence */
.transparent{
filter:alpha(opacity=60);  
-moz-opacity:0.60;
opacity:0.60;
}

/* Pour créer un effet de rollover sur une vignette */
.tableau_vignette  a img{ 
border:2px solid #DC942E;
}	

.tableau_vignette a:hover img{
border:2px solid #fff
}

/*------ DIVERS ------*/

/* Pour le txt en fin de formulaire */
.mention{
font-style:italic;
font-size:10px;
}

#liens_bas {
margin:0 auto;
width:960px;
text-align:center;
font-size:9px;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#liens_bas a { 
color:#FFFFFF;
text-decoration:none;
}

#liens_bas a:hover { 
color:#ab8079;
text-decoration:underline;
}
#liens_bas ul{
margin:0px;
}
#liens_bas ul li{
display:inline;
margin:0px 5px 0px 5px;
}
#back_link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	margin:1px 30px 0px 0px;
}
