/* CSS definition file containing site wide stylesheets */

.times {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 10px;
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.fondchateau {
	background-image: url( "../assets/images/illustration.jpg" );
 	background-repeat: no-repeat;
 	background-attachment: scroll;
 	background-position: top left
}

.arials {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10px;
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.fondoliveverte {
	background-image: url( "../assets/images/terroir_olives.gif" );
 	background-repeat: no-repeat;
 	background-attachment: scroll;
 	background-position: top left
}

.verdanas {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10px;
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}