/*	Références de couleur pour le site :
	Vert du logo : #5D7C53
	Vert du logo atténué : #EAEFEA
	Gris du logo : #6F7072
	Jaune : #EEE369
	Vert clair : #89B250
	Crême (footer) : #E9E9DC
*/

html, body {
	height: 100%;
	width: 100%;
	min-width: 960px;
	margin: 0pt;
	padding: 0pt;
	font-family: "Lucida Sans", Helvetica, Verdana, Arial, sans-serif;
	background-color: #E9E9DC;
}

div#body {
	background-color: white;
}

/******** HEADER ********/

div#header {
	height: 160px;
	background: url(../images/template/header.jpg) no-repeat center top;
	text-align: center;
	overflow: hidden;
}

div#header img {
	margin-top: 27px;
}

p img {
	max-width: 100%;
}

div#header h1, div#header h1 a {
	font-family: Perpetua, "Times New Roman", Times, serif;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	color: #5D7C53;
	margin: 0;
	font-size: 31px;
	line-height: 21px;
}
div#header h1 {
	margin-top: 10px;
}

div#header h1 span.logo_texte_moyen {
	font-size: 25px;
	line-height: 21px;
}

div#header h1 span.logo_praedium {
	font-size: 11px;
	color: #6F7072;
	border-top: 1px solid #6F7072;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-font-smoothing: subpixel-antialiased;
}

div#header h1 span.logo_praedium span.grand {
	font-size: 13px;
}

div#header a:hover {
	text-decoration: none;
	text-shadow: 0 0 5px white;
}

/******** FIN HEADER ************/


/******* MENU *******/

#navigation {
	z-index: 120;
	font-family: Perpetua, "Times New Roman", Times, serif;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	height: 43px;
	width: 100%;
	overflow: hidden;
	display: block;
	background-color: #5D7C53;
	background: url(../images/template/bg_menu.jpg) repeat-x bottom left;
	-moz-box-shadow: 0px 2px 18px #707070; 
	-webkit-box-shadow: 0px 2px 18px #707070; 
	box-shadow: 0px 2px 18px #707070;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#707070, Direction=180, Strength=6);
	
}

#navigation ul#menu {
	margin: auto;
	width: 960px;
	padding: 0;
	text-align: center;
	list-style-type: none;
	display: block;
	height: 100%;
}

#navigation ul#menu li {
	margin: 0;
	height: 100%;
	float: left;
	display: block;
	font-size: 20px;
}

#navigation ul#menu li#menu_association {
	margin-left: 8px;
}

#navigation ul#menu li a {
	display: block;
	height: 33px;
	padding: 10px 16px 0px 16px;
	color: white;
	overflow: hidden;
	margin: 0;
}

#navigation ul#menu li a:hover, #navigation ul#menu li a:focus, #navigation ul#menu li.rubrique_actuelle a {
	text-decoration: none;
	background: url(../images/template/bg_menu_hover.jpg) repeat-x bottom left;
	color: #EEE369;
	padding: 10px 15px 0px 15px;
	border-left: 1px solid #6F7072;
	border-right: 1px solid #6F7072;
}

#navigation ul#menu li:hover .niveau2,#navigation ul#menu li:focus .niveau2 {
	display: block;
	position: absolute;
	z-index: 200;
	margin: 0;
	padding: 0;
}

#navigation ul#menu li:hover, #navigation ul#menu li:focus {
	background: url(../images/template/bg_menu_hover.jpg) repeat-x bottom left;
}

#navigation ul#menu li .niveau2 {
	display: none;
	background: #5D7C53;
}

#navigation ul#menu li .niveau2 ul {
	padding: 5px;
}

#navigation ul#menu li ul li{
	text-align: left;
	margin: 0;
	padding: 0;
	float: none;
}

#navigation ul#menu li ul li:hover, #navigation ul#menu li ul li:focus {
	background-image: none;
}

#navigation ul#menu li li a, #navigation ul#menu li.rubrique_actuelle ul li a {
	background-image: none;
	background: #5D7C53;
	padding: 0 10px;
	height: auto;
	color: white;
	font-size: 16px;
	border: 0;
}

#navigation ul#menu li.rubrique_actuelle ul li a:hover {
	color: #EEE369;
}

#navigation ul#menu li li a:hover {
	text-decoration: none;
	border: 0;
	padding: 0 10px;
	background-image: none;
}

#navigation ul#menu li h4 {
	color: #EEE369;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	text-align: left;
	font-size: 16px;
}




#navigation ul#menu div#barre_recherche {
	margin-right: 20px;
	float: right;
}



#navigation ul#menu div#barre_recherche input {
	margin: 6px 0 0 0;
	height: 26px;
	border: 1px solid #6F7072;
	padding: 0 3px;
}

