@charset "iso-8859-1";
/* IMPORTATION DU FICHIER CSS D'ALTITUDE */
@import url("/client/uploads/css/style.css");

/* IMPORTATION DES STYLES DU CALENDRIER */
@import url("/_css/calendrier.css");

/*************************/
/* SÉLECTEURS UNIVERSELS */
/*************************/

/** {
	margin:0;
	padding:0;
}*/

html,body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	text-align:center;
	color:#015581;
	background: url(/_images/page_background.jpg);
}

/********************/
/* BLOCS PRINCIPAUX */
/********************/

div#wrapwebsite {
	position:relative;
	width:737px;
	height:auto !important;
	height:100%;
	min-height:100%;
	margin:auto;
	text-align:left;
	background-color:#FFF;
	border-left:1px solid #6C6C6C;
	border-right:1px solid #6C6C6C;
}

/* HEADER */

div#wrapheader img#imageheader {
	display:block;
	margin:0;
	float:left;
}

/* MENU HAUT */

div#wrapheader ul#menuhaut {
	list-style-type:none;
	background:none;
	margin:0;
	padding:0;
	height:20px;
}

div#wrapheader ul#menuhaut li {
	float:left;
	position:relative;
	z-index:4;
	margin-right:5px;
	font-size:12px;
}

div#wrapheader ul#menuhaut li a {
	color:#FFF;
	text-decoration:none;
}

div#wrapheader ul#menuhaut li a:link {
	color:#FFF;
	text-decoration:none;
}

div#wrapheader ul#menuhaut li a:visited {
	color:#FFF;
	text-decoration:none;
}

div#wrapheader ul#menuhaut li a:hover, div#wrapheader ul#menuhaut li.allume a {
	text-decoration:underline;
}

/* SOUS MENU HAUT */

div#wrapheader ul#menuhaut li ul.sousmenu {
	list-style-type:none;
	position:absolute;
	top:110%;
	left:5px;
	visibility:hidden;
	margin:0;
	padding:0;
	background-color:#2B4066;
	border:1px solid #6C6C6C;
}

div#wrapheader ul#menuhaut li ul.sousmenu li {
	display:inline;
	float:none;
}

div#wrapheader ul#menuhaut li ul.sousmenu li a {
	display:block;
	font-size:1em;
	width:150px;
	padding:5px;
	text-decoration:none;
}

div#wrapheader ul#menuhaut li ul.sousmenu li a:hover {
	background-color:#5F7E94;
}

/* ZONE DE GAUCHE / MENU GAUCHE */

div#wrapleftpanel {
	width:191px;
	float:left;
	padding:5px;
	padding-bottom:20px;
	list-style:none;
}

div#wrapleftpanel ul#menugauche {
	list-style-type:none;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	display:block;	
	border:1px #1f648f solid;
	width:187px;
}

div#wrapleftpanel ul#menugauche li {
	list-style:none;
	position:relative;
	display:inline;
	z-index:2;
}

div#wrapleftpanel > ul#menugauche li {
	display:block;
	list-style:none;
}

div#wrapleftpanel ul#menugauche li a {
	display:block;
	background-repeat:repeat-x;
	background-image: url(/_images/background_menu.gif);
	width:auto;
	padding:2px 10px;
	height:17px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

div#wrapleftpanel ul#menugauche li a:link {
	color:#FFF;
	text-decoration:none;
}

div#wrapleftpanel ul#menugauche li a:visited {
	color:#FFF;
	text-decoration:none;
}

div#wrapleftpanel ul#menugauche li a:hover, div#wrapleftpanel ul#menugauche li.allume a {
	color:#FFF;
	text-decoration:underline;
	background-image: url(/_images/background_menu_over.gif);
}

div#wrapleftpanel ul#menugauche li a:active {
	color:#FFF;
	text-decoration:none;
}

/* SOUS MENU GAUCHE */

div#wrapleftpanel ul#menugauche li ul.sousmenu {

	visibility:visible;

	margin:0;
	padding:0;
	background:none;
	background-color:#a6c4d9;
}
div#wrapleftpanel ul#menugauche li ul.sousmenu li  {margin:0;padding:0;float:left;}
div#wrapleftpanel ul#menugauche li ul.sousmenu li a {
	display:block;
	float:left;
	width:150px;
	color: #085b85; 
	font-size: 10px; 
	font-family: Arial, Verdana, sans-serif;
	line-height: 13px;
	height:auto;
	font-weight: bold;
	background-image:none;
	background-color:#a6c4d9;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 35px;
	margin: 0px;
	z-index:300;
}

div#wrapleftpanel ul#menugauche li ul.sousmenu li a:link {
	background-color:#a6c4d9;
}

