body{
background-color:#000000;
}
.ensemble {
	height: 600px;
	width: 800px;
	margin: auto;
	text-align:center;
}
.ensemble .fond { /*image de fond*/
	height: 551px;
	width: 800px;
	text-align:center;
	background-image:url(images/Part1/page1.gif);
}
.ensemble .fond .logo {
	height: 88px;
	text-align: left;
}
.logo a img{
border:0px;
}
.ensemble .fond .moteur {
	font-weight: bold;
	float: right;
	margin-top:5px!important;
	margin-top: 15px;
	margin-right: 15px;
}
.ensemble .fond .texteCentral { /*bloc de texte central*/
	height: 450px;
	margin-top: -40px;
	margin-left: 10px;
	width: 610px;
	float: left;
	overflow: auto;
	border-bottom: 1px #000000 solid;
}
.ensemble .fond .texteCentral .trame {
	background-image:url(images/illus/batiment.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.ensemble .fond .texteCentral .imageDroite{
	float:right;
}
.ensemble .fond .texteCentral .imageGauche{
	float:left;
}
.ensemble .fond .texteCentral .metier {
	background-color: #C5B5C1;
}

.ensemble .fond .texteCentral .fonds {
	margin-left: 30px;
	text-align: left;
	margin-top: -15px;
}

.ensemble .fond .menuGauche { /*tout le menu de gauche*/
	height: 400px;
	width: 162px;
	margin-top: 15px;
	text-align: left;
	float: left;
	line-height: 13px;
	margin-right: 5px;
}
.ensemble .fond .menuGauche .recherche {/*sous menu de recherche*/
	text-align: right;
}
.ensemble .fond .menuGauche .Grosmenu { /*menu d'exploration*/
	height: 355px;
	margin-left: 22px;
	margin-top:-23px!important;
	margin-top: -20px;
}
.ensemble .fond .menuGauche .Grosmenu .sousmenu { /*sous menu de la partie explorée*/
	margin-top: 0px!important;
	margin-top: -5px;
}
.ensemble .fond .menuGauche .Grosmenu .sousmenu .sousSousMenu { /*sous partie*/
	margin-left: 10px;
	margin-top: -15px;
}
.ensemble .bando {/*image de fond du bandeau du bas*/
	background-image:url(images/Part1/bando1.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 800px;
	}
.ensemble .bando .accueil { 
	margin-right: 0px;
	float:right;
}
.ensemble .bando .accueil .textebando {/*adresse*/
	text-align:center;
	width:800px;
	line-height:14px;
}
.ensemble .bando .accueil .retour {/*lien de retour à l'accuei*/
	margin-top:-40px!important;
	margin-top:-30px;
	width:730px;
	text-align: right;
	margin-left:16px!important;
	margin-left:0px;
}
.ensemble .bando .accueil .boussole {/*image de la boussole*/
	float:right;
	margin-top:-32px;
}
.bordure{
	border: 1px solid #000000;
}

/*gestion de la couleur des paragraphes*/
.blanc { /*paragraphe blanc*/
color:#FFFFFF;
}
.lien { 
color:#3C0435;
}
.texte {
	color:#31043C;
}
.titre { 
color:#3C0435;
text-align:center;
}
/*fin de la gestions des couleurs des paragraphes*/

/*gestion des liens hypertextes*/
a:hover { /*survol des liens hypertextes*/
text-decoration:underline;
}
.texteCentral a {
	text-decoration:underline;
	color:#3C0435;
}
.texteCentral a img{
border:0;
}
.sousmenu a, .recherche a, .moteur a{
text-decoration:none;
color:#FFFFFF;
}

.titre a {
text-decoration:none;
color:#3C0435;
}
.accueil a {
text-decoration:none;
color:#3C0435;
}
/*fin de gestion des liens hypertextes*/


/*gestion du survol des infos pratiques*/
.ensemble .fond .test {
	float: right;
	margin-right:180px!important;
	margin-right: 90px;
	margin-top:-8px!important;
	margin-top: 5px;
}
#boussole{/*position du bloc d'images bouton*/
	list-style-type: none;
	padding:0;
	width: 100px;
	position: absolute;
	/*	top: 520px;
	left:700px;*/
}
.infos {
	float: left;
}
.menu a {       /* définition de chaque bouton du menu */
width: 30px;	   /* largeur du bouton, que vous pouvez changer à loisir */
height: 20px;
display: block;
}
.menu a:hover {
	border-bottom: 0px;
	text-decoration: none;
}
.menu a span {     /* définition de la balise <span> inclue dans <a> */
display: none;
font-style: italic;
}
.menu a:hover span {   /* définition de la balise <span> au survol */
	display: block;
	top: 30px;
	width: 170px;       /* largeur de la zone de commentaires, selon la taille du menu */
	text-align: center;
	border-top: 1px solid gray;
	color: #3C0435;
	font-family: "Franklin Gothic Book",sans-serif;
	position: absolute;
	font-size: 12px;
	left: -35px;
}
.menu img{
border:0;
}

/*fin de gestion du survol des images*/
.ensemble .fond .test2 {
	float: left;
	margin-top:-8px!important;
	margin-top: 5px;
	margin-left:45px!important;
	margin-left: 5px;
}
#boussole2{
	list-style-type: none;
	padding:0;
	width: 135px;
	position: absolute;
}
.infos2{
	float: left;
}
.menu2 a {       
width: 30px;	   
height: 20px;
display: block;
}
.menu2 a:hover {
	border-bottom: 0px;
	text-decoration: none;
}
.menu2 a span {     
display: none;
font-style: italic;
}
.menu2 a:hover span {  
	display: block;
	top: 30px;
	width: 205px;       
	text-align: center;
	border-top: 1px solid gray;
	color: #3C0435;
	font-family: "Franklin Gothic Book",sans-serif;
	position: absolute;
	font-size: 12px;
	left: -35px;
}
.menu2 img{
border:0;
}