#navigation ul#menu div#barre_recherche input#recherche {
	width: 150px;
	-moz-box-shadow: inset 2px 2px 4px #707070; 
	-webkit-box-shadow: inset 2px 2px 4px #707070; 
	box-shadow: inset 2px 2px 4px #707070;
	-moz-box-shadow: 0px 2px 6px 0px #707070;	
}

#navigation ul#menu div#barre_recherche input#recherche_valid {
	background: #E9E9DC url(../images/template/btn_recherche.png) no-repeat center;
	width:29px;
	height: 29px;
	margin-left: 1px;
	cursor: pointer;
}

#navigation ul#menu div#barre_recherche input#recherche_valid:hover {
	background-color: #FFFFFF;
}

/******* FIN MENU ********/

/******* PRINCIPAL ********/

div#page {
	margin-top: 35px;
	padding-bottom: 35px;
	background-color: white;
	/* Pour les vieux navigateurs qui ne gèrent pas les multi-backgrounds (pour la div #page), on met au moins celui de gauche) */
	background: url(../images/template/bg_page_left.jpg) 0% 195px;
	background: url(../images/template/bg_page_right.jpg) 100% 45px,url(../images/template/bg_page_left.jpg) 0% 195px;
	background-repeat: no-repeat;
}

/******** FIN PRINCIPAL ********/

/******* FOOTER ********/

div#footer {
	z-index: 120;
	position: relative;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 2px;
	border-top: 1px solid #5D7C53;
	background-color: #E9E9DC;
	background-image: url(../images/template/bg_footer.png);
	background-repeat: repeat-x;
	-moz-box-shadow: 0px -5px 15px -7px #707070; 
	-webkit-box-shadow: 0px -5px 15px -7px #707070; 
	box-shadow: 0px -5px 15px -7px #707070;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#707070, Direction=180, Strength=6);	
}

p#menu_footer {
	clear: both;
	margin-top:30px;
	font-family: Perpetua, "Times New Roman", Times, serif;
	font-size: 12px;
}

p#menu_footer a {
	color: #6F7072;
}

p#menu_footer a:hover {
	text-decoration: underline;
}

div#footer h2 {
	margin-top: 0px;
}


/****** STYLES GENERIQUES ******/

a {
	text-decoration: none;
	color: #6F7072;
}

a:hover {
	text-decoration: underline;
}

a, a img, img {
	border: none;
}

p {
	font-size: 12px;
	text-align: justify;
}

li {
	font-size: 12px;
}

h4 {
	margin: 0;
}

p.small {
	font-size: 9px;
}

p.bouton_lien a {
	display: block;
	background-color: #5D7C53;
	color: #EEE369;
	text-transform: uppercase;
	text-align: center;
	width: 160px;
	padding: 3px;
}

p.bouton_lien a:hover {
	text-decoration: none;
	-moz-box-shadow: 0px 2px 6px 0px #707070;
	-webkit-box-shadow: 0px 2px 6px 0px #707070;
	-o-box-shadow: 0px 2px 6px 0px #707070;
	box-shadow: 0px 2px 6px 0px #707070;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#707070, Direction=180, Strength=3);
	color: white;
}

p.lien_discret {
	text-align: right;
}

p.lien_discret a, a.lien_discret {
	color: #89B250;
}

p.lien_discret a:hover, a.lien_discret:hover {
	color: #6F7072;
	text-decoration: underline;
}

h2 {
	background: url(../images/template/bg_titre.png) no-repeat top left;
	font-family: Perpetua, "Times New Roman", Times, serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	color: #5D7C53;
	font-size: 32px;
	padding-left: 20px;
	margin: 10px 0;
}

span.souligne {
	text-decoration: underline;
}

span.italique {
	font-style: italic;
}

span.gras {
	font-weight: bold;
}

span.color_red {
	color: red;
}

span.color_green {
	color: #5D7C53;
}

