/* @override http://dev.media4display.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: .75em 0; /* Marges plus faibles que par défaut. (7) */
    line-height: 1.2em
}
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, FreeSans, sans-serif; 
    font-size: .8em;
    line-height: 1;
    color: black;
    background: white url(../_images/fd_page.jpg) repeat-x;
    text-align: center;
}

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

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 968px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.thickbox_page{
	background-image: none;
	background-color: #ffffff;
}
#conteneur { 
	width: 948px;
	position: relative;
	background: url(../_images/contenu_bg.jpg) repeat-y;
	padding: 10px;
	min-height: 400px;
}

#conteneur #top_conteneur{
	position: absolute;
	top: 0;
	left: 0;
	height: 255px;
	width: 968px;
	background: url(../_images/contenu_bg_top.jpg) no-repeat;
}

#conteneur #bas_conteneur{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 18px;
	width: 968px;
	background: url(../_images/contenu_bg_bas.jpg) no-repeat;
}

#conteneur #contenu {
	position: relative;
	width: 735px;
	z-index: 10;
	float: right;
	margin: 10px 10px 10px 0;
}
#contenu_texte{
	padding: 0 10px 0 20px;
}
#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;
}
#complements{
	position: relative;
	width: 174px;
	margin: 10px;
	float: left;
}

#complements-top{
	background: url(../_images/complements_top.jpg) no-repeat;
	height: 23px;
	padding: 10px 0 0 30px;
	text-transform: uppercase;
	font-size: 0.88em;
}

#complements-bas{
	background: url(../_images/complements_bas.gif) no-repeat;
	width: 174px;
	height: 6px;
}

#sous-rubriques, .bloc-sous-rubriques{
	position: relative;
	width: 174px;
	margin: 10px;
	float: left;
	background: url(../_images/sousrub_fd.gif) repeat-y;
	font-size: 0.88em;
	padding-bottom: 20px;
}

#sous-rubriques ul, .bloc-sous-rubriques ul{
	list-style: none;
	padding: 0;
	margin: 10px;
}
#sous-rubriques ul li, .bloc-sous-rubriques ul li{
	margin: 10px 0;
}

#sous-rubriques ul li a, .bloc-sous-rubriques ul li a{
	display: block;
	background: url(../_images/puce_sr.jpg) no-repeat 0 -67px;
	padding: 5px 5px 10px 26px;
	color: black;
	text-transform: uppercase;
	border-bottom: thin solid #b3b3b3;
}

#sous-rubriques ul li a.on, #sous-rubriques ul li a:hover, .bloc-sous-rubriques ul li a.on, .bloc-sous-rubriques ul li a:hover;{
	background: url(../_images/puce_sr.jpg) no-repeat 0 -2px;
	color: #ff7000;
	text-decoration: none;
}

#sr-top, .bloc-sr-top{
	background-image: url(../_images/sousrub_top.gif);
	width: 174px;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
}

#sr-bas, .bloc-sr-bas{
	background-image: url(../_images/sousrub_bas.gif);
	width: 174px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 15;
}

/* Entete */
#entete {
	width: 948px;
	margin: 0px auto 0;
	padding: 30px 10px 20px 10px;
	overflow: hidden;
	height: 100px;
	background: url(../_images/fd_entete.jpg) no-repeat right top;
	position: relative;
}
#entete #logo{
	float: left;
}

#blocsaas {
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    right: 44px;
    text-transform: uppercase;
    top: 0px;
}

#social{
    bottom: 2px;
    position: absolute;
    right: 18px;
    z-index: 20;
}
#blocPartner{
    bottom: 0;
    left: 24px;
    position: absolute;
}

#social img{
	margin-left: 2px;
}

#entete #blocLangue {
	position:absolute;
	right: 17px;
	top: 4px;
	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; }

/**********************************************
 Formulaire de recherche et page de résultats
**********************************************/
#bloc_recherche{
	display:inline;
}
.searchform {
display: inline-block;
zoom: 1; /* ie7 hack for display:inline-block */
*display: inline;
padding: 3px 5px;
}
.searchform input {
font: normal 10px/100% Arial, Helvetica, sans-serif;
}
.searchform .searchfield {
	background: #fff;
	padding: 3px 3px 3px 6px;
	width: 150px;
	border: solid 1px #bcbbbb;
	outline: none;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchform .searchbutton {
	color: #fff;
	border: solid 1px #494949;
	font-size: 10px;
	height: 20px;
	width: 22px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top, #9e9e9e, #454545);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}

.liste-resultats h3{
	font-weight:normal !important;
	margin: 1em 0 0 0;
}
.liste-resultats h3 a{
	color:#0282C3;
}
.liste-resultats ul{
	list-style:none;
}

.liste-resultats p{
	    margin: 0 0 0.75em 0;
}

.liste-resultats p.pagination{
    border-top: 1px solid silver;
    margin: 20px;
    padding-top: 10px;
    text-align: center;
}

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

/* Pied de page */
#pied {
	clear: both;
	width: 100%;
	margin: 20px auto;
	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 ul{
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	text-align: center ;
}
#pied li {
	display: inline;
}
#pied a{
	color: gray;
	padding: 0px 10px ;
	border-right : 1px solid #CCCCCC ;
}
#pied a:hover{
	color: #00a0df;
}
/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

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

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

