/* @override http://telelogos.cdl-factory.fr/_css/habillage.css */
/* @override http://dev.telelogos.com/_css/habillage.css */
/*
-----------------------------------------------
css de reset pour le commencement des styles et eviter les bug entre navigateurs
----------------------------------------------
*/

/* --- STYLES DE BASE --- */

/* Page */
html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1em;
    font-weight: bold; /* Valeur par défaut. (6) */
    font-style: normal;
}
h1 {
    font-size: 1.6em;
}
h2 {
    font-size: 1.4em;
}
h3 {
    font-size: 1.20em;
}
h4 {
    font-size: 1em;
}

/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}

/* Paragraphes */
p {
    margin: .50em 0; /* Marges plus faibles que par défaut. (7) */
    line-height: 1.1em
}
address {
    margin: .75em 0;
    font-style: normal;
}

a img {
    border: none;
}

/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* Formulaires */
form, fieldset {
    border: none;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}

/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
    margin: 0;
    padding: 0;
	font-family: Helvetica, Arial, Geneva, sans-serif; 
    font-size: .8em;
    line-height: 1;
    color: black;
    background: white url(../_images/v2009/fd_page-home.jpg) repeat-x;
    text-align: center;
}

img, table { margin: 0; padding: 0; border: none; }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 940px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
}
.thickbox_page{
	background-image: none;
	background-color: #ffffff;
}
#conteneur { 
	width: 940px;
	position: relative;
	padding: 0 10px;
	min-height: 400px;
}

#conteneur #contenu {
	position: relative;
	width: 730px;
	z-index: 10;
	float: right;
	margin: 0px 0px 10px 10px;
}

#contenu_texte{
	position: relative;
	padding: 10px 20px 10px 30px;
	background: url(../_images/v2009/contenu_bg.jpg) repeat-y;
}

#contenu_texte .surlignable{
	z-index: 4;
	position: relative;
	margin-bottom: 20px;
}

#contenu_texte #listeActus{
	z-index: 4;
	position: relative;
	margin: 20px 0;
}

#contenu_texte #top_contenu{
	position: absolute;
	top: 0;
	left: 0;
	height: 49px;
	width: 727px;
	background: url(../_images/v2009/contenu_bg_top.jpg) no-repeat;
	z-index: 1;
}

#contenu_texte #bas_contenu{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 49px;
	width: 727px;
	background: url(../_images/v2009/contenu_bg_bas.jpg) no-repeat;
	z-index: 2;
}

#conteneur #navigation {
	float: right;
	width: 12em;
	text-align: center;
}

/* Blocs du contenu (c-a-d. la colonne principale) */
#contenu .contre-encart {
	float: left;
	width: 21em;
}

#contenu .encart {
	float: right;
	width: 11em;
	margin: 0;
	margin-bottom: 1em;
}

/************************************/
/** styles pour les blocs de breve **/
/************************************/

#complements{
	position: relative;
	width: 174px;
	margin: 10px;
	float: left;
}

.complement-top{
	background: url(../_images/v2009/complement2-top.png) no-repeat;
	height: 13px;
	font-size: 1px;
}

.complement-contenu{
	background: url(../_images/v2009/complement2-bg.gif) repeat-y;
	width: 166px;
	padding: 10px 4px;
}

.complement-bas{
	background: url(../_images/v2009/complement2-bas.png) no-repeat;
	width: 174px;
	height: 46px;
}

.complement-contenu{
	font-size: 11px;
	color: #7f7f7f;
}

.complement-contenu ul{
	margin: 0 0 0 5px;
	padding: 2px 10px;
}

#complements h1, #complements h2, #complements h3, #complements h4, #complements h5, #complements h6 {
	font-size: 13px;
}

.colG{
	width: 172px;
	background: url(../_images/v2009/colD_b_fd.jpg) repeat-y;
	position: relative;
}

.colG-top{
	position: absolute;
	top: 0;
	left: 0;
	width: 172px;
	height: 59px;
	background: url(../_images/v2009/colD_b_top.jpg) no-repeat;
	z-index: 2;
}

.colG-contenu{
	padding: 15px 0;
	position: relative;
	z-index: 3;
}

.colG-bas{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 10px;
	width: 174px;
	z-index: 5;
	background: url(../_images/v2009/colD_b_bas.jpg) no-repeat;
	
}

