
body {

}

.saison_ete {
	background-color: #C3CE76;
	/*background-image: url(../images/ete/page-fond.gif);
	background-repeat : repeat-x;*/
}

.saison_automne {
	background-color: #F3A55D;
}

.saison_hiver {
	background-color: #AECCD1;
}
	
#page {
	position: relative;
	margin: auto;

	margin-top : 25px;
	
	width: 916px;
}



/*--------------------------------------------------------------------
/* ACCUEIL-HAUT
/**/

#entete {
	height : 162px;
	overflow : hidden;
	background-color : #B41528;
}

.saison_ete #entete {
	background-image : url(../images/ete/entete-fond.jpg);
}

.saison_automne #entete {
	background-image : url(../images/automne/entete-fond.jpg);
}

.saison_hiver #entete {
	background-image : url(../images/hiver/entete-fond.jpg);
}



/*--------------------------------------------------------------------
/* MENU-HAUT
/**/

#menu-haut {
	margin : 0;
	padding : 0;
	list-style-type : none;

	position : absolute;
	top : 40px;
	right : 15px;

	text-align : right;

	font-size : 13px;
}

#menu-haut li {
	margin-bottom : 6px;
}

#menu-haut a {
	color : #fff;
	text-decoration : none;
}

#menu-haut a:hover {
	text-decoration : underline;
}



/*--------------------------------------------------------------------
/* PRINCIPAL
/**/

#principal {
	background-color : #F7F5D8;
	
}

/*--------------------------------------------------------------------
/* MENU
/**/

#menu {
	margin : 0;
	padding : 0;
	list-style-type : none;

	height : 32px;
	overflow : hidden;
	width : 100%;
}

.saison_ete #menu {
	background-color : #86952A;
}

.saison_automne #menu {
	background-color : #E6631A;
}

.saison_hiver #menu {
	background-color : #4A6B88;
}

#menu li {
	float : left;
	height : 32px;
}

#menu a img {
	border : 0;
}


#menu #frmRecherche {
	float : left;

	margin : 0;
	padding : 0;

	padding-left : 20px;
	padding-top : 5px;
	padding-right : 30px;

	height : 24px;
}

#menu #frmRecherche input {
	vertical-align : middle;
}

#menu #frmRecherche #motsCles {
	border : 0;

	padding-left : 5px;
	width : 145px;
	height : 18px;

	font-size : 9pt;
	font-family : tahoma,sans-serif;
}

/*--------------------------------------------------------------------
/* COLONNE GAUCHE
/**/

#colonne_gauche {
	width : 237px;
	float : left;

	overflow : hidden;
}

.avecMenu {
	padding-top : 10px;

	background-color : #fff;

	padding-bottom : 92px;
	background-image : url(../images/colonne_gauche-bas.gif);
	background-repeat : no-repeat;
	background-position : left bottom;
}

.sansMenu {
	padding-bottom : 30px;
}

#menu-gauche {
	margin : 0;
	padding : 0;
	list-style-type : none;
}

#menu-gauche .itemMenu {
	display : block;

	height : 23px;
	width : 226px;
	color : #780F34;

	padding-left : 21px;
	padding-top : 8px;

	text-decoration : none;

	background : none;

	font-size : 12px;
	font-weight : bold;
}

#menu-gauche a.itemActif {
	color : #fff;
}

.saison_ete #menu-gauche a.itemActif {
	background-image : url(../images/ete/menu_actif-fond.gif);
}

.saison_automne #menu-gauche a.itemActif {
	background-image : url(../images/automne/menu_actif-fond.gif);
}

.saison_hiver #menu-gauche a.itemActif {
	background-image : url(../images/hiver/menu_actif-fond.gif);
}


#menu-gauche .sous_menu {
	margin : 0;
	padding : 0;
	list-style-type : none;

	margin-top : 5px;
	margin-left : 40px;
	margin-bottom : 10px;
}

#menu-gauche .sous_menu li {
	margin-bottom : 3px;
}