#presentation-media4display{
	float: left;
}
#top-presentation{
	background: url(../_images/une_top.jpg) no-repeat;
	height: 10px;
	width: 639px;
}

#contenu-presentation{
	background-image: url(../_images/une_col-droite.jpg);
	height: 235px;
	width: 614px;
	padding: 10px 10px 10px 15px;
	position: relative;
}

#panel_content{
	height: 235px;
	width: 619px;
	overflow: hidden;
	position: relative;
}

#slide_content{
	overflow: visible;
	position: absolute;
	height: 230px;
	width: 3200px;
}

#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{
	margin: 5px 0 15px 0;
	color: #05327f;
	font-weight: bold;
	text-transform: uppercase;
}
#slide_content .description{
	color: gray;
	overflow: hidden;
}
#slide_content h1{
	margin: 5px 0;
	font-size: 14px;
	color: #4c4c4c;
}

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

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

#bas-presentation li {
	background: url(../_images/li_sep_verti.gif) no-repeat left bottom;
	display:inline;
	float:right;
	font-size:10px;
	font-weight:bold;
	height:17px;
	margin:0;
	padding:3px 10px 0 14px;
	text-transform:uppercase;
	line-height:17px;
}
#bas-presentation li a {
	color:black;
	display:block;
}
#bas-presentation li a.une_on {
	color:#ff7000;
}
#bas-presentation li a.une_off {
	
}
#bas-presentation li a:hover {
	color:#ff7000;
}

/*ACTUALITE AVEC BLOG*/


#actualitesBlog{
	float: left;
	background: url(../_images/bloc_actu.jpg) no-repeat;
	height: 280px;
	width: 279px;
	padding: 10px 20px;
	position: relative;
}

#actualitesBlog h1{
	clear: both;
	padding: 4px 0px;
	margin: 5px 0;
	color: #7f7f7f;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	background-color: #e1e1e1;
}

#gotoBlog {
    margin: 6px -5px 0;
}

#actualitesBlog #allNews {
	position:absolute;
	right:10px;
	top:13px;
}

#actualitesBlog ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#actualitesBlog #footerNews ul{
	border-top: 1px solid gray;
	padding: 5px 5px 2px;
	overflow: hidden;
	
}
#actualitesBlog li{
	border-bottom: thin solid #e6e6e6;
	position: relative;
	overflow:auto;
	margin: 0;
	padding: 0;
}

#actualitesBlog #footerNews ul li{
	border: none;
	padding-right: 5px;
	width: 120px;
	display: block;
	float: left;
	overflow: visible;
	text-align: center;
}

#actualitesBlog #footerNews ul li a{
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px 2px 22px;
}
a.fluxRSS{
	background: url(../_images/footernews_rss.gif) no-repeat;
	border-right: 1px solid gray;
}
a.allNews{
	background: url(../_images/footernews_fleche.gif) no-repeat;
}

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

#actualitesBlog li div{
	overflow: hidden;
}

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

#actualitesBlog li h3{
	font-weight: bold;
	font-size: 12px;
	color: #feaa00;
	line-height: 12px;
	margin-top: 5px;
	padding-top: 0;
}

#actualitesBlog ul#listeBlog li h3{
	font-size: 11px;
	margin: 3px 0;
}
#actualitesBlog li h3 a{
	color: #feaa00;
}

#actualitesBlog li .description{
	font-weight: normal;
	font-size: 12px;
	color: gray;
	text-align: left;
	line-height: 12px;
	padding-left: 80px;
}
/*ACTUALITES SANS BLOG*/

#actualites{
	float: left;
	background: url(../_images/bloc_actu.jpg) no-repeat;
	height: 280px;
	width: 279px;
	padding: 10px 20px;
	position: relative;
}

#actualites h1{
	padding: 0 0 0 15px;
	margin: 5px 0;
	color: #AAAAAA;
	font-weight: normal;
	background: url(../_images/puce_home_actu.gif) no-repeat left;
}

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

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

#actualites li{
	border-bottom: thin solid #e6e6e6;
	position: relative;
	overflow:auto;
	margin: 0;
	padding: 0;
}

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

#actualites li div{
	overflow: hidden;
}

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