.colG-contenu ul{
	list-style-type: none;
	margin: 10px;
	padding: 0;
}
.colG-contenu li{
	list-style-image: none;
	background: url(../_images/v2009/puce_minibleu.gif) no-repeat 0 5px;
	margin: 0;
	padding: 1px 0 10px 23px;
	font-size: 11px;
	color: white;
}

.colG-contenu h1, .colG-contenu h2, .colG-contenu h3, .colG-contenu h4, .colG-contenu h5, .colG-contenu h6{
	color: #054080;
	margin-top: 7px;
}

.colG-contenu a.suite{
	clear: both;
	display: block;
	float: right;
	padding-left: 10px;
	background: url(../_images/v2009/puce_bleue.gif) no-repeat 0;
	color: #054080;
}

#sous-rubriques{
	position: relative;
	width: 174px;
	margin: 0 10px 10px 10px;
	float: left;
	background: #fdfdfd url(../_images/v2009/sr-bg.jpg) repeat-y;
	padding-bottom: 20px;
}

#sous-rubriques ul{
	list-style: none;
	padding: 0;
	margin: 10px 10px 10px 20px;
}
#sous-rubriques ul li{
	margin: 0px 0;
	padding: 7px 0;
	border-bottom: thin solid #ccc;
}

#sous-rubriques ul li a{
	display: block;
	background: url(../_images/v2009/puce_grise.gif) no-repeat 7px 0;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	padding: 0 5px 0 20px;
}

#sous-rubriques ul li a.on, #sous-rubriques ul li a:hover{
	background: url(../_images/v2009/puce_bleue.gif) no-repeat 7px 0;
	color: #0053a0;
	text-decoration: none;
}

.liste-sousrubriques{
	position: relative;
	z-index: 4;
}

#sr-top{
	position: relative;
	background-image: url(../_images/v2009/sr-top.jpg);
	width: 154px;
	height: 47px;
	z-index: 1;
	line-height: 38px;
	padding: 0 10px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#sr-bas{
	background-image: url(../_images/v2009/sr-bas.jpg);
	width: 174px;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

/* Entete */
#entete {
	width: 940px;
	margin: 0px auto 0;
	padding: 10px;
	height: 110px;
	position: relative;
	background: url(../_images/v2009/fd_entete.jpg) no-repeat right top;
	overflow: hidden;
}
#entete #logo{
	float: left;
	margin: 22px;
	
}
#entete #blocLangue {
	bottom:0;
	float:left;
	position:absolute;
	right:20px;
	z-index:10;
}
#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	font-weight: bold;
	font-size: 1.5em; }
#entete a { text-decoration: none; }
#entete .formulaire_recherche { float: right; }

#bloc_recherche{
	float: right;
	text-align: right;
	font-size: 9px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#bloc_recherche ul{
	list-style: none;
	margin: 0;
}
#bloc_recherche li{
	border-right: thin solid gray;
	padding: 1px 10px 1px 10px;
	display: inline;
}

/* Fil d'Ariane */
#hierarchie {
	clear: both;
	margin-bottom: 2em;
	font-size: 0.77em; }

/* Pied de page */
#pied {
	clear: both;
	width: 100%;
	margin: 20px 0;
	padding: 2px;
	text-align: center; 
	font-size: 10px;
	color: gray;
	text-transform: uppercase;
	}
#pied small { font-size: 0.77em; }
#pied img { vertical-align: bottom; }
#pied a.lien_footer{
	color: gray;
}
#pied a.lien_footer:hover{
	color: #00a0df;
}
/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

.separateur_encart{
	clear: both;
	height: 0;
	line-height: 1px;
	font-size: 1px;
	margin: 10px 0;
}

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }

/*  ------------------------------------------
/*  Home Page
/*  ------------------------------------------ */

#presentation-telelogos{
	float: left;
	width: 625px;
}
#top-presentation{
	background-image: url(../_images/v2009/une_top.jpg);
	height: 32px;
	padding: 0px 10px;
}
#top-presentation h1{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	border-bottom: thin dashed #CCC;
	padding: 13px 0px 8px 10px;
	margin: 0px 0 0px 0;
	color:#05327F;
	}
#contenu-presentation{
	background-image: url(../_images/v2009/une_fd_slidepanel.jpg);
	height: 201px;
	width: 600px;
	padding: 5px 10px 5px 15px;
	position: relative;
}

#panel_content{
	height: 201px;
	width: 600px;
	overflow: hidden;
	position: relative;
}

#slide_content{
	overflow: visible;
	position: absolute;
	height: 201px;
	width: 2516px;
}

