/* -----------------------------------
 * Typographie
 * -----------------------------------*/

.body {
	font-family: "Courier New", Courier, mono;
	margin: 0.3em;

}


.Titre {
	font-weight: bold;
	text-transform: capitalize;
	color: #FF9966;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5px;





}

.soustitre {
	font-size: 85%;
	font-weight: bold;
	padding-right: 0.5em;
	padding-left: 0.5em;






}

.texte {
	
	font-size: 70%;
	line-height: 1.3em;
	text-align: justify;
	padding: 0.5em;
}

.liste-articles {
	list-style-type: square;
	font-size: 85%;



}

.titreSommaire {

	font-size: 85%;
	text-transform: capitalize;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-weight: normal;
}
.TitreGrafs {

	float: left;
	/*width: 14em;*/
	width: 80%;
	margin-left: 4%;
	/*margin-left: 2em;*/
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 0px;
}
.titreBreve {
	font-size: 70%;
	text-transform: capitalize;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-weight: normal;
	color: #047537;


}

/* -----------------------------------
 * Habillage divers
 * -----------------------------------*/

.encart {
	float: right;
	width: 34%;
	margin: 0.5em;

}
.CadreOrange {
	border: 1px dashed #FF9966;
	margin: 10px;


}

.image {
	padding: 0.5em;

}

/* -----------------------------------
 * Habillage des menus et de la navigation
 * -----------------------------------*/

.menu {
	text-align: center;

}
.menu ul {
	list-style-type: none;

}

.menu-titre {
	font-size: 70%;
	padding: 2px;
	font-weight: bold;
	border: 2px solid #FFFFFF;
}

.menu-soustitre {
	font-size: 75%;
	padding: 2px;
	font-weight: bold;
	text-transform: capitalize;
}

.menu-item {
	font-size: 70%;
	padding: 2px;
}

/* -----------------------------------
 * Habillage des menus Mots Cles
 * ----------------------------------- */

.motscles 		{
	background-color: #eaeaff;
}
.motscles .menu-titre	{ 
background-color: #f2f2ff; }

.motscles .menu-soustitre {
	background-color: #f2f2ff;

}

/* -----------------------------------
 * Habillage des menus Autres Articles
 * ----------------------------------- */

.autresarticles 		{
	background-color: #FFE1C6;

}
.autresarticles .menu-titre	{ 
background-color: #FFEEDD; }

.autresarticles .menu-soustitre {
	background-color: #f6f2ff;

}


/* -----------------------------------
 * Habillage du plan du site
 * ----------------------------------- */

.plansite 		{

}
.plansite ul {
	list-style-type: square;

}

/* -----------------------------------
 * Habillage des breves
 * ----------------------------------- */

.breves 		{

}
.breves ul {
	list-style-type: none;

}

.breves a:hover {
	color: #006633;
	text-decoration: none;

	
}