div#wrapleftpanel ul#menugauche li ul.sousmenu li a:visited {
	background-color:#a6c4d9;
}

div#wrapleftpanel ul#menugauche li ul.sousmenu li a:hover {
	background-image:none;
	background-color: #7ea5c1;
	text-decoration:none;
}

div#wrapleftpanel ul#menugauche li ul.sousmenu li a:active {
	background-color:#a6c4d9;
}

/* CONTENU */

div#actualite_img{
	overflow: none;
}

div#wrapwebsite div#wrapcontent {
	float:right;
	width:588px;
	padding:18px 30px;
	margin:0;
	color:#015581;
}

div#wrapwebsite > div#wrapcontent {
	float:right;
	width:588px;
	padding:18px 30px;
	margin:0;
}

/* FOOTER */

div#wrapfooter {
	position:absolute;
	text-align:left;
	width:850px;
	height:104px;
	left:0;
	bottom:0;
	padding-top:8px;
	background-color:#ffffff;
	background-image: url(/_images/filet.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#wrapfooter_partner {float:left;width:678px;background-color:#ffffff;height:104px;}
#wrapfooter_partner p {float:left;width:651px;margin:0;padding:0 0 0 27px;}
#wrapfooter_member {float:left;width:172px;background-color:#ffffff;height:104px;}
#wrapfooter_member p {float:left;width:162px;margin:0;padding:0 0 0 10px;}
/***************************/
/* TEXTES, LISTES ET LIENS */
/***************************/

/* GÉNÉRAL */
#wrapzoneprimeurs_index {width:238px;float:left;padding:15px 0 0 0;margin:0; margin-bottom:20px;position:relative;height:240px;}
#wrapzoneprimeurs_index_droite {width:308px;float:left;padding:15px 0 0 0;}
div#wrapcontent h1,  div#wrapcontent h2, div#wrapcontent h3{
	font-family:Arial, Verdana, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #2a5880;
	margin:0;
	padding:0;
}

div#wrapcontent h2 {
	font-size:15px;
	text-transform: none;
	padding-top:10px;
}

div#wrapcontent h3 {
	font-size:13px;
	text-transform: none;
	padding-top:10px;
}

div#wrapcontent ul {
	list-style-type:disc;
	margin:10px auto;
	list-style-position:inside;
	padding:0 0 0 30px;
}
div#wrapcontent ul li{
	list-style-image:url(/_images/fleche.gif);
	list-style-position:inside;
	
}

div#wrapcontent p {
	font-size:1em;
	color:#015581;

}

div#wrapcontent a {
	text-decoration:underline;
}

div#wrapcontent a:link {
	text-decoration:underline;
}

div#wrapcontent a:visited {
	text-decoration:underline;
}

div#wrapcontent a:hover {
	text-decoration:underline;
}

div#wrapcontent a:active {
	text-decoration:underline;
}

/* PRIMEUR */

div#wrapzoneprimeurstexte {
	margin:auto 20px;
}

div#wrapzoneprimeurstexte div.titreprimeur {
	font-size:1.4em;
}

/***************/
/* FORMULAIRES */
/***************/

form fieldset {
	padding:5px;
	margin:10px auto;
}

form fieldset legend {
	font-size:1.5em;
	padding:5px;
}

form label {
	float:left;
	text-align:right;
	margin-top:2px;
	margin-right:10px;
	width:35%;
	font-size:1em;
}

form p {
	margin:10px auto;
	clear:both;
}

form p#soumettre, form p.soumettre {
	margin-top:20px;
	text-align:right;
}


form fieldset div.groupechoix {
	float:left;
	width:350px;
	margin-bottom:10px;
}

form fieldset div.groupechoix p {
	margin:0 0 10px 0;
}

form fieldset div.groupechoix p label {
	display:inline;
	float:none;
	margin-left:5px;
}

/* Message global de formulaire (unique) */
form p#messageerreur {
	display:none;
	background-color:#FFEFEF;
	padding:5px;
	color:#F00;
	border:1px solid #F00;
}

/* Erreur de champ */
form p.erreurchamp {
	display:none;
	margin-left:37%;
	margin-right:70px;
	padding:5px;
	color:#F00;
	border:1px solid #F00;
}

/***********************/
/* MOTEUR DE RECHERCHE */
/***********************/

table#moteurrecherche {
	border-collapse:collapse;
	margin-top:15px;
	width:100%;
}


table#moteurrecherche tr.ligne1 {
	background-color:#EEE;
}

table#moteurrecherche tr.ligne2 {
	background-color:#EEE;
}


table#moteurrecherche th {
	width:20px;
	padding:2px;
}

table#moteurrecherche td {
	padding:2px;
}

/***********************/
/* RECHERCHE RESSOURCE */
/***********************/