#menu-gauche .sous_menu a {
	color : #780F34;
	font-size : 11px;
	text-decoration : none;
}

#menu-gauche .sous_menu a.sousItemActif {
	/*font-weight : bold;*/
}

.saison_ete #menu-gauche .sous_menu a.sousItemActif {
	color : #86952A;
}

.saison_automne #menu-gauche .sous_menu a.sousItemActif {
	color : #E6631A;
}

.saison_hiver #menu-gauche .sous_menu a.sousItemActif {
	color : #4A6B88;
}



#menu-gauche a:hover {
	text-decoration : underline;
}

/*--------------------------------------------------------------------
/* COLONNE DROITE
/**/

#colonne_droite {
	width : 679px;
	float : left;
	overflow: hidden;
}


/*--------------------------------------------------------------------
/* TITRE
/**/

#titre {
	/*background-color : #780F34;*/
	background-color : #800206;

	background-image : url(../images/titre-fond.gif);
	background-repeat : no-repeat;
	background-position : left bottom;

	/*padding-left : 63px;*/
	padding-left : 35px;
	
	padding-bottom : 7px;
}


#titre h1 {
	margin : 0;
	padding : 0;

	padding-top : 10px;

	color : #fff;
	font-size : x-large;
	font-weight : bold; /*normal;*/
}

/*--------------------------------------------------------------------
/* FIL
/**/

#fil {
	font-size : 0.85em;
	/*color : #B36B84;*/
	color : #B95C5F;

	padding-top : 10px;
}

#fil a {
	/*color : #B36B84;*/
	color : #B95C5F;
	text-decoration : none;
}

#fil a:hover {
	/*color : #E8BCCC;*/
	color : #DEA1A3;
}

#fil-pageEnCours {
	font-weight : bold;
}


/*--------------------------------------------------------------------
/* CONTENU
/**/

#contenu {
	/*margin-left : 63px;*/
	margin-left: 35px;
	margin-right : 30px;

	padding-bottom : 1em;
	
	color : #535353;

	line-height : 1.5em;
}

#contenu a {
	color: #800206;
}

#contenu a:hover {
	color: #41464d;
}

#contenu h2 {
	margin : 0;
	padding : 0;

	padding-top : 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid;
	line-height: 1.3em;

	/*color : #fff;*/
	
	font-size : medium;
	font-weight : bold;
}



/*--------------------------------------------------------------------
/* PRINCIPAL BAS
/**/

#principal-bas {
	height : 40px;
	padding-bottom : 10px;
}

/*--------------------------------------------------------------------
/* LOGOS
/**/

#logos {
	text-align : right;

	width : 236px;
	float : left;
}



/*--------------------------------------------------------------------
/* OUTILS
/**/

#outils {
	float : left;

	padding-left : 60px;
	padding-top : 20px;

	font-size : 11px;
}

#outils a {
	color : #790E34;
	text-decoration : none;
}

#outils a:hover {
	text-decoration : underline;
}

#outils img {
	margin-right : 2px;
}

/*--------------------------------------------------------------------
/* PIED
/**/

#pied {
	margin-top : 1em;
	margin-bottom : 1em;

	color : #fff;
	font-size : 10px;
}

#pied #copyright {
	float : left;
}

#pied #conception {
	float : right;
}

#pied a {
	color : #fff;
}

/*--------------------------------------------------------------------
/* MOOTOOLS ACCORDÉONS
/**/

h2.toggler {
	cursor: pointer;
	margin : 0 !important;

	/*background-image : url(../images/secteur-fond.gif);
	background-repeat : no-repeat;
	padding : 5px 50px 5px 15px !important;
	width : 520px;
	height : 25px;
	overflow : hidden;

	font-size : 10pt !important;
*/
	margin-top : 10px !important;
	/*font-weight : normal !important;*/
}

div.element ul {
	margin-top : 0.5em;
	margin-bottom : 0.5em;
}


