/* CSS Document */


/* BALISES HTML GLOBALE */
* {
	margin: 0;
	padding: 0;
}

/* BALISES HTML */
html, body {
	background-color: #f0f0f0;
	height: 100%;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ACCESSIBILITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#liensevitement { /* Block contenant les liens d'evitement */
	width: 938px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	color: #f0f0f0;
	font-size: 0.6em;
}

#liensevitement a { /* Les liens d'evitement */
	color: #f0f0f0;
}
#liensevitement a:hover, #liensevitement a:focus, #liensevitement a:active {  /* Rollover des liens d evitement */
	color: #A04983;
}
h2.access {  /* Balise H2 masquee */
	position: absolute;
	color: #FFFFFF;
	z-index: 100;
	top:-10000px;
}

/* STRUCTURE DE LA PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#conteneur { /* Conteneur global */
	background-color: #F6DFC0;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 938px;
	z-index: 1;
	text-align: left;
	background-image: url(images/home_bg_conteneur.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#arbre {
	background-position: bottom;
	background-repeat: no-repeat;
	zoom:1;
	background-image: url(images/home_bg_arbre.png);
}

* html #arbre { /* Pour ie6... */
	background-image: none;
	/* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/home_bg_arbre.png", sizingMethod="crop"); */
	
} 
* html #conteneur { /* Pour ie6... */
	background-color: #f9d0ae;
		background-image: url(images/home_bg_conteneur_ie6.jpg);
} 
h2.access {  /* Balise H2 masquee */
	position: absolute;
	z-index: 100;
	top:-10000px;
}



/* COLONNE GAUCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#colonne_gauche { /* Colonne gauche */
	overflow-x: visible!important;
	overflow-x: hidden;
	/* background-image: url(images/home_bg_colonnegauche.gif);
	background-repeat: repeat-y; */
	height: 505px;
	float: left;
	width: 213px;
	margin: 0 0 10px 0;
}
html>body #colonne_gauche { /* Colonne gauche */
	height: auto;
	min-height: 505px;
}
* html #colonne_gauche { /* Colonne gauche */
	margin: 0 0 0px 0;
}
/* COLONNE DROITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#colonne_droite {
	float: left;
	width: 725px;
	overflow-x: visible!important;
	overflow-x: hidden;
	color: #FFFFFF;
	height: 535px;
}
html>body #colonne_droite {
	height: auto;
	min-height: 535px;
}

/* FORMULAIRE DE RECHERCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#recherche {  /* Formulaire */
	padding: 18px 0px 0px 16px;
	z-index: 89;
	background-image: url(images/home_bg_recherche.jpg);
	background-repeat: no-repeat;
	height: 28px;
	overflow: hidden;
}

#recherche label { /* Label */
	display: none;
}

#recherche img, #recherche input { 
	vertical-align: middle;
	border: none;
}

#recherche input { /* Champ de saisie */
	color: #1a1a1a;
	font-size: 0.7em;
	width: 123px;
	text-align: center;
	height: 18px;
}

#recherche input.boutonok  {
	background-image: url(images/bouton_ok.gif);
	background-repeat: no-repeat;
	border: medium none; 	/* NE PAS EFFACER CETTE LIGNE */
	width: 35px;
	height: 18px;
	color: #aecc54;
	background-color: transparent;

	text-align: center;
	font-size: 0.7em;
	font-weight: bold;
}

#recherche input.boutonok:hover, input.boutonok:hover {
	/* background-image:url(images/bouton_ok_fr-over.gif); */
	color: #fff;
}


#accroche {
	margin: 28px 0 0 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU PRINCIPAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.nav_principale { /* Block Navigation principale */
	list-style-type:  none;
	background-image: url(images/home_bg_menugauche.jpg);
	background-repeat: no-repeat;
	height: 207px;
	padding: 7px 0 0 9px;
}
html>body .nav_principale { /* Block Navigation principale */
	height: auto;
	min-height: 207px;
	//background-image: url(images/home_bg_menugauche_ie7.jpg);
}
* html .nav_principale { /* Hack ie */
	background-image: url(images/home_bg_menugauche_ie.jpg);
	height: 243px;
}
.nav_principale li { /* Elements Navigation principale */
	/* display: inline; */
	color: #571043;
	font-size: 0.8em;

}
.nav_principale li a { /* Elements Navigation principale */
	color: #571043;
	display: block;
	padding-right: 15px;
}
.nav_principale li a:hover, .nav_principale li a.actif { /* Elements Navigation principale */

}

.rub_1 {
	background-image: url(images/picto_rub1.gif);
	background-repeat: no-repeat;
}

.rub_2 {
	background-image: url(images/picto_rub2.gif);
	background-repeat: no-repeat;
}

.rub_3 {
	background-image: url(images/picto_rub3.gif);
	background-repeat: no-repeat;
}

.rub_6 {
	background-image: url(images/picto_rub6.gif);
	background-repeat: no-repeat;
}

.rub_1, .rub_2, .rub_3, .rub_6 {
	padding: 2px 0 2px 42px!important;
	padding: 0px 0 0px 42px;
	height: 32px;
	zoom:1;
}

html>body .rub_1, html>body .rub_2, html>body .rub_3, html>body .rub_6 {
	height: auto;
	min-height: 34px
}

.separation {
	padding: 3px 0 4px 0;

}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU HAUT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#menu_haut {
	float: right;
	width: 347px;
	background-image: url(images/home_bg_menu_haut.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
	padding:  6px 0 35px 0;
}

