/* Zone Logo ENFA */
#Zone01 {
	background-color: #FFFFFF;
	height: 175px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 175px;
	z-index: 1;
}

/* Zone Menu Pratique Horizontal */
#Zone02 {
	background-color: #339999;
	height: 175px;
	left: 175px;
	position: absolute;
	top: 0px;
	width: 625px;
	z-index: 3
}


/* Zone Fond Menu Thématique Vertical */
#Zone03 {
	height: 100%; 
	left: 0px;
	position: absolute;
	top: 175px;
	width: 250px;
	z-index: 4;
	background-color: #339999;
}

/* Zone Menu Thématique Vertical */
#Zone03a {
    height: 333px;
	left: 0px;
	position: absolute;
	top: 175px;
	width: 250px;
	z-index: 5;
	background-image: url(../images/form_menubg.jpg);
}

/* Zone Contenu */
#Zone04 {
	background-color: #FFFFFF;
	left: 250px;
	position: absolute;
	top: 175px;
	width: 550px;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 12px;
}

/* Style global du site */

body { 
	color : #000000; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt; 
	background-color : #339999;
}


/* ************************************************************                     */ 

body a:link {	
	color: #339999;
}

body a:visited {
	color: #339999;
}

body a:hover {
	color: #FFFFFF;	
	text-decoration : none;
	background-color : #339999;
}	

body a:active {
	color: #FFFFFF;
	text-decoration : none;
	background-color : #339999;
}