div#divrecherche {
	text-align:left;
}

div#divrecherche label {
	text-align:left;
	width:140px;
}

div#resultat_recherche p.nbreresultat {
	text-align:right;
	width:auto;
}

div#resultat_recherche p.unitem {
	border-bottom:1px #a6c4d9 solid;
	padding-bottom:12px;
}

div#resultat_recherche p.unitem span.titreressource {
	font-weight:bold;
}

#resultat_recherche .pagination{
	text-align:center;
	padding:3px 0 10px 0;
}

#resultat_recherche .pagination a,#resultat_recherche .pagination .inactive_previous_Link_Pager, #resultat_recherche .pagination .inactive_next_Link_Pager{
	display:inline-block;
	padding:2px 5px;
	border:1px #1F648F solid;
	background-color:#a6c4d9;
	text-decoration:none;
	color:#000000;
	margin:0 0 0 5px;
}

#resultat_recherche .pagination .Selected_Link_Pager{
	display:inline-block;
	padding:2px 5px;
	border:1px #1F648F solid;
	background-color:#085b85;
	text-decoration:none;
	color:#ffffff;
	margin:0 0 0 5px;
}

#resultat_recherche .pagination .inactive_next_Link_Pager, #resultat_recherche .pagination .inactive_previous_Link_Pager{
	display:inline-block;
	padding:2px 5px;
	border:1px #1F648F solid;
	background-color:#d5e2eb;
	text-decoration:none;
	color:#000000;
	margin:0 0 0 5px;
}

.texteGris{
	margin:0;
	padding:5px 0 0 20px;
}





/************/
/* CONTACTS */
/************/

table.departement {
	width:100%;
	margin-bottom:10px;
}

table.departement thead th {
	padding:5px;
	background-color:#F9F9F9;
}

table.departement tbody td, table.departement tbody th {
	padding-left:20px;
}

table.departement tbody th {
	padding-top:10px;
}

form#recherchecontact fieldset {
	padding:5px 30px;
}

form#recherchecontact label {
	display:inline;
	text-align:left;
	float:none;
	margin-left:10px;
}

form#recherchecontact div.groupe {
	float:left;
	width:50%;
}

/****************/
/* PLAN DE SITE */
/****************/

ol#plandesite {
	list-style-type:none;
	margin-left:0;
}

ol#plandesite li {
	margin:5px auto;
}

ol#plandesite li.section {
	margin:15px auto;
	font-weight:bold;
}

ol#plandesite ol.soussections {
	list-style-type:none;
	margin-left:20px;
}

ol#plandesite ol.soussections li {
	font-weight:normal;
}

ol#plandesite ol.soussections ol.fiches {
	list-style-type:none;
	margin-left:30px;
}

ol#plandesite ol.soussections ol.fiches li {
	font-weight:normal;
}

/******************/
/* MODULE SONDAGE */
/******************/


div#sondage {
	background-color:#F5F5F5;
	width:250px;
	margin-top:10px;
	border:1px outset #333;
	text-align:center;
}

div#sondage h2 {
	margin:0;
	padding:5px;
	border:1px inset #333;
}

div#sondage h3 {
	margin:0;
	background-color:#FFF;
	border:1px outset #333;
	padding:5px;
	font-size:1em;
}

div#sondage form p {
	text-align:left;
}

div#sondage label {
	margin-left:30px;
}

div#sondage p.soumettre{
	text-align:center;
}

table#sondage_resultats {
	margin:10px;
	width:225px;
	text-align:left;
}

table#sondage_resultats div.barreresultats_fond {
	height:3px;
	border:1px inset #333;
	font-size:0px;
}

table#sondage_resultats div.barreresultats_dessus {
	height:3px;
	background-color:#00F;
}
/************************************* 
Calendrier 
**************************************/
.calendrier_infobulle {
	float:left;
	width:500px;
	margin:5px 0 5px 0;
	border:#3B6C97 1px solid;
	padding:10px;
}
.calendrier_infobulle p {
	float:left;
	margin:0;
	padding:0;
	width:100%;
}
p.calendrier_infobulle_titre {
	color:#3B6C97;
	font-size:15px;
	font-weight:bold;
	float:left;
	margin-bottom:5px;
}

/********/
/* MISC */
/********/

.texte {margin:0;padding:0;}
.img_news {float:left;width:138px;padding-left:10px;}
.news_infos {float:left;width:310px;padding-left:10px;padding-bottom:0;}
.news_infos p {margin:0;padding:0;}
.infos_accueil {float:left;width:308px;clear:both;padding:0px 0px 0px 0px;}
a img {
	border:none;
}

hr.clear {
	visibility:hidden;
	height:0px;
	clear:both;
}