a:link {
	color: #66CCFF;
	text-decoration: none;
}    /* unvisited link */

a:visited {
	color: #66CCFF;
	text-decoration: none;
} /* visited link¸color: #66CC66; */

a:hover {color:#66CCFF;}   /* mouse over link */
a:active {color:#66CCFF;}  /* selected link */

a.un:link {color:#33cc33;}
a.un:visited {color:#33cc33;}

a.deux:link {color:#99cc00;}
a.deux:visited {color:#99cc00;}

a.trois:link {color:#cccc00;}
a.trois:visited {color:#cccc00;}



.T01 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 25px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999;
	text-align: center;

}
.Fond {
	background-color: #333;
	text-align: center;
}
.T02 {
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	text-align: center;
}
.T03 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: center;
	
}
.paragraphes {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #CCC;
	text-align: justify;

}
.T04 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;


}
.T05 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: left;

}

.image {
	position: relative;
}
.legende {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
.identification {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
}
.centrer {
	text-align: center;
}
