/* -----
Styles des Conteneurs
MENU
Styles des actus
Styles du contenu de cont-level1
Styles pour le formulaire contact
------- */

html{
font-size: 100%;
}

body{
background-image: url(../images/deco/fond-body.gif);
background-repeat:repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333333;
font-size: 0.8em;
}

/*---------- Styles des Conteneurs -----------*/

#header{	/* dans lequel est posée l'image du bandeau */
width: 1020px;
margin: auto;
margin-bottom: 0px;
padding-bottom: 0px;
}

#footer{
width: 1020px;
margin: auto;
height: 70px;
background-image: url(../images/deco/fond-footer.jpg);
background-repeat: no-repeat;
}

#cont-level0{	/* conteneur gris foncé avec bande ombrée à droite et à gauche */
width: 1020px;
margin: auto;
margin-top: 0px;
padding: 0px;
background-image: url(../images/deco/fond-cont-level0.jpg);
background-repeat: repeat-y;
}

#cont-level0-marges{	/* fixe des marges dans cont-level0 pour que les deux blocs cont-level1 et cont-bandeauG viennent s'aligner par rapport aux bords */ 
padding-left: 55px;		/* du header. On ne fixe pas des marges dans les deux blocs intéressés car le rendu diffère alors trop entre IE et mozilla (mon avis est que */
padding-right: 55px;	/* IE gère mal les float et padding */
}

#cont-bandeauG{	/* conteneur de gauche qui accueille le menu */
background-image: url(../images/deco/fond-cont-bandeauG.gif);
background-repeat: repeat-y;
width: 200px;
}

.force-hauteur-bandeauG{	/* cont-bandeauG accueille le menu et possède le fond gris plus clair avec bande blanc cassé */
clear: both;				/* Afin que ce fond se répète jusqu'à la fin du cont-level1 qui est en float right on place dedans */
							/* un élément en clear both qui l'oblige à s'étirer jusqu'en bas du flottant qui est à sa droite puisque par définition */
							/* cet élément en clear both doit venir se placer sous le flottant et ne peut rester à gauche */
							/* le vice est même poussé plus loin : pour donner l'impression que cont-bandeauG et cont-level0 s'arrêtent à la même ordonnée */
							/* on force-hauteur-bandeauG contient une couleur de background qui masque le fond de cont-bandeauG. */
background-color: #30342E;	
}

#cont-level1{	/* élément central qui accueille le contenu informatif */
float: right;
width: 700px;
padding: 0px;
margin: 0px;
}

#cont-level1-header{ /* accueille le titre de la page et contient le haut arrondi du contenu informatif*/
padding: 3px;
margin: 0px;
text-align: right;
background-image: url(../images/deco/fond-cont-level1-header.gif);
background-repeat: no-repeat;
background-color: #EFF0E9;
}
#cont-level1-mid{ /* accueille le contenu informatif*/
background-color: #EFF0E9;
padding-top: 10px;
padding-top: 10px;
padding-right: 0px;
padding-bottom: 5px;
margin: 0px;
font-size: 1em;
color: #333333;
}
#cont-level1-footer{ /* accueille le titre de la page et contient le haut arrondi du contenu informatif*/
height: 10px;
margin: 0px;
padding: 0px;
background-image: url(../images/deco/fond-cont-level1-footer.gif);
background-repeat: no-repeat;
}

#actus{
float: right;
width: 220px;
background-color: #E8B81D;
}

#actus_cont_diaporama{
width: 220px;
height: 280px;
margin: 0px;
background-image: url(../images/deco/actus_cont_diaporama_bg.jpg);
background-repeat: no-repeat;
}

#contenu_a_G_actus{
width: 460px;
margin: 5px;
text-align: justify;
float:left;
}

.force-hauteur-cont-level1-mid{
clear: both;
}

/*--------- MENU --------------*/
#cont-bandeauG-menu{ 
background-image: url(../images/deco/fond-cont-bandeauG-menu.gif);
background-repeat: repeat-y;
/*width: 200px;*/
padding-bottom: 20px;
}