div.contenu {
	width: 920px;
	margin: auto;
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */

.right {
	float: right;
}

.left {
	float: left;
}

table {
	margin-bottom: 50px;
	width: 100%;
	border-collapse: collapse;
}

table td {
	padding: 5px 10px;
	border-bottom: 1px solid #5D7C53;
	font-size: 12px;
}

table tr.premiere_ligne td {
	border-top: 1px solid #5D7C53;
}

table tr.impair {
	background-color: #FFFDE8;
}

table tr.pair {
	background-color: #EAEFEA;
}

table caption {
	color: #5D7C53;
	caption-side: top;
	text-align: left;
	font-size: 16px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

div.pictogramme {
	float: left;
	margin: 2px;
	position: relative;
}

div.pictogramme img {
	width: 28px;
	height: 28px;
}

div.pictogramme p.infobulle {
	display: none;
}

div.pictogramme:hover p.infobulle {
	display: block;
	position: absolute;
	top: 20px;
	left: -32px;
	width: 90px;
	z-index: 2000;
	background-color: #5D7C53;
	padding: 2px;
	text-align: center;
	color: white;
	font-size: 10px;
}


/***** ENCARTS *****/

div.conteneur_encart {
	margin: 15px;
}

div.conteneur_encart div.encart {
	background-color: #5D7C53;
	margin-top:20px;
	padding: 10px 2px 2px 2px;
	width: 360px; /* 180px */
	height: 170px;
	overflow: hidden;
	-moz-box-shadow: 0px 2px 6px 0px #707070;
	-webkit-box-shadow: 0px 2px 6px 0px #707070;
	-o-box-shadow: 0px 2px 6px 0px #707070;
	box-shadow: 0px 2px 6px 0px #707070;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#707070, Direction=180, Strength=3);
}

div.encart a {
	color: black;
}

div.encart a:hover {
	text-decoration: none;
}

div.encart a:hover p.encart_paragraphe {
	color: #6F7072;
}

div.agenda div.encart {
	margin-top: 10px;
	padding-top: 30px;
	padding-bottom: 2px;
	height: 160px;
	background: transparent url(../images/template/bg_agenda.png) repeat-x;
	-moz-box-shadow: 0px 10px 6px -10px #707070;
	-webkit-box-shadow: 0px 10px 6px -10px #707070;
	-o-box-shadow: 0px 10px 6px -10px #707070;
	box-shadow: 0px 4px 6px -2px #707070;
	filter:progid:DXImageTransform.Microsoft.Shadow(enabled = false);
}

div.encart p.pre_titre, div.encart p.pre_titre a {
	font-size: 10px;
	line-height: 10px;
	color: white;
	margin: 0px 8px;
}

div.encart h3, div.encart h3 a {
	font-size: 12px;
	line-height: 12px;
	-webkit-font-smoothing: antialiased;
	color: #EEE369;
	text-transform: uppercase;
	margin: 0px 8px 10px 8px;
}

div.encart_contenu {
	background-color: white;
	height: 121px;
	padding: 8px;
}

div.agenda div.encart_contenu {
	width: 344px;  /* 164 */
	overflow: hidden;
}

div.agenda_masque {
	width: 5000px;
	overflow: hidden;
}

div.agenda_contenu {
	float: left;
	width: 345px;  /* 165px */
	height: 109px;
	margin-right: 8px;
}

div.agenda_boutons {
	clear: both;
	width: 100%;
	height: 10px;
	padding: 1px 0;
}

div.encart_contenu p {
	margin: 0;
	font-size: 10px;
	text-align: left;
}

div.encart_contenu img {
	float: left;
	margin-right: 8px;
	-moz-box-shadow: 0px 2px 4px 0px #707070;
	-webkit-box-shadow: 0px 2px 4px 0px #707070;
	-o-box-shadow: 0px 2px 4px 0px #707070;
	box-shadow: 0px 2px 4px 0px #707070;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#707070, Direction=180, Strength=2);
}

div.agenda div.encart_contenu p.agenda_date {
	width: 40px;
	height: 38px;
	overflow: hidden;
	float: left;
	background-color: #EEE369;
	color: #5D7C53;
	text-align: center;
	padding-top: 2px;
	margin-right: 8px;
}

div.agenda p.agenda_date span.agenda_jour, div.agenda p.agenda_date span.agenda_mois, div.agenda p.agenda_date span.agenda_annee {
	display: block;
	margin: 0;
	text-transform: uppercase;
}

div.agenda p.agenda_date span.agenda_jour {
	font-size: 13px;
	line-height: 14px;
}

div.agenda p.agenda_date span.agenda_mois {
	font-size: 7px;
	line-height: 7px;
}

div.agenda p.agenda_date span.agenda_annee {
	font-size: 14px;
	line-height: 14px;
}

div.agenda h4 {
	margin: 0;
	font-size: 12px;
}


div.agenda p.agenda_localisation {
	color: #6F7072;
	font-size: 10px;
}

div.agenda p.encart_paragraphe {
	padding-top: 5px;
	height: 60px;
	overflow: hidden;
	clear: both;
}

div.agenda span#agenda_precedent, div.agenda span#agenda_suivant {
	margin-top: 2px;
	display: block;
	border: 1px solid #89B250;
	color: #89B250;
	width: 10px;
	height: 10px;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	cursor: pointer;
}

div.agenda span#agenda_precedent {
	float: left;
}

div.agenda span#agenda_suivant {
	float: right;
}

/***** BARRE LATERALE *******/

.barre_laterale {
	float: right;
	width: 200px;
	margin-left: 20px;
	padding-left: 20px;
}

div.reduit {
	width: 680px;
}