/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
html, body {height: 100%; margin:0;padding:0;}
img, table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }

/* Couleurs des liens */
a { text-decoration: none; color: #CC3333; } /* FF9999 */
a:hover { text-decoration: underline; }
a.spip_in { color: #CC3333; }
a.spip_out { color: #006666; } /* #CC6666 */

.flottegauche{float:left;}
.flottedroit{float:right;}

body {
	/* Une taille de police définie en pixels ne pourra pas être redimensionnée dans Internet Explorer.
	Préférer des unités de mesure élastiques, comme % ou em.*/
	font-size: 100%;
	 /* La valeur par défaut est à environ 1.2. Elle est ici augmentée à 1.6 pour gagner en lisibilité. */
	line-height: 1.6;
	font-family: tahoma,arial,helvetica,"bitstream vera sans",sans-serif;
	color: #000000;
	background-color: #ffffff;
	background: #ffffff ;
	border: none;
}

#page {
	position: relative;
	min-height: 100%;
}

/* Entete */
#en-tete {
	background: #000000 url(/_img/headerbg.jpg) no-repeat top left; /* 880px x 151px */
}

#en-tete h1 {
	height:100px;
	width:100%;
	border-bottom:1px solid #666;
}

#navigation {
	font-size: 80%;
	padding-right:8px;
	padding-left:8px;
	padding-top:4px;
	padding-bottom:4px;	
}

#navigation a{
	text-decoration:none;
	color: #fff;
	text-transform:uppercase;	
}

#navigation a:hover{
	color: #FF9999;
}

#navigation .on{
	/* color: #CC3333; */
	font-weight: normal;
}

#raccourcis {
	position:relative; /* Pour corriger le bug de IE qui n'affiche rien sinon */
	float:right;
}

#menu ul{
	text-align:left;
	margin: 0;
	padding: 0;
}

#menu li{
	display:inline;
	margin: 0;
	padding: 0 10px 0 0;
}

#conteneur {
	padding-top:50px;
	background: #ffffff url(/_img/bodybg.jpg) repeat-x top left; /* 10px x 31px */
}

#centrer {
	width:95%;
	padding: 0 10px;
	margin-right:auto;
	margin-left:auto;
}

#contenu {
	float: left;
	width: 59%;
	color: ##777;
	font-size: 100%;
	/* Pour éviter la superposition du pied de page et du contenu : */
	padding-bottom: 50px;
}

#pied {
	width:100%;
	position: absolute;
	text-align:center;
	bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;
	background: #000000;
	font-size: 75%;
}

#pied a{
	text-decoration:none;
	color: #fff;	
}

#pied a:hover{
	color: #FF9999;
}

#pied img {
	vertical-align:text-bottom;
}

#courriel {
	float:right;
	padding-right:8px;
	padding-left:4px;
}
	
#identification {
	float:right;
	padding-right:4px;
	border-right:1px solid #ffffff;
}
#copyright{
	float:left;
	padding-left:8px;
}

#encart{
	float:right;
	width: 30%;
	text-align:left;
	/* Pour éviter la superposition du pied de page et du contenu : */
	padding-bottom: 50px;
}

.cadre {
	width: 270px;
	padding-top: 7px;
	background: #E9E9E9 url(/_img/top.gif) top left no-repeat;
}
 
.cadrebas {
	padding: 0 0.5em 7px 0.5em;
	background: #E9E9E9 url(/_img/bottom.gif) bottom left no-repeat;
}

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

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

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

/* Typo pour les menus et la navigation */
#navigation, .encart, .formulaire_spip {
	font-family: Verdana, Tahoma, Arial, sans-serif; }

/* Typo pour le contenu */
#contenu {
font-family: "Trebuchet MS", Helvetica, sans-serif; }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: "Trebuchet MS", Helvetica, sans-serif; }


/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */
	
/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { 
	margin-top:6px;
	margin-bottom: 2em;
}

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

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

.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche small { font-size: 0.71em; }

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

.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 0.82em;
	font-weight: bold; }

.texte { color: #000; font-size: 0.96em; text-align: justify;}
.texte p {margin-bottom:20px;}

.lettrine {
	color:#660000;
	font-size:150%;
}

.adresse {text-align: center;}

.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
.ps { font-size: 0.82em; }
.notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles ul { margin: 0; padding: 0; list-style: none; }
.liste-articles li { margin-bottom: 1em; clear: both; }

.liste-articles li .titre {
	font-size: 1.03em;
	font-weight: bold; }

.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: right; }

.liste-articles li p { margin: 0; padding: 0; }

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.liste-articles li small {
	display: block;
	font-size: 0.71em; }

.liste-articles li .texte {
	margin-top: 5px;
	margin-bottom: 2em;
	border: 1px solid #CCC;
	padding: 0.9em;
	font-size: 0.82em;
	line-height: 1.4em; }

.pagination { font-size: 0.90em; }

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }

#document_actif { margin-top: 1em; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#documents_joints ul { margin: 0; padding: 0; list-style: none; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre {}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}


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

.rubriques a, .actu a, .manifestations a, .articles a {
	font-weight: bold;
	color: #000000;
}

.rubriques a:hover, .actu a:hover, .manifestations a:hover, .articles a:hover {
	color: #CC3333;
	text-decoration:none;
}

.rubriques ul, .actu ul, .manifestations ul, .articles ul {
	margin: 0 0 0 20px;
	padding: 0;
}

/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

.formulaire_spip { text-align: left; font-size: 0.77em; }
.formulaire_spip p { margin: 0.5em 0; padding: 0; }

.formulaire_spip fieldset {}
.formulaire_spip legend {}

.formulaire_spip label {}
.formulaire_spip .forml { width: 99%; font-family: inherit; font-size: inherit; }

/* Boutons */
.spip_bouton { text-align: right; }
.spip_bouton input { float: right; }


/*  ------------------------------------------
/*  Habillage des formulaires de Kali
/*  ------------------------------------------ */

#kaliform fieldset {
	margin-bottom:20px;
	border:none;
}
#kaliform legend { font-weight:bold; margin-bottom:20px; color:#000000;}

#kaliform input {
	margin-top:15px;
	margin-right:30px;
	margin-left:-20px;
}

#kaliform #texte {
	margin:0 auto;
	width:450px;
	height:100px;
	text-align:left;
	vertical-align: top;
}

#kaliform label {
	margin-top:3px;
	font-size:90%;
	float: left;
	width: 65px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

#kaliform select { width:55px; text-align:center;}
#kaliform #voix { width:90px;}
#kaliform #langue { width:90px;}

#kaliform #interactive {
	margin-bottom:20px;
	text-align:center;
}

#kaliform p{
width: 450px;
clear: left;
margin: 0;
padding: 5px 0 8px 20px; /*For the left: width of left column containing the label elements*/
height: 1%;
}