/**************************************/
/*** Feuille de style pour le thème "style"  ***/
/**************************************/



/*** Initialisation des marges internes et externes ***/

* {
	margin: 0;
	padding: 0;
}


/*** Structure de la page ***/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	background: #2d9e00 url(images/top_bg.png) top repeat-x;
}

#conteneur {
	width: 920px;
	margin: 0 auto;
	background: url(images/corps.png) repeat-y;
}

#entete {
	height: 275px;
	background: url(images/header.png) top no-repeat;
	text-indent: -7000px;
}

#gauche {
	float: left;
	width: 224px;
	background: url(images/menu_bg.png) top no-repeat;
}

#centre {
	margin: 50px 35px 0 250px;
	background-color: #faffe9;
	text-align: left;
}

#pied {
	clear: both;
	height: 68px;
	/**margin-bottom: 50px;**/
	background: url(images/footer.png) top no-repeat;
}

#texte_mdp {
	width: 550px;
	font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
	margin-left: 20px;
	margin-top: 30px;
}


/*** Menus ***/

#menugauche {
	padding-top: 50px;
	text-align: left;
	list-style-type: none;
}

#menugauche li {
	margin: 5px 0 5px 0;
	height: 43px;
}

#menugauche a {
	line-height: 43px;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.bouton_p{
	text-indent: 72px;
	background: url(images/bouton_p.png) no-repeat;
}

.bouton_g{
	text-indent: 91px;
	background: url(images/bouton_g.png) no-repeat;
}


/*** Typographie  ***/

p.spip {
   margin-top:-20px;
}

strong.spip{
	font-family: "Bookman Old Style","Comic Sans MS", "Trebuchet MS", Georgia, serif;
}

#centre p {	
	text-align: justify;
	text-indent: 3em;
	line-height: 1.6em;
	margin-bottom: 2em;
}

h2 {
	margin-bottom: 1em;
	text-indent: 10px;
	font-size: 1.2em;
}

h3 {
	margin-top : 0.7em;
	margin-bottom: 0.1em;
	text-indent: 5px;
	font-size: 1.1em;
}

#liste_mdp {
width:620px;
height:500px;
overflow:scroll;
}





/* Habillage du mini calendrier */
#calendar { -moz-border-radius: 1em;text-align: center; border: 1px dotted #ccc; margin: auto; padding: 2px; padding-top: 0.5em; width:250px;}
#calendar table { width: 90%; margin: 0 auto; padding: 0; font-size: 1.1em;}
#calendar caption { font-size:0.9em; padding: 5px ; font-weight: bold; }
#calendar th { -moz-border-radius: 1em;background: #ADC7D6; font-weight: normal; color: #666; }
#calendar th abbr { border: none; cursor: help; }
#calendar td {-moz-border-radius: 0.7em; margin: 0; padding: 0; border: none; text-align: center; background: #ddd; line-height: 1.6em; }
#calendar td.horsperiode { background: #ececec; color: #ccc; }
#calendar td.occupe { background: #FFD98F; }
#calendar td a { display: block; }
#calendar td span { color: #aaa; }
#calendar td a:hover { border:0px }
#calendar tr { font-size:0.9em; }

/* Habillage agenda */
#agenda dt{
background-color: #FFD98F;
-moz-border-radius: 10px;
padding: 2px 0px 2px 10px;
margin: 0px 0px 0px 0px;
}
#agenda dd{
font-size: 0.9em;
padding: 2px 0px 2px 20px;
margin: 0px 0px 0px 0px;
}


.invisible {
visibility:hidden;
overflow:hidden;
display:none;
}

/***************************/
/*** Fin de la feuille de style ***/
/***************************/

