/*			POLICES			*/

@font-face {
    font-family: Garamond;
    font-style:  normal;
    font-weight: normal;
    src: url(GARAMON0.eot);
}


.texte{
	font-family: Garamond;
	color: #111210;
	font-size:18px;
}

.titre{
	font-family: Garamond;
	color: #4b88a9;
	font-size:21px;
}

.moyen{
	font-family: Garamond;
	color: #111210;
	font-size:15px;

}

.italique{
	font-weight:bold;
	font-style:italic;
}


/*			IMGS LIENS			*/

a:hover img {
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;
}

a:link img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

A:link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
A:visited {
	color:#CCCCCC;
	text-decoration:none;
	font-weight:bold;
}
A:hover {
	text-decoration:overline;
	color:#FFFFFF;
}


.thumbnails{
	border:solid 2px black;

}
