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

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

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body { 
	background: #005387;  /* #CCEDFA; */
	margin: 1.5em;
	font: 1em "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	text-align: center;
	color: #333333;
	font-size: 100%;
}

img { margin: 0; padding: 0; border: 0; }
ul, ol, li { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; color: #005387; font-size: 1em; font-weight: normal; }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 48em;
	background: #fff;
	text-align: left;
	left: 0; 
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid gray;
	border-right: 1px solid black;
	border-left: 1px solid gray;
	border-bottom: 1px solid black;
	background-image: url("../img/bandeau.jpg");
	background-repeat: no-repeat;
	background-position: 210px 10px;
}

#descriptif_site {
display : none;
	float: right;
	width: 20em;
	margin-right: 30px;
	margin-top: 20px;
	font-size: 1.5em;

}

#conteneur { width: 100%; } /* Particularisme IE/PC */
	
#conteneur #contenu { 
	float: right; 
	width: 33em;
	margin: 10px;
	margin-top: -20px;
	border: 0px dotted #00A7E6;
	padding-right: 10px;
	padding-top: 40px;
}


#conteneur #navigation { 
	float: left;
	width: 10em;
	text-align: center;  
}

#bandeau {
	/*position: absolute;*/
	top: 25px;
	right: 0px;

}

/* barre de menus du haut */
#menu_top_box {
	position: absolute; /* placement du menu, ˆ modifier selon vos besoins */
	top: 25px;
	background: none;
	width: 48em;
	text-align: left;
	/*left: 0; */
	margin-left: auto;
	margin-right: auto;
	padding: 0px;

	}
#menu_top dl, #menu_top dt, #menu_top dd, #menu_top ul, #menu_top li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#menu_top {
 	top: 20px;
	right: 0;
	z-index: 50;
	width: 100%; /* correction pour Opera */
	font-size: 0.71em;
	}

#menu_top dl, dl {
	float: right;
	width: 9em;
	margin 0 1px;
	}
	
#menu_top dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #fff;
	border: 0px solid #eee;
	margin: 0px;
	}
	
#menu_top dd {
	border: 1px solid #eee;
	}
#menu_top li {
	text-align: left;
	background: #E8F7FD;
	}
#menu_top li a, #menu_top dt a {
	color: #903;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	padding: 4px;
	}
#menu_top li a:hover, #menu_top li a:focus, #menu_top dt a:hover, #menu_top dt a:focus {
	background: #eee;
	color: #00A7E6;
	}

/* barre de menus principale */
	
#menu_racines dl, #menu_racines dt, #menu_racines dd, #menu_racines ul, #menu_racines li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#menu_racines {
	/*position: absolute;*//* placement du menu, ˆ modifier selon vos besoins */
	/*top: 190px;*/
	/*left: 0;*/
	/*width: 768px:*/
	/*z-index:100;*/
	width: 100%; /* correction pour Opera */
	font-size: 0.71em;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	}

#menu_racines dl, dl {
	/*float: left;*/
	/*width: 9em;*/
	width: 100%;
	margin 0 1px;
	}
	
#menu_racines dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #E8F7FD;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0px;
	}
	
#menu_racines dd {
	border: 0px solid #ccc;
	}
#menu_racines li {
	text-align: left;
	background: none; 
	}
#menu_racines li a, #menu_racines dt a {
	color: #000;
	text-decoration: none;
	display: block;
	/*width: 100%;*/
	height: 100%;
	padding: 4px;
	}

#menu_racines li a:hover, #menu_racines li a:focus, #menu_racines dt a:hover, #menu_racines dt a:focus {
	/*background: #eee;*/
	color: #00A7E6;
	}

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

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

#contenu .encart div h3 {
	font-size: 1.2em;
	font-weight: bold;	
}


/*  Entete et pied de page
---------------------------------------------- */

/* * Entete */
#entete {
	width: 100%;
	font-size: 0.77em;
	margin-bottom: 60px; }
	
#entete h1 {
	float: left;
	font-weight: bold;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	}

#entete a { text-decoration: none; }
#entete a img.spip_logos { display: block; }

/* * Fil d'Ariane */
#hierarchie {
	display: none;
/*	clear: both;
	margin-bottom: 16px;
	border-top: 2px solid #333333;	
	font-size: 0.77em;*/ }

/* * Recherche * */
#formulaire_recherche {
	position: relative;
	top: -40px;
	left: 620px;
	width: 10em;
	font-size: 0.71em;
	margin: 5px;
	/*margin-left: 55em;*/
	}
	

	
/* * Pied de page */
#pied { 
	clear: both;
	width: 100%;
	margin-top: 2em;
	color: #005387; 
	border-top: 0px dotted #00A7E6;
	padding: 2px;
	text-align: center; }
	
#pied small { font-size: 0.77em; }
#pied small a {	color: #005387; }
#credits {color:#ccc;font-size: 0.71em;padding-top:5px;}
#credits a {color:#ccc;}

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

#navigation *{ font-size: 0.77em; }
#navigation * *{ font-size: 1em; }
#navigation div h3 { font-size: 1.2em; font-weight: bold; }

#contenu .encart *{ font-size: 0.71em; }
#contenu .encart * *{ font-size: 1em; }

/*  Habillage commun des menus
---------------------------------------------- */
.rubriques, .breves, .syndic, .forums, .divers { 
	text-align: left; 
	border: 0px solid #CCC; 
	margin-bottom: 16px;
	min-width: 10em;
}
	
.rubriques .titre, .breves .titre, .syndic .titre, .forums .titre, .divers .titre { 
	display: none;
/*	padding: 3px 4px 2px 4px; 
	border-bottom: 1px dotted #CCCCCC; 
	text-align: center; */
}

.rubriques p, .breves p, .syndic p, .forums p, .divers p { margin: 2px 4px; }
	
.rubriques ul, .syndic ul, .forums ul, .divers ul { 
	display: block;
	padding: 2px 0;  
	padding-right: 0.7em; 
}
	
.rubriques li, .syndic li, .forums li, .divers li { 
	list-style: none; 
	padding-left: 0.7em;
} 

/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
.rubriques { background: #fff;  border-bottom : 1px dotted #00A7E6; }
.rubriques .titre { background: #fff;}

.breves {padding-left:5px; margin-top: 10px; width: 100%;}
.breves .titre { background: #fff; }
.breves ul{  margin-left: 5px; padding: 0; }
.breves li {background: #FDC77F; border : 1px solid #999; padding:3px; margin:0 0 5px 0;}

.syndic { background: #E8F8F8; }
.syndic .titre { background: #F0FCFC; 1px dotted #00A7E6; }

.forums { background: #EAEAFF; }
.forums .titre { background: #F2F2FF; 1px dotted #00A7E6; }

.divers { background: #F8F8E8; }
.divers .titre { background: #FCFCF0; 1px dotted #00A7E6; }

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

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { margin-bottom: 1em; }
.cartouche small { font-size: 0.71em; }

.cartouche .titre { 
	font-size: 1.27em; 
	font-weight: bold; 
	color: #000000; }

.cartouche img.spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px; }

.cartouche p { margin: 0; padding: 0; clear: left; }

.cartouche .traductions { font-size: 0.71em; }
.cartouche .traductions p { float: left; }
.cartouche .traductions li {
	float: left;
	margin-left: 1em; }

#contenu .surtitre, #contenu .soustitre { 
	font-size: 0.82em; 
	font-variant: small-caps; 
	font-family: Georgia, Garamond, Times, serif; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo { 
	margin-bottom: 1.5em; 
	font-size: 0.82em; 
	font-weight: bold; 
	line-height: 1.4em; }

.lien {
	background: #FAFAFA;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 8px;
	border: 1px solid #CCCCCC;
	font-size: 0.9em;
	font-weight: bold; }
	
.texte { color: #000000; }
	
.texte *{ font-size: 1em; }

.suite {
	color: #005387; 
	font-size: 0.77em; 
	text-align: right; }
	
.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCCCCC; }
.ps { font-size: 0.82em; }
.notes { clear: both; font-size: 0.77em; }

.ps h3, .notes h3 { font-size: 1.19em; font-weight: bold; }

/* * Citations */
q, blockquote { font-family: Georgia, Garamond, Times, serif; }
blockquote { 
	margin: 10px 20px; 
	padding: 0em 1em; 
	border: 1px dotted #CCCCCC; }


/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCCCCC;
	padding-top: 1em; }
  
#document_actif { 
	clear: both;
	margin-top: 1em;
	text-align: center; }
#document_actif img { margin: auto; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCCCCC;
	font-size: 0.88em; }
#documents_joints h3 {
	margin-bottom: 10px; font-weight: bold; }
#documents_joints li { margin-bottom: 10px; }
#documents_joints li img.spip_logos {}
#documents_joints li .spip_doc_titre { text-align: left; }
#documents_joints li .spip_doc_descriptif {}


/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.extrait { margin-bottom: 16px; padding-top: 0.3em; }

.extrait .titre a { 
	font-size: 1.03em; 
	font-weight: bold;
	color: #005387 }
	
.extrait img.spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: right; }

.extrait p { margin: 0; padding: 0; }
	
.extrait .enclosures { 
	float: right;
	text-align: right;
	max-width: 60%; 
	margin: 0; }
	
.extrait small { 
	display: block; 
	font-size: 0.71em; }
	
.extrait .texte { 
	margin-top: 5px;
	margin-bottom: 2em; 
	border: 0px solid #CCCCCC; 
	padding: 0.9em; 
	font-size: 0.82em; 
	line-height: 1.4em; }
	
/* Styles specifiques de la Rubrique Contact*/

input {border: 1px solid gray;}

textarea {border: 1px solid gray;}

legend
{
	font-size: 12px;
}
fieldset
{
		padding: 10px;
		margin-right: 10px;
		border: 1px solid gray;
	
}
fieldset label
{
	float: left;
	display: block;
	width: 130px;
	padding-right: 10px;
	text-align: right;	
	color: darkslategray;
	font-style: italic;
}
	
.contact
{
	font-size: 11px;
}
	
.requis
{
	display: block;
}
.requis label
{
	color: black;
	text-align: right;	
	font-style: normal;
	font-weight: bold;
}



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

#contenu.plan {}

#contenu.plan h3 {
	clear: both;
	/*background: #e0ffe0;*/
	border-top: 1px dotted #00A7E6;
	padding: 8px;
	margin-bottom: 16px; 
	font-weight: bold;
	color: #005387; 
	text-align: left; }
	
#contenu.plan ul { 
	display: block; 
	clear: left; 
	margin-left: 16px; 
	margin-bottom: 16px; }
	
#contenu.plan li { list-style: square; }
#contenu.plan .encart ul, #contenu.plan .encart li { margin: 0; list-style: none; }

/*  ------------------------------------------
/*  Habillage des forums
/*  ------------------------------------------ */

#contenu .repondre {
	clear: both;
	margin-top: 2.5em;
	padding-top: 2px;
	border-top: 2px solid #CCCCCC;
	font-size: 0.88em;
	font-weight: bold; }

/* * Habillage des forums */

ul.forum { display: block; clear: both; margin: 0; padding: 0; }
.forum-fil { margin-top: 1.5em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-chapo .forum-titre, .forum-chapo .forum-titre a:hover { display: block; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #333333; }
.forum-chapo small {}
.forum-texte { margin: 0; padding: 0.5em 1em 0 1em; color: #333333; font-size: 0.82em; }
.forum-texte .forum-lien {}
.forum-texte .forum-repondre-message { margin: 0; padding: 1px 0; text-align: right; }

/* Boite d'un forum : eclaircissement progressif des bords */

ul .message { border: 1px solid #666666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .message { border: 1px solid #A4A4A4; }
ul ul ul .message { border: 1px solid #B8B8B8; }
ul ul ul ul .message { border: 1px solid #CCCCCC; }
ul ul ul ul ul .message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .message { border: 1px dashed #E0E0E0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */

ul .forum-chapo { border: 0; border-bottom: 1px dashed #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; font-size: 0.88em; background: #C4E0E0; }
ul ul .forum-chapo { background: #D4E8E8; }
ul ul ul .forum-chapo { background: #E4F0F0; }
ul ul ul ul .forum-chapo { background: #F4F8F8; }
ul ul ul ul ul .forum-chapo { background: #FFFFFF; }

/*  ------------------------------------------
/*  Habillage des petitions
/*  ------------------------------------------ */

#signatures { clear: both; font-size: 0.77em; }

#signatures h3 {
	padding: 0.5em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold; }

#signatures table { width: 100%; margin: 1em 0; }
#signatures thead { display: none; } /* On n'affiche pas les titres du tableau */
#signatures td {}

#signatures td.signature-date {
	background: #E4F0F0;
	padding: 0.5em;
	white-space: nowrap; }

#signatures td.signature-nom {
	background: #ECF4F4;
	padding: 0.2em;
	text-align: center;
	font-weight: bold; }

#signatures td.signature-message {
	background: #F4F8F8;
	padding: 0.4em;
	font-size: 0.96em; }
	
	
/*  ------------------------------------------
/*   Surcharge du plugin forms
/*  ------------------------------------------ */	
	
div.spip_forms {
	color: black;
	margin: 0px;
	margin-bottom: 16px;
	padding: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-left: 3px solid #999;
}


/*  ------------------------------------------
/*  Divers
/*  ------------------------------------------ */
.invisible { position: absolute; top: -3000em; height: 1%; }
.nettoyeur { clear: both;  margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; overflow: hidden; }
