html,

body  {
	background-color: white;
	color: black;
	min-height: 1000px;
	height:1000px;
	margin: 0px; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
		}



/*
 * Disposition a l'ecran : colonnes, encarts, cartouches
 */


#contenu {
	position: relative;
	min-height: 1000px;
	height:auto;
	width: 810px;
	margin-top: 0px;
	margin-left: auto;
    margin-right: auto;
    text-align: left; /* on rétablit l'alignement normal du texte */
    left: 0px;
	top: 0px;
	padding-bottom: 5px;
	white-space:normal;
	bottom:auto;
    background-image: url(../dist/images/fond_corps.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	background-color: transparent;
	color: black;
	

}


#surmenu	{
	position: absolute;
	margin-left: 18px;
	margin-top: 5px;
		text-align: justify;
	font-family: Myriad, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	font-variant:normal;
	color: #808080;
	

	text-decoration: none;
	
	}




#entete	{
	border: 0px;
	margin-left:0px;
	
		}
		
		
  /*  
  COLONNAGES
  
*/

/*menu de gauche comprenant le rubriquage, les brèves et les tags*/



 #menu-cont	{	/* Conteneur de la colonne de menu*/

	float: left;
	width: 210px;
	z-index: 10;
			}


 #menu	{	/*Conteneur du premier menu */


 	width: 210px;
	height: auto;
	margin-left: 8px;

	text-align: justify;
	background-image: url(../dist/images/fond_menu.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	background-color: transparent;
	color: black;
	z-index: 10;
			}
			

 #menu2	{	/*Boite d'authentification */
	
 	width: 210px;
	height: auto;
	margin-left: 8px;

	text-align: justify;
	background-image: url(../dist/images/fond_menu.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	background-color: transparent;
	color: black;
	z-index: 10;
			}


.spacer {
  clear: both;
}



.plan	{

	text-align: justify;
	margin-left: 30px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	font-variant:small-caps;
	color: black;
	
	text-decoration: none;
	}

.plan	ul{
	margin-left: 30px;
		
		}
	
.plan	li{

	list-style: none;
		line-height: normal;
	}


/*Contenants des boites de menu */

 .encart {
	float: left;
	height: auto;
	width: 195px;
	background-color: transparent;
	color: black;
	padding-left: 8px;
	margin-top:-10px;


	text-align: left;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 500;
	line-height: normal;
			}
			
.nuage	{
	text-align: left;
	list-style: none;
	width: 190px;
	padding-left: 10px;
	padding-right: -10px;
	padding-bottom: 0px;


	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: 500;
	line-height: normal;
		}


ul.nuage { 
	font-size: 80%;
	
	 }
	
.breves	ul	{
	text-align: left;
	list-style: none;
	margin-left: 0px;

		}


.breves	li	{
	text-align: left;
	margin-left: -40px;
		}

 /*  FORMULAIRE LOGIN  */

.login2	{/*encadrement authentifié*/
	width: 190px;

	overflow: hidden;
	margin-top: 0px;
	background-color: transparent;
	font-size: 13px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
		}

.img-menu	{
	margin-top: -8px;
	margin-left: 8px;
	
	}
.img-auth	{
	margin-top: -8px;
	margin-left: 8px;
	
	}



		/*	  			COLONNE DE TEXTE				*/


 #texte {
	float: right;
	overflow: hidden;
 	width: 575px;

	height: auto;

	margin-right: 7px;
	margin-left: 7px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;

	background-color: transparent;
	border-top: 1px solid silver;
	z-index: auto;
	list-style-type: none;
			}
			
/*STYLES DE LA PETITION	*/		
			
#signatures { clear: both; text-align:center; font-size: 1em;width: 700px; }

#signatures h2 {
	padding: 0.5em;
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	text-align: center;
	font-size: 1em;
	font-weight: 500;
	 }

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

#signatures td.signature-date {
	background: #E4F0F0;
	padding: 0.5em;
	white-space: nowrap;
		text-align: center;
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 500;
	line-height: normal;
	color: #000;
	
	
	 }

#signatures td.signature-nom {
	background: #ECF4F4;
	padding: 0.2em;
	text-align: center;
	text-align: center;
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 500;
	line-height: normal;
	color: #000;
	
	
	}