#slide_content ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#slide_content li{
	display: inline;
	float: left;
	width: 600px;
	margin-right: 29px;
}

#slide_content .logoarticle-une{
	float: left;
	margin-right: 10px;
}
#slide_content h3{
	color:#4C4C4C;
	font-size:14px;
	margin:5px 0;
}
#slide_content .description{
	color: gray;
	overflow: hidden;
}
#slide_content h1{
	margin: 5px 0;
	font-size: 14px;
	color: #4c4c4c;
}

#bas-presentation{
	background: url(../_images/v2009/une_bas.jpg) no-repeat;
	height: 22px;
	width: 619px;
	padding: 5px 10px;
}

#bas-presentation ul{
	margin: 0 5px 0 0;
	padding: 0;
}

#bas-presentation li{
	display: inline;
	margin: 0;
	padding:  3px 10px 0 14px;
	float: right;
	height: 17px;
	background: url(../_images/v2009/li_sep_verti.gif) no-repeat left bottom;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

#bas-presentation li a{
	display: block;
	color: black;
}

#bas-presentation li a.une_on{
	color: #ef492f;
}

#bas-presentation li a.une_off{
	
}
#bas-presentation li a:hover{
	color: #ef492f;
}



#actualites{
	float: right;
	background: url(../_images/v2009/bloc_actu.jpg) no-repeat;
	height: 275px;
	width: 285px;
	padding: 0px 10px;
	position: relative;
}

#actualites h2{
	padding: 0px 0px 0 10px;
	margin: 10px 0 0px 0;
	height: 20px;
	color: #7f7f7f;
	font-weight: normal;
	font-size: 16px;
	border-bottom: thin dashed gray;
}

#actualites #allNews{
	position: absolute;
	right: 10px;
	top: 7px;
}

#actualites h3.typeActu{
	color: #0072bc;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 5px 0;
	border-bottom: thin dashed #b3b3b3;
	display: none;
}

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

#actualites li{
	border-bottom:thin dashed #E6E6E6;
	margin:0;
	padding:0;
	position:relative;
	overflow: hidden;
}

#actualites li .logo{
	float: left;
	margin: 0 7px 4px;
}

#actualites li div.dateActu{
	display: none;
	float: left;
	font-weight: bold;
	font-size: 10px;
	color: #2285c5;
	margin-bottom: 1px;
	background: url(../_images/v2009/puce_grise.gif) no-repeat 0px 0;
	padding:  0 0 0 10px;
}

#actualites li .description:hover{
	color: #000000;
}

#actualites li h4{
	color:#FEAA00;
	font-size:13px;
	font-weight:bold;
	line-height:12px;
	margin-top:5px;
	padding-top:0;
}
#actualites li h4 a{
	color:#FEAA00;
}

#actualites li .description{
	font-weight: normal;
	font-size: 12px;
	color: gray;
	text-align: left;
	line-height: 12px;
	padding-left: 80px;
}

#actualites #flux_rss{
	bottom:0;
	margin:0 50px 8px;
	position:absolute;
	width:185px;
}
#actualites #flux_rss img{
	vertical-align: middle;
	}
.entree-cible{
	height: 290px;
	float: left;
	padding:5px 8px;
	width:454px;
}

.entree-cible h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 6px;
	text-align: center;
	text-transform: uppercase;
	color: #666666;
}
.entree-cible h2 a {
	text-decoration: none;
	color: #666666;
	}
	
.entree-cible.first{
	background-image: url(../_images/v2009/bloc_cible.jpg);
	margin: 10px 3px 0 -3px;
}
.entree-cible.last{
	background-image: url(../_images/v2009/bloc_cible2.jpg);
	margin: 10px 0 0 0;
}

#cible_1 {
	overflow: hidden;
	color: white;
	margin: 4px 0;
	padding: 0 3px;
}
.remplacement_flash{
	
}
#cible_2 {
	overflow: hidden;
	color: white;
	margin: 4px 0;
	padding: 0 3px;
}

.pied_cible{
	margin-top: 4px;
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	text-align: center;
}

/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

/* Typo pour les menus et la navigation */
body, #navigation, .encart, .formulaire_spip {
	 }

/* Typo pour le contenu */

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: Georgia, Times, serif; }
	
.txtBleu{
	color: #00a0df;
}

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

/*  Habillage general des menus de navigation
---------------------------------------------- */
.breves, .syndic, .forums, .divers {
	min-width: 10em;
	border: 1px solid #CCC;
	margin-bottom: 1em;
	font-size: 0.77em;
}

.menu-titre {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #CCC;
	text-align: center;
	font-weight: bold;
}

#navigation{
	float: left;
	text-align: center;
	width: 720px;
	height: 45px;
}
#navigation ul{
	float: left;
	position: relative;
	left: 50%;
}
#navigation li{
	float: left;
	display: block;
	position: relative;
	right: 50%;
	width: 98px;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 0.77em;
}
#navigation li a{
	display: block;
	height: 69px;
	padding: 23px 4px 0 4px;
	background: url(../_images/v2009/fd_btn_menu.jpg) no-repeat;
	font-weight: bold;
	width: 90px;
	text-transform: uppercase;
}
#navigation li a:hover{
	color: #6acdf6;
	background: url(../_images/v2009/fd_btn_menu.jpg) no-repeat 0 bottom;
}
#navigation li a.on, #navigation li a.on:hover{
	color: white;
	font-weight: bold;
	background: url(../_images/v2009/fd_btn_menu.jpg) no-repeat 0 center;
}


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


/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
.rubriques {
	overflow:hidden;
}
.rubriques .menu-titre { background: #F2FFF2; }

.breves { background: #FFEAEA; }
.breves .menu-titre { background: #FFF2F2; }

.syndic { background: #E8F8F8; }
.syndic .menu-titre { background: #F0FCFC; }

.forums { background: #EAEAFF; }
.forums .menu-titre { background: #F2F2FF; }

.divers { background: #F8F8E8; }
.divers .menu-titre { background: #FCFCF0; }

/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { 
	height: 198px;
	width: 667px;
	background-image: url(../_images/v2009/fd_cartouche.jpg);
	clear: both;
	padding: 20px 30px 20px 30px;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.cartouche .titre {
	font-size: 1.27em;
	font-weight: bold;
	color: #000; }
#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; }

.cartouche #cartouche-logo {
	position: absolute;
	top: 2px;
	left: 3px;
	z-index: 1;
}

.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche small { font-size: 0.71em; }

.cartouche .traductions { font-size: 0.71em; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }

#cartouche-texte{
	margin-left: 340px;
	padding: 0;
	position: relative;
	z-index: 2;
}
#cartouche-texte h1{
	font-weight: normal;
	font-size: 28px;
	color: #009ddc;
	margin: 0;
}

#cartouche-texte h1 .suffixeTitre{
	
}

#sous-rubriques .suffixeTitre{
	display: none;
}

#chapo{
	position: relative;
	margin: 15px 0 0 340px;
	padding: 0px;
	color: #7f7f7f;
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
	z-index: 2;
}

/*spécificités de la page actu*/
.cartouche.actu #cartouche-logo {
	text-align: center;
	margin: 30px;
	float: left;
}

/*  Mise en forme des textes du contenu
---------------------------------------------- */

.chapo {
	margin-bottom: 1.5em;
	font-weight: bold;
	line-height: 1.4em; }

.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 0.82em;
	font-weight: bold; }

.texte { 
	color: #666; 
	font-size: 0.96em;
	text-align: justify;
}

.texte h1{
	color: #6acdf6;
	padding: 5px  0 5px 30px;
	border-bottom: thin solid #6acdf6;
	background: url(../_images/v2009/puce_h1.jpg) no-repeat;
}

.texte h2, .texte h3{
	color: black;
	clear: both;
	margin-top: 30px;
}
.texte hr.scission {
	height: 10px;
	margin: -0.5em -30px;
	width: 727px;
	padding: 0 0 35px 0;
	border: 0;
	background: url(../_images/v2009/contenu_separateur.jpg) repeat-x;
}
.texte hr {
	
}
.texte ul{
	list-style-type: square;
}

.texte ul li{
	padding: 2px 0;
}

.texte table {
	border:10px none white;
	border-collapse:collapse;
	margin:auto;
	width:90%;
}

.texte tr.row_odd{
	background-color: #f2f2f2;
}

.texte th.enteteColonne {
	border-top:1px dashed silver;
	color:#005DAF;
	font-size:0.88em;
}

td.tableDonnees {
	padding:0;
	border-top:1px dashed silver;
	font-family:sans-serif;
	font-size:0.91em;
	padding:5px;
	text-align: left;
}


.texte table.logosPartenaires td {
	border-top:1px dashed silver;
	color:#005DAF;
	font-family:sans-serif;
	font-size:0.91em;
	padding:5px;
	vertical-align:top;
}

td.tableDonnees .visuelPartenaire{
	float: left;
	width: 100px;
	text-align: center;
	height: 100px;
}
td.tableDonnees .blocAdresse{
	display: block;
	margin-left: 100px;
	width: 300px;
}
td.tableDonnees .blocAdresse span.nomPartenaire, td.tableDonnees .blocAdresse span.adressePartenaire, td.tableDonnees .blocAdresse span.paysPartenaire{
	display: block;
}
td.tableDonnees .blocAdresse .nomPartenaire{
	font-size: 18px;
	color:#009ddc;
	margin-bottom: 10px;
}
.bloc-interne{
	background: url(../_images/v2009/bloc-interne_fd.jpg) repeat-y;
	margin: 10px 0 ;
	clear: both;
}

.bloc-interne_contenu{
	margin: 0 15px;
	overflow: hidden;
	}
	
.bloc-interne_contenu em{
	color: #666;
}

.bloc-interne_contenu span{
	display: block;
	font-size: 11px;
	padding-top: 10px;
}

.bloc-interne_contenu hr {
	height: 10px;
	margin: -0.5em -15px;
	width: 720px;
	padding: 0 0 20px 0;
	border: 0;
	background: url(../_images/v2009/bloc-interne_separateur.gif) no-repeat;
}
	
.bloc-interne_top{
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	padding: 0 0 0 20px;
	background: url(../_images/v2009/bloc-interne_top.jpg) no-repeat;
	height: 35px;
	color: #0053a0;
}

.bloc-interne_bas{
	background: url(../_images/v2009/bloc-interne_bas.jpg) no-repeat;
	height: 13px;
}

.first{
	clear: both;
}

.cols_2{
	float: left;
	margin: 10px 20px;
	width: 40%;
	padding-left: 10px;
	border-left: 2px ridge #e6e6e6;
	color: #666666;
	padding-bottom: 20px;
}

.cols_3{
	border-left:2px ridge #E6E6E6;
	color:#666666;
	float:left;
	margin:10px 10px 10px 0;
	padding-left:10px;
	width:30%;
	text-align: left;
}

.cols_3 h2, .cols_3 h3, .cols_3 h4, .cols_2 h2{
	color: #009ddc;
	margin-top: 0px;
	margin-left: -35px;
	padding-left: 30px;
	padding-bottom: 3px;
	background: url(../_images/v2009/puce_h2.gif) no-repeat;
}

.cols_3 ul{
	margin: 0 10px 0 20px;
	list-style-type: square;
}

cite{
	display: block;
	overflow: auto;
	color: #00a0df;
	font-size: 14px;
	font-weight: normal;
	line-height: 120%;
	padding: 20px;
}

/*Mises en page Actualites*/
p.article_presse {
	position: relative;
	border-bottom:thin dashed #CCCCCC;
	color:#009ddc;
	font-size:16px;
	line-height:15px;
	padding-bottom:10px;
}

p.article_presse strong {
	color: gray;
	font-size:12px;
	line-height:1.3em;
	margin-left: 60px;
	margin-bottom:2px;
	font-weight: normal;
	background: url(../_images/v2009/puce_grise.gif) no-repeat 7px 1px;
	padding-left: 15px;
}

p.article_presse small {
	position: absolute;
	top: 2px;
	color:#999;
	font-size:11px;
	margin-bottom:0;
}

p.article_presse img{
	position: absolute;
	right: 0;
	bottom: 10px;
}
/*Page PARTENAIRE*/

ul.partenaire{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.partenaire li{
	border-bottom: thin dashed gray;
	clear: both;
	height: 100px;
	margin-top: 10px;
}
ul.partenaire li div{
	margin-top: 2px;
}
ul.partenaire li .logoPartner{
	float: left;
	width: 160px;
	text-align: center;
	height: 100px;
}
ul.partenaire li div.nomPartner{
	font-size: 20px;
	color:#009ddc;
	margin-bottom: 10px;
	display: block;
	margin-left: 160px;
}

/*blocs du contenu texte*/

.bloc_fichiers{
	background: url(../_images/encart_top.jpg) no-repeat;
	width: 310px;
	position: relative;
	overflow: hidden;
	padding-right: 10px;

}

.bloc_fichiers img{
	float: left;
	margin: 20px;
}

.bloc_fichiers h3{
	padding : 10px 0 0 0 ;
}
.contenu_fichiers{
	overflow: auto;
	margin-bottom: 10px;
}
.contenu_fichiers a{
	/*display: block;
	padding: 5px  0 0 20px;*/
	color: #00a0df;
}

.bas_fichiers{
	background: url(../_images/encart_bas.jpg) no-repeat;
	position: absolute;
	bottom: 0;
	width: 320px;
	height: 10px;
}

img.gauche_retrait{
	float: left;
	margin: 30px 10px 10px -140px;
	clear: both;
}
img.droite{
	clear: both;
	float: right;
	margin: -10px 0px 10px 10px;
}
img.gauche{
	clear: both;
	float: left;
	margin: -10px 10px 10px -10px;
}

img.soustitre{
	clear: both;
	float: left;
	margin: 10px 20px 10px 10px;
}

.carte{
	float: right;
	text-align: center;
	margin: 10px;
}
hr{
	clear: both;
	height: 1px;
	color: #e6e6e6;
	background-color: #e6e6e6;
	border: 0;

}
.ps, .actu_left {
	border-left: thin solid #CCC;
	border-right: thin solid #CCC;
	margin: 0 1px;
	padding: 10px;
	background-color: #f3f3f3;
	}
.actu_left ul li{
	padding: 5px 0;
	border-bottom: 2px ridge #fff;
}

.ps ul, .actu_left ul{
	list-style: none;
	margin: 0 0 10px 10px;
	padding: 0;
}

.ps ul li{
	padding: 10px 0;
	border-bottom: 2px ridge #fff;
	min-height: 15px;
}

.ps { font-size: 0.8em;
color: #0282c3; }

.ps a{
	display: block;
	color: #0282c3;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0 0 14px;
	background: url(../_images/puce_complement.jpg) no-repeat;
}

a.thickbox{
	background: none;
	padding: 0;
}

.notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }

/*styles de l'actualité*/

#paginationActu{
	background-color: #EEE;
	margin-bottom: 20px;
	padding-left: 20px;
	border-bottom: thin solid #CCC;
}

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }

#document_actif { margin-top: 1em; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	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 {}

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles ul { margin: 0; padding: 0; list-style: none; }
.liste-articles li { margin-bottom: 1em; clear: both; }

.liste-articles li .titre {
	font-size: 1.03em;
	font-weight: bold; }

.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: right; }

.liste-articles li p { margin: 0; padding: 0; }

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.liste-articles li small {
	display: block;
	font-size: 0.71em; }

.liste-articles li .texte {
	margin-top: 5px;
	margin-bottom: 2em;
	border: 1px solid #CCC;
	padding: 0.9em;
	font-size: 0.82em;
	line-height: 1.4em; }

.pagination { font-size: 0.90em; }

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

.page_plan .cartouche { display: none; }

.page_plan #contenu h2 {
	clear: both;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 0.5em;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center; }

