/*  ----------------------------------------------------------- */
/*  Feuilles de styles IMPRESSION */
/*  ----------------------------------------------------------- */
/*-----------------© ADAKA - 2007-------------------------------*/

/*  ------------------------------------------
/* Styles HTML par defaut
/*  ------------------------------------------ */
body {
	color:#FFFFFF;
  font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
}

h1 {
	font-size: 12pt;
	font-weight:500;
	line-height:1.2em;
	display:block;
	color : #666;
	margin: 0;
	padding:0;
}
h2{
	font-size : 14pt;
	font-weight:500;
	letter-spacing:0.1em;
	border-bottom:1px #0057a6 dashed;
	line-height:1em;
	color : #0057a6;
	font-weight:bold;
	margin:0;
	padding:0 0 0 20px;
}
h3 {
	color:#0a8cbb; 
	font-weight:700;
	letter-spacing:0.05em;
	border-bottom:1px #0a8cbb dashed;
	font-size : 12pt;
	margin:10px 0 2px 0;
	padding: 10px 0 2px 20px;
}
h4 {
	color:#595959;
	font-weight:bold;
	border-bottom:1px #595959 dashed;
	font-size : 12pt;
	margin:10px 0 2px 0;
	padding: 10px 0 2px 20px;
}
/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: auto;
border: 0;
margin: 0 5%;
padding: 0;
float: none !important;
}
#conteneur {
	background-color:transparent;
	padding: 0;
	margin:0;
	width: 90%;
}
#bandeau {
	background-image:url("images/bandeau.gif");
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	background-color:#fff;
	color:#fff;
	height:84px;
	width:100%;
}
/* --------------------------------zone de textes----------------------------------------------*/
#contenu {
	width:auto;
	background-color : #fff;
	color:#214054;
	line-height: 1.6em;
	padding: 20px 0 0 0;
	margin: 0;
	font-size:11pt;
} 

#header{
	display:none
}

#colgauche {
	display:none;
}
/*---------------------actu-------------------------------*/
#actu_haut{
	display:none;
}
#actu_texte{
	display:none;
}
.txt{
	display:none;
}

#actu_bas{
	display:none;
}
#actu_suite{
	display:none;
}
#actu_suite a{
	display:none;
}
#actu_suite a:hover{
	display:none;
}
/*--------------------contact--------------------------------------*/
#contact{
	display:none;
}
#contact a{
	display:none;
}
#contact a:visited{
	display:none;
}
#contact a:hover{
	display:none;
}
/*--------------------Recrutement--------------------------------------*/
#recru{
	display:none;
}
#recru a{
	display:none;
}
#recru a:visited{
	display:none;
}
#recru a:hover{
	display:none;
}
/* -------------------Mise en forme documents joints--------------*/
.spip_documents_center { /* documents sous forme de tableaux*/
	clear: both; 
	width: 95px; 
	/*height: 283px; */
	margin: auto;
	padding-top:10px; 
	display: block;
	background-color:#675d54;
 }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; color:#782543; font-size: 1em; margin-left: auto; margin-right: auto; line-height:1em; }
.spip_doc_descriptif { clear: both; color:#666; font-size: 1em; text-align: left; line-height:1.5em; }

/* ----------------------Fil d'Ariane------------------- */
#hierarchie  a a:hover{
	font-size:9pt;
	color:#666;
}

/* -----------Pied de page ---------------------*/
#pied {
	clear:both;
	background-image:url("images/footer.gif");
	background-repeat:no-repeat;
	background-color:#fff;
	width: 820px;
	line-height:7em;
	height:46px;
	text-align: center;
	padding : 0;
	margin: 0;
	font-size : 10pt;
	color:#d40000;
}
#pied a{
	color : #d40000;
	text-decoration : underline;
}
#pied a:hover{
	color : #666;
}
#pied li{display:inline;
margin:0;
padding:0;}

#pied ul {
list-style-type: none;
padding: 0;
margin: 0;
}

/*  ------------------------------------------
/*  Habillage des menus et de la navigation
/*  ------------------------------------------ */

/*  Habillage general des menus de navigation
---------------------------------------------- */

#navigation p, .encart p { margin: 0; padding: 0.2em 0.7em; text-align: left;  }
#navigation ul, .encart ul { margin: 0; padding: 0.2em 0; text-align: left; list-style: none; }
#navigation li, .encart li { margin: 0; padding: 0 0.7em; }


/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
float: right;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#documents_joints ul { margin: 0; padding: 0; list-style: none; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre {}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}

/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */

.page_plan .cartouche {  }

.page_plan #contenu h2 {
	clear: both;
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center;
	list-style:none;
	font-size : 12px;
}

.page_plan #contenu .contre-encart ul {
	display: block;
	clear: left;
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0; }
.page_plan #contenu .contre-encart li {}

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: underline; color: #333399; }
a:hover { text-decoration: none; color: #999;}
a:visited { text-decoration: underline; color: #0a8cbb; }

/*------------style menu déroulant------------------*/
#menu {
	display:none
}