#signatures td.signature-message {
	background: #F4F8F8;
	padding: 0.4em;
	text-align: center;
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 500;
	line-height: normal;
	color: #595959;
	
	}	
.boite	{

	width: auto;
	padding: 3px;
	border: 1px dotted #a9a9a9;
	background-color: #fff8dc;
	}



/*	  		intertitre 			*/
#titreh2 {
 	position: relative;
	clear: right;
	height: 40px;
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    text-align: left; /* on rétablit l'alignement normal du texte */

	}
	
.logoh2	{
	position: absolute;
	float: right;
	width: 35px;
	margin-top: 2px;
	margin-right:0px;
	margin-left: 200px;

	text-align: center;

	}

.logoh22	{
	position: absolute;
	float: right;
	width: 35px;
	margin-top: 0px;
	margin-right:0px;
	margin-left: 145px;

	text-align: center;

	}


/*
 * intertitre typo
 */

h2 {
	text-align: center;
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 500;
	line-height: normal;
	color: #595959;

		}
h2 span {
	clear: left;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: 900;
	font-variant: small-caps;
	line-height: normal;
	color: black;

	margin-left: -35px;

		}
		
		
	

#documents_joints	{
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	border-top: 1px solid silver;
	
	text-align: justify;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 100;
	line-height: normal;
	color: black;
	
	}

.notes	{
	text-align: center;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 100;
	line-height: normal;
	color: black;

	}


.logo	{
	float: left;
	margin-top: 8px;
	margin-left: 2px;
	margin-right: -5px;
	}
	
/* logo boucle récursive */
.logopiti	{
	float: left;

	}
	

	
#navigation	{
	position: relative;
	width:810px;
	padding-top: 2px;
	margin-left:0;
	right:0px;
	text-align: center;
	background-image: url(../dist/images/fond_menuh.png);
	background-position: 7px 0px;
	background-repeat: no-repeat;
	background-color: transparent;

			}



.liste-ssrub li	{

	margin-left: 30px;

	list-style: url(images/triangle-droite.gif);
	
	}


.formulaire	{
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 25px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	line-height: normal;
	color: black;
	
		}


		
/*
 * ***DISPO DES SOUS ENSEMBLE DE RUBRIQUE SUR LE SOMMAIRE***
 */
#bordure	{
	margin-top: 0px;
	padding : 2px;
	border: 1px solid silver;
	background-color: #F8F8FF;
	
	}
	
	/* Encart agenda et post-it dans le sommaire */
#postit	{
	float: left;
	width: 130px;
	height: auto;
	margin-top: 5px;
	padding-right: 8px;
	margin-left: 5px;
	border: 1px solid #CD5C5C;
	background-color: #D2B48C;
	
	background-image: url(../dist/images/!.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
		}
#postit h1	{	
	text-align: left;
	margin-left: 8px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	font-variant:small-caps;
	
		}

#actions	{
	float: left;
	width: 180px;
	height: auto;
	margin-top: 5px;
	padding-right: 8px;
	margin-left: 5px;
	border: 1px solid #e3e3e3;
	background-color: #fbfccd;
	
	background-image: url(../dist/images/logo_agenda.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
		}


#actions h1	{	
	text-align: left;
	margin-left: 8px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	font-variant:small-caps;
	color: black;
		}

#actions h1 span	{	
	text-align: left;
	margin-left: 15px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	font-variant:normal;
	color: black;
		}

#actions h2	{
	text-align: justify;
	margin-left: 20px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	font-variant:normal;
	color: #808080;
		}
		
		
.lien_agenda	{

	text-align: right;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	font-variant:normal;
	font-style:italic;
	color: #808080;
	
	text-decoration: none;
		}
	
#ppreca	{
	float: right;
	width: 170px;
	height: auto;
	margin-top: 5px;
	padding-right: 8px;
	margin-left: 5px;
	border: 1px solid #e3e3e3;
	background-color: #c1e8bf;
	
		}
#ppreca h2	{
	text-align: justify;
	padding-left: 3px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	font-variant:normal;
	color: #808080;
		}
		
.logo	{
	float: left;
	margin: 3px;
	}
