/* FEUILLE PRINCIPALE POUR LE SITE DESIGN */
/* NE PAS MODIFIER CETTE PAGE, AJOUTER PLUTOT UNE FEUILLE ADDITIONNELLE */

body 
{
	background:#A5A3E5;
	/* padding:5%; */
	margin:0%;
	font-family:Verdana;
}

/* DEBUT CONTENEUR POUR LE MENU EN HAUT */

.conteneur_menu_haut_fond
{
	/* background:#0326C1;*/
	background-image:url(../images_graphisme/arriere_plan_menu.png);
	/* height:40px; */
	/*margin-bottom:1%; 	/* marge en dessous du conteneur */
	padding-top:10px; 	/* marge à l'intérieur du conteneur*/
	padding-bottom:10px; 	/* marge à l'intérieur du conteneur*/
}

.conteneur_menu_haut
{
	/* background:#85A3E5; */
	height:20px;
	width:90%;
	margin-right:auto;
	margin-left:auto;
}

.img_menu_haut
{
	border-style:solid;
	border-width:0px;
}

/* FIN CONTENEUR POUR LE MENU EN HAUT */


/* DEBUT CONTENEUR POUR LE PIED DE PAGE */

.conteneur_pied_de_page_fond
{
	/* background:#9593D5; */
	background-image:url(../images_graphisme/arriere_plan_pied.png);
	/* height:40px; */
	/*margin-bottom:10%; 	/* marge en dessous du conteneur */
	padding-top:10px; 	/* marge à l'intérieur du conteneur*/
	padding-bottom:10px; 	/* marge à l'intérieur du conteneur*/
}

.conteneur_pied_de_page
{
	/* background:#85A3E5; */
	/*height:60px;*/
	width:60%;
	margin-right:auto;
	margin-left:auto;
	font-size:smaller;
	/* line-height:0.8em;*/
	text-align:center;
	padding:0px;margin-bottom:1px;
	margin-top:1px;
}

.img_pied_de_page
{
	border-style:solid;
	border-width:0px;
	margin-bottom:1px;
	margin-top:1px;
	padding:0px;
	background:#FF702E;
	text-align:center;
}


/* FIN CONTENEUR POUR LE PIED DE PAGE */
