/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|                                   index                                   |
|---------------------------------------------------------------------------|
|                                                                           |
|                           Page Quoi du site                          |
|                                                                           |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|                                              Sabine BOUBEL - avril 2008 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/




/* Définition de la zone 'global'
-----------------------------------------------------------------------------
	Personnalisation de fond
---------------------------------------------------------------------------*/
#global {
	background-color:white;
	}


#zoom {
	position:relative;
	float:left;
	background-color:white;
	width:651px;
	height:522px;
	padding-top:6px;
	}

#nav {
	position:relative;
	float:left;
	width:651px;
	height:20px;
	background-color:#CCFF32;
	text-align:center;
	}
#nav p {
	position:absolute;
	left:128px;
	width:394px;
	line-height:20px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#660000;
	}
#nav a#flecheG {
	position:absolute;
	left:100px;
	width:28px;
	height:20px;
	background-image:url(images/flecheG.jpg);
	background-position:0 0;
	}
	
#nav a#flecheD {
	position:absolute;
	left:522px;
	width:28px;
	height:20px;
	background-image:url(images/flecheD.jpg);
	background-position:0 0;
	}

#nav a#flecheG:hover, #global a#flecheD:hover {
	background-position:0 -20px;
	}
#nav a#retour {
	position:absolute;
	top:-35px;
	left:310px;
	width:30px;
	height:30px;
	z-index:300;
	}

