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

/*  Ne pas afficher : les CSS pour mobile (display: none; )
---------------------------------------------- */
page-mobile, #entete-mobile, #conteneur-mobile, #contenu-mobile, #ticket, #page-mobile .site-descript, #navigation-mobile, #extra-mobile, #pied-mobile, #lign-som, #group, #ticket, #grouplist, #pagin, #pub-google-mobile, #pub-google-mobile2, #entete-image-tablet{ display: none; }
.nav-tete .listwhite boutonwhite{ display: none; }



/* ------------------------------------------
/* Typographie generale (style transversaux)
/* ------------------------------------------ */
html { font-size: 100%; } /* Cf.: http://pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/ */
body { font-size: 0.8125em; font-family: "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif; color: #333; }

/* Titraille / Intertitres */
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; font-weight: normal; font-size: 1em; font-family: Georgia, Times, serif; }
h1 { font-size: 1.80em; color: #000;}
h2 { font-size: 1.60em;}
h2, h2 a, h2 a:focus, h2 a:hover, h2 a:active { color: #003; }
h3 { font-size: 1.20em; font-weight: bold; }
h3.spip {} /* Cf.: spip_style.css */
hr.spip {} /* Cf.: spip_style.css */

/* 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; }

/* Disposition */
.center {text-align:center; vertical-align:middle;}

.right {text-align:right; vertical-align:middle; margin:0 20px 10px 0px}



/* Listes */
ul.spip {} /* Cf.: spip_style.css */
ol.spip {} /* Cf.: spip_style.css */
dl {}
dt {}
dd {}

/* Citations, code et poesie */
cite {}
q {}
blockquote {}
blockquote.spip {} /* Cf.: spip_style.css */
blockquote.spip_poesie {} /* Cf.: spip_style.css */
.spip_code {} /* Cf.: spip_style.css */
.spip_cadre {} /* Cf.: spip_style.css */
address {}

/* Tableaux */
table.spip {} /* Cf.: spip_style.css */

/* Logos, documents et images */
img { margin: 0; padding: 2px; border: 1px solid #333;}
.spip_logos {border:0;} /* Cf.: spip_style.css */
.spip_documents {} /* Cf.: spip_style.css */
.spip_documents_center {} /* Cf.: spip_style.css */
.spip_documents_left {} /* Cf.: spip_style.css */
.spip_documents_right {} /* Cf.: spip_style.css */
.spip_doc_titre {} /* Cf.: spip_style.css */
.spip_doc_descriptif {} /* Cf.: spip_style.css */


/* navigation menu */
	#nav-men {
		background:#ddd url(http://static.flowplayer.org/img/global/gradient/h300_reverse.png);
		border-bottom:1px solid #CCCCCC;
		height:116px;	
		width:980px;
	}
	
	#nav-men ul {	
		width:980px;
		margin:0 auto;	
	}
	
	#nav-men li {	
		border-right:1px solid #ddd;
		float:left;
		padding-left:1px;
		width:185px;
		list-style-type:none;
		text-align:center;
		margin-top:0px;
	}
	
	#nav-men a {
		color:#333333;
		display:block;
		padding:7px;
		position:relative;
		word-spacing:-2px;
		font-size:11px;		
		height:105px;
		text-decoration:none;
	}	
	
	#nav-men a.current {
		background:url(http://static.flowplayer.org/tools/img/tabs/down_large.jpg);	
	}
	
	#nav-men img {
		background-color:#fff;
		border:1px solid #ccc;
		margin:3px 0 5px 27px;
		padding:4px;		
		display:block;
	}
	
	#nav-men strong {
		display:block;		
		font-size:13px;
	}
	
	/* panes menu*/
	#panes {
		background-color: #F7F7F7;
		border-color:#ccc;
		border-style:solid;
		border-width:1px 1px 0;
		width:978px;	
		height:210px;
		margin-bottom:-20px;
		padding-bottom:20px;
		
		/* must be relative so the individual panes can be absolutely positioned */
		position:relative;
	}
	
	/* crossfading effect needs absolute positioning from the elements */
	#panes div {
		display:none;		
		position:absolute;
		top:20px;
		left:20px;
		font-size:13px;
		color:#444;	
		width:808px; 
	}
	
	#panes img {
		float:left;
		margin-right:20px;		
	}
	
	#panes p.more {
		color:#000;
		font-weight:bold;
		font-size:13px;
	}
	
	#panes h3 {
		margin:0 0 -5px 0;
		font-size:22px;
		font-weight:normal;
	}
	
	.overlay {
		display:none;
		width:800px;
		padding:20px;
		background-color:#ddd;
	}