.menu-haut {
margin: 0px;
padding: 0px;
height: 20px;
background-image: url(../images/deco/fond-menu-haut.jpg);
background-repeat: no-repeat;
background-position: 0px 0px;
}
.menu-bas {
margin: 0px;
margin-top: 1px;
padding: 0px;
height: 20px;
background-image: url(../images/deco/fond-menu-bas.jpg);
background-repeat: no-repeat;
background-position: 0px 0px;
}

#cont-bandeauG-menu a{
display: block;
text-decoration: none;
margin-top: 1px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 40px;	/* pour que le texte ne vienne pas sur la puce */
background-color: #527E04;
background-image: url(../images/deco/menu-puce.gif);
background-repeat: no-repeat;
background-position: 5px 3px;
color: #EFF0E9;
}
#cont-bandeauG-menu a:hover{
background-color: #EFF0E9;
background-image: url(../images/deco/menu-puce-hover.gif);
background-repeat: no-repeat;
background-position: 5px 3px;
color: #333333;
}

#cont-bandeauG-menu ul{
background-color: #E5E6DE;	
list-style-type: none;
list-style: none;
padding: 0px;
margin: 0px;
}

#cont-bandeauG-menu li{
padding: 2px;
padding-left: 30px;
border-top: solid;
border-width: 1px;
border-color: #333333;

}

#cont-bandeauG-menu ul a{
text-decoration: none;
background-color: #E5E6DE;
background-image: none;
padding: 0px;
/*padding-left: 15px;*/ /* décalage par rapport a un éventuelle image de bg */
color: #333333;
}

#cont-bandeauG-menu ul a:hover{
text-decoration: none;
background-color: #E5E6DE;
background-image: none;
/*background-image: url(../images/deco/menu-bg-srub.gif);
background-repeat: no-repeat;
background-position: left;*/
}

/*--------- Styles des actus ------------*/
#actus p{
margin: 10px;
width: 200px;
padding-bottom: 10px;
border-bottom :dashed 1px #333333;
color: #333333;
font-size: 0.9em;
}
#actus .date{
display: block;
text-align: right;
/*padding-top: 5px;*/
font-size: 0.9em;
}
#actus .titre{
display: block;
padding-top: 5px;
padding-bottom: 5px;
}
#actus .lien_titre_news{
display: block;
color: #333333;
font-weight: bold;
}
#actus a img{
	float: left;
	border-style: none;
	margin-right: 5px;
}
#actus .lien_mois_annee{
display: block;
color: #333333;
font-weight: normal;
}
#div_archives{
background-color: #EFF0E9;
margin-left: 10px;
margin-right: 10px;
padding: 5px;
font-size: 0.8em;
}
#div_archives .date{
display: block;
text-align: right;
padding-top: 5px;
}
#div_archives .titre{
display: block;
padding-bottom: 5px;
}
#div_archives .lien_titre_news{
display: block;
color: #333333;
font-weight: bold;
}

/*--------- Styles du contenu de cont-level1 ----------*/
#cont-level1-header h1{	/* le titre de page */
margin: 0px;
padding: 0px;
font-weight: bold;
font-size: 1.25em;
color: #EFF0E9;
}

#cont-level1-mid h3{
/* background-image: url(../images/deco/puce_cont-level1-mid.gif); */ /*-- image puce fleche bnache dans cercle gris 15x16px --*/
background-image: url(../images/deco/puce_cont-level1-mid_2.gif); /*-- image puce triangle gris 11x15px --*/
background-position: 2px 4px;
background-repeat: no-repeat;
padding-left: 20px;	/* pour décalage par rapport à la puce en background */
padding-bottom: 2px;
padding-top: 2px;
/*margin: 20px;*/
font-size: 1.20em;
font-weight: bold;
color: #333333;
/*border-bottom: 1px dashed #333333;*/
border-bottom: 3px solid #333333;
background-color: #CCCCCC;
}

#cont-level1-mid p{
	/*text-align: justify;*/
}

#contenu_a_G_actus p{
clear: both;
}

/*--- photos -----*/
.photo-principale-cont{
/* va faire normallement 460px - le conteneur de la photo principale*/
border: 1px solid #333333;
padding: 10px;
}

.photo-principale-cont img{
margin: auto;
}

