/* CSS Document */

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

body {
	background-color: #f0f0f0;
	height: 100%;
	padding: 0px 0px 20px 0px;
	
	text-align: center;
}

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: #eeece8;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 938px;
	z-index: 1;
	text-align: left;
	background-image: url(images/int_bg_conteneur.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}





/* COLONNE GAUCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#colonne_gauche { /* Colonne gauche */
	overflow-x: visible!important;
	overflow-x: hidden;
	height: 505px;
	float: left;
	width: 213px;
	margin: 0 0 29px 0;
}
html>body #colonne_gauche { /* Colonne gauche */
	height: auto;
	min-height: 505px;
}


/* 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;

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

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




/* MENU */
#menus {
	background-image: url(images/int_bg_menugauche.jpg);
	background-repeat: no-repeat;
	height: 399px;
	padding: 7px 0 0 9px;

}
html>body #menus { /* Block Navigation principale */
	height: auto;
	min-height: 399px;
}

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

.nav_principale { /* Block Navigation principale */
	list-style-type:  none;
	padding: 0 5px 0 0;
}

.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: 10px;
}
.nav_principale li a:hover, .nav_principale li a.on { /* Elements Navigation principale */
	text-decoration: underline;
}

.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;
	height: 34px;
}
html>body .rub_1, html>body .rub_2, html>body .rub_3, html>body .rub_6 {
	height: auto;
	min-height: 34px;
}
.separation {
	padding: 0 0 6px 0;
}

/* MENU CONTACT */
#menu_contact {
	float: left;
	width: 180px;
	text-align: left;
	list-style-type: none;
	margin: 35px 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 0px;
	zoom: 1;

}

#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;
}



/* COLONNE DROITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#colonne_droite {
	float: left;
	width: 725px;
	overflow-x: visible!important;
	overflow-x: hidden;
	height: 535px;
}
html>body #colonne_droite {
	height: auto;
	min-height: 535px;
}

#bandeau {
	height: 211px;

}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 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;
}
#menu_haut li a.on {
text-decoration: underline;
}

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

/* CONTENU EXTENSIBLE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#block_contenu { /* Block contenu */

}

/* CONTENU */

#contenu {
	float: left;
	width: 442px;
	background-color: #f2ece2;
	background-image: url(images/int_bg_contenu.gif);
	background-repeat: no-repeat;
	padding: 20px;
	
	height: 474px;
	font-size: 0.8em;
	
}
html>body #contenu {
	height: auto;
	min-height: 474px;
}
/* COLONNE ACTUS */
#colonne_actus {
	float: left;
	width: 219px;
	margin: 0 0 0 14px;

}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE LAST_ACTU_EVMNT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#actus {
	background-image: url(images/int_bg_actus_haut.gif);
	background-repeat: no-repeat;
	padding: 5px 0 0 0;
}

#bas_actus {
	background-color: #e7effe;
	background-image: url(images/int_bg_actus_bas.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 8px 15px 11px;
}
/*
Utilisé par la page sommaire
*/
div.last_actuevmnt { /* Block 1 evenement */
	margin: 10px 0px 5px 5px;
	clear: both;
}

h2.actuevmnt {
	margin: 0px 0px 0px 0px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GESTION DES VIGNETTES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.photo_actuevmnt { 
	float: left;
	margin: 0 5px 0 0;
}
/*
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 */

}
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 {
	background-image: url(images/int_bg_ressources_haut.gif);
	background-repeat: no-repeat;
	padding: 5px 0 0 0;
	margin: 4px 0 0 0;
}
#ressources h2 {
	padding: 10px 0 0 0;
}
#bas_ressources {
	background-color: #f0f0f0;
	background-image: url(images/int_bg_ressources_bas.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 8px 15px 11px;
}
#ressources h3 {
	color: #3f3f3f;
	font-size: 0.7em;
	font-weight: bold;
	margin: 12px 0 0 0;
	background-image: url(images/picto_titre_ressources.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.4em;
	text-indent: 10px;
}
#ressources .thema { 
	color: #798e18;
	font-size: 0.7em;
	font-weight: bold;
	zoom: 1;

}
p.suite_ressources a {
	font-size: 0.7em;
	color: #a14a84;
	text-decoration: underline;
	background-image:  url(images/pict_suite_ress.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.4em;
	padding: 3px 0 3px 20px;
	margin: 3px 0 0 0;

}
p.suite_ressources a:hover {
	text-decoration: none;
}
#ressources div.block_ressources {
	padding: 0 0 12px 0;
	border-bottom: 1px dotted #b7b7b7;
}

/* PIED DE PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer { /* Block pied de page */
	background-image: url(images/int_bg_diversbas.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #f5f4f4;
	width: 938px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	
	margin-top: 22px;
	
	padding: 0 0 10px 0;
}


/* MENU DIVERS */

#menu_divers {
	background-image: url(images/int_bg_divershaut.jpg);
	background-repeat: no-repeat;
	color: #6f6f6e;
	font-size: 0.7em;
	padding: 10px 0 0 0;
	list-style-type: none;
	text-align: center; 

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

}

/* ENCADRE */
.encadre {
	border: 1px solid #FF7A01;
	background-color: #FFF7EF;
	padding: 10px;
	margin: 0 0 10px 0;
}

/* 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: 0px;
	font-size: 1px;
}
.clearliste {
	clear: both;
}

/* Pour affichage correct PNG */
.format_png { behavior: url(win_png.htc); }
html[xmlns] .format_png { behavior/*\**/: url(); }

.imprimer { /* paragraphe bouton Imprimer */
	float: right;
	margin-top: 10px;
	font-size: 0.7em;
}
.imprimer a:hover { /* paragraphe bouton Imprimer */
	color: #A14A84;
}
.siimprimer { /* masquage image bandeau imprimer */
	display: none;
}

