/* Les Yeux dans les Yeux Production CSS  */
body {
	background-image: url(imgs/fade_top.gif);
	background-repeat: repeat-x;
	background-color: #4B566C;
}
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.texte-petit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.texte-rge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AD1718;
}
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #AD1718;
}
.titre-big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #AD1718;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AD1718;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AD1718;
}
a:hover {
	text-decoration: none;
	color: #D4C0A8;
	background-color: #ad1718;
}
a:active {
	text-decoration: none;
	color: #000000;
}

