@font-face {
    font-family: 'Swiss';
    src: url('swiss_721_thin_bt_1-webfont.eot');
    src: url('swiss_721_thin_bt_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('swiss_721_thin_bt_1-webfont.woff') format('woff'),
         url('swiss_721_thin_bt_1-webfont.ttf') format('truetype'),
         url('swiss_721_thin_bt_1-webfont.svg#Swis721ThBTThin') format('svg');
    font-weight: normal;
    font-style: normal;

}





body {
	margin: 0px;
	padding: 0px;
	background-color: #f2f3c2;
	color: #333;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
p {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	font-size: 30px;
	font-family: Verdana, Geneva, sans-serif;
	color: #7E0926;
}

h2 {
	font-size: 30px;
	font-weight: normal;
	padding: 0px;
	color: #7E0926;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	font-size: 22px;
	font-weight: normal;
	color: #7E0926;
	line-height: 22px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
.leh1 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 48px;
	font-family: Verdana, Geneva, sans-serif;
	color: #7E0926;
}




.header {
	height: 25px;
	width: 100%;
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
}
.header_content {
	line-height: 22px;
	height: 25px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	color: #FFF;
	font-size: 12px;
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
}
.logo_container {
	background-color: #FFF;
	height: 95px;
	width: 100%;
	z-index: 1000;
}
.logo_content {
	height: 95px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 2000;
}
.header_content a:link, .header_content a:visited {
	color: #FFF;
	text-decoration: none;
}


.header_content a:hover, .header_content a:active {
	color: #000;
	text-decoration: none;
}
.banner_container {
	height: auto;
	width: 100%;
	background-color: #f6f7d4;
}
.banner_content {
	height: 330px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	background-color: #f6f7d4;
}
.banner_image {
	position: absolute;
	width: 410px;
	height: 330px;
}
.banner_titre {
	position: absolute;
	width: 521px;
	top: 60px;
	height: auto;
	left: 439px;
}
.banner_titre h1 {
	color: #7E0926;
	font-weight: normal;
	font-family: Swiss;
	font-size: 60px;
	line-height: 60px;
}
.banner_titre_span {
	font-size: 16px;
	color: #E68900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E68900;
	display: block;
	padding-top: 15px;
	margin-top: 15px;
	line-height: 16px;
}
.banner_btn {
	position: absolute;
	background-image: url(images/btn_savoirplus.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 36px;
	width: 191px;
	left: 434px;
	top: 277px;
	z-index: 50000;
}
.banner_btn:hover {
	background-position: bottom;
	cursor: pointer;
}
.slideshow_wrap a:link {
	text-decoration: none;
}



.bradcrum_wrapper {
	background-color: #7E0926;
}
.breadcrum_content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	font-style: italic;
	color: #7E0926;
	padding-top: 10px;
	padding-bottom: 10px;
}
.breadcrum_content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.breadcrum_content ul li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
}
.breadcrum_content ul li a:link, .breadcrum_content ul li a:visited {
	color: #FFF;
	text-decoration: none;
}
.breadcrum_content ul li a:hover, .breadcrum_content ul li a:active {
	color: #E58700;
	text-decoration: none;
}
.breadcrum_content .last{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.menu {
	position: absolute;
	height: 50px;
	width: 460px;
	left: 501px;
	top: 26px;
	text-align: right;
	color: #333;
	z-index: 5000;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu li {
	display: inline;
	font-size: 18px;
	line-height: 45px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E93F34;
	margin-left: 10px;
	padding-right: 10px;
}
.menu a:link, .menu a:visited {
	color: #333;
	text-decoration: none;
}
.menu a:hover, .menu a:active {
	color: #E58700;
	text-decoration: none;
}


.menu .last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	padding-right: 0px;
}

.contenu_container {
	height: auto;
	width: 100%;
	background-color: #FFF;
}
.contenu_content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
}
.colone_gauche {
	width: 410px;
	margin-right: 80px;
	font-size: 16px;
	float: left;
}
.colone_gauche .commentaires {
	margin-top: 80px;
}
.commentaires a:link, .commentaires a:visited {
	color: #E68900;
	text-decoration: none;
}
.commentaires a:hover, .commentaires a:active {
	color: #000;
	text-decoration: none;
}
.colone_droite {
	width: 470px;
	float: left;
	height: auto;
	font-size: 14px;
}
.autres_services {
	width: 300px;
	float: left;
	height: auto;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e58a00;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 110px;
	background-image: url(images/autre_service_temp.jpg);
	background-repeat: no-repeat;
	background-position: left 27px;
}


.colone_droite_buffet {
	width: 410px;
	float: left;
	height: auto;
	font-size: 18px;
	padding-right: 60px;
}
.buffet_photo img {
	border: medium solid #E68A05;
}
.bouton_buffet {
	background-image: url(images/bouton_buffet_froid.png);
	height: 50px;
	width: 290px;
	background-repeat: no-repeat;
	background-position: left top;
}
.bouton_buffet:hover {
	background-image: url(images/bouton_buffet_froid.png);
	height: 50px;
	width: 290px;
	background-repeat: no-repeat;
	background-position: left bottom;
	cursor: pointer;
}




.colone_droite .horaire {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e58a00;
	background-image: url(images/clock.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 160px;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.colone_droite .pointvente {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e58a00;
	background-image: url(images/map.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 160px;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.lunch  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e58a00;
	background-image: url(images/icon_buffet_chaud.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 160px;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.colone_droite .boites {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e58a00;
	background-image: url(images/boite_02.jpg);
	background-repeat: no-repeat;
	background-position: -15px -15px;
	padding-left: 160px;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.colone_droite .platscuisines {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e58a00;
	background-image: url(images/plats_cuisines.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 160px;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.colone_droite .fetes {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e58a00;
	background-image: url(images/fetes.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 160px;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.colone_droite .funeraille {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e58a00;
	background-image: url(images/icon_funeraille.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 160px;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.colone_droite .garderie {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e58a00;
	background-image: url(images/icon_garderie.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 160px;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.colone_gauche .garderie {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e58a00;
	background-image: url(images/icon_garderie.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 160px;
	margin-bottom: 40px;
	padding-bottom: 40px;
}




.colone_droite .livraison {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e58a00;
	background-image: url(images/map.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 160px;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.buffetfroid  {
	background-image: url(images/icon_buffet_froid.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 160px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e58a00;
}
.colone_droite .galerie {
	background-image: url(images/icon_buffet_froid.jpg);
	background-repeat: no-repeat;
	background-position: 10px top;
	padding-left: 160px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e58a00;
}
.colone_gauche.map {
	padding-left: 180px;
	width: 230px;
	background-image: url(images/map2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
}


.liens    {
	color: #e58a00;
	text-decoration: none;
}
.liens:hover   {
	color: #7E0926;
	text-decoration: none;
}
.footer_wrapper {
	background-color: #f2f3c2;
	height: auto;
	width: 100%;
}

.footer_content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #7E0926;
}
.footer li {
	display: inline;
	padding-left: 10px;
	color: #7E0926;
}
.footer li a:link, .footer li a:visited {
	color: #7E0926;
}
.footer li a:hover, .footer li a:active {
	color: #000;
}



.footer_content a:link, .footer_content a:visited {
	color: #E58700;
	text-decoration: none;
}
.footer_content a:hover, .footer_content a:active {
	color: #000;
	text-decoration: none;
}
.orange {
	color: #E68900;
}
.rouge {
	color: #7E0926;
	font-size: 14px;
}

.bouton_commande {
	background-image: url(images/bouton-commande.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 290px;
	float: left;
}
.bouton_commande:hover {
	background-image: url(images/bouton-commande.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
	width: 290px;
	float: left;
	cursor: pointer;
}
.bouton_creer_buffet {
	background-image: url(images/bouton-creer-buffet.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 290px;
	position: absolute;
	left: 61px;
	top: 290px;
}
.bouton_creer_buffet:hover {
	background-image: url(images/bouton-creer-buffet.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
	width: 290px;
	position: absolute;
	left: 61px;
	top: 290px;
	cursor: pointer;
}
.forms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	padding: 5px;
	margin-top: 3px;
	background-color: #F2F3C2;
	font-weight: normal;
}
.colone_320px {
	float: left;
	height: auto;
	width: 300px;
}
.clear {
	clear: both;
	height: 1px;
}
.full_separation {
	clear: both;
	height: 1px;
	margin-bottom: 40px;
	padding-top: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F3C2;
}


.menu_dropdown {
	position: absolute;
	left: 608px;
	top: 65px;
	height: auto;
	z-index: 20000;
	text-align: left;
	width: 250px;
}

.menu_dropdown ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: auto;
	text-align: left;
}
.menu_dropdown li a{
	list-style-type: none;
	display: block;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #333;
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	text-decoration: none;
	color: #FFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	font-size: 14px;
	background-color: #7E0926;
}

.menu_dropdown ul li a:hover {
	color: #FFF;
	background-color: #E68900;
}

.plats {
	left: 672px;
}
.contact {
	left: 830px;
}
.copyright_wrapper {
	height: auto;
	width: 100%;
	background-color:#E68900;
}
.copyright_content {
	height: 40px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	line-height: 38px;
	font-size: 10px;
	color: #333;
}
.copyright_300px {
	width: 300px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	text-align:right;
	position:relative;
}

.copyright_620px {
	height: auto;
	width: 620px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}
.copyright_content a:link, .copyright_content a:visited {
	color: #FFF;
	text-decoration: none;
}
.copyright_content a:hover, .copyright_content a:active {
	color: #000;
	text-decoration: none;
}
.pss {
	position: absolute;
	top: 6px;
	left: 282px;
}

