.unnamed1 {  

text-decoration: underline;
color: #660033;

}
.lienjaune {   color: #FFFF00; text-decoration: underline}

#global {
	width: 100%;
	position: absolute;
	visibility: visible;
	height:auto;
	left: 0px;
	top: 105px;
		
}

#haut {
	width: 100%;
	position: fixe;
	visibility: visible;
	height:auto;
	left: 0px;
	top: 0px;
	z-index: 0;
	overflow: visible;
	
}
#milieu {
	width: 90%;
	position: relative;
	visibility: visible;
	z-index: 1;
	left: 80px;
	overflow: hidden;
}
#left {
	position: absolute;
	visibility: visible;
	height: auto;
	width: 125px;
	z-index: 0;
	overflow: hidden;
}	
#footer {
	position: relative;
	visibility: visible;
	height: 100px;
	width: 100%;
	top: 0px;
	left: 0px;	

}


body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/fondpage.jpg);
	background-repeat: repeat;
}

.titrepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	color: #99FF66;
	font-weight: bold;	
}

.paragraphe1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #99FF66;
}
.paragraphe2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#99FFCC;
}
.paragraphe3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#99FFFF;
}
a:hover {
	text-decoration: none;
}