.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 {}

/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

.formulaire_spip { text-align: left; font-size: 0.77em; }
.formulaire_spip p { margin: 0.5em 0; padding: 0; }

.formulaire_spip fieldset {}
.formulaire_spip legend {}

.formulaire_spip label {}
.formulaire_spip .forml { width: 99%; font-family: inherit; font-size: inherit; }

/* Boutons */
.spip_bouton { text-align: right; overflow: auto;}
.spip_bouton input { float: right; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; }
fieldset.reponse_formulaire { border-color: #e86519; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu { padding: 1em; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
ul.choix_mots { float: left; width: 47%; margin: 0; padding: 0; list-style: none; } 
ul.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche { width: 12em; text-align: left; }
.formulaire_recherche label { display: none; }

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #333333; }
a:hover { text-decoration: none; color: #00a0df;}

.texte a {
	 color: #00a0df;
	text-decoration: none;
}
.texte a:hover { text-decoration: underline;}

a.lien_fond{
	padding: 0 5px 0 20px;
	background: url(../_images/v2009/bouton_puceBR.gif) no-repeat;
	color: white;
}

a.lien_fond:hover{
	background: url(../_images/v2009/bouton_puceBR.gif) no-repeat 0 bottom;
	color: white;
	text-decoration: none;
}

.actu_left ul li a{
	color: #0282c3;
	font-weight: normal;
}

a.blocLien {
	color: gray;
}
a.blocLien strong{
	color: #00a0df;
}
a.blocLien:hover {
	color: #00a0df;
}

.actu_left ul li a:hover{
	text-decoration: underline;
}

.pied_cible a{
	color: white;
	}
.pied_cible a:hover{
	color: #CCC;
	}