@charset "UTF-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	padding: 0px;
	background-image: url(img_site/fond5.jpg);
	background-position:center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
	
	/* barres de défilement */
	scrollbar-face-color:#d9cf96;
	scrollbar-arrow-color:#8e4427;
	scrollbar-track-color:#b3a76b;
	scrollbar-shadow-color:'gray';
	scrollbar-highlight-color:'#000';
	scrollbar-3dlight-color:#8e4427;
	scrollbar-darkshadow-Color:'white';

}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A68D55;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A68D55;
	text-decoration: underline;
}

form{
	margin:0;
	padding:0;
}

img.image_avec_bords { border: 10px solid #D9CF96; }


/*   --- PARTIE BLOC ---  */

.fond_bloc{
	background-image:url(img_site/fond_bloc.jpg);
	background-position:top left;
	background-repeat:no-repeat;

}


/*   --- PARTIE CENTRALE ---  */

.fond_centrale{
	background-color:#D9CF96;
}


/*   --- PARTIE EN BAS --- */
.fond_menu{
background-color:#000000;

}


/*   --- LIEN DU MENU --- */

.lien_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #f2b93c;
	text-decoration: none;
}
.lien_menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #f2b93c;
	text-decoration: underline;
}
.lien_menu_actif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color:#613010;
	text-decoration: none;
}
.lien_menu_actif:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #613010;
	text-decoration: underline;
}

/* LIVRE D'OR */

.livre_or_tete_message{
	/* Ligne qui contient les noms, prénoms, emails et date du message */
	background-image:url(img_site/degrade-marron-claire.gif)
}

.livre_or_message{
	/* Ligne qui contient le message */
	background:#E2DBB1;
}
.livre_or_fond_formulaire {
	background-color: #E2DBB1;
}

.livre_or_tableau_admin {
	border: 1px solid #F19A23;
}

/* GALLERIE D'IMAGE */

.gallerie_texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

.texte_gallerie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

.texte_gallerie_sous_photo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
.fond_activite{
	background:#844211;
}
.fond_activite_interieur{
	background:#80511E;
}

/* STYLES POUR LES TABLEAUX */
TABLE.tableau_bord_noir{
border-right:1px solid #000000;
border-bottom:1px solid #000000;
border-top:none;
border-left:none;

}
TD.tableau_bord_noir{
border-right:none;
border-bottom:none;
border-top:1px solid #000000;
border-left:1px solid #000000;
}
