﻿body 
{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

.div_sitemap
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
.siteMapClass
{
	text-align:center;
	color:gray;
	float:right;
}
/*
******************** ENTETE
*/
#div_bandeau_out
{
	height:100px;
	margin:0px;
}

#div_bandeau_in
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}


#img_MP_logo
{
}
/****************** MENU*/
.table_menu
{
	/**/float:right;
	font-size:large;
	font-weight:bold;
	margin-top:-40px;
}

#div_menu
{
	/*float:right;
	margin-top:-25px;
	background-color:Green;*/

}
.table_menu td
{
}

.table_menu a
{
	color:#A55204;
	text-decoration:none;
	margin-left:15px;
}
.table_menu a:hover
{
	color:red;
}


/*
******************** SOUS MENU
*/

.table_sousmenu
{
	float:right;
	margin-top:-15px;
	height:32px;
	/*background-color:yellow;*/

}
.table_sousmenu td
{
}

.table_sousmenu a
{
	color:#A55204;
	text-decoration:none;
	font-weight:bold;
}
.table_sousmenu a:hover
{
	color:red;
}


/*
******************** TD DES SOUS MENU
*/
.td_sousmenu1
{
	background-image:url('../medias/images/FondsousMenuGaucheOrange.png');
	background-repeat:no-repeat;
	width:10px;
	height:30px;
}

.td_sousmenu2
{
	background-image:url('../medias/images/FondsousMenuOrange.png');
	background-repeat:repeat-x;
	height:30px;
	text-align:center;
	vertical-align:middle;
}


.td_sousmenu3
{
	background-image:url('../medias/images/FondsousMenuDroiteOrange.png');
	background-repeat:no-repeat;
	width:10px;
	height:30px;
}

.td_sousmenu2 a
{
	margin-right:10px;
	margin-left:10px;
}



/**************** bandeau */


#div_ombre1_out
{
	background-image:url('../medias/images/fondOmbre2.png');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FF9F40;
	height:10px;
	padding:0px;
}

#div_ombre1_in
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}



#div_content1_out
{
	background-color:#FF9F40;
	padding-top:15px;
	padding-bottom:1px;
}

#div_content1_in
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	
	color:White; /*Couleur du contenu du bandeau bleu*/
	
}

#div_content1_in h2
{
		
}

#div_ombre2
{
	background-image:url('../medias/images/fondOmbre3.png');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FF9F40;
	margin:0px;
	height:8px;
}


/****************** CORP*/
#MP1corp
{
	width:950px;
	margin-left:auto;
	margin-right:auto;

}

/******************* PIED*/

#div_plan
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-image:url(../medias/images/fondPlan.bmp);
	background-repeat:repeat-x;
	overflow:auto;
}

#div_plan h3
{
	text-decoration:underline;
	text-align:center;
	color:gray;
}

.div_plan_elt
{
	float:left;
	width:20%;
	text-align:left;
}


.div_plan_elt a
{
	color:gray;
	text-decoration:none;
	font-size:small;
	
	
}
.div_plan_elt a:hover
{
	color:red;	
}

#div_pied
{
	width:100%;
	text-align:center;
	margin-top:10px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#FFD573;/*jaune*/
	border-top-style:solid;
	border-top-color:#DCB357;
	border-bottom-style:solid;
	border-bottom-color:#DCB357;
	
}

/*********** REDEFINITION BALISES*/
h1
{
	font-size:150%;
}

/******** classe des page filles*/


/*pour les span a mettre en valeur*/
.texteRouge
{
	color:#E52711;
	font-weight:bold;
}


/*pour les images et textes dans le bandeau bleu
#div_titre
{
	margin-right:50%;
	width:50%;
}

#div_img
{
	float:right;
	width:50%;
	text-align:center;
}*/

.texteRougePlusdINfo {
	color: rgb(0, 0, 255);
	font-weight: lighter;
	font-size: small;
	font-style: italic;
}
.TexteBleuMaigre {
	font-size: small;
}
.texteRougeh2 {
	font-weight: normal;
	font-size: medium;
}
