body{

	width: 980px;
	margin: auto;
	background: black url("../images/fond-redimens.jpg") no-repeat center 266px;
	border: 5px solid black;
}

/*Bannière haut */
#en_tete{
	width: 980px;
	height: 260px;
	background: black url("../images/banniere.png") no-repeat center;
	padding:0;
	margin:0;

}

/*MENU haut */
#menu_haut{
	background-repeat: no-repeat;
	margin:0;
	padding:0;
}

#menu_haut li{
	display: inline;
	margin: 0 100px;
}

#menu_haut a:link, #menu_haut a:visited{
	color:#000000;
}

#menu_haut a:hover{
color:#FFFFFF;
font-weight:bold;
}


/* Menu Greg GAUCHE */
 /*on definit la taille de la div du menu ainsi que la taille de parties du menu.*/
div#menu {
	width: 200px;
	float: left;
}

div#menu ul {
	padding: 0;
	width: 100px;
	border:3px solid;
	margin:0;	 
}

div#menu ul .niveau2{
	padding: 0;
	width: 110px;
	border:3px solid;
	margin:0;
			 
}			

/*On positionne les elements du menu */
div#menu ul li {
	position:relative;
	list-style: none; /*on enleve les icones de liste*/
	border-bottom:1px solid; /*ajout d'une bordure de separation d'element */
}

div#menu ul ul {
	position: absolute;
	top: 0;
	left: 100px; /*100px correspond au décalage a droite, on décale de la taille du ul de base*/
}	

div#menu li a {
	text-decoration: none; /* plus de soulignement pour les liens*/
} 

 /*fond jaune pr les sous-menu*/
div#menu li.sousmenu {
	background: yellow;
} 

/* On cache tous les sous menu avec la propriété display none*/
div#menu ul ul {
	position: absolute;
	top: 0;
	left: 100px;
	display:none
}

/*Lors du survol ,avec la souris, les sousmenu apparaissent grace a display: block */
div#menu ul.niveau1 li.sousmenu:hover ul.niveau2,
div#menu ul.niveau2 li.sousmenu:hover ul.niveau3 {
	display:block;
}
	
 /* fond blanc pour le menu */
div#menu a {
	color:#000000
}

/* fond different au survol de la souris entre les sous-menu et les "basiques"*/
div#menu li:hover {
	background: #EDD
}

div#menu li.sousmenu:hover {
	background: #EBB;
}

/* Rajout d'une petite fleche pour les sous menu (j'ai pioché cette astuce sur le web ;) )*/
div#menu li.sousmenu {
	background: url(fleche.gif) 95% 50% no-repeat;
}

/* on rajoute une bordure a gauche et des padding, on doit donc réajuster la taille 100-(8 de bordure + 8 de padding) =84 */
div#menu li a {
	text-decoration: none;
	padding: 4px 0 4px 8px;
	display:block; 
	border-left:8px solid #BBB;
	width:84px;
}

/* la bordure de chaque hauteur a une couleure de survol*/
div#menu li a:hover {
	border-left-color: red;
}
div#menu ul ul li a:hover {
	border-left-color: #00FF00;
}
div#menu ul ul ul li a:hover {
	border-left-color: #0000FF;
} 

#corps {
	margin-top:59px;
	width: 740px;
	height: 1250px;
	margin-left: 220px;
	margin-bottom: 5px;
	color: #000000 ;
	background-repeat: no-repeat;
	border: 2px solid black;
	text-align: center;
	padding:5px;
}

h1{
	color: #000000;
	text-align: center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

h2{
	padding-left: 30px;
	color: #000000;
	text-align: center;
}

h3{
color: #000000 ; }

#corps p{
text-align: left;
color: #000000;
font-style: italic;
font-size: 19px;
}

#corps .P1{
font-style: normal;
text-decoration: underline;
color: #000000;
}
#corps .P2{
font-style: normal;
text-decoration: none;
text-align: center;
color: #000000;
}
#corps .P3{
font-style: normal;
text-decoration: underline;
font-size: large;
color: #000000;
}

#corps td{
text-align: left;
font-weight: bold;
color: #000000;
}

#corps .accueil{
font-style: italic;
font-weight: bold;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
text-align: center;
color: #000000;
}

#corps .mentions{
font-size: 16px;
font-family: "Times New Roman", Times, serif;
text-align: left;
color: #000000;
}

#corps .mentions_haut{
font-weight: bold;
font-size: 16px;
font-family: "Times New Roman", Times, serif;
text-align: left;
color: #000000;
}

#pied{
	width: 750px;
	margin-left:220px;
	text-align: center;
	color: #000000;
	border: 2px solid black;

	}
	
#pied li{
display: inline;
margin: 0 25px;
padding:0;
}

#pied a:link, #pied a:visited, #post_pied a:link, #post_pied a:visited{
color:#000000;
}

#post_pied a:hover, #pied a:hover{
color:#FFFFFF;
font-weight:bold;
}

#post_pied{
	padding:0;
	margin-bottom:0px;
	width: 750px;
	margin-left:220px;
	text-align: center;
	color: #000000;
	font-style:italic;
}

#soins_visage td{
text-align:center ;
width: 400px ;
height: 75px;
}

#weborama, #weborama a:link, #weborama a:hover, #weborama a:visited{
text-align:center; 
color:#FFFFFF ;
background-image: none;
font-size:14px; }

#soins_visage a:link, #soins_visage a:hover, #soins_visage a:visited{
color:#000000;
}

.mapsection {font-family: Tahoma;font-size: 12px;}

.mapitem {font-family: Tahoma;font-size: 10px;}

#plan { 	
	margin-top:59px;
	width: 740px;
	height: 1250px;
	margin-left: 220px;
	margin-bottom: 5px;
	color: #000000 ;
	background-repeat: no-repeat;
	border: 2px solid black;
	padding:5px;
	text-align:left;
	line-height: 18px;}
	#plan a:link{color:#000000;}
	#plan a:hover, #pied a:hover{
color:#FFFFFF;
font-weight:bold;
}