/********/
/* HTML */
/********/
a:link, a:visited, a:hover, a:active {
	color	: #B37C4C;
}
hr {
	border-top	: 1px #B37C4C solid;
}
/******************************/


/******/
/* ID */
/******/
/* Entete */
#entete {
/*background-color: #B37C4C;*/
}

#entete .contenu {
}
#entete .contenu h2 {
	color	: #B37C4C;
/*color:#FFFFFF;*/
}

/* Menu */
#menu {
	background-image: url(images/modele/fond_menu.gif);
}
#menu a:hover, #menu a.here:link, #menu a.here:visited, #menu a.here:hover, #menu a.here:active  {
	color	: #B37C4C;
}

/* Menu gauche */
#menu_gauche div.entete {
	background-color: #B37C4C;
}
#menu_gauche div.titre {
	border-top		: 1px #B37C4C solid;
	border-bottom	: 1px #B37C4C solid;
}


/* Titre page */
#titre_page {
	background-image: url(images/modele/fond_titre_page.gif);
}


/* Contenu */
#contenu .menu_gauche {
}


#separ_pied {
	border-top	: 1px #B37C4C solid;
}

#pied_page {
	background-color: #B37C4C;
}
#pied_page .menu {
	background-image	: url(images/modele/fond_pied_menu.gif);
}


/* Calendrier */
#calendrier .noms_jours td {
	color	: #B37C4C;
}
#calendrier td.select  {
	border	: 1px #B37C4C solid;
}
/******************************/


/***********/
/* CLASSES */
/***********/
/* Blocks */
.block {
}
.block .div_h1 {
	background-image	: url(images/block/fond_h1.gif);
	background-repeat	: repeat-x;
}
.block h1 {
	color	: #B37C4C;
}
.block .prix {
	color	: #B37C4C;
}


/* Boutons */
.bouton {
	color	: #B37C4C;
}

.erreur,.rouge	{color	: #B37C4C;}
/******************************/