#actualites li h3{
	font-weight: bold;
	font-size: 14px;
	color: #feaa00;
	line-height: 12px;
	margin-top: 5px;
	padding-top: 0;
}
#actualites li h3 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{
	position: absolute;
	bottom: 0;
	margin: 0 50px 8px;
	width: 176px;
}

.entree-cible{
	background-image: url(../_images/bloc_cible.jpg);
	height: 300px;
	width: 465px;
	float: left;
	padding: 5px;
}
#nuage_mots_1 {
	overflow: hidden;
	color: white;
}
.remplacement_flash{
	display: none;
}
#nuage_mots_2 {
	overflow: hidden;
	color: white;
}
.entree-cible h2 {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	margin: 6px;
	text-align: center;
}

.entree-cible.first{
	margin: 0 9px 0 0;
}
.entree-cible.last{
	margin: 0 0px 0 9px;
}

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

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

/* Typo pour le contenu */
#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: 746px;
}
#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/fd_btn_menu.jpg) no-repeat;
	font-weight: bold;
	width: 90px;
}
#navigation li a:hover{
	background: url(../_images/fd_btn_menu.jpg) no-repeat 0 bottom;
}
#navigation li a.on, #navigation li a.on:hover{
	background: url(../_images/fd_btn_menu.jpg) no-repeat 0 center;
	color: white;
}
#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 { }
.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: 182px;
	width: 691px;
	background-image: url(../_images/fd_cartouche.jpg);
	clear: both;
	padding: 0 4px 20px 40px;
	position: relative;
}

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

.cartouche #cartouche-logo {
	float: right;}

.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{
	display: block;
	padding: 10px 0;
	width: 280px;
	float: left;
}
#cartouche-texte h1{
	font-weight: normal;
	font-size: 2em;
	color: #ff7000;
	margin: 0.4em 0;
}
#chapo{
	color: gray;
}

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

/*  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: #000; font-size: 0.96em; }
.texte h1 { color: #ff6600;}

.texte tr.row_odd {
background-color:#F2F2F2;
}
.first{
	clear: both;
}

.cols_3{
	float: left;
	margin: 10px 0;
	width: 30%;
	padding-left: 10px;
	border-left: 1px solid #CCCCCC;
	color: #666666;
}
.cols_3 h2, .cols_3 h3, .cols_3 h4{
	color: #000000;
}

.cols_3 ul{
	margin: 0 10px 0 20px;
	list-style-type: square;
}
/*rubrique liste des actualites*/
#listeActus ul li a.blocLien strong {
	color:#FF7000;
}

.boutonPlus a {
	background:transparent url(../_images/puce_complement.jpg) no-repeat scroll 0 0;
	color:#0282C3;
	font-size:0.8em;
	padding:0 0 0 14px;
	text-decoration:none;
	text-transform:uppercase;
}

cite{
	display: block;
	overflow: auto;
	color: #00a0df;
	font-size: 14px;
	font-weight: normal;
	line-height: 120%;
	padding: 20px;
}
/*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.right{
	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; }

/*-----------------------------------------------
Blocs témoignages
-----------------------------------------------*/
.bloc-interne{
	background: url(../_images/bloc-interne_fd.jpg) repeat-y;
	margin: 10px 0 ;
	clear: both;
	width: 680px;
}

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

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

.bloc-interne_contenu img{
	float:left;
	margin-right:10px;
}

.bloc-interne_contenu hr {
	height: 10px;
	margin: -0.5em -15px;
	width: 720px;
	padding: 0 0 20px 0;
	border: 0;
	background: url(../_images/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/bloc-interne_top.jpg) no-repeat;
	height: 35px;
	color: #0053a0;
}

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

/*  tableau de données
---------------------------------------------- */
table.donnees{
	margin-top:20px;
}

.donnees th {
margin:0;
padding:0;
vertical-align:middle;
}
table.donnees td {
border-top:1px dashed silver;
font-family:sans-serif;
font-size:0.91em;
padding:5px;
text-align:left;
color:#666666;
}

table.donnees td.visuelPartenaire{
	border-top:1px dashed silver;
	text-align: center;
	vertical-align:middle;
}
td.tableDonnees .blocAdresse{
	display: block;
	margin: 20px 0 0 20px;
	width: 300px;
}
td.tableDonnees .blocAdresse span.nomPartenaire, td.tableDonnees .blocAdresse span.descriptifPartenaire{
	display: block;
}

td.nomPartenaire h3{
	color:#009DDC;
	font-size:18px;
	margin-bottom:10px;
}

/*  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: #666666;
	text-decoration: underline;
}
.nomPartenaire a{
	color:#009DDC;
	font-size:18px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.texte a:hover { text-decoration: underline; color: #00a0df;}

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


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