/** ScrollToTop **/
#scrollToTop a{
position: absolute;
right: 0px;
bottom: 0px;
background-color: rgb(255,255,255); /** rgba fallback**/
background-color: rgba(255,255,255, 0.7);
padding: 7px 10px;
border: 1px solid #000;
z-index: 30; 
}

html>body #scrollToTop a{
position: fixed;
right: 0px;
bottom: 0px;
background-color: rgb(255,255,255); /** rgba fallback**/
background-color: rgba(255,255,255, 0.7);
padding: 7px 10px;
border: 1px solid #000;
z-index: 30; 
}

#scrollToTop a:hover{
box-shadow: 0px 0px 5px #222;
-moz-box-shadow: 0px 0px 5px #222;
-webkit-box-shadow: 0px 0px 5px #222;
text-decoration: none !important;
z-index: 30; 
}

/* entete top */
#entete-top{position:absolute; top:0px; width:100%; overflow: hidden; height:auto;}

/* ------------------------------------------
/* Disposition a l'ecran des blocs principaux
/* ------------------------------------------ */
body { background-color: #F7F7F7; margin: 0; padding: 0; text-align: center; }

#entete-bloc{width: 100%; position:absolute; top:0px; height: auto; overflow: hidden; z-index: 2; }

html>body #entete-bloc{width: 100%; position:fixed; top:0px; height: auto; overflow: hidden; z-index: 2; }

#entete { width: 100%; padding-top: 0.5em; margin-top: 0em; margin-bottom: 1em; margin-left:auto; margin-right:auto; border-bottom: 4px solid #333; background: #FFF; overflow: hidden; text-align:center;}
#entete a.accueil { display: block; width: 43%; }
#entete a.accueil img.spip_logos { vertical-align: bottom; line-height: 1em; }
#entete a.accueil #nom_site_spip { vertical-align: bottom; font-size: 2.2em; font-family: Georgia, Times, serif; font-weight: normal; }
#entete .ont-the-web-left { float:left; display: block; margin-right: 1em; } /*Cf.: spip_formulaires.css*/
#entete .ont-the-web-center { display: block; margin-right: 1em; } /*Cf.: spip_formulaires.css*/
#entete .ont-the-web-center h1 {font-size: 3em; font-weight:normal;}
#entete .ont-the-web-center h2 {font-size: 2em; font-weight:bold;}
#entete .ont-the-web-right { float:right; display: block; margin-right: 1em; }

#entete-menu {border-bottom: 4px solid #333; clear: both; margin-top: 0em; clear: both; color: #333; margin-bottom: 0em; font-size: 1.1em; background:#F7F7F7 ; padding:; display:block; font-family: Georgia, Times, serif; width:100%; text-align: center;}
#entete-menu, #entete-menu a { color: #333; font-weight: bold; background: ; font-size: 1.1em;  font-family: Georgia, Times, serif;}
#entete-menu, #entete-menu a:hover { color: #333; font-weight: bold; background: ; font-size: 1.1em;  font-family: Georgia, Times, serif;}
#entete-menu-tableau{margin:0 auto; width:980px;}
#entete-menu-cell{width:750px; text-align:right;}
#entete-menu-cell-social{text-align:right;}

#page {width:100%; overflow: hidden; position:absolute; top:68px; z-index: 1;}

#entete-pub { width: 72em; margin-top: 0; padding: 2px 0px 2px 0px; border-bottom: 2px solid #DDD; border-top: 2px solid #DDD; background: #DDD;}
#entete-pub a.accueil { display: block; font-weight: bold; }
#entete-pub .formulaire_menu_lang-pub { display: block;  } /*Cf.: spip_formulaires.css*/
#entete-pub .formulaire_menu_lang-pub h1 {font-size: 3em; font-weight:normal;}
#entete-pub .formulaire_menu_lang-pub h2 {font-size: 2em; font-weight:bold;}

#pub-entete {width:100%; background-color: #4C4C4C; margin: 0; padding: 0; text-align: center; }

#entete-image {width:467px; float:left; margin-top: 0; padding-top: 1.0em; padding-bottom: 1.0em; padding-left: 1px; padding-right: 1px; background: #F7F7F7; ; text-align:center; border-bottom: 4px solid #333; border-top: 1px solid #333;}
#entete-image img { padding: 1px; border:}

#conteneur { width: 980px; margin: 10px auto; height: auto; overflow: hidden; text-align: left; background-color:#FFFFFF; background-image: url(/images/background-container.gif); background-repeat: repeat-y; padding: 1em 0 0 0; border-left: 1px solid #333; border-right: 1px solid #333; border-bottom: 2px solid #333; border-top: 2px solid #333;}
#contenu-journal{float: left; width: 506px; border-left: 0px solid #333; border-right: 0px solid #333; height: auto; overflow: hidden; background:#F7F7F7; border-top: 1px solid #333;}
#contenu {background: #FFF; padding-top: 0.30em; float: left; width: 500px;  padding: 3px; background:#F7F7F7;}
#contenu-une { float: left; width: 402px; }

#navigation { float: left; width: 222px; margin-top: 1em; overflow: hidden; padding:3px; margin-bottom:1.0em; margin-left: 5px; background:#F7F7F7;}
#extra { float: right; clear: right; width: 222px; margin-top: 1em; overflow: hidden; background: ;  margin-bottom:1.0em; margin-right:5px;}
#extra-menu {border-left: 1px solid #333; border-right: 1px solid #333; border-bottom: 2px solid #333; border-top: 2px solid #333; padding:2px; }
#pied { clear: both; width: 100%; padding: 0.40em; border-top: 4px solid #333; background: #FFF; text-align: center; font-size: 0.90em; }
#pied img { vertical-align: middle; }

/* 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%; }

/* Bouton Twitter */
.tweetlink {background: transparent url(./images/logo-twitter-a.png) no-repeat 0 50%;padding-left:20px;}


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

#hierarchie { clear: both; color: #FFF; margin-bottom: 2em; font-size: 1.1em; background: #333; padding: 0.20em; display:block; font-family: Georgia, Times, serif; width:100%;}
#hierarchie, #hierarchie a { color: #FFF; font-weight: bold; background: #333; font-size: 1.1em;  font-family: Georgia, Times, serif;}
#hierarchie, #hierarchie a:hover { color: #FFF; font-weight: bold; background: #333; font-size: 1.1em;  font-family: Georgia, Times, serif;}

#hierarchie-menu { clear: both; color: #FFF; margin-bottom: 0em; font-size: 1.1em; background: #333; padding: 0.20em; display:block; font-family: Georgia, Times, serif; width:100%;}
#hierarchie-menu, #hierarchie-menu a { color: #FFF; font-weight: bold; background: #333; font-size: 1.1em;  font-family: Georgia, Times, serif;}
#hierarchie-menu, #hierarchie-menu a:hover { color: #FFF; font-weight: bold; background: #333; font-size: 1.1em;  font-family: Georgia, Times, serif;}

.contenu-principal{background: #FFF; padding: 0.20em;}
.cartouche { margin-bottom: 2em; }
.cartouche .spip_logos { float: right; margin-left: 16px; margin-bottom: 4px; max-width:150px; }
.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; }

.chapo { margin-bottom: 1.50em; line-height: 1.40em; font-weight: bold; color: #000; }
.chapo2 { margin-bottom: 1.50em; line-height: 1.40em; font-weight: bold; color: #000; }

.texte { line-height: 1.60em; font-size: 1.0em;}
.texte img {max-width:600px; height:auto; background: #FFF;}
.hyperlien { display: block; background: #EEE; padding: 0.50em 1em; font-weight: bold; color: #8B6F92; }
.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: 2em auto; text-align: center; }
#documents_portfolio .spip_logos { margin: 6px 3px 0 3px; border: 4px solid #DDD; }
#documents_portfolio a.on .spip_logos { border-color: #F57900; }
#documents_portfolio a:focus .spip_logos,
#documents_portfolio a:hover .spip_logos,
#documents_portfolio a:active .spip_logos { border-color: #8B6F92; }


/* 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-date { 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*/


/* ------------------------------------------
/* 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; }

/* Habillage general des menus de navigation2 */
.menu2 { clear: both; margin-bottom: 2em; text-align: left;  padding: 0em; background: #FFFFFF; padding: 0.20em; border-left: 1px solid #DDDDDD; border-right: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD; border-top: 0px solid #DDDDDD;}
.menu2 p { margin: 0.20em 0; padding: 0.20em 0.10em; }
.menu2 ul { margin: 0; padding: 0; list-style: none; }
.menu2 ul li { margin: 0.30em 0; padding: 0.20em;  }
.menu2 ul li ul { margin-left: 1em; border: 0; }
.menu2 ul li li { padding: 0; border: 0; }
.menu2 h2 { font-size: 1.40em; font-weight: normal; color: #FFF; background: rgb(152,6,0); padding: 0.20em;}
.menu2 h2 a { font-size: 1.40em; font-weight: normal; color: #FFF; background: rgb(152,6,0); }
.menu2 h2 a:hover { font-size: 1.40em; font-weight: normal; color: #FFF; text-decoration: underline; background: rgb(152,6,0); }
.menu2 h3 { font-size: 1.2em; font-weight: normal; color: #FFF; background: rgb(152,6,0); }




/* Habillage general des menus de navigation3 */
.menu3 { clear: both; margin-top: 0em; text-align: left;  padding: 0em; background: #F7F7F7; padding: 0.20em; margin-bottom: 2em; border-left: 1px solid #DDDDDD; border-right: 1px solid #DDDDDD); border-bottom: 1px solid #DDDDDD; border-top: 0px solid #DDDDDD;}
.menu3 p { margin: 0.20em 0; padding: 0.20em 0.10em; }
.menu3 ul { margin: 0; padding: 0; list-style: none; }
.menu3 ul li { margin: 0.30em 0; padding: 0.20em;  }
.menu3 ul li ul { margin-left: 1em; border: 0; }
.menu3 ul li li { padding: 0; border: 0; }
.menu3 h2 { font-size: 1.40em; font-weight: normal; color: #FFF; background: #333; padding: 0.20em;}
.menu3 h2 a { font-size: 1.40em; font-weight: normal; color: #FFF; background: #333; }
.menu3 h2 a:hover { font-size: 1.40em; font-weight: normal; color: #FFF; text-decoration: underline; background: #333; }
.menu3 h3 { font-size: 1.2em; font-weight: normal; color: #FFF; background: #333; }

/* Habillage general des menus de navigation31 */
.menu31 { clear: both; margin-top: 2em; text-align: left;  padding: 0em; border: 2px solid #DDD; }
.menu31 p { margin: 0.20em 0; padding: 0.20em 0.10em; }
.menu31 ul { margin: 0; padding: 0; list-style: none; }
.menu31 ul li { margin: 0.30em 0; padding: 0.20em; }
.menu31 ul li ul { margin-left: 1em; border: 0; }
.menu31 ul li li { padding: 0; border: 0; }
.menu31 h2 { font-size: 1.40em; font-weight: bold; color: #000; background: #DDD; }
.menu31 h2 a { font-size: 1.40em; font-weight: bold; color: #000; background: #DDD;  }
.menu31 h2 a:hover { font-size: 1.40em; font-weight: bold; color: #000; text-decoration: underline; background: #DDD;  }


/* Habillage general des menus de navigation4 */
.menu4 { clear: both; margin-top: 2em; text-align: left; border: 1px solid #DDD; padding: 0.1em; background: #FFF; }
.menu4 p { margin: 0.20em 0; padding: 0.20em 0.10em; }
.menu4 ul { margin: 0; padding: 0; list-style: none; }
.menu4 ul li { margin: 0.30em 0; padding: 0.20em;  }
.menu4 ul li ul { margin-left: 1em; border: 0; }
.menu4 ul li li { padding: 0; border: 0; }
.menu4 h2 { font-size: 1.40em; font-weight: normal; color: #000; background: #C4E0E0; }
.menu4 h2 a { font-size: 1.40em; font-weight: normal; color: #000; background: #C4E0E0; }
.menu4 h2 a:hover { font-size: 1.40em; font-weight: normal; color: #000; text-decoration: underline; background: #C4E0E0; }




/* 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: right; clear: right; margin: 0 0 4px 16px; }
.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; }

/* Listes video */
.video { margin: 0; padding-top: 1.0em; padding-bottom: 1.0em;border-bottom: 2px solid #DDD; border-top: 0px solid #DDD;background: #DDD;}

/* Couleurs des liens
---------------------------------------------- */
a { color: #076c8d; text-decoration: none; }
a:focus,a:hover,a:active { color: #F57900; text-decoration: underline; }


/***** [ ecrans etroits ] *****/
@media (max-width: 1000px) {
	


/*  Ne pas afficher : les CSS pour web-browser (display: none; )
---------------------------------------------- */
#extra{ display: none; }

/* ------------------------------------------ */
/*           Disposition des blocs            */
/* ------------------------------------------ */
body { background-color: #DDD; ; margin: 0; padding: 0; text-align: center; }



#page { overflow: hidden; width: 700px; margin: 0 50px 0 50px;}



#entete { background: #FFF; width: 100%; border-bottom: 2px solid #333; border-top: 2px solid #333;}
#entete h1{ font-size: 1.2em; font-weight:normal;}
#entete h2{ font-size: 1em; font-weight:bold;}


#entete a.accueil {display: block; width: 43%; }
#entete a.accueil img {max-width:300px; height:auto; }
#entete a.accueil img.spip_logos { vertical-align: bottom; line-height: 0em; }
#entete a.accueil #nom_site_spip { vertical-align: bottom; font-size: 2.2em; font-family: Georgia, Times, serif; font-weight: normal; }
#entete .formulaire_menu_lang { position: absolute; right: 0; top: 2.0em; display: block; width: 57%;} /*Cf.: spip_formulaires.css*/
#entete .formulaire_menu_lang h1 {font-size: 1.8em; font-weight:normal;}
#entete .formulaire_menu_lang h1 img{display: none;}
#entete .formulaire_menu_lang h2 {font-size: 1.6em; font-weight:bold;}

#entete-menu {border-bottom: 1px solid #333; clear: both; margin-top: 0em; clear: both; color: #333; margin-bottom: 0em; font-size: 1em; background:#F7F7F7 ; padding:; display:block; font-family: Georgia, Times, serif; width:100%; text-align: center;}
#entete-menu, #entete-menu a { color: #333; font-weight: bold; background: ; font-size: 1em;  font-family: Georgia, Times, serif;}
#entete-menu-tableau{margin:0 auto; width:100%;}
#entete-menu-cell{width:550px; text-align:right;}


#entete-image {width: 224px; float:left; overflow: hidden; margin-top: 0; padding-top: 1.0em; padding-bottom: 1.0em; padding-left: 1px; padding-right: 1px; background: #F7F7F7; ; text-align:center; border-bottom: 4px solid #333; border-top: 1px solid #333;}



#conteneur { clear: both; width: 100%; overflow: hidden; border: 1px solid #333; padding: 5px; background: #FFF;}
#contenu-journal{width: 445px;}
#contenu { background: #FFF url('img_itwx/pinstripes.png'); font-size: 0.9em; width: 100%;}
#contenu img {max-width:100%; height:auto;}

#navigation { float: left; clear: right; width: 224px; margin-top: 1em; overflow: hidden; background:#DDD ; padding:3px; margin-bottom:1.0em; }
#extra { float: left; clear: right; width: 42%; margin-top: 1em; overflow: hidden; background:#DDD ; padding:5px; margin-bottom:1.0em;}


#extra img {max-width:260px; height:auto; }

#pied { border-top: 2px solid #333; clear: both; padding: 0.40em; border-top: 4px solid #DDD; text-align: center; font-size: 0.90em; }
#pied img { vertical-align: middle; }

/* 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%; }

/* Bouton Twitter */
.tweetlink {background: transparent url(./images/logo-twitter-a.png) no-repeat 0 50%;padding-left:20px;}



}


/***** [ Mobile - low res ] *****/

@media handheld, screen and (max-width: 685px), only screen and (max-device-width: 685px), only screen and (-webkit-min-device-pixel-ratio: 2) {
	


/*  Ne pas afficher : les CSS pour web-browser (display: none; )
---------------------------------------------- */
#entete-image, #navigation, #extra, #pub-google-large, #pub-google-large2, #pub-entete, #nav, #entete-menu-cell-social, #entete-image-tablet{ display: none; }


/* ------------------------------------------ */
/*  Typographie generale (style transversaux) */
/* ------------------------------------------ */
html { font-size: 100%; } /* Cf.: http://pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/ */


/* Titraille / Intertitres */
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal; font-size: 1em; font-family: inherit; }
h1 { font-size: 1.2em; color: #000; }
h2 { font-size: 1.1em; font-weight: normal; color: #000; }
h2 a, h2 a:focus, h2 a:hover, h2 a:active { color: #003; }
h3 { border-style:none; border-width:medium; font-family: inherit; font-size: 1em; font-weight: bold; padding: 10px 20px 8px 10px;}
h3.spip {} /* Cf.: spip_style.css */
h4 { font-size: 18px; border: 1px solid #B9B9B9; padding: 0.6em;}
h4 a {}
h7 { padding:10px 10px; font-size: 1.4em; font-family: inherit;  }
h7 a:hover { text-decoration: none;}
h8 { font-size: 1.4em; color: #FFF; font-weight: bold;}
hr.spip {} /* Cf.: spip_style.css */

/* 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; }

/* Listes */
ul.spip {} /* Cf.: spip_style.css */
ol.spip {} /* Cf.: spip_style.css */
dl {}
dt {}
dd {}

/* Citations, code et poesie */
cite {}
q {}
blockquote {}
blockquote.spip {} /* Cf.: spip_style.css */
blockquote.spip_poesie {} /* Cf.: spip_style.css */
.spip_code {} /* Cf.: spip_style.css */
.spip_cadre {} /* Cf.: spip_style.css */
address {}

/* Tableaux */
table.spip {} /* Cf.: spip_style.css */

/* Logos, documents et images */
img { margin: 0; padding: 0; border: 0px none; }
.spip_logos {} /* Cf.: spip_style.css */
.spip_documents {} /* Cf.: spip_style.css */
.spip_documents_center {} /* Cf.: spip_style.css */
.spip_documents_left {} /* Cf.: spip_style.css */
.spip_documents_right {} /* Cf.: spip_style.css */
.spip_doc_titre {} /* Cf.: ;spip_style.css */
.spip_doc_descriptif {} /* Cf.: spip_style.css */


/* ------------------------------------------ */
/*           Disposition des blocs            */
/* ------------------------------------------ */
body { background-color: #DDD; ; margin: 0; padding: 0; text-align: center; }

#page { position: absolute; top: 24px; width: 80%; margin:auto; text-align: left; text-align: left; background: #FFF; padding: 1em; border-left: 1px solid #333; border-right: 1px solid #333; border-bottom: 2px solid #333; border-top: 2px solid #333;}


#entete img {max-width:200px; height:auto; }
#entete { background: #FFF; width: 100%; border-bottom: 2px solid #333; border-top: 2px solid #333; margin-top:0px;}
#entete a.accueil { display: block; width: 100%; }
#entete a.accueil img { max-width:200px; }
#entete a.accueil img.spip_logos { vertical-align: bottom; line-height: 0em; }
#entete a.accueil #nom_site_spip { vertical-align: bottom; font-size: 2.2em; font-family: Georgia, Times, serif; font-weight: normal; }
#entete .formulaire_menu_lang { position: absolute; right: 0; top: 0.90em; display: block; width: 30%; font-size: 1em; display: none;} /*Cf.: spip_formulaires.css*/
#entete .formulaire_menu_lang h1 {font-size: 0.8em; font-weight:normal;}
#entete .formulaire_menu_lang h2 {font-size: 0.6em; font-weight:bold;}

#entete-menu {border-bottom: 1px solid #333; clear: both; margin-top: 0em; clear: both; color: #333; margin-bottom: 0em; font-size: 0.9em; background:#F7F7F7 ; padding:; display:block; font-family: Georgia, Times, serif; width:100%; text-align: center;}
#entete-menu, #entete-menu a { color: #333; font-weight: bold; background: ; font-size: 0.9em;  font-family: Georgia, Times, serif;}


#entete-image { width:100%; margin-top: 0; padding-top: 1.0em; padding-bottom: 1.0em;background: #F7F7F7; overflow: hidden; height: auto; text-align:center; border-bottom: 4px solid #333; border-top: 1px solid #333;}

#hierarchie { clear: both; color: #FFF; margin-bottom: 0.8em; font-size: 0.9em; background: #FFF; padding: 0.20em;}
#hierarchie, #hierarchie a { color: #FFF; font-weight: bold;}

#conteneur { clear: both; float: left; width: 100%; overflow: hidden; height:auto; border: 0px; padding: 1px; }

#contenu { background: #FFF url('img_itwx/pinstripes.png'); font-size: 0.9em; width: 100%;}
#contenu-journal {width: 100%; height: auto; overflow: hidden; border: 0px; padding: 0px;}

#contenu img {max-width:100%; height:auto;}

#ticket { background: #FFF url('img_itwx/pinstripes.png'); margin: 0.7em;}

#page .site-descript {line-height: 1em; color: #000;}

#navigation { float: right; width: 30%; margin-top: 1em; overflow: hidden; }
#extra { float: right; clear: right; width: 30%; margin-top: 1em; overflow: hidden; }

#pied { clear: both; width: 100%; margin: 0; padding: 0.40em 0; border-top: 1px solid #8B6F92; text-align: center; font-size: 0.90em; }
#pied img { vertical-align: middle; }

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

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

.boutonfb { float:right; text-align:right; margin-right:15px; margin-left: 20px; margin-bottom: -0.6em; font-size: 13px; }

/* ------------------------------------------ */
/*          Habillage des navigations         */
/* ------------------------------------------ */



/* ------------------------------------------ */
/*       Habillage des articles et breves     */
/* ------------------------------------------ */

.cartouche { margin-bottom: 0; padding: 0.5em; }
.cartouche .spip_logos { float: right; margin-left: 0px; margin-bottom: 0.5em; max-width:50px;}
.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; font-size: 0.9em; padding: 0.5em;}
.cartouche .soustitre { margin-top: 0.50em; margin-bottom: 0.30em; }
.cartouche .traductions { font-size: 0.90em; }

.site-descript { margin-bottom: 1.50em; line-height: 0.4em; font-size: 1.2em; font-weight: bold; color: #FFF; padding: 0 0.5em 0 0.5em ; }
.site-descript a, .site-descript a:hover, .site-descript a:active { color: #FFF;}

.chapo { margin-bottom: 0; line-height: 1.20em; font-size: 1.0em; font-weight: bold; color: #333; padding: 0.5em; }
.texte { line-height: 1.20em; font-size: 1.10em; padding: 0.5em; text-align: justify;  }

.hyperlien { display: block; background: #FFF url('images/mobile/listArrow.png') no-repeat right center; border: 0px solid #354F71; margin-left: 0.7em; margin-right: 0.7em; margin-bottom: 2em; padding: 1em; font-weight: bold; color: #3F5C85; }
.hyperlien a:hover { color: #000; background: #194fdb;}
.ps, .notes { margin:1.5em; line-height: 1.40em; text-align: justify;}
.notes { clear: both; font-size: 0.90em; }

.texte embed { width: 323px; height: 220px;}
.texte object { width: 323px; height: 220px; overflow: inherit}
.texte emb { width: 300px;}

abbr.published { border: 0px none; }

/* Portfolio */
#documents_portfolio { clear: both; margin: 2em auto; text-align: center; }
#documents_portfolio .spip_logos { margin: 6px 3px 0 3px; border: 4px solid #DDD; }
#documents_portfolio a.on .spip_logos { border-color: #F57900; }
#documents_portfolio a:focus .spip_logos,
#documents_portfolio a:hover .spip_logos,
#documents_portfolio a:active .spip_logos { border-color: #8B6F92; }


/* Habillage des forums
---------------------------------------------- */
.repondre { clear: both; margin-top: 2.50em; margin-right: 1em; text-align: right; font-weight: bold; text-decoration: underline; }
.rep-mess { clear: both; margin-top: -0.2em; margin-bottom: -1.2em; margin-left: 1.5em; text-align: left; font-weight: normal; text-decoration: underline; font-size: 1.3em; }
.rep-mess a:hover {text-decoration:none}

#lignforum { width: auto; background: #fff url('img_itwx/listForum.png') no-repeat right center; border: 1px solid #B9B9B9; margin: 0.5em; padding: 0.52em; }
a #lignforum, a:visited #lignforum, a:hover #lignforum { display: block; color: #000; text-decoration: none;}
a:focus #lignforum, a[selected] #lignforum, a:active #lignforum{ 
	display: block;
    background-color: #194fdb;
    color: #FFFFFF;
	text-decoration:none }


#incforum { clear: both; width: auto; text-align: left;  margin-left: 0.5em; margin-right: 0.5em;}
#total { display:block; clear: both; float:left; width:50%; overflow: hidden; height: 46px; text-align: left; color: #000; }
#total #afficher { display:block; clear: both; float:right; width:50%; overflow: hidden; text-align: right; color: #000; margin-top: -2.5em; }
.note { margin:0.5em; }

/* Habillage des forums */
ul.forum { display: block; clear: both; margin: 0.5em; 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; }

/* Bords */
.forum-message { border: 1px solid #A4A4A4; margin: 0; padding: 0; margin-bottom: 1em; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border-left:0px none; border-right:0px none; border-top:0px none; border-bottom:1px dotted #B8B8B8; margin:0; background: #B0BCC4; padding-left:6px; padding-right:6px; padding-top:3px; padding-bottom:2px; font-size: 1em; }
ul ul .forum-chapo { background: #B9C4CA; font-size: 1em;}
ul ul ul .forum-chapo { background: #C7CFD3; font-size: 1em;}
ul ul ul ul .forum-chapo { background: #D9DEE1; font-size: 1em;}
ul ul ul ul ul .forum-chapo { background: #F8F9FA; font-size: 1em;}
ul ul ul ul ul ul .forum-chapo { background: #FFF; font-size: 1em;}


/* 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-date { 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*/


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

/* Habillage general des menus de navigation */
.menu { clear: both; margin-bottom: 0em; text-align: left; padding: 0;}
.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; background: #FFF; margin-bottom: 2px;}
.menu a { }
          
.menu ul li { margin: 0; padding: 0.20em; border-top: 1px solid #DDD; margin-bottom: 2px;}
.menu ul li ul { margin-left: 0em; border: 0px none; }
.menu ul li li { padding: 0; border: 0px none; }

/* Habillage general des menus de navigation2 */
.menu2 { clear: both; margin-top: 2em; text-align: left;  padding: 0em; background: #FFF;}
.menu2 p { margin: 0.20em 0; padding: 0.20em 0.10em; }
.menu2 ul { margin: 0; padding: 0; list-style: none; }
.menu2 ul li { margin: 0.30em 0; padding: 0.20em;  }
.menu2 ul li ul { margin-left: 1em; border: 0; }
.menu2 ul li li { padding: 0; border: 0; }
.menu2 h2 { font-size: 1.1em; font-weight: normal; color: #FFF; background: rgb(152,6,0); }
.menu2 h2 a { font-size: 1.1em; font-weight: normal; color: #FFF; background: rgb(152,6,0); }
.menu2 h2 a:hover { font-size: 1.1em; font-weight: normal; color: #FFF; text-decoration: underline; background: rgb(152,6,0); }
.menu2 h3 { font-size: 1.2em; font-weight: normal; color: #FFF; background: rgb(152,6,0); }




/* Habillage general des menus de navigation3 */
.menu3 { clear: both; margin-top: 2em; text-align: left;  padding: 0em; background: #FFF; }
.menu3 p { margin: 0.20em 0; padding: 0.20em 0.10em; }
.menu3 ul { margin: 0; padding: 0; list-style: none; }
.menu3 ul li { margin: 0.30em 0; padding: 0.20em;  }
.menu3 ul li ul { margin-left: 1em; border: 0; }
.menu3 ul li li { padding: 0; border: 0; }
.menu3 h2 { font-size: 1.1em; font-weight: normal; color: #FFF; background: #333; }
.menu3 h2 a { font-size: 1.1em; font-weight: normal; color: #FFF; background: #333; }
.menu3 h2 a:hover { font-size: 1.1em; font-weight: normal; color: #FFF; text-decoration: underline; background: #333; }
.menu3 h3 { font-size: 1.2em; font-weight: normal; color: #FFF; background: #333; }

/* Habillage general des menus de navigation31 */
.menu31 { clear: both; margin-top: 2em; text-align: left;  padding: 0em; border: 2px solid #DDD; }
.menu31 p { margin: 0.20em 0; padding: 0.20em 0.10em; }
.menu31 ul { margin: 0; padding: 0; list-style: none; }
.menu31 ul li { margin: 0.30em 0; padding: 0.20em; }
.menu31 ul li ul { margin-left: 1em; border: 0; }
.menu31 ul li li { padding: 0; border: 0; }
.menu31 h2 { font-size: 1.40em; font-weight: bold; color: #000; background: #DDD; }
.menu31 h2 a { font-size: 1.40em; font-weight: bold; color: #000; background: #DDD;  }
.menu31 h2 a:hover { font-size: 1.40em; font-weight: bold; color: #000; text-decoration: underline; background: #DDD;  }




/* Habillage general des menus de navigation4 */
.menu4 { clear: both; margin-top: 2em; text-align: left; border: 1px solid #DDD; padding: 0.1em; background: #FFF; }
.menu4 p { margin: 0.20em 0; padding: 0.20em 0.10em; }
.menu4 ul { margin: 0; padding: 0; list-style: none; }
.menu4 ul li { margin: 0.30em 0; padding: 0.20em;  }
.menu4 ul li ul { margin-left: 1em; border: 0; }
.menu4 ul li li { padding: 0; border: 0; }
.menu4 h2 { font-size: 1.1em; font-weight: normal; color: #000; background: #C4E0E0; }
.menu4 h2 a { font-size: 1.1em; font-weight: normal; color: #000; background: #C4E0E0; }
.menu4 h2 a:hover { font-size: 1.1em; font-weight: normal; color: #000; text-decoration: underline; background: #C4E0E0; }


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

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

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



/* Listes d'articles et extraits introductifs */
.articles ul li { clear: both; padding: 0; background: url('image/mobile/listArrow.png') no-repeat right center; }
.articles ul li h3 { margin: 0; font-size: 1.10em;}
.articles ul li h7 { margin: 0.30em 0; margin-bottom: 0.1em; font-weight: normal; font-size: 23px; line-height: 1.8em;}
.articles .spip_logos { float: right; clear: both; margin: 0; padding: 8px 24px 2px 5px;}
.articles ul li .enclosures { float: right; text-align: right; max-width: 60%; margin: 0; }
.articles ul li .introduction { margin-top: 0; line-height: 1.20em; font-size: 1.10em; padding: 2px 0px 0 2px; margin: 5px; display: none; }

/* Couleurs des liens
---------------------------------------------- */
a { color: #076c8d; text-decoration: none; }
a:focus,a:hover,a:active { color: #F57900; text-decoration: underline; }
}
