body {
	padding: 0;
	margin: 0;  /*pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	background-color:#D4D4D4;
				
}

/* ------------ CENTRAGE HORIZONTAL+VERTICAL ------------------- */
#globalCentre {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 770px;
     height: 570px;
     margin-top: -275px; /* moitié de la hauteur */
     margin-left: -350px; /* moitié de la largeur */
     background-color: #FFFFFF;
	 text-align: left; 
}

/* ------------ POSITION DES ELEMENTS ------------------ */
#cadrePresent {
     position:absolute;
     top: 40px; 
     left: 25px;
     width: 720px;
     height: 450px;
     background-color: #FFFFFF;
	 display: none;
	 z-index: 100;
}

#titre {
	position:absolute;
	top: 13px; 
	left: 13px;
	width: 770px;
	height: 450px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
}
#retourAccueil {
	position:absolute;
	top: 19px; 
	right: 15px;
	width: 100px;
	height: 450px;	
	text-align: right;
}

#loading {
	position:absolute;
	top: 255px; 
	left: 0px;
	width: 770px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#666666;
}

#photo {
	position:absolute;
	top: 50px; 
	left: 0px;
	width: 770px;
	height: 520px;	
	background-repeat:no-repeat;
	background-position: 50% 50%;
	/*background-color:#CCCCCC;*/
}

#legende {
	position:absolute;
	top: 500px; 
	left: 0px;
	width: 770px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
}

#navigation {
	position:absolute;
	top: 525px; 
	left: 0px;
	width: 770px;
	height: 50px;	
	text-align: center; 
}

#navigation2 {
	position:absolute;
	top: 545px; 
	left: 0px;
	width: 770px;	
	text-align: center; 
}

#navigation2b {
	position:absolute;
	top: 545px; 
	left: 0px;
	width: 770px;	
	text-align: center; 
	display:none;
}

/*------------ NAVIGATION PHOTO ------------------- */
#textePresent {
     position:absolute;
     top: 25px; 
     left: 50px;
     width: 620px;
     height: 430px; 
     padding-right: 20px;
     	   overflow: auto;
  
}

.tournepage { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.tournepage a { 
	width: 10px;
	margin-left: 4px;
	margin-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	text-decoration: none;
	background-color: #cccccc;
}

	.tournepage a:visited{
		width: 10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-decoration: none;
		background-color:#8497B0;
		color: #8497B0;
	}
	
	.tournepage a:hover{ 
		width: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #999999;
		text-decoration: none;
		background-color:#999999;
	}
	
.tournepage strong {
	/*margin-left: 3px;*/
	margin-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
		background-color:#8497B0;
		color: #8497B0;
}
.tournepage  img {
	border: 0;
	position: relative;
	top: 6px;
}

/*--- ASPECT DU BOUTON DE RETOUR ---*/
.btRetour {

	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration:none;
	/*background-image: url(/images/M_images/arrowL2.gif);
	background-repeat: no-repeat;
	background-position: left 3px;*/
}
.btRetour:hover {

	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
	/*background-image: url(/images/M_images/arrowL2.gif);
	background-repeat: no-repeat;
	background-position: left 3px;*/
}

.small { font-family: verdana;font-size: 10px;color: black;line-height:13px;}
.small a { color: black;}
.small a:hover { color: black;text-decoration: underline;}

#flashcontent {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:15px;
margin-right:5px;
color:#cccccc;
}
#flashcontent2 {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:15px;
color:#0066CC;
}