#calendrier {
	float: right;
	overflow: hidden;
 	width: 575px;

	height: auto;

	margin-right: 7px;
	margin-left: 7px;
	padding-right: 5px;
	padding-left: 5px;

	background-color: transparent;
	border-top: 1px solid silver;
	z-index: auto;
	list-style-type: none;
			
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	font-variant:normal;
	color: #808080;
	}
	


#RM	{
	text-indent: 20px;
	margin-left: 10px;
	padding-left: 0px;
	padding-right: 60px;
	
	text-align: justify;
	margin-left: 30px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 0.95em;
	font-weight: normal;
	font-variant:small-caps;
	color: black;
	
	text-decoration: none;


	}
.titre_ensemble	{
	text-align: left;
	
	font-family: Arial,"Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: 500;
	font-variant:normal;
	border-bottom: 1px solid silver;
	}

.voir	{
	float: right;

	/*margin-top: -83px;*/
	

	text-align: justify;
	padding-right: 3px;
	padding-top: 3px;
	margin-left: 10px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	line-height: normal;
	color: silver;
	
	border-right: 1px solid silver;
	
	}
	
/*Voir*/
#RM .voir a:link {
	color:#fba601;
	text-decoration: none;	
}

#RM .voir a:visited {
	color: #739713;
	text-decoration: none;
}

#RM .voir a:hover {
	color:black;
	text-decoration: none;
}

/*
 * ***Hiérarchie et rubriquage du menu***
 */

#hierarchie	{
	width: 790px;
	margin-left: 10px;
	margin-right: -20px;

	text-align: center;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: 500;
	line-height: normal;
		}



#hierarchie a:link {
	color:#3c4f66;
	text-decoration: none;	
}

#hierarchie a:visited {
	color: #4b627f;
	text-decoration: none;
}

#hierarchie a:hover {
	color:#6e97c9;
	text-decoration: none;
}




.rubriques	{
	float: left;
	width: auto;
	min-width: 190px;
	margin-top: 10px;	
	text-align: center;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 500;
	line-height: normal;

	border-left: 1px solid silver;

	}

.rubriques ul	{
	width: auto;
	min-width: 150px;
	text-align: left;
	text-indent: -15px;
	list-style: none;

	}


.divers	{
	float: left;
	list-style: url(images/triangle-droite.gif);
	width: auto;
	min-width: 190px;
	padding-top: -5px;
	text-align: left;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 500;
	line-height: normal;
	
	border-left: 1px solid silver;
		}
.divers ul	{
	width: auto;
	min-width: 150px;
	text-align: left;
	text-indent: -15px;
	list-style: none;

	}

	
.minibreves	{
	float: left;
	width: auto;
	min-width: 190px;
	margin-top: 10px;
	padding-top: -5px;
	text-align: center;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 500;
	line-height: normal;

	border-left: 1px solid silver;

	}

.minibreves ul	{
	width: auto;
	min-width: 150px;
	text-align: left;
	text-indent: -15px;
	list-style: none;

		}



.carte ul	{
	width: auto;
	min-width: 150px;
	text-align: left;
	text-indent: -15px;
	list-style: none;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 500;
	line-height: normal;

	}





/*
 * STYLE POUR LE PIED DE PAGE 
 */


#footer {
	clear: both;
	bottom: 0;
	height:40px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* on rétablit l'alignement normal du texte */
	width: 810px;

			}
			
#imgfoot	{
	margin-left: 0px;
	margin-top: 0px;
	height:13px;
	
		}
			
.foottext {
	text-align: center;
	vertical-align: bottom;
	padding-top: 0px;
	padding-left: 0px;
	color: #343333;
	font-family: Myriad, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	line-height: normal;
		}
		


#footer a {
	text-decoration: none;
}

#footer a:link {
	color:#575656;
	text-decoration: none;
}

#footer a:visited {
	color:#575656;
	text-decoration: none;
}

#footer a:hover {
	color:black;
	text-decoration: none;
}



#footer img {
	border: 0px;
	}

/*
 * *************Formulaires
 */
 
#texte label	{
	text-align: left;
	margin-right: 10px;
	vertical-align: top;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 500;
	color: #73b50a;

		}
	
	
#texte .form	{
	width: 500px;
	text-align: right;
	margin-left: 10px;

	}
	
	
#texte textarea	{
	width: 400px;


	}

#texte .textfield	{
	width: 400px;
	}






	
