*{
	padding: 0; /*par defaut, je fixe la marge interieure de tous les elts a 0*/
	margin: 0;	/*de meme pour la marge ext.*/
}

/* PRESENTATION DE L'EN-TETE */
#en_tete
{	
	height: 90px;
	margin: 5px 5px 10px; /*marge ext: haut droite-gauche bas de l'en-tete*/
	background-image: url("/Presentation/background_en_tete.png");
	background-repeat: repeat-x;
	border-bottom: 1px solid black/*#FE8D11*/;	
	font-family: "arial black", arial, serif;
	color: #FFFED0;
	text-align: center;	
}

#en_tete img
{
	float: left;
}

#en_tete h1
{
	margin-bottom: 3px;
	font-size: 36px;
	line-height: 64px;
}

#en_tete p
{
	font-family: arial, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

	/* Speedbarre (fait partie de l'en-tête) */
#speedbarre
{
	list-style-type: none;
	margin-left: 175px;
	height: 22px;
	color: #FFFED0;
	border-left: 1px dashed #FFFED0;
}

#speedbarre li
{
	height: 22px;
	width: 100px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-family:'Trebuchet MS', Arial, 'Times new roman', Times, serif;
	font-size:0.9em;
	line-height: 22px
}

.speeddroite
{
	float: right;
	border-left: 1px dashed 1px dashed #FFFED0;
	border-top: 1px dashed #FFFED0;
}
.speedgauche
{
	float: left;
	border-right: 1px dashed #FFFED0;
	border-top: 1px dashed #FFFED0;
}

#speedbarre a
{
	color: #FFFED0;
	font-style: normal;
	text-decoration: none;
	font-weight:bold;
}

#speedbarre a:hover
{
   text-decoration: underline;
}

/*PRESENTATION DU MENU*/
#menu
{
   float: left;
   width: 170px;
}

.element_menu
{
	background-color: #FFFED0;
	margin-left: 5px;
	margin-bottom: 10px;
	border: 1px solid black;
}

.element_menu h3   /* Tous les titres de menus */
{
	height: 32px;
	margin-bottom: 5px;
	background-image: url("/Presentation/background_titre_menu.png");/*	background-color: #650200;/*#FE8D11;*/
	background-repeat: repeat-x;
	border-bottom: 2px solid black;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	color: #FFFED0;
	text-align: center;
	line-height: 28px;
}

.element_menu ul /* Listes a puces se trouvant dans un menu */
{
   list-style-type: none; /* Apparence des puces */
   padding-left: 20px; /* marge a gauche de 20 pixels */
   margin-bottom: 5px;
}

.element_menu a /* Tous les liens se trouvant dans un menu */
{
   color: black; /*#B3B3B3;*/
   text-decoration: none;
}

.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
   font-weight: bold;
   text-decoration: underline;
}

/*PRESENTATION DU CORPS*/
#corps
{
	background-color: white;
	margin-left: 180px; /* Marge a gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
	margin-right: 5px;
	margin-bottom: 15px; /* Pour eviter que le corps colle trop au pied de page */
	padding: 10px; /* Pour eviter que le texte ne colle trop a la bordure */
	border: 1px solid black;
	min-height: 530px;
}

#corps h1
{
	text-align: center;
	text-decoration: underline;
	color: #650200;
	margin-top: 2px;
	margin-bottom: 1.2em;
}

#corps h2
{
	margin-top: 1.7em;
	margin-bottom: 0.8em;
	color: #650200;
	text-indent: 25px;
}

#corps h3
{
	margin-top: 1em;
	margin-bottom:0.5em;
	text-indent: 25px;
}

#corps ul
{
	padding-left: 45px;
}

#corps li
{
	margin-bottom: 0.5em;
	text-align: justify;
}

#corps p
{
	margin-bottom: 0.5em;
	text-align: justify;
}

#corps a
{
	color: blue;
	text-decoration: none;
}

#corps a:hover
{
	text-decoration: underline;
}

#corps table
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	border: 1px solid black;
	border-collapse: collapse;
}

#corps table a
{
	color: black;
}

td, th
{
	border: 1px solid black;
	vertical-align: top;
}

table h3
{
	margin: 5px 0px;
	color: #650200;
	text-align: center;
}

table ul
{
	padding: 25px;
}

table a:hover
{
	text-decoration: underline;
}

.citation_intro
{
	margin-top: -0.5em;
	margin-bottom: 2em;
	text-align: center;
}

/* PRESENTATION DU PIED DE PAGE*/
#pied_de_page
{
   padding: 5px;
   margin: 0px 5px 5px;
   text-align: center;
   font-size: small;
   color: black;
   border: 1px solid black;
}

#pied_de_page a
{
	color: blue;
	text-decoration: none;
}

#pied_de_page a:hover
{
	text-decoration: underline
}