body { 
	background-color:#FFF8F0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../img/fond.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-attachment:fixed;
	color:#784611;
	margin-left:0;
	margin-top:0;
	margin-right:0;

}

td {
	font-size:11px;
	}

a {
	color:#F47E00;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#774107;
}

.textgeneral{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:19px;
	color:#563206;
	background-color:#FFECD7;
	}
input.formulaire {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../img/form_fd.gif);
	background-repeat:repeat-x;
	border:1px solid #E0A45B;
	height:19px;
	color:#563206;
	}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../img/form_fd.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #E0A45B;
	color:#563206;
	}
	
img.tourblanc{
	border:1px solid #FFFFFF;
	}
	

.soustitre {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#CE6A10;
}
.soustitre2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CE6A10;
}




/* MENU */

.fondmenu {
   background-color:#FFFFFF;
   filter:alpha(opacity=90);
   -moz-opacity:0.9;
   -khtml-opacity: 0.9;
   opacity: 0.9;
}

a.menu{
	text-decoration:none;
	color:#C56300;
}
a.menu:hover {
	font-weight:bold;
}

