/* --------------------------------------------------------- */
/* Feuille de style des squelettes par defaut pour SPIP 2.0  */
/* --------------------------------------------------------- */


/* ------------------------------------------
/* Typographie generale (style transversaux)
/* ------------------------------------------ */
html {font-size: 100%;} /* Cf.: http://pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/ */
body {font-size: 0.625em; font-family: 'Arial narrow','DejaVu Sans Condensed',Arial,Helvetica,sans-serif ;}

/* Titraille / Intertitres */
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; font-weight: normal; font-size: 1em; font-family: 'Arial narrow','DejaVu Sans Condensed', Verdana,Geneva,Arial,Helvetica,sans-serif; }
h1 { font-size: 1.70em; }
h2 { font-size: 1.40em; font-weight: normal; }
h2, h2 a, h2 a:focus, h2 a:hover, h2 a:active { color: #222; }
h3 { font-size: 1.0em; font-weight: bold; }

/* Autres enrichissements typo */
strong { font-weight: bold; }
em { font-style: italic; }
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
small { font-size: 0.90em; color: #666; }
dfn { font-weight: bold; color: #666; }
del { text-decoration: line-through; }
ins { color: red !important; text-decoration: none; }
sup, sub { font-size: .8em; font-variant: normal; }


/* SPIP-STYLE                                                           */
/* Cette feuille contient meles styles associes au code genere par SPIP.  */
/* Ces styles sont indispensables et doivent necessairement etre        */
/* definis pour le bon fonctionnement de vos squelettes.                */


/* Intertitre */
h3.spip { 	margin-top: 2em; margin-bottom: 1.4em; font-weight: bold;
			font-size: 140%; text-align: left; background: #EEE; padding: 0 0 0 5px; color: #0081c3;
}
h4.spip { 	margin-top: 1em; margin-bottom: 0.7em; font-weight: bold;letter-spacing: 1px;
			font-size: 130%; text-align: left; text-decoration: underline;color: #0081c3;
}
h5.spip { 	margin-top: 0.5em; margin-bottom: 0.35em; font-weight: bold;letter-spacing: 1px; margin-left: 30px;
			font-size: 110%; text-align: left; 
}
h6.spip { 	font-size: 110%; text-align: left; letter-spacing: 1px; margin-left: 30px;
}
hr.spip { margin: 2em auto; }

/* Listes SPIP */
ul.spip {
	list-style: square;
}
ol.spip { list-style: decimal; }

/* Citations, code et poesie */
blockquote.spip { margin: 2em 0; margin-left: 1em; padding-left: 1em; border-left: 1px dotted #aaa; }
blockquote.spip_poesie { margin: 2em 0; margin-left: 1em; padding-left: 1em;  border-left: 1px solid #aaa; }
blockquote.spip_poesie div { text-indent: -3em; margin-left: 3em; }

.spip_code { font-family: Courier, "Courier New", monospace; color: #036; }
.spip_cadre { width: 75%; margin: 0 auto; border: 1px inset; font-size:inherit;}
div.spip_code, .spip_cadre { margin-bottom: 1em;  }
.texteencadre-spip {background:#7ba0ad url(../../images/fond_actus.jpg) repeat-x bottom; color: white; width: 75%; margin: 0 auto;}
.spip_surligne { background: #FF6; }
.caractencadre-spip { background: #FFBB00; padding: 0 3px; color: black;}
.caractencadre2-spip { background: #BBFF00; padding: 0 3px; color: black;}

/* Tableaux */
table.spip { max-width: 99%;width: 99%; margin-right: auto; margin-left: auto; margin-bottom: 1em; border-collapse: collapse; border-spacing: 0; line-height: normal; }
table.spip caption { caption-side: top; /* bottom pas pris en compte par IE */ text-align: center; margin-right: auto; margin-left: auto; font-weight: bold; }
table.spip tr.row_first { background: #777; color: white; border: 1px solid #333; }
table.spip tr.row_odd { background: #EEE; }
table.spip tr.row_even { background: #DDD; }
table.spip th, table.spip td { padding: 0.20em 0.40em; text-align: left; border: 1px solid; }
table.spip th { vertical-align: bottom; font-weight: bold; }
table.spip td { vertical-align: top; }

table.spip a.spip_ancre, table.spip td strong {
	font-size: 25px;
	color: #88bb00;
	padding: 0 5px;
}

/* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: 0; }
.spip_documents { text-align: center; line-height: normal; }
.spip_documents p { margin: 0.10em; padding: 0; }
.spip_documents_center { display: block; clear: both; width: 100%; margin: 1em auto; }
.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 { margin-right: auto; margin-left: auto; font-weight: bold; font-size: 0.90em; }
.spip_doc_descriptif { clear: both; margin-right: auto; margin-left: auto; font-size: 0.90em; }

/* modeles par defaut */
.spip_modele { float: right; display: block; padding: 1em; border: 1px solid; width: 180px; }

/* Couleurs des liens de SPIP */
a.spip_note {} /* liens vers notes de bas de page */
a.spip_ancre { border-bottom: 1px solid #FFBB00; color: black } /* liens internes a la page */
a.spip_in {border-bottom: 1px solid #FFBB00; color: black} /* liens internes */
a.spip_mail { border-bottom: 1px solid #FFBB00;  color: black }
a.spip_mail:before { content: "\002709"; } /* liens vers un email */
a.spip_out { border-bottom: 1px solid #FFBB00; color: black } /* liens sortants */
a.spip_url { border-bottom: 1px solid #FFBB00; color: black } /* liens url sortants */
a.spip_glossaire {  color: black } /* liens vers encyclopedie */
a.spip_glossaire:hover { text-decoration: underline overline; }
.on { font-weight: bold; } /* liens exposes */

a:hover.spip_note,a:hover.spip_ancre,a:hover.spip_in, a:hover.spip_out, a:hover.spip_mail, a:hover.spip_url { color: #666 !important;}

.spancrypt { padding-left: 10px !important;}




/* ------------------------------------------
/* Disposition a l'ecran des blocs principaux
/* ------------------------------------------ */
html { margin: 0; padding: 0;overflow-x: hidden !important;}

body { margin: 0; padding: 0; text-align: left;}
body.sommaire { margin: 0; padding: 0; text-align: left; background: #FFF url(../../images/fond_ligne.gif) center 450px no-repeat;}


#page { position: relative; width: 1024px; margin: 0 auto; text-align: left;} /* modif */


/* Diaporama / slider accueil */

#slideshow { background: #FFF url(../../images/fond.gif) center top repeat-x; margin:0; overflow-x: hidden !important; padding:0;  height:176px;}
body.sommaire #slideshow { height:301px;}

#slideshow #zone-img {margin-left: auto !important; margin-right: auto !important; margin-bottom: 0; margin-top: 0; width: 1024px; position:relative !important;overflow-x: hidden !important;}
body.sommaire #slideshow #zone-img { width: 1301px;}

#slideshow IMG {margin:0; padding:0; border:0; height: 175px;}
body.sommaire #slideshow IMG {margin:0; padding:0; border:0; height: 299px;}

#entete { width: 1024px; margin:-182px 0 0 0; height:182px; padding:0 !important; border:0; font-size: 11px; position: absolute; z-index: 20 !important; top:0; left:0; }
body.sommaire #entete { width: 1024px; margin:-301px 0 0px 0; height:301px; padding:0 !important; border:0; font-size: 11px; position: absolute; z-index: 20 !important; top:0; left:0}


#entete div.liens {
	position: absolute;
	right: 0px;
	width: 400px !important;
	padding: 2px 2px;
	height: 29px;
	color: #666;
	text-align: center;
	top: 0px;
	background: transparent url(../../images/liens2.png) left top no-repeat;
}
#entete div.liens a {
	color: #fff;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	letter-spacing: 0.04em;
}
#entete div.liens a:hover {
	color: #00a9ff!important;
}

#entete .formulaire_recherche label { display:none; } /*Cf.: spip_formulaires.css*/

#entete .formulaire_recherche { position: absolute; right: 16px; top: 50px; display: block; width: 220px; text-align:right;  } /*Cf.: spip_formulaires.css*/

.formulaire_recherche input.text {
	background: transparent url(../../images/rechercher.png) bottom center repeat-x;
	width: 170px;
	height: 25px;
	line-height: 20px;
	padding: 0 3px 0 2px;
	margin-top: 0;
	color: #666;
	border: none;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.formulaire_recherche input.submit {
	background: transparent url(../../images/submit.png) bottom center repeat-x;
	width: 35px;
	height: 25px;
	border: none;
}
.formulaire_recherche input:hover.submit {
	background-image: url(../../images/submit2.png) ;
	cursor: pointer;
}
#entete a.accueil { 
	width: 250px;
}
#entete a.accueil img.spip_logos { 
	line-height: 1em;
	margin-top: 30px;
}
#entete div.logos  {
	position: absolute;
	right: 16px;
	text-align: left;
	margin: 0;
	top: 85px;
}
#entete div.logos img {
	padding: 0 17px 0;
}


/* #MENU plus bas ! //////////////////*/

#navigation { float: right; width: 270px; margin-top: 1em; overflow: hidden; }
#extra { float: left; clear: right; width: 270px; margin: 0px; overflow: hidden; }

#pied { 
	clear: both; width: 100%; margin: 0; padding: 20px 0 0 0!important; border-top: none;
/*	background: #FFF url(../../images/pied.gif) center top no-repeat; font-size: 110%; text-align: left;*/
}
#pied img { vertical-align: middle; }
#pied .zonepied {
	clear: both !important;
	width: 1040px;
	margin: 0 auto;
}
#pied a:hover {color: #0081c3 !important;}


/* Espaceur de blocs */
.nettoyeur { clear: both; height: 0; margin: 0; padding: 0; border: 0; line-height: 1px; font-size: 1px; }

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


/* ------------------------------------------
/* Habillage des elements du contenu
/* ------------------------------------------ */

#hierarchie { clear: both; margin: 10px 0 2em; font-size: 120%; }
#hierarchie, #hierarchie a { color: #666; }

.cartouche { margin-bottom: 2em; }
.cartouche .spip_logos { float: right; margin-left: 16px; margin-bottom: 4px; }
.cartouche p { margin: 0; padding: 0; clear: left; }
.surtitre, .soustitre { font-size: 0.90em; color: #666; text-transform: uppercase; letter-spacing: 0.10em; }
.cartouche .surtitre { margin-bottom: 0.30em; }
.cartouche .soustitre { margin-top: 0.50em; margin-bottom: 0.30em; }
.cartouche .traductions { font-size: 0.90em; }

.descriptif_rub { margin-bottom: 1.50em; line-height: 1.40em; font-weight: bold; color: #6E7F8B; } /* modif */

.chapo { margin-bottom: 1.50em; line-height: 1.40em; font-weight: bold; color: #6E7F8B; }
.texte { line-height: 1.60em; }
.hyperlien { display: block; padding: 0.50em 1em 0 30px; font-weight: bold; color: #66818d; background: transparent url(../../images/http.gif) no-repeat left 3px ;}
.hyperlien a { border-bottom: none;}
.ps, .notes { margin-bottom: 2em; line-height: 1.40em; }
.notes { clear: both; font-size: 0.90em; }

abbr.published { border: 0; }

/* Portfolio */
#documents_portfolio { clear: both; margin:0; text-align: left; }
#documents_portfolio .spip_logos { border:none;}
#documents_portfolio a.on .spip_logos {}
#documents_portfolio a:focus .spip_logos,
#documents_portfolio a:hover .spip_logos,
#documents_portfolio a:active .spip_logos {}

a.zonedoc {
	display: block;
	float: left;
	width: 170px; height: 100px;
	border: 5px solid #CCC;
	background: #60a7ed url(../../images/zonedoc.jpg) repeat-x top;
	text-align: center;
	margin: 20px 5px;
	position: relative;
}
a:hover.zonedoc {
	border: 5px solid #555;
}
a.zonedoc img.spip_logos {
	margin: auto auto;
	padding: 10px 0;
}

/* //////////////////////// DOCUMENTS /////////////////////////*/

div#documents_portfolio div.highslide-gallery a {
	float: left;
	margin: 5px ;
}
div#documents_portfolio div.highslide-gallery .highslide-caption {
	display: none;
}
span.titredoc {
	display: block;
	background: #FFF;
	width: 175px;
	padding: 2px 0 2px 5px;
	text-align: center;
}
span.titredoc2 {
	display: block;
	background: #CCC;
	width: 175px;
	margin-left: -5px;
	padding: 2px 0 2px 5px;
	text-align: left;
}
a:hover span.titredoc2 {
	background: #555;
	color: white;
}

.ombre_droite {
	border: 1px solid silver;
	padding: 2px;
}
.ombre_gauche {
	background: white;
	padding: 2px;
}
.illustrations {
	margin:5px;
}
.documents {
	margin:5px;
	color: #555;
	width: 31%;
	float: left;
}
.documentsRub {
	border-top: 5px solid #BBB;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	margin-right: 5px;
	width: 33%;
	float: left;
}
.logoDocRub {
	text-align: center;
	vertical-align: top;
	float: left;
	margin-right: 10px;
	width: 55px;
}
.logoDocRub a {
	display: block;
	padding: 1px;
}
.logoDocRub a:hover {
	background: #DDD;
}
.blocdoc {
	margin-bottom: 15px;
}
.nomDocRub {
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #DDD;
	padding-left: 3px;
	float: right;
	width: 70%;
}
.nomDocBloc{
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #DDD;
	padding-left: 3px;
	width: 100px;
	margin-bottom: 20px;
}
div.nomDocRub p {
	padding: 0;	margin: 0;
}
div.extras {
	clear: both;
}


.spip_documents {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
	margin-bottom:15px;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	width: auto;
}
.spip_documents_center {
	clear: both;
	width: 100%;
}
.spip_documents_left { 
	margin-right: 20px;
}
.spip_documents_right { 
	margin-left: 20px;
}

.spip_doc_titre {
	font-size: 9px;
	font-weight: bold; 
	margin-left: auto;
	margin-right: auto;
}
.spip_doc_descriptif {
	font-size: 9px;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
}

.spip_doc_credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
}

.spip_puce {
	list-style-position: inside;
}
div.spip_documents a img {
	border: 1px solid #CCC;
}
div.spip_documents a:hover img {
	border: 1px solid #999;
}

div.formulaire_contact { margin-top: 20px; background: #efe6d1 url(../../images/fond_contact.jpg) repeat-x bottom; padding: 5px;}
div.formulaire_contact input.text, div.formulaire_contact input.submit {
	background: white url(../../images/input.jpg) repeat-x bottom;
	border: 1px solid #BBB  !important;
	width: 220px !important;
	height: 21px;
	padding: 0 2px;
	margin-bottom: 10px;
	color: #666;
}
div.formulaire_contact input:hover.text {
	border: 1px solid #777  !important;
}
textarea {
	background: white url(../../images/textarea.jpg) repeat-x bottom;
	border: 1px solid #BBB  !important;
}
span.defaut {
	width: 90px; height: 50px; background: gray; display: block; float: left;
}


/* ------------------------------------------
/* Menu Transversal
/* ------------------------------------------ */

/*///////MENU ////////*/
ul.menu_accueil {
	height: 35px;
	position: absolute;
	top: 135px;
	text-align: center !important;
	margin: 0; padding: 0;
	border-top:1px solid black;
	background: transparent url(../../images/menu.png) right repeat;
}

ul.menu_accueil ul  {
	display:none;
}
ul.menu_accueil li, ul.menu_accueil li.menu-entree a:hover li{
	display:inline;
	margin: 0; 
}

ul.menu_accueil li.menu_entree a {
	color: #DDD;
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	display: block;
	float: left;
	padding: 9px 9px;
	background: transparent url(../../images/menu.gif) right repeat-y;
	min-width: 100px
}

#MENU li.menu-entree a:hover, ul.menu_accueil li.menu_entree a:hover {
	color: #FFF !important;
	background-color:#4e5c65;
}


/*///////SOUS MENUS  ////////*/

.ssmenu_survol img {
	margin: 5 px;
}

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

.ssmenu_survol ul li{
	margin-bottom: 5px !important;
	clear:both;
}
.ssmenu_survol ul li a {
	border-left: 5px solid #88BB00;
	margin-left: 5px;
	padding: 0 0 0 10px;
	text-transform: uppercase;
	font-family: 'Arial narrow',Verdana,Geneva,Arial,Helvetica,sans-serif ;
	font-size: 130%;
}
.ssmenu_survol ul li a:hover {
	border-left: 5px solid #0081C3;
}
.ssmenu_survol ul li a img, .ssmenu_survol ul li a span.defaut {
	border: 1px solid #AAA;
}
.ssmenu_survol ul li a:hover img, .ssmenu_survol ul li a:hover span.defaut {
	border: 1px solid #555;
}


#SSMENU1, #SSMENU2, #SSMENU3, #SSMENU4, #SSMENU5, #SSMENU6, #SSMENU7 {
	width: 360px;
	background: #eee;
	border: 1px solid #b4b4b4;
	border-top:none;
	position: absolute;
	top: 171px;
	padding: 5px;
}

#SSMENU2 {
	left: 141px;
}

#SSMENU3 {
	left: 259px;
}
#SSMENU4 {
	left: 440px;
}
#SSMENU5 {
	left:560px;
}
#SSMENU6 {
	left:633px;
}
#SSMENU7 {
	left:633px;
}




/* ------------------------------------------
/* Sous-navigation et autres menus
/* ------------------------------------------ */


/* Habillage general des menus de navigation */
.menu { clear: both; margin-bottom: 2em; text-align: left; }
.menu p { margin: 0.20em 0; padding: 0.20em 0.10em; }
.menu ul { margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #DDD; }
.menu ul li { margin: 0.20em 0; padding: 0.20em; border-top: 1px solid #DDD; }
.menu ul li ul { margin-left: 1em; border: 0; }
.menu ul li li { padding: 0; border: 0; }

/* Pagination */
.pagination { clear: both; text-align: right; font-size: 0.90em; color: #666; }
.pagination .on { font-weight: bold; color: #666; }

/* Rubriques */
.rubriques ul { border: 0; }
.rubriques ul li { background: #EEE; border: 0; }

.formulaire_recherche { margin-bottom: 2em; } /*Cf.: spip_formulaires.css*/

/* Listes d'articles et extraits introductifs */
.articles ul li { clear: both; padding: 0.40em 0.20em; }
.articles ul li h3 { margin: 0.30em 0; }
.articles .spip_logos { float: left; clear: right; margin: 0 4px 4px 0; }
.articles ul li .enclosures { float: right; text-align: right; max-width: 60%; margin: 0; }
.articles ul li .introduction { margin-top: 0.30em; line-height: 1.40em; }

/* Style de textes
---------------------------------------------- */

a {text-decoration: none; color:#222; }
a:focus,a:hover,a:active {text-decoration: none;  color:#222; }
a img, img {
	border: none;
}
a:hover, .blocsaccueil a:hover h2 { color: #000 !important;}

.grostexte {
	font-size: 13px;}
.texte{
   font-size: 11px;
}
.petittexte{
   font-size: 10px;
}
.toutpetittexte{
   font-size: 9px;
   font-style: italic;
}
.on {
	font-weight: bold;
}
.clear {
	clear: both !important;
}
.sc, sc {
	font-variant: small-caps;
}
.maj {
	text-transform: uppercase;
}
.gras {
	font-weight: bold;
}
.normal {
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
.retraitdroit {
	margin-right: 20px;
}
.retraithaut {
	margin-top: 20px;
}
.retraitgauche {
	margin-left: 20px;
}
.retraitbas {
	margin-bottom: 20px;
}
.retraitcol {
	padding: 0 5px;
}
.retraitvertical {
	padding: 10px 0 5px 0;
}
.espacevertical {
	margin: 10px 0 15px 0;
}
.centre {
	text-align: center;
}
.aligngauche {
	text-align: left !important;
}
.aligndroit {
	text-align: right !important;
}
.justify {
	text-align: justify;
}
.italique {
	font-style: italic;
}
.gauche {
	float: left;
}
.droite {
	float: right;
}
.moitie {
	width: 45%;
}
.grisclair {
	background: #EEE;
	padding: 5px;
}
.beige {
	background: #efe8d7;
	padding: 5px;
}
p {
	margin: 2px 0 15px 0;
}

.transparencePNG, img, div { behavior : url(/_template/include/css/resources/iepngfix.htc) ;}

hr {
	margin:20px 20px 20px 0;
	border: none;
	background: transparent url(../../images/hr.gif) repeat-x;
	clear: both;
}

div.erreur {
	background-color:#C6011D;
	color:#FFFFFF;
	width:780px;
}
.none { display: none;}





#conteneur { float: left; width: 750px ; overflow: hidden; margin: 0 0 30px 0;}
#conteneurplan { float: left; width: 980px !important; overflow: hidden; margin: 0;}
#conteneur740 { float: left; width: 750px ; overflow: hidden; margin: 0 0 30px 0;}

#contenu { padding-top: 0; font-size: 130% !important; }


/* ----------------------------------------------
                     ACCUEIL
---------------------------------------------- */

/* ////////// LES BLOCS /////////// */

/* Bloc Articles et ssrub */

div.bloc_article, div.bloc_ssrub {
	float:left;
	margin-bottom:20px;
	width:190px;
}

div.bloc_article4, div.bloc_ssrub4, div.bloc_article8, div.bloc_ssrub8, div.bloc_article12, div.bloc_ssrub12 {
	width:170px;
}

div.bloc_article h3, div.bloc_ssrub h3 {
	text-transform: uppercase;
	padding: 0;
	line-height: 15px;
	font-weight:normal;
	margin: 0 0 12px 0;
	font-size: 120%;
	background-color:#eee !important;
	margin:5px 20px 6px 0;
}
div.bloc_article4 h3, div.bloc_ssrub4 h3, div.bloc_article8 h3, div.bloc_ssrub8 h3, div.bloc_article12 h3, div.bloc_ssrub12 h3{
	margin-right: 0 !important;
}
div.bloc_article h3 a, div.bloc_ssrub h3 a {
	border-left:#88bb00 15px solid;
	display: block;
	padding-left: 3px;
}	
div.bloc_article h3 a:hover, div.bloc_ssrub h3 a:hover, div.bloc_navig a:hover.artnav, div.bloc_navig a.on {
	border-left-color:#0081c3 !important;
	background: #EEE;
}

div.bloc_article div.descriptif, div.bloc_ssrub div.descriptif {
	padding-right: 20px;
	text-align: justify
}
div.bloc_article4 div.descriptif, div.bloc_ssrub4 div.descriptif, div.bloc_article8 div.descriptif, div.bloc_ssrub8 div.descriptif, div.bloc_article12 div.descriptif, div.bloc_ssrub12 div.descriptif {
	padding-right: 0;
}

div.bloc_article img,  div.bloc_ssrub img{
	background-color:#eee !important;
	border: 1px solid #FFF;
}	
div.bloc_article a:hover img,  div.bloc_ssrub a:hover img{
	border: 1px solid #0081c3;
}	

/*  Bloc NAVIG Article ////////////*/
div.bloc_navig {
	margin: 0 0 50px 0;
}
div.bloc_navig a.rubon {
	border-left:#0081C3 5px solid;
	display: block;
	padding-left: 3px;
	text-transform: uppercase;
	font-family: 'Arial narrow',Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 130%;
	background: transparent url(../../images/menu.png) repeat;
	margin:0px 0 20px 0;
	line-height: 15px;
	min-height: 20px;
	font-weight: bold;
	color: #FFF;
}

div.bloc_navig a.artnav {
	display: block;
	border-left:#636363 5px solid;
	display: block;
	padding-left: 3px;
	text-transform: uppercase;
	font-family: 'Arial narrow',Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 130%;
	margin: 5px 0;
}




 /*//////////////////////////*/


div.chapo_rubrique h1, div.chapo_article h1 {
	color:#fff;
	font-size: 18px;
	border-left: #4e5c65 18px solid;
	font-weight: normal;
	font-family: 'Arial narrow',Verdana,Geneva,Arial,Helvetica,sans-serif ;
	text-transform: uppercase;
	padding: 0 !important;
	line-height: 18px;
	background: #0081c3;
	margin-left: 380px;
}

div.chapo_rubrique h3, div.chapo_article h3 {
	font-weight:normal;
	margin: 5px 0 12px 0;
	font-size: 130%;
}

div.bloc_lam_texte, div.bloc_lam_titre {
	padding-right:5px;
	margin: 0px 0px 0 0;
	float:left;
}

div.bloc_lam_titre {
	width:100px;
	font-size: 16px;
	text-align: right;
	text-transform: uppercase;
}
div.bloc_lam_titre a{
	color:#828378;
	display: block;
	padding-top: 35px;
	height:30px;
	color: #828378;
	background: white url(../../images/lam_titre.gif) left top no-repeat;
}
div.bloc_lam_titre a:hover {
	color:#50514a !important;
	background: white url(../../images/lam_titre2.gif) left top no-repeat;
}

div.bloc_lam_texte {
	width:750px;
	font-size: 17px;
	text-align: justify;
	height:50px;
	padding-top: 30px;
	color:#5f5f5f;
}

/* Blocs Focus */
div.bloc_focus {
	margin: 5px 10px 5px 0;
	text-align: right;
	vertical-align: bottom;
	float:left;
}

div.bloc_focus h2 a {
	display: block;
	color:#0071ab;
	font-size:23px;
	letter-spacing: 0.08em;
	line-height: 30px;
	width:230px;
	padding-right:10px;
	height:114px;
	padding-top: 80px;
	text-transform: uppercase;
	background-color: #D6D7C5;
}
div.bloc_focus h2 a:hover {
	background-color: #EEEFE0;
	color: white !important;
}

span.sstitre_focus{
    color: #5F5F5F;
    font-size: 17px;
	width:220px;
	padding:0 10px;
	text-transform: none;
	letter-spacing: normal;
	line-height: normal;
	text-align:right;
	display: block;
}

a:hover span.sstitre_focus {
	color:  white !important;
}



/*/// IMAGES BLOCS + SURVOL /////////////////////// */
div.bloc_focus1 h2 a {
	background: #D6D7C5 url(../../images/focus_equipes.jpg) 0px top no-repeat;
}

div.bloc_focus2 h2 a {
	background: #D6D7C5 url(../../images/focus_espace.jpg) 0px top no-repeat;
}

div.bloc_focus3 h2 a {
	background: #D6D7C5 url(../../images/focus_services.jpg) 0px top no-repeat;
}

div.bloc_focus4 h2 a {
	background: #D6D7C5 url(../../images/focus_cesam.jpg) 0px top no-repeat;
}

div.bloc_focus5 h2 a {
	background: #D6D7C5 url(../../images/focus_projets.jpg) 0px top no-repeat;
}

div.bloc_focus6 h2 a {
	background: #D6D7C5 url(../../images/focus_enseign.jpg) 0px top no-repeat;
}


/* Blocs Actus */
div.bloc_actus_fr, div.bloc_actus_en{
	width:300px;
	height:270px;
	background:#FFF url(../../images/actualites.gif) top left no-repeat;
	padding-top: 29px;
	float: right;
	margin-top: 10px;
}
div.bloc_actus_en {
	background:#FFF url(../../images/actualites_en.gif) top left no-repeat;
}

div.bloc_actus_fr img, div.bloc_actus_en img{
	margin-right: 10px;
}
div.bloc_actus_fr h3 a, div.bloc_actus_en h3 a {
	font-size:12px;
	letter-spacing: 0.025em;
	margin:10px 5px 0 5px ;
	background: #FFF url(../../images/fleche.gif) 48px center no-repeat;
	display: block;
	height: 50px;
}
div.bloc_actus_fr h3 a:hover, div.bloc_actus_en h3 a:hover {
	background: transparent url(../../images/fleche.gif) 50px left no-repeat;
}


/*//// lien .plus "Toutes les actualites"....     */
div.bloc_agenda_fr a.plus, div.bloc_actus_fr a.plus, div.bloc_agenda_en a.plus, div.bloc_actus_en a.plus {
	display: block;
	float: right;
	margin: 10px 10px 0 0;
	background: transparent url(../../images/flecheG.gif) 0px center no-repeat;
	padding-left: 40px;
	color: #444 !important;
	text-transform: uppercase;
	font-size: 11px;
}
div.bloc_agenda_fr a:hover.plus, div.bloc_actus_fr a:hover.plus, div.bloc_agenda_en a:hover.plus, div.bloc_actus_en a:hover.plus {
	background: transparent url(../../images/flecheG.gif) 2px center no-repeat;
	color: #1d1d1d !important;
}


/* Blocs Agenda */
div.bloc_agenda_fr, div.bloc_agenda_en {
	width:270px;
	float: right;
	margin-top: 30px;
	font-size:11px;
	background:white url(../../images/agendatitre.gif) top left no-repeat;
	padding-top: 29px;
}
div.bloc_agenda_en {
	background:white url(../../images/agendatitre_en.gif) top left no-repeat;
}

div.bloc_agenda_fr a, div.bloc_agenda_en a {
	color: #4A4B45;
	font-size:11px;
	letter-spacing: 0.025em;
}


div.bloc_evenement {
	margin: 8px 0;
}
span.bloc_date_jour,span.bloc_date_mois{
	display: block;
	font-weight: bold;
	font-size: 14px;
	width: 44px;
	height: 20px;
	text-align: center;
	text-transform: uppercase;
}
span.bloc_date_jour {
	font-size: 20px;
	color: #88bb00;
}
span.bloc_date_mois {
	font-weight: normal;
}
span.bloc_date_titre {
	display: block;
	font-weight: bold;
	width: 170px;
	float: right;
	line-height: 12px;
}
div.bloc_evenement a {
	background: #FFF url(../../images/agenda.gif) left top no-repeat;
	display: block;
}
div.bloc_evenement a:hover { 
	background: #FFF url(../../images/agenda.gif) 2px top no-repeat;
}

div.bloc_evenement a:hover span.bloc_date_jour { color: #ff6600; }
div.bloc_evenement a:hover span.bloc_date_mois { color: #9c2804; }






/* ----------------------------------------------
 RUBRIQUES
---------------------------------------------- */

/* Entete Rubrique */
div.logorub {
	width: 350px;
	height: 200px;
	border: 5px solid #dadcca;
	background: #6e828f url(../../images/logorub.jpg) no-repeat top;
	margin: 0 20px 10px 0;
	float: left;
}
div.logossrub {
	width: 170px;
	height: 100px;
	float: left;
	border: 5px solid #dddedd;
}
div.chapo_rubrique, div.chapo_article {
	margin-right:20px;
	font-size: 110%;
	text-align: justify;
}
div.corps_article {
	margin:0 20px 20px 0;
	font-size: 110%;
}

div.chapo_rubrique h1, div.chapo_article h1 {
	margin-bottom:20px;
}

div.chapo_rubrique h1 a, div.chapo_article h1 a {
	color:#5a5a5a;
}

div.chapo_rubrique img, div.chapo_article img {
	margin-right:20px;
}
div.chapo_article div.descriptif, div.chapo_rubrique div.descriptif{ font-weight: bold; font-size: 110%;}







/*//////////////// RECHERCHE et ACTUS ////////////////*/

div.cartouche form label {
	display: none;
}
form#tri {
	float: left;
	font-size: 13px;
	line-height: 13px;
}
.voirep {
	line-height: 20px;
}
a.logobloctiers {
	margin: 0 20px 10px 0;
	float: left;
	background: url(../../images/logorub.jpg) center no-repeat;
	width: 150px; height: 100px;
}


div.liste_articles h3 a, div.liste_rubriques h3 a {
	border-left:5px solid #88bb00;
	padding-left: 5px;
}
div.liste_articles h3 a:hover, div.liste_rubriques h3 a:hover {
	border-left:5px solid #0081c3;
	background: #EEE;
}
div.liste_articles a.logobloctiers, div.liste_rubriques a.logobloctiers {
	border:1px solid white;
}
div.liste_articles a:hover.logobloctiers, div.liste_rubriques a:hover.logobloctiers {
	border:1px solid #636363;
}

div.liste_articles h3, div.liste_rubriques h3 {
	font-size:130%;
	font-weight:normal;
	line-height:15px;
	margin:0 0 12px;
	padding:0;
	text-transform:uppercase;
}
#AIDE {
	float: right;
	margin-right: 20px;
}



/*//////////////// PLAN DU SITE ////////////////*/
div.zonerub {
	float: left;
	width: 170px;
	margin-right: 20px;
	font-size: 110%;
}

body.page_plan h3 a {
	font-family: 'Arial narrow',Verdana,Geneva,Arial,Helvetica,sans-serif ;
	font-size: 100%;
	text-transform: uppercase;
	color: #616161;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	display: block;
	clear: both;
}
body.page_plan div#contenu ul {
	list-style: none;
	margin: 0; padding: 0;
}

body.page_plan div#contenu li.rub {
	margin: 0 0 0 10px;
}

body.page_plan div#contenu li li a img {     /* pour les img de ss rubs */
	display: none;
}
body.page_plan div#contenu li.rub a.rubtitre {
	border-left : 4px solid #88bb00;
	padding-left: 5px;
	display: block;
	margin: 20px 0 5px 0;
	background: #EEE;
}
body.page_plan div#contenu li.rub a:hover.rubtitre {
	border-left : 4px solid #0081c3;
	background: #777;
	color: white !important;
}
body.page_plan div#contenu li.art a.arttitre, body.page_plan div#contenu a.arttitre {
	border-left : 4px solid #BBB;
	padding-left: 5px;
	display: block;
	margin-bottom: 2px;
}
body.page_plan div#contenu li.art a:hover.arttitre, body.page_plan div#contenu a:hover.arttitre {
	border-left : 4px solid #0081c3;
}


/*//////////////////////////  AGENDA  /////////////////////////////*/

.titrecentre {
	background: #FFF url(../../images/agenda.gif) left no-repeat;
	padding: 0 0 0 65px;
	line-height: 39px;
	font-size: 25px;
	color: #88bb00;
	text-transform: uppercase;
}
.sansfond {
	background: none;
	padding: 0;
}
.titrecentre .grostexte{
	background: transparent url(../../images/flecheG.gif) 0px center no-repeat;
	padding-left: 40px;
	color: #444 !important;
	text-transform: uppercase;
	margin-left: 50px;
}
.events {
	border-bottom: 1px solid #DDD;
}

.events img.spip_logos {
	padding:0 10px 10px 0;
}


/*///////////////////////////////////////////////////////////////////*/
/*////////////////////////// HIGHSLIDE /////////////////////////////*/
/**
* @file: highslide.css 
* @version: 4.1.8
*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(../js/graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(../js/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../js/graphics/close.png);
	/* NOTE! For IE6, you also need to upacrus the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px solid silver;
	background: #ededed;
	margin: 2px;
	line-height: 0;
	overflow: hidden;
}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(../js/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../js/graphics/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.highslide-controls a {
	background-image: url(../js/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(../js/graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 5;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(../js/graphics/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	width: 90%;
	margin: 1px 0 1px 5px;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(../js/graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(../js/graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(../js/graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(../js/graphics/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(../js/graphics/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(../js/graphics/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(../js/graphics/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(../js/graphics/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical-overlay {
	overflow: hidden !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(../js/graphics/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(../js/graphics/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
	max-width: 60px;
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}


/* Habillage des forums
---------------------------------------------- */
.repondre { clear: both; margin-top: 2.50em; margin-right: 1em; text-align: right; font-weight: bold; }

/* Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0; }
ul.forum, ul.forum ul { list-style: none; }
.forum-fil { margin-top: 1.50em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; color: #333; }
.forum-texte { margin: 0; padding: 0.50em 1em; color: #333; }
.forum-texte .hyperlien {}
.forum-texte .repondre { margin: 0; padding: 0.10em 0; text-align: right; }

/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message { border: 1px solid #666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message { border: 1px solid #A4A4A4; }
ul ul ul .forum-message { border: 1px solid #B8B8B8; }
ul ul ul ul .forum-message { border: 1px solid #CCC; }
ul ul ul ul ul .forum-message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .forum-message { border: 1px dotted #E0E0E0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: 0; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; background: #C4E0E0; }
ul ul .forum-chapo { background: #D4E8E8; }
ul ul ul .forum-chapo { background: #E4F0F0; }
ul ul ul ul .forum-chapo { background: #F4F8F8; border-bottom: 1px dotted #E0E0E0; }
ul ul ul ul ul .forum-chapo { background: #FFF; }


/* Habillage des petitions
---------------------------------------------- */
#signatures { clear: both; margin: 0 0 2em 0; padding: 0; background: none; }
#signatures table { width: 100%; margin: 1em 0 0 0; }
#signatures thead { text-align: center; color: #555; }
#signatures td { padding: 0.50em; border: 2px solid #FEFEFE; vertical-align: top; }
#signatures td.signature-actus { background: #E4F0F0; text-align: center; white-space: nowrap; }
#signatures td.signature-nom { background: #ECF4F4; text-align: center; }
#signatures td.signature-nom small { display: block; }
#signatures td.signature-message { background: #F4F8F8; }
#signatures .formulaire_recherche { margin: 1em 0; text-align: right; } /*Cf.: spip_formulaires.css*/
#signatures .formulaire_recherche input.text { width: 10em; text-align: left; } /*Cf.: spip_formulaires.css*/