.photo-principale-legende{
/* pour les légendes */
/* on lui donne la taille de l'image en php */
margin: auto;
margin-top: 1px;
background-color: #30342E;
font-weight: normal;
font-size: 1em;
color: #EFF0E9;
}

.photo-principale-comment{
/* on lui donne la taille de l'image en php */
margin: auto;
margin-top: 5px;
font-weight: normal;
font-size: 1em;
color: #333333;
}

.photo-miniature-cont{
/* les miniature font 70px max dans la plus grande dimension*/
float: left;
/*margin-right: 1px;*/
margin-top: 10px;
width: 80px;
text-align: center;
border: 6px solid #333333;
background-color: #EFF0E9;
}
.photo-miniature-cont img{
/* les miniatures font 70px */
margin: 5px;
border: none;
}

#table-points-jjb{
	width: 100%;
}

#table-points-jjb th{
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	background-color: #E8B81D;
}

#table-points-jjb td{
	font-size: 0.8em;
	vertical-align: top;
	padding: 4px;
	border: solid 1px #000;
}

#table-points-jjb td.intitule{
	font-size: 1em;
	font-weight: bold;
	background-color: #E8B81D;
	vertical-align: middle;
	text-align: center;
}
#table-points-jjb td.point{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
 /*---------------------------------------------------------*
  *----        CSS PAGE CONTACT  DEBUT                  ----*
  *---------------------------------------------------------*/
/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_DEBUT */

/* DIV général contenant l'ensemble du FORMULAIRE */
div.formulaire_general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: inherit;
	color: inherit;
	width: 100%;
	margin: 0 auto;

}
/* DIV contenant l'ensemble des ERREURS de saisie */
div.formulaire_erreursSaisie {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	background-color: #eee;
	color: #f00;
	padding: 5px;
	margin-bottom: 3px;
}
/* DIV pour chaque LIGNE D'ERREUR de saisie */
div.formulaire_erreursSaisie_ligne {
}

