/* --------------------------------------------------------- */
/* Feuille de style Sens Interdit 2009 */
/* --------------------------------------------------------- */


/* ------------------------------------------
/* Typographie generale (style transversaux)
/* ------------------------------------------ */
html { font-size: 100%; } 

body {
	width: 100%;
	font-size: 0.8125em;
	font-family: "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif;
	color: #222;
	margin: 0;
	background-image:  none;
	background-color: #fff;
	background-repeat: repeat;
	background-position: center top;
}

/* Titraille / Intertitres */
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; font-weight: normal; font-size: 1em; font-family: "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif; color: #333;}
h1 { 
	font-size: 3.0em; 
	color: #fff;
	letter-spacing: 2px;}
	
	
#cartouche h3 {
	background-color: #fff;
	color: #cc0c1e;
	letter-spacing: 4px;
	font-size: 1.6em;
	margin-top: 20px;
	margin-left: 0em;
	margin-right: 0em;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	
h2 { font-size: 1.70em; font-weight: normal; }
h2, h2 a, h2 a:focus, h2 a:hover, h2 a:active { color: #OOO; }
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; }

/* 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: 0; background-color: #333;}
.spip_logos { background-color: #333;} /* 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 a l'ecran des blocs principaux
/* ------------------------------------------ */


#page {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-image: url(sens_interdit_entete.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	

}

#entete {
	width: 1000px;
	height: 250px;
	margin: 0;
	margin-top: 0em;
	/*background-image: ;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;˛*/
}



#entete a.accueil {
	display: block;
	width: 50%;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 120px;
	padding-left: 10px;
}
#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: "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif;  font-weight: normal; }
#entete .formulaire_menu_lang { position: absolute; right: 0; top: 0.90em; display: block; width: 30%; } /*Cf.: spip_formulaires.css*/


#conteneur {
	clear: both;
	width: 1000px;
	overflow: hidden;
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(sens_interdit_bg_conteneur.jpg);
	background-repeat: repeat-y;
	background-position: center top;

}
	
#contenu { 
float: right;
width: 730px;  /* 750 -10 -10 */
display: table;
/*background-color: #fff;*/
color: #222;
margin-top: 0em;
margin-left: 0em;
margin-right: 0em;
padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 50px;

 }

#extra {
	float: left;
	clear: left;
	overflow: hidden;
	width: 230px;  /* 250 -10 -10 */

	margin-top: 0em;
	margin-left: 0em;
	margin-right: 0em;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	
}
#extra h3 a{
	background-color: #fff;
	color: #cc0c1e;
	letter-spacing: 4px;
	font-size: 1.6em;
	margin-top: 20px;
	margin-left: 0em;
	margin-right: 0em;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	
}



/* ------------------------------------------
/* footer
/* ------------------------------------------ */

#pied {
	clear: both;
	width: 100%;
	height: 50px;
	margin: 0;
	background-image:  url(sens_interdit_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	font-size: 0.85em;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0;
	margin-bottom: 0;
}

#pied img { vertical-align: middle; }
#pied a { color: #555; 	background-color: #fff; }


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

/* ------------------------------------------
/* navigation générale 
/* ------------------------------------------ */

#navigation {
	width: 1000px;
	margin: 0em; 
	padding: 0em;
	height:30px;
}

.navigation {
	margin: 0em; 
	padding: 0em;
	float: right;
}

.navigation ul {
	margin: 0em;
	/*background-color: red;*/
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

.navigation li {
	display: inline;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	border-right: 1px #666 dotted;
	text-transform: uppercase;
	background-color: #000;
	color: #fff;
}

.navigation li:hover{
	display: inline;
	background-color: #cc0c1e;
}

.navigation li a{
color:#fff;
}

.navigation li a:hover{
color:#fff;
text-decoration: none; 
}





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

#hierarchie { clear: both; margin-bottom: 0em; font-size: 0.90em; }
#hierarchie, #hierarchie a { color: #999; }

.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: #333; 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: #333; }
.descriptif {
	margin-bottom: 1.50em;
	margin-top: 1.50em;
	line-height: 1.20em;
	color: #000;
	text-align: justify;
}

.texte { line-height: 1.60em; text-align: justify;}
.hyperlien { display: block; background: #ccc; padding: 0.50em 1em; font-weight: bold; color: #cc0c1e; }
.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; background: #EEE; }
#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: #555; }
.forum-texte { margin: 0; padding: 0.50em 1em; color: #fff; }
.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 #555; }
ul ul ul .forum-message { border: 1px solid #666; }
ul ul ul ul .forum-message { border: 1px solid #777; }
ul ul ul ul ul .forum-message { border: 1px solid #888; }
ul ul ul ul ul ul .forum-message { border: 1px dotted #999; }

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

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

/* Affichage sous Rubriques */

.rubriques ul {  
	list-style: none;
	margin: 0;		
	padding-left: 0px; 
	padding-right: 0px; 
	padding-top: 0px; 
	padding-bottom: 0px;
	
	}
.rubriques ul li { 
	list-style: none;
	letter-spacing: 0.3em;
	background-color: #E9E9E9;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
}

.rubriques ul li:hover{ 
	list-style: none;
	letter-spacing: 0.3em;
	background-color: #8C191B;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
}

.rubriques ul li a{ 
	color: #333; 
}

.rubriques ul li a:hover{ 
	color: #fff; text-decoration: none;
}

.rubriques h2 { 
	font-size: 2.0em; 
	letter-spacing: 0.2em;}

/* Habillage general des menus de navigation */

.menu {
	clear: both;
	float: left; 

}

.menu a {
	background-color: #cc0c1e;
	color: #fff;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	
}

.menu a:hover{
	background-color: #000;
	color: #fff;
}


.menu p {

}
.menu ul {
	margin: 0;
	padding: 0;


}

.menu ul li {
	list-style-type: none;
	color: #222; 
	padding-left: 0px; 
	padding-right: 0px; 
	padding-top: 20px; 
	padding-bottom: 15px;
	margin-bottom: 20px;
	
}

.menu ul li ul { margin: 0; border: 0; }
.menu ul li li { padding: 0; border: 0; }










/* Listes d'articles et extraits introductifs */


.articles ul li { clear: both; padding: 0;  }
.articles ul li h3 { margin: 0.30em 0; color: #cc0c1e; }
.articles .spip_logos { float: left; clear: left; margin: 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; }


.entry-title h3 {
	margin: 0.30em 0;
	font-family: "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
	color: #cc0c1e;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.entry-title a { margin: 0.30em 0; background-color: #cc0c1e; color: #fff; letter-spacing: 0.3em;}



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

/* fromulaires
---------------------------------------------- */

#formulaire_recherche { float : right; }
.formulaire_recherche { margin-bottom: 0; } /*Cf.: spip_formulaires.css*/
