@charset "utf-8";
/* CSS Document */

 body {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 30px;
	margin-right: 0px;
	background-image: url(images/general/fond_lin.jpg);
	background-repeat: no-repeat;
	/*background-position: top center;	*/
	
}

.texte_menu, .texte_menu a:visited, .texte_menu a:active, .texte_menu a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #BEB49E;
	text-decoration:none;
}

.texte_menu a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
	
}

.texte_menu_on {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #66CC66;
	text-decoration:none;
}

.texte_menu_small, .texte_menu_small a:visited, .texte_menu_small a:active, .texte_menu_small a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	color: #BEB49E;
	text-decoration:none;
	letter-spacing: normal;
}

.texte_menu_small a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
	letter-spacing: normal;
	
}

.texte_menu_on_small {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	color: #66CC66;
	text-decoration:none;
	letter-spacing: normal;
}

.texte_menu_small_on {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	color: #66CC66;
	text-decoration:none;
	letter-spacing: normal;

}


.texte_blanc {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
}

.texte_blanc a:link, .texte_blanc a:hover  {
	color: #FFFFFF;
	text-decoration:underline;
}

.texte_blanc a:visited, .texte_blanc a:active {
	color: #CCCCCC;
	text-decoration:underline;
}

.texte_mention, .texte_mention a:link, .texte_mention a:visited, .texte_mention a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #d1cabb;
	text-decoration:none;
}

.texte_mention a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
}

.texte_recommande {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #FFCC66;
	text-decoration:none;
}

.texte_recommande_gras {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFCC66;
	text-decoration:none;
}

.texte_suggestion, .texte_suggestion a:visited, .texte_suggestion a:active, texte_suggestion a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #d1cabb;
	text-decoration:none;
}

.texte_suggestion a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #d1cabb;
	text-decoration:underline;
}


#cadre_news { /* Cadre des news */
	left: 150px;
	top: 66px;
	position: absolute;
	z-index: 12;
	border: none;
	width: 639px;
	height: 483px;
	overflow: auto;
	scrollbar-arrow-color:#231303; /* Fleches H/B */
	scrollbar-track-color:#a77d4b; /* Fond ascenceur */
	scrollbar-face-color:#815117; /* Boutons */
	scrollbar-highlight-color:#a77d4b; /* Reflet clair boutons */
	scrollbar-3dlight-color:#a77d4b; /* Reflet clair boutons quand non enfoncés */
	scrollbar-shadow-color:#3d2203; /* Ombre des boutons */
	scrollbar-darkshadow-color:#3d2203; /* Ombre des boutons quand non enfoncés */
	margin: 0px;
}

/* ######## HIGHSLIDE ######## */
/* hs.wrapperClassName = 'no-close' */
.no-close .highslide-header .highslide-move * {
	display: none;
}
.no-close .highslide-header .highslide-close {
	display: none;
}
.fermer_fen {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/Scripts/highslide/highslide/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}



