body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
background-image: url(images/fond_neutre.gif);
background-repeat: repeat;
}
#header {
width:591px;
height: 29px;
background-color: #336699;
float:right;
}
.haut {
width:591px;
height: 14px;
background-color: #336699;
float:right;
}

#conteneur {
position: absolute;
width:760px;
left: 50%;
margin-left: -380px;
background-color: #ffffff
}
#centre {
margin-left: 169px;
width:400px;
height:600px;
margin-top: 0px;
padding-left: 40px;
padding-top: 60px;
text-align: justify;
z-index: 1000;
}
#gauche {
background: url(images/vert_gauche.gif) 0 100% repeat-y;
position: absolute;
left:0;
top: 0;
width: 169px;
z-index: 2000;
}

#droite {
position: absolute;
right:0;
width: 210px;
margin-top: 150px;
font-size: 18px;
font-weight: 100; 
height:100%;
}

#droite ul{
liste-style:none;
font-size: 7px;
color: #336699;
text-transform: uppercase;
margin-top: 2px;
margin-left: 110px;
}
.droite p{
font-size: 14px;
font-weight: bold;
color: #336699;
margin-top: 600px;
}
#droite a{
text-decoration: none;
font-size: 14px;
font-weight: bold;
color: #336699;
margin-top: 600px;
}
#droite a:hover {
color: #336699;
text-decoration: underline;
}

.menuhaut {
list-style-type: none;
font-size: 11px;
font-weight: bold;
margin-bottom: 0px;
margin-left: 5px;
margin-top: 0px;
padding-left: 0px;
}
.menuhaut li {
display: inline;
color: #ffffff;
}
.menuhaut a {
margin: 0 2px;/*espace entre les liens du menu*/
color: #ffffff;
text-decoration: none;
}
.menuhaut a:hover {
color:#ff9933;
}

#centre h1 {
color: #ff9933;
font-size: 18px;
font-weight: normal;
text-transform: uppercase;
text-decoration: none;
margin-top: 80px ;
margin-left: 350px;
}
h2 {
color: #336699;
font-size: 18px;
font-weight: bold;
line-height: 21.6px;
margin-right: 40px;
text-decoration: none;
}
h3 {
color: #336699;
font-size: 14px;
font-weight: bold;
line-height: 16.8px;
margin-left:10px;
margin-right: 40px;
}
h4 {
color: #000000;
background-color: #ff9933;			/*bande orange pour référence, liens utiles*/
font-size: 18px;
font-weight: normal;
line-height: 21.6px;
text-decoration: none;
margin-right: 40px;
}

h5 {
color: #000000;
font-size: 12px;
font-weight: bold;
line-height: 16.8px;
margin-left:10px;
margin-right: 40px;
}

#centre p{
font-size: 14px;
font-weight: normal;
line-height: 16.8px;
margin-right: 40px;
}
#centre ul { /* the menu framework */
	position: relative; /* sets context for position for others elements insite it */
	list-style: none; /* hide default list bullets */
	margin-top: -55px;
	margin-left: -30px; /* zeroing browser default paddings */
  /* Menu framework dimensions */
	width: 550px; 
	height: 500px;
	background:  url(images/images_visite_virtuelle/carte.gif) no-repeat;/* Positioning cranium inside framework */
}

/* These rules for a (anchor) element, sets the visual display for the bullets over the cranium image and are the clickable area */
#centre a {
	position:absolute;
	display:block;
	text-decoration:none;
	text-align:center;
	font-size: 15px;
	border-collapse: separate;
	border-style: solid;
	border-color: #336699;
	border-width: 5px;
/* simulate a square bullet #990000*/
	}
	
	


/* The following rules sets the position for above bullets, over the cranium image */
#centre a.menu1{
	top: 181px;
	left: 69px;
	
	}

#centre a.menu2{
	top: 179px;
	left: 118px;
	}
#centre a.menu3{
	top:117px;
	left:276px;
	}
#centre a.menu4{
	top:54px;
	left:255px;
	}
#centre a.menu5{
	top:97px;
	left:106px;
	}
#centre a.menu6{
	top:21px;
	left:152px;
	}
#centre a.menu7{
	top:119px;
	left:104px;
	}
#centre a span {
display:none; /* hide the tooltip box */
width:500px; 
height: 300px;}
/* show and stylize the tooltip boxes */
#centre a.menu1:hover img, #centre a.menu2:hover img, #centre a.menu3:hover img,  
#centre a.menu4:hover img, #centre a.menu5:hover img, #centre a.menu6:hover img,
#centre a.menu7:hover img  {
float: left;
margin-right: 10px;
}

#centre a.menu1:hover span, #centre a.menu2:hover span,  #centre a.menu3:hover span,
#centre a.menu4:hover span,  #centre a.menu5:hover span,  #centre a.menu6:hover span, #centre a.menu7:hover span{ 
	display:block;
position:absolute; 
width:500px; 
height:300px; 
font: 11px arial, verdana, helvetica, sans-serif; 
text-align:justify;
padding:5px; /* a strange IE6/WinXP bug here! It sets left and  right paddings to 10px, thus resulting 170px for tooltip box total width in that browser!!??? For IE6/Win98 all OK!!*/
color:#000;
text-decoration:none;
	}
/* box model for compliants browsers */
li>#centre a.menu1:hover span, li>#centre a.menu2:hover span,  li>#centre a.menu3:hover span,
li>#centre a.menu4:hover span,  li>#centre a.menu5:hover span,  li>#centre a.menu6:hover span ,  li>#centre a.menu7:hover span{ 
	width:400px;
	}
/* the following rules set position for tooltip boxes */
#centre a.menu1:hover  { 
	border:none;
	top:250px;
	left:0px;
	}
#centre a.menu2:hover { 
	border:none;
	top:250px;
	left:0px;
	}
#centre a.menu3:hover {
	border:none;
	top:250px;
	left:0px;
	}
#centre a.menu4:hover { 
	border:none;
	top:250px;
	left:0px;
}
#centre a.menu5:hover { 
	border:none;
	top:250px;
	left:0px;
	}
#centre a.menu6:hover  { 
	border:none;
	top:250px;
	left:0px;
	}
#centre a.menu7:hover  { 
	border:none;
	top:250px;
	left:0px;
	}

#espace p{
margin-top: 500px;
 }
 
