@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

html {
	font-family: Arial, Helvetica, sans-serif, "Comic Sans MS";
	font-size: 13px;

}

#main {
	width: 916px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/repet-y.jpg);
	background-repeat: repeat-y;

}

#header {
	background-image: url(images/header-bg.jpg);
	height: 317px;

}

#page {
	padding-left: 60px;
	padding-top: 10px;

}

#page #colonne-gauche {
	background-image: url(images/ombre-colonne-gauche.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 200px;
	padding-top: 20px;

}
#main #page #colonne-gauche .menu {
	padding-right: 21px;
	color: #FFFFFF;
}

#main #page #colonne-gauche .menu ul {
	list-style-type: none;
	padding-bottom: 20px;
}
#main  #page  #colonne-gauche  .menu  ul li a {
	text-decoration: none;
	color: #FF9900;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/btn-menu-gauche.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#main  #page  #colonne-gauche  .menu  ul  li  a:hover {
	color: #000000;
	background-color: #FF9900;
}



#page #colonne-droite {
	width: 600px;
	float: left;
	color: #FFFFFF;

}
#main #page #colonne-droite p {
	display: block;
	text-align: justify;
	padding-bottom: 10px;
	padding-top: 10px;
}
#main #page #colonne-droite .habilledroite {
	float: right;
	border: 2px solid #FFFFFF;
	margin-left: 10px;
}
#main #page #colonne-droite .habilledroite2 {
	float: right;
	margin-left: 10px;
}
#main #page #colonne-droite a {
	color: #FF9900;
	text-decoration: none;
	border-bottom: 1px dotted #FF9900;
}
#main #page #colonne-droite a:hover {
	color: #FFFFFF;
}



#main #page #colonne-droite h1 {
	display: block;
	text-align: right;
	padding-bottom: 5px;
	border-bottom: 1px solid #FCE170;
}
#main #page #colonne-droite ul {
	list-style-type: disc;
	padding-left: 50px;
}
#main #page #colonne-droite ul li {
	padding-bottom: 10px;
}
#main #page #colonne-droite .ingredients {
	font-size: 10px;
	color: #E4AC94;
}
#main #page #colonne-droite .titre-news {
	font-weight: bold;
	background-color: #D98764;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
#main #page #colonne-droite .date-news {
	font-size: 10px;
	padding-left: 10px;
	background-color: #FF9900;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333333;
}
#main #page #colonne-droite .texte-news {
	padding-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#main #page #colonne-droite .texte-news img {
	float: right;
	height: 130px;
	width: 200px;
}




#antifloat   {
	clear: both;
}


#footer {
	background-image: url(images/footer.jpg);
	height: 150px;
	font-size: 11px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-color: #FFFFFF;

}
#main #footer #baseline {
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 40px;
}
#main #footer #baseline #bl-gauche {
	width: 290px;
	text-align: right;
}
#main #footer #baseline #sign {
	padding-top: 10px;
	text-align: right;
	color: #BC592F;
}
#main #footer #baseline #sign a {
	color: #BC592F;
	text-decoration: none;
}
#main #footer #baseline #sign a:hover {
	color: #714018;
}
#main #footer .menubas {
	text-align: center;
	padding-top: 30px;
}
#main #footer .menubas a {
	color: #999999;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#main #footer .menubas a:hover {
	color: #BC592F;
}


#colonne-droite hr {
	border-top: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 1px;
	height: 2px;
	display: block;
	color: #FF9900;
	background-color: #FF9900;
}