/* Tableau de champs général */
table.formulaire_table {
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	width: 100%;
}
/* GROUPE de champs : ligne EN-TÊTE de table */
.formulaire_table th {
	background-color: #CCCCCC;
	color: #333333;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
/* GROUPE de champs : en FIELSET */
.formulaire_table fieldset {
	border-style: solid;
	border-width: 1px;
	border-color: #666;
}
/* LEGENDE du fielset ci-dessus */
.formulaire_table legend {
	font-weight: bold;
	padding: 5px;
}
/* LIGNES de SÉPARATION entre deux lignes de champs */
.formulaire_cell_espacement {
	height: 5px;
}

/* LIBELLE des champ dans le formulaires */
/*---------------------------------------*/
	/* Dans TOUS les cas */
	td.formulaire_nom_champ, td.formulaire_nom_champ_erreur {
		width: 100px;
		padding: 0px 5px 0px 10px;
		text-align: right;
	}
	/* Normal */
	td.formulaire_nom_champ {
	}
	/* En cas d'ERREUR sur le champ */
	td.formulaire_nom_champ_erreur {
		color: #f00;
		font-weight: bold;
	}

/* CELLULES qui contiennent les CHAMPS */
/*-------------------------------------*/
	/* Dans TOUS les cas */
	td.formulaire_td_champ, td.formulaire_td_champ_erreur {
		padding-right: 10px;
	}
	/* Normal */
	td.formulaire_td_champ {
	}
	/* En cas d'ERREUR sur le champ */
	td.formulaire_td_champ_erreur {
	}

/* Champs dans les formulaires : INPUT, TEXTAREA */
/*-----------------------------------------------*/
	/* Dans TOUS les cas */
	.formulaire_champ, .formulaire_champ_erreur {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: left;
		width: 300px;
		padding-top: 2px;
		padding-right: 3px;
		padding-bottom: 2px;
		padding-left: 3px;
		/* Attention, jouer sur l'opacité peut provoquer des problèmes d'affichage de SELECT sous IE */
		/*
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		*/
	}
	/* Normal */
	.formulaire_champ {
		background-color: #eee;
		color: #000;
		border-style: solid;
		border-width: 1px;
		border-color: #ccc;
	}
	/* En cas d'ERREUR sur le champ */
	.formulaire_champ_erreur {
		background-color: #fcc;
		border-style: solid;
		border-width: 1px;
		border-color: #f99;
	}

/* SUFFIXES : texte qui s'ajoute après les champs (€, kg, /jour...) */
span.formulaire_champ_suffixe, span.formulaire_champ_suffixe_erreur {
	font-style: italic;
}

/* Cellules réunies (colspan) : dans TOUS les cas */
td.formulaire_td_colspan, td.formulaire_td_colspan_erreur {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* Cellule TD du Titre d'un objet TABLEAU */
td.formulaire_tableau_titre {
	font-style: italic;
}
/* Cellule TH d'un objet TABLEAU au croisement des en-têtes de lignes/colonnes */
th.formulaire_tableau_coin {
	background-color : transparent;
}
/* EN-TETE TH de COLONNES d'un objet TABLEAU */
th.formulaire_tableau_colonne_entete {
	background-color: #ccc;
}
/* EN-TETE TH de LIGNES d'un objet TABLEAU */
th.formulaire_tableau_ligne_entete {
	background-color: #ccc;
}

/* TD du Bouton "ENVOYER" du formulaire */
td.formulaire_td_envoyer {
	padding-right: 5px;
	text-align: right;
}
/* BOUTON "ENVOYER" du formulaire */
input.formulaire_envoyer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #aaa;
	color: #000;
	border: solid 1px #999;
	cursor: pointer;
	margin: 5px;
}

/* TEXTE EN BAS du formulaire concernant les astérisques */
.formulaire_note {
	text-align: center;
	font-style: italic;
}

/* DIV du message une fois le MESSAGE ENVOYÉ */
div.formulaire_msgRetour {
	background-color: #eee;
	color: #000;
	text-align: center;	
	padding: 10px;
	margin: 50px auto;
	border: solid 1px #999;
}
/* Lien "RETOUR" un fois le message envoyé */
a.formulaire_msgRetour_lien {
	color: #000;
	font-weight: bold;
}

/**************/
/* CALENDRIER */
/**************/

.div_calend{
	position: absolute;
	margin-left: 0px;
	margin-top: -80px;
	display: none;
	z-index: 10;
}
.div_calend .tab_general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	text-align: center;
	width: 280px;
	border: solid 1px #333;
}
.div_calend .cell_mois {
	background-color: #ccc;
	font-weight: bold;
	color: #000;
	text-align: center;
	width: 60%;
	padding: 3px;
}
.div_calend .cell_fleche {
	background-color: #ccc;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 3px;
}
.div_calend .cell_nomjour {
	font-size: 10px;
	color: #000;
	background-color: #ddd;
	text-align: center;
	vertical-align: middle;
	border-top: solid 1px #ddd;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	border-left: solid 1px #ddd;
	padding: 3px;
}
.div_calend .cell_jour {
	font-size: 10px;
	color: #000;
	background-color: #eee;
	text-align: center;
	vertical-align: middle;
	border-top: solid 1px #fff;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #fff;
}
.div_calend .cell_jour:hover {
	border-top: solid 1px #ccc;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
	border-left: solid 1px #ccc;
}
.div_calend .cell_jour_vide {
	background-color: #f8f8f8;
}
.div_calend .cell_jour_a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	text-align:center;
	display: block;
	width:100%;
	padding: 3px;
}
.div_calend .cell_jour_a:hover{
	background-color: #fff;
	color: #4FA500;
	font-weight:bold;
}
.div_calend .cell_fleche {
	text-align: center;
	vertical-align: middle;
}
.div_calend .lien_mois{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.div_calend .lien_fermer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #333;
	text-decoration: none;
	padding: 2px;	 /** voir note de l'attribut taille **/
	display: block;  /** on met un display: block car le margin-top ne sera pas pris en compte pour un display in-line (par défaut) **/
	width: 70px;	 /** display: block implique une taille de 100%. Il faut donc mettre une taille qui DOIT être cohérente avec le padding **/
	text-align: center;
}

/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_FIN */
 /*-------------------------------------------------------*
  *----        CSS PAGE CONTACT  FIN                  ----*
  *-------------------------------------------------------*

