body {
	background-color: #fff2b7;
	margin: 0px;
	background-image: url(../images/background_contenu.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.sousmenus {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #AC2117;
	text-transform: uppercase;
}

.soustitre {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF5c6;
	text-transform: uppercase;
}



p {
	font-family: "Times New Roman", Times, serif;
	color: #ac2119;
	font-size: 14px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	color: #f3841f;
	font-style: italic;
}
.NomsProduits {
	font-size: 11px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #F3841F;
	line-height: normal;
}

img {
	border: 0px none #000000;
}


td {
	font-family: "Times New Roman", Times, serif;
	color: #ac2119;
	font-size: 14px;
}
a:link {
	color: #ac2117;
	text-decoration: none;
}
a:visited {
	color: #ac2117;
	text-decoration: none;
}
a:hover {

	color: #f37f18;
	text-decoration: none;
}
a:active {


	color: #ac2117;
	text-decoration: none;
}

/*****************************************/
/* Ajouté par CyberCat 22 septembre 2010 */
/*****************************************/
.CYMenu {
	position: absolute;
	visibility: hidden;
	border: 1px solid rgb(172, 33, 25);
	border-bottom-width: 0;
	font: normal 11px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: rgb(243, 132, 31);
	/* width: 205px; */
	margin-top: 0;
	text-align: left;
}

.CYMenu a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid rgb(172, 33, 25);
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
	color: white;
}

.CYMenu a:hover { /*hover background color*/
	background-color: rgb(172, 33, 25);
	color: white;
}

.CYMenuBtn {
	color:#FFFFFF !important;
	cursor:pointer;
	font-family:Verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	white-space:nowrap;
	display: block;
	float: left;
	padding-right: 3px;
	padding-left: 3px;
	border-right: solid 1px white;
	padding-top: 4px;
	padding-bottom: 4px;
}

.CYMenuBtn:hover {
	background-color: rgb(172, 33, 25);
}
.CYMenuBtnLast {
	border-right: 0;
}