#menu_haut li {
	display: inline;
	color: #571043;
	font-size: 0.7em;
}
#menu_haut li a {
	color: #571043;
	font-weight: bold;
	margin: 10px 0 20px 0;
}



/*  ACTUS */
#actus {
	float: right;
	clear: right;
	width: 330px;
	padding: 35px 63px 0 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE LAST_ACTU_EVMNT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
Utilisé par la page sommaire
*/
div.last_actuevmnt { /* Block 1 evenement */
	margin: 10px 0px 5px 0px;
	clear: both;
}

h2.actuevmnt {
	margin: 0px 0px 0px 0px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GESTION DES VIGNETTES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.block_photo_actuevmnt {  /* Image evenement */
	float: left;
	margin: 0;
	width: 120px;
}
.block_photo_actuevmnt img.spip_logos { 
	float: none;
}
/*
Utilisé pour affichage d'une vignette avec ombrage généré par un masque, gère le décalage a régler sur le masque utilisé
Si pas d'ombrage, commenter la ligne ci dessous
*/


.date_actuevmnt { /* Date evenement */
	color: #a14a84;
	margin: 0px 0px 0px 0px;
	font-size: 0.7em;

}

.last_actuevmnt h3 { /* Titre evenement lien */
	color: #3f3f3f;
	font-size: 0.7em;
	font-weight: bold;
	
	text-decoration: none;
}

.last_actuevmnt h3 a:hover { /* Titre evenement lien hover */
	text-decoration: underline;	
}

div.zone_texte_actuevmnt { /* Block de texte à coté de la photo. Pour eviter un retour sous la photo : fixer un width et passer en flottant left */
	width: 200px;
	float: left;

}
p.texte_actuevmnt { /* Texte evenement */
	font-size: 0.7em;
	color: #000000;
}
p.suite_actuevmnt a {
	font-size: 0.7em;
	color: #a14a84;
	text-decoration: underline;
	background-image:  url(images/pict_suite.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.4em;
	padding: 0 0 0 10px;
}
p.suite_actuevmnt a:hover {
	text-decoration: none;
}


/*  RESSOURCES */
#ressources {
	float: right;
	clear: right;
	width: 290px;
	padding: 5px  20px 10px 0;
	text-align: right;
}
#ressources h3 {
	color: #3f3f3f;
	font-size: 0.7em;
	font-weight: bold;
	margin: 12px 0 0 0;
}
#ressources .thema { 
	color: #000;
	font-size: 0.7em;

}

/*  PRESENTATION */
#presentation {
	width: 263px;
	padding: 93px 0 0 10px;
	text-align: right;
}

#presentation h2 {
	margin: 0 0 27px 0;
}

#presentation .chapo {
	font-size: 0.7em;
	color: #404040;
	font-weight: bold;
	margin: 0 0 17px 0;
}

#presentation .texte {
	font-size: 0.7em;
	color: #000;
	margin: 0 0 17px 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FOOTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer { /* Block pied de page */
	text-align: center;	
	clear: both;
	background-image: url(images/home_bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #eee6d9;
	height: 126px;
}
html>body #footer { /* Block pied de page */
	height: auto;
	min-height: 126px;
}
* html #footer { /* Block pied de page */
	position: relative;
	z-index: 99;
}

#block_partenaires {
	width: 938px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
/* MENU CONTACT */
#menu_contact {
	float: left;
	width: 180px;
	text-align: left;
	list-style-type: none;
	margin: 15px 0 0 5px;
}
#menu_contact li {
	display: inline;
}
#menu_contact li span.bas {
	display: block;
	background-image: url(images/home_bgbas_menucontact.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 7px;
}
#menu_contact li span.haut {
	display: block;
	background-image: url(images/home_bghaut_menucontact.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 5px 0 5px 0;

}

#menu_contact li a {
	color: #303030;
	font-size: 0.7em;
	display: block;
	background-image: url(images/puce_menucontact.gif);
	background-repeat: no-repeat;
	background-position: 0.8em 0.1em;
	padding: 0 0 0 27px;
	border-right: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
}
#menu_contact li a.on {
	text-decoration: underline;
}

/* PARTENAIRES */
#partenaires {
	float: right;
	width: 700px;
	text-align: left;
	margin: 0 20px 2px 0px;
}
* html #partenaires {
	margin: 0 10px 2px 0px;
}
.intro_partenaires {
	color: #6f6f6e;
	font-style:italic;
	font-size: 0.7em;
}



/* MENU DIVERS */
#menu_divers_bas {
	background-image: url(images/home_bg_diversbas.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #F3E9E0;
	width: 935px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	
	padding: 0 0 10px 0;
}
#menu_divers {
	background-image: url(images/home_bg_divershaut.jpg);
	background-repeat: no-repeat;
	color: #6f6f6e;
	font-size: 0.7em;
	padding: 10px 0 0 0;
	list-style-type: none;

}
#menu_divers a {
	color: #6f6f6e;
	
}
ul#menu_divers li { /* Liste */
	display: inline;
}
#menu_divers li.on a {
font-weight: bold;

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* DIVERS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* pour "pousser" si presence de float */
/* penser à placer un &nbsp; pour eviter le bug sous netscape (page à rallonge) */ 
.clear {
	clear: both;
	height: 0px; /* correction page a rallonge sous netscape*/
	line-height: 1px;
	font-size: 0px;

}

/* Pour affichage correct PNG */
.format_png { behavior: url(win_png.htc); }

/* Flottant à gauche */
.float_left {
	float: left;
}
/* Flottant à droite */
.float_droite {
	float: right;
}