﻿body 
{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
.GPSImmoLabel {
	font-style: italic;
}

.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:-35px;
}

#div_menu
{
	/*float:right;
	margin-top:-25px;
	background-color:Green;*/
}
.table_menu td
{
}

.table_menu a
{
	color:black;
	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:Black;
	text-decoration:none;
}
.table_sousmenu a:hover
{
	color:red;
}


/*
******************** TD DES SOUS MENU
*/
.td_sousmenu1
{
	background-image:url('medias/images/FondsousMenuGauche.png');
	background-repeat:no-repeat;
	width:10px;
	height:30px;
}

.td_sousmenu2
{
	background-image:url('medias/images/FondsousMenu.png');
	background-repeat:repeat-x;
	height:30px;
		text-align:center;
	vertical-align:middle;
}


.td_sousmenu3
{
	background-image:url('medias/images/FondsousMenuDroite.png');
	background-repeat:no-repeat;
	width:10px;
	height:30px;
}

.td_sousmenu2 a
{
	margin-right:10px;
	margin-left:10px;
}



/**************** bandeau bleu*/


#div_ombre1_out
{
	background-image:url('medias/images/fondOmbre2.png');
	background-repeat:repeat-x;
	background-position:50% bottom;
	background-color:rgb(30,150,245);
	height:10px;
	padding:0px;
}

#div_ombre1_in
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}



#div_content1_out
{
	background-color:rgb(30,150,245);
	padding-top:5px;
	padding-bottom:1px;
}

#div_content1_in
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	
	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:50% top;
	background-color:transparent;
	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;
	
}

/*********** REDEFINITION BALISES*/
h1
{
	font-size:medium;
}

/******** classe des page filles*/


/*pour les span a mettre en valeur*/
.texteBleu
{
	color:rgb(30,150,245);
	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;
}*/

.texteBleuPlusdINfo a{
	color: rgb(0, 0, 255);
	font-weight: lighter;
	font-size: small;
	font-style: italic;
	text-decoration:none;

	position:absolute;
	bottom:10px;

}
.texteBleuh2 {
	font-weight: normal;
	font-size: medium;
}
.TexteGras {
	font-weight: bold;
}
.textePetitGris {
	color: #808080;
	font-size: xx-small;
}
.Blanc {
	background-color: rgb(30,150,245);
	padding-top: 5px;
	padding-bottom: 1px;
	color: #FFFFFF;
}
.txt_Justif {
	text-align: justify;
}