/*
 * ----------------------------------------TYPOGRAPHIE--------------
 */

 /*
 * titres listes du sommaire
 */
h1 {
	text-align: justify;
	text-indent: 20px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-variant:small-caps;
	color: black;
	
	text-decoration: none;
		}
		
 h1 span  {	
	text-align: justify;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	font-variant:normal;
	color: black;
	margin-left: 10px;
	text-decoration: none;
	
		}
		
h4 {
	text-align: justify;
	margin-left: 30px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-variant:small-caps;
	color: black;
	
	text-decoration: none;
	
		}	

h4 span{
	text-align: justify;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	font-variant:normal;
	color: black;
	
	text-decoration: none;
	
		}	

		
		
/*
 * texte
 */



h3 {
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	line-height: normal;
	color: black;
		}


h3 span {
	text-align: justify;
	margin-right: 20px;
	margin-left: 20px;
	font-family:  Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: normal;
	color: black;
		}

/*
 * liste
 */
		
h5 {
	text-align: justify;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: 600;
	line-height: 0.5em;
	color: #73b50a;
		}
		





	
h6	{	/*TITRE D'ARTICLE */
	text-align: center;
	font-family: Myriad,"Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.3em;
	margin-top: 25px;
	margin-bottom: 30px;
	font-weight: 500;
	line-height: 0.8;
	color: #4f4f4f;
		}

 h6 span  {	
	text-align: justify;


	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	font-variant:normal;
	color: black;
	

	text-decoration: none;
	
		}

	
	
.carte h3  {	
	text-align: justify;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	font-variant:normal;
	color: #808080;
	

	text-decoration: none;
	
		}



.carte h2	{	/*TITRE DES RUBRIQUES DANS LE PLAN */
	text-align: left;
	font-family: Arial,"Trebuchet MS", Helvetica, sans-serif;
	font-size: 13pt;
	margin-top: 5px;
	font-weight: 500;
	line-height: normal;
	color: #ff6347;
		}

 h9	{
	text-align: center;
	font-variant:small-caps;
	margin-left: 150px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	line-height: normal;
	color: indianred;
	
		}	
	
/*
 * LIENS*/

#texte a {
	text-decoration: none;
}

#texte a:link {
	color:#5a0901;
	text-decoration: underline;
}



#texte a:visited {
	color:#7b2219;
	text-decoration: none;
}


#texte a:hover {
	color:#6e6a6a;
	text-decoration: underline;
}

/*
 * LIENS du surmenu */
 
 
#surmenu a:link {
	color:#303030;
	text-decoration: none;	
}

#surmenu a:visited {
	color: #404040;
	text-decoration: none;
}

#surmenu a:hover {
	color:#000;
	text-decoration: none;
}





/*
#contenu a:link {
	color:#4d7592;
	text-decoration: underline;	
}

#contenu a:visited {
	color:#ffb21c;
	text-decoration: underline;
}

#contenu a:hover {
	color:#73b50a;
	text-decoration: underline;
}

 */


/*
 * chemin
 */

#chemin a:link {
	color:#F8F8FF;
	text-decoration: none;	
}

#chemin a:visited {
	color: #848484;
	text-decoration: none;
}

#chemin a:hover {
	color:#73b50a;
	text-decoration: none;
}

/*menu déroulant*/
#nav-container a:link {
	color:black;
	text-decoration: none;	
}

#nav-container a:visited {
	color: #353738;
	text-decoration: none;
}

#nav-container a:hover {
	color:#73b50a;
	text-decoration: none;
}




/*Breves*/
.encart a:link {
	color:#3c4f66;
	text-decoration: none;	
}

.encart a:visited {
	color: #4b627f;
	text-decoration: none;
}

.encart a:hover {
	color:#6e97c9;
	text-decoration: none;
}


/*Nuage*/

.nuage a:link {
	color:#fba601;
	text-decoration: none;	
}

.nuage a:visited {
	color: #739713;
	text-decoration: none;
}

.nuage a:hover {
	color:black;
	text-decoration: none;
}




/*AUTHENTIFICATION*/
#menu2 a:link {
	color:#3c4f66;
	text-decoration: none;	
}

#menu2 a:visited {
	color: #4b627f;
	text-decoration: none;
}

#menu2 a:hover {
	color:#6e97c9;
	text-decoration: none;
}