/**
/* Fichier LCDJE.CSS à la norme CSS2
/* Marcel BOLLA - Décembre 2005
*/

html { margin: 0; padding: 0; height: 100.1%; }

img { border: 0pt none; }
a { color: rgb(53, 93, 153); }
a:hover { color:rgb(23, 63, 123); }
h1,h2,h3,h4 { color: rgb(23, 63, 113); }



body {
  margin: 0; padding: 0;
  font-family: Trebuchet,Verdana,Helvetica,Arial,sans-serif;
  font-size: 11px;
  background-color: rgb(234,234,234);
}


#page {
  width: 90em;
  text-align: left;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  z-index: 0;
  -moz-border-radius: 10px;
  background-color: white;
  border: 1px solid rgb(194,194,194);
}

#col_gauche {
    float: left;
    margin: 15px 0 0 10px;
    width: 19.5em;
    text-align: left;
    font-size: 0.85em;
}

#col_gauche h2, h4, h5, h6 { border: 0; }
#col_gauche div { padding : 5px; margin : 2px 10px 5px 10px; -moz-border-radius: 10px; border: 1px solid #999; }
#col_gauche h2{ line-height: 1em; font-weight: bold; margin-bottom : 0.3em; font-size : 1em; color:  #666; }
#col_gauche ul { margin: 0; padding: 0; list-style-type: none; }
#col_gauche li { margin: 0; padding: 0; list-style-type: none; }
#col_gauche li:before { content : ".: "; }

#content {
   margin: 15px 0 0 20em;
   padding:20px;
   text-align:justify;
   z-index:20;
   border-left: 10px solid rgb(221, 221, 221);
}
.container { }
.container ul {padding-bottom: 1.5em; padding-left:2em; }
.container h2 {font-size: 1.5em; font-weight: bold; }
.container h1.titre-texte {font-size: 2.0em; font-weight: bold; }
.post-info-view {
	text-align : left;
	font-size:0.9em;
	float:left;
	color: #666;
}
#logoEdito { float: left; margin-right: 5px; }

/*----------------------------------------------------------- */
/* ----------------------- Pied de page --------------------- */
/*----------------------------------------------------------- */
#footer {
	clear: both;
	font-size: 0.8em;
	margin: 0;
	padding: 0.2em 0;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	background: #E6E6E6;
	border-top: 1px solid #999999;
}
#legal { float: left; padding-left: 2ex; }
#dotclear { text-align:right; padding-right: 2ex; }	



/* ------------------------------------------------------ */
/* ----------------------- Bannière --------------------- */
/* ------------------------------------------------------ */
#banniere {
	line-height: 100px;
}
#logo {
  float: left;
  margin: 5px 0 0 10px;
  height: 100px;
  z-index: 10;
}
#baseline {
  margin: 10px 0 0 150px;
  /*border-bottom: 4px solid #191970;*/
  z-index: 1;
  font-size: 2.5em;
  /*line-height: 3em;*/
  font-weight: bold;
  color: rgb(53, 93, 153);
}
#baseline a { text-decoration: none; color: rgb(43, 83, 133); }

/* ---------------- Barre de navigation (conteneur du Menu) -------------------- */
#nav {
	position: relative;
	height:2em;
	/*line-height: 2em;*/
	right: 2px;
	border-top: 2px solid #191970;
	border-bottom: 2px solid #191970;
	top: 10px;
	with: auto;
	margin: 0;
	padding: 0;
	z-index: 100;
}

/* ------------------------ Menu horizontal -------------------------- */
.menu{
    position:absolute;
	right:0;
    display:block;
    margin:0;
    padding:0;
    font-size: 1.0em;
}

.menu ul{
    position:absolute;
    display:block;
    width:10em;
    margin:0;
    padding:0;
    }
    
.menu li ul{
    visibility:hidden;
    }

.menu li li ul{
    position:absolute;
    margin-left:10em;
    margin-top:-15px;
    }
    
.menu li{
    list-style:none;
    width:10em;
    height:auto;
    /*display:inline;*/
    /*display:block;*/
    /*float:none;*/
    float:left;
    margin:0;
    padding:0;
    }
    
.menu li li{
    display:block;
    float:none;
    }
    
/* correction d'un petit bug d'IE */
* html .menu li li{
    display:inline;
    }

.menu a{
    text-align:center;
    background-color: #117;
    border:1px #666 solid;
    color:#fff;
    display:block;
    width:9.75em;
    text-decoration:none;
    padding:2px 0;
    margin:1px;
    }
    
.menu a:hover{
    background-color: #eee;
	color: #000;
    border:1px #aaa solid;
    }
    
/* amélioration de l'affichage sur Mozilla avec les touches de navigation */
.menu a:focus{
    background-color: #aaf;
}

a.linkOver{
    background-color: #117;
    }




/* -------------------------------------------------------- */
/* ---------------------- L'agenda ------------------------ */
/* -------------------------------------------------------- */
table.agenda,
table.agenda tr,
table.agenda th,
table.agenda td {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	font-size: 10px;
	
}

table.agenda a,
table.agenda a:link,
table.agenda a:visited, 
table.agenda a:active {
	color: #000;
	background-color: none;
	font-weight: bold;
	text-decoration: underline;
}

table.agenda a:hover {
	color: #f30;
	font-weight: bold;
	text-decoration: underline;
}

th.agendaNav {
	background-color: #191970;/* PERSO */
	font-size: 10px;
	text-align: center;
}

th.agendaNav img {
	display: inline;
}

th.agendaNav a,
th.agendaNav a:link,
th.agendaNav a:visited,
th.agendaNav a:active {
	color: #fff;
	background-color: none;
	font-weight: bold;
	text-decoration: none;
}

th.agendaNav a:hover {
	color: #fff;
	background-color: #b47e00;
	font-weight: bold;
	text-decoration: none;
}

th.agendaHead {
	color: #fff;
	background-color: #191990;
	text-align: center;
	font-size: 10px;
}

table.agenda th {color: #fff;}

.agendaThisDay {
	background-color: #ffffb0; /* PERSO */
	border: 2px solid #bab707; /* PERSO */
}

.agendaThisMonth {
	background-color: #ffffe0;
}

.agendaNotThisMonth {
        background-color: #fdd;
}

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

ul.agendaThemes ul.agendaThemes {
	list-style: none;	
	margin: 5px 0px 0px 15px;
	padding: 0px;
}





.date-der-article {
	text-align : left;
	font-size:0.9em;
	float:left;
	color: red;
}
.date-der-breve {
	text-align : left;
	font-size:0.9em;
	float:left;
	color: red;
}
.date-der-site-syndique { }



/*
#search {}
#search form { display: inline; }
#search input[type=text] { width: 13em; }
form.flat { margin: 0; padding: 0; display: inline; }
#search input.valid { cursor: pointer; font-size: 0.8em; text-align:center; margin:0; padding: 0; }
#search input.formrecherche { font-size: 1em; width: 13em; }
input.formrecherche {background-color: rgb(234,234,234); }
*/ 

#archives { }




.nb-visites {
	font-weight: bold;	
	color: red;
}




/*
#hot-post {
	margin: 0 0 10px 10px;
	padding: 0 10px 10px 10px;
	border: 2px solid #999999;
	font-stretch: condensed;
	-moz-border-radius: 10px;
}

#hot-post h4 {
	margin-top: 0.5em;
	font-size: 15px;
	font-weight: 800;
	color: #333353;
	margin-bottom: 0.5em;
}

#hot-post .post-content {
	font-size:12px;
	line-height: 100%;
	margin-top:0.6em;
	margin-bottom:0.6em;
}
*/

.post {
	
	padding: 0 10px 10px 10px;
	border: 2px solid #999999;
	font-stretch: condensed;
	-moz-border-radius: 10px;
  	margin-left:10px;
	margin-bottom:10px;
}

.post .img1 {
	float: left;
	margin: 5px 10px 0 0;
}

.post li{
	padding: 7px;
}

.post-title {
	text-align: left;
	font-weight: bold;
	font-size:1.2em;
}

.post-title a {
	text-decoration: none;
	font-weight: bold;
}

.post-info {
	text-align : left;
	font-size:0.9em;
	margin :0;
}


.post-info a:hover { color: rgb(23, 63, 123); }

.post-more {
	font-size:0.8em;
	text-align:right;
	margin-right:0.8em;	
	margin-top:-5px;
}

/* ================================== */
/* Le formulaire dans la page Archive */
/* ================================== */
#content form { width: 100%; margin: auto; margin-top: 1em } /* positionnement de l'ensemble des formulaires */
#content form p { margin: 0.5em; text-indent: 0; line-height: 2.0em }

/* alignement des zones de saisies */	
#content form p label { width: 15%; float: left; text-align: right; color: #137; line-height: 1.8em; padding: 0 0.8em 0 0; }
#content form p label:first-letter { font-weight: bold; font-size: 13px }

/* marge pour espacer les zones de saisies des exemples */	
#content form p input { margin-right: 1em; }	
#content form p select { margin-right: 1em }
#content form p textarea { margin-right: 1em }

/* style pour les exemples de réponse */
#content form p .exemple { font-style: italic; color: #fff }

/* style du contenu du formulaire */
#content_bis { background-color: #ddd; margin: 0; padding: 1em }

#content_bis fieldset input { width:10px; height:10px; }	
/* mise en gras du titre des zones de formulaire */	
#content_bis legend { color: #137; font-weight: bold; }
#content_bis a.help img { border: 0; position: absolute; } /* pour aligner l'icone et le champ de saisie */
/*modification de l'apparence du curseur de la souris au survol du lien*/	
#content_bis a.help:hover { cursor: help; }

/*mise en forme de l'en-tête du formulaire*/
#formtitle {	
	background-color: #117;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	height: 2em;
	line-height: 2em;
	text-align: left;
	padding: 0 0 0 1.5em;	
	}

/*mise en forme du pied du formulaire*/
#formfooter { background-color: #eee; height: 2em; margin: 1.0em 0; padding: 0.8em; }

/*positionnement des boutons d'action*/	
#formfooter input { float: left; margin-left: 1.8em; }





/* Tableaux */
table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold; }
table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #DDD; }
table.spip tr.row_even { background: #EEE; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }
