body{
	background-image : url(BASE/fond.jpg);
	background-repeat: no-repeat;
	color: Black;
}

A:link{
	text-decoration: none;
	color : 000000;
}
A:visited{
	text-decoration: none;
	color : 000000; 
}
A:active{
	text-decoration: none; 
	color : 000000;
}
A:hover{
	text-decoration: underline; 
	color :  000000; 
} 

#centrer {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 700px;
	height: 400px;
	margin-top: -200px; /* moitié de la hauteur */
	margin-left: -350px; /* moitié de la largeur */
	border: 1px solid #000000;
	/*border: 1px solid #333;*/
	background-color: #eee;
}

#zonevisibleDiv {
	position: absolute; 
	left:210; 
	top:180; 
	width:540; 
	height:280; 
	clip:rect(0,540,280,0);
	visibility: visible; 
	z-index: 12;
}
#scrollerDiv {
	position: absolute; 
	left:0; 
	top:0; 
	width:540; 
	z-index: 12;
}
#zForum{
	position:absolute;
	/*background-image:  url(BASE/logo.gif);
	background-repeat: no-repeat;*/
	left:95;
	top:95;
	width:300; 
	height:90; 
	z-index:16;
}

/*** LOGO ******************************************************************************************/
#zLogo{
	position:absolute;
	background-image:  url(BASE/logo.gif);/*border='0';*/
	background-repeat: no-repeat;
	left:0;
	top:0;
	width:200; 
	height:90; 
	z-index:1;
}

/*** BANDEAU ***************************************************************************************/
#zBandeau{
	position:absolute; 
	/*background-image:  url(BASE/bandeau.gif);/*width='468' height='60'* /
	background-repeat: no-repeat;*/
	left:250; 
	top:6; 
	width:468; 
	height:60; 
	z-index:2;
}

/*** ZTITRE ***************************************************************************************/ 
#zTitre{
	position:absolute; 
	left:150; 
	top:120; 
	width:620; 
	height:50; 
	z-index:13;
}
/*** ZCENTRE **************************************************************************************/
#zCentre{
	position:absolute; 
	left:210px; 
	top:180px; 
	width:540; 
	height:280; 
	z-index:6; 
	visibility: visible;
}
/*** CALQUE TRANSPARENT ******************************************************************************/
#calqueTransp{ 
	position:absolute; 
	width:180px; 
	height:155px; 
	z-index:19; 
	left: 119px; 
	top: 109px; 
	visibility: hidden;
}
/*** ZPROFUSUS *************************************************************************************/
#zProfusus{
	position:absolute; 
	background-image:  url(BASE/profususOFF.gif);/*width='150' height='90'border='0'*/
	background-repeat: no-repeat;
	left:0; 
	top:390; 
	width:150; 
	height:90; 
	z-index:4;
}

/** ZRUBRIQUES *************************************************************************************/
#zRubriques{
	position:absolute; 
	left:0; 
	top:120; 
	width:150; 
	height:270; 
	z-index:3;
}

/**** ZPOP1 **********************************************************************************************/
#zPop01{
	position:absolute; 
	left:150; 
	top:120; 
	width:110; 
	height:110; 
	z-index:20; 
	visibility: hidden;
}

/*** ZPOP2 **********************************************************************************************/
#zPop02{ 
	position:absolute; 
	left:150; 
	top:152; 
	width:110; 
	height:110; 
	z-index:20; 
	visibility: hidden;
}

/*** ZSCROLLCONTROL **************************************************************************************/
#zScrollControl{
	position:absolute; 
	left:150; 
	top:170; 
	width:60; 
	height:310; 
	z-index:10;
}

/*** ZHAUT ************************************************************************************************/
#zHaut{ 
	position:absolute;
	background-image:  url(AFFICHAGE/haut.gif);
	background-repeat: no-repeat;
	left:210;
	top:170; 
	width:540; 
	height:10; 
	z-index:8;
}

/*** ZBAS ************************************************************************************************/
#zBas{
	position:absolute;
	background-image:  url(AFFICHAGE/bas.gif);
	background-repeat: no-repeat;
	left:210px; 
	top:460px; 
	width:540; 
	height:20px; 
	z-index:10;
}

/*** ZDROITE *********************************************************************************************/
#zDroite{
	position:absolute; 
	background-image:  url(AFFICHAGE/droite.gif);
	background-repeat: no-repeat;
	left:750px; 
	top:170px; 
	width:20; 
	height:310; 
	z-index:10;
}
#coord{
	/*text-align: center;*/
	width: 250px;
	font-style: normal;
}

#formulaire{
	text-align: center;
}
/****************** VISUEL PHOTO **********************************/
.photogauche{
	float:left;
	border: solid 0px black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-left: 10px;
	background-color: #eeeeee;
	background: url('tutut.jpg') top left no-repeat;
}
.photodroite{
	float:right;
	border: solid 0px black;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-left: 10px;
	background-color: #eeeeee;
	background: url('tutut.jpg') top left no-repeat;
}

.positiongauche{
	float:left;
	border: solid 0px black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-left: 10px;
	background-color: #eeeeee;
	background: url('tutut.jpg') top left no-repeat;
}
.positiondroite{
	float:right;
	border: solid 0px black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-left: 10px;
	background-color: #eeeeee;
	background: url('tutut.jpg') top left no-repeat;
}

.positioncentre{
	text-align: center;
	border: solid 0px black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-left: 10px;
	background-color: #eeeeee;
	background: url('tutut.jpg') top left no-repeat;
}

.base{
	clear:both;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/******************************************************************/