<style type="text/css">
<!-- 
/* CSS issu des tutoriels http://css.alsacreations.com */

body {
margin: 0;
padding: 0;
background: #D9F78E;
font: 100% verdana, arial, sans-serif;
}


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menuleft {
position: absolute;
top: 22px;
left: 0;
z-index:100;
width: 160px;
}

#menuleft dl {
float: left;
width: 160px; 
margin: 0  0px;
background: #D9F78E;
}



#menuleft dt#nav5 {
cursor: pointer;
text-align: left;
background: #FF0000 url(img/menu-accueil-corner.gif) right top no-repeat;
	font-family: trebuchet ms;
	font-weight : bold;
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	color:#FFFFFF;
border-bottom : 2px solid #FFFFFF;
}

#menuleft dt#nav1 {
cursor: pointer;
text-align: left;
background: #E91529 url(img/menu-decouvrir-corner.gif) right top no-repeat;
	font-family: trebuchet ms;
	font-weight : bold;
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	color:#FFFFFF;
border-bottom : 2px solid #FFFFFF;
}

#menuleft dt#nav2 {
cursor: pointer;
text-align: left;
background: #96D822 url(img/menu-offrir-corner.gif) right top no-repeat;
	font-family: trebuchet ms;
	font-weight : bold;
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	color:#FFFFFF;
border-bottom : 2px solid #FFFFFF;
}

#menuleft dt#nav3 {
cursor: pointer;
text-align: left;
background: #FFCC33 url(img/menu-cuisiner-corner.gif) right top no-repeat;
	font-family: trebuchet ms;
	font-weight : bold;
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	color:#FFFFFF;
border-bottom : 2px solid #FFFFFF;
}

#menuleft dt#nav4 {
cursor: pointer;
text-align: left;
background: #FF6600 url(img/menu-partager-corner.gif) right top no-repeat;
	font-family: trebuchet ms;
	font-weight : bold;
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	color:#FFFFFF;
border-bottom : 2px solid #FFFFFF;
}

#menuleft dd {
border: 0px solid gray;
}

#menuleft li#snav5 {
text-align: left;
padding: 0px 10px 0px 10px;
background: #FF6666;
border-bottom : 1px solid #FFFFFF;
}

#menuleft li#snav1 {
text-align: left;
padding: 0px 10px 0px 10px;
background: #FF0033;
border-bottom : 1px solid #FFFFFF;
}

#menuleft li#snav2 {
text-align: left;
padding: 0px 10px 0px 10px;
background: #AEE675;
border-bottom : 1px solid #FFFFFF;
}

#menuleft li#snav3 {
text-align: left;
padding: 0px 10px 0px 10px;
background: #FFCC66;
border-bottom : 1px solid #FFFFFF;
}

#menuleft li#snav4 {
text-align: left;
padding: 0px 10px 0px 10px;
background: #FB9049;
border-bottom : 1px solid #FFFFFF;
}

#menuleft li a {
color: #FFFFFF;
	font-weight: bold;
	font-family: trebuchet ms;
	font-size: 14px;
text-decoration: none;
display: block;
height: 100%;
	border-bottom: 0px #FFFFFF solid;
}

#menuleft li#snav5 a:hover {
background: #FF0000;
}

#menuleft li#snav1 a:hover {
background: #E91529;
}

#menuleft li#snav2 a:hover {
background: #96D822;
}

#menuleft li#snav3 a:hover {
background: #FFCC33;
}

#menuleft li#snav4 a:hover {
background: #FF6600;
}





dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute;
top: 50px;
left: 0;
z-index:100;
width: 800px;
}

#menu dl {
float: left;
width: 20%; 
margin: 0  0px;
background: #D9F78E;
}



#menu dt#nav5 {
cursor: pointer;
text-align: center;
background: #FF0000 url(img/menu-accueil-corner.gif) right top no-repeat;
	font-family: trebuchet ms;
	font-weight : bold;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	color:#FFFFFF;
border-bottom : 2px solid #D9F78E;
}

#menu dt#nav1 {
cursor: pointer;
text-align: center;
background: #E91529 url(img/menu-decouvrir-corner.gif) right top no-repeat;
	font-family: trebuchet ms;
	font-weight : bold;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	color:#FFFFFF;
border-bottom : 2px solid #D9F78E;
}

#menu dt#nav2 {
cursor: pointer;
text-align: center;
background: #96D822 url(img/menu-offrir-corner.gif) right top no-repeat;
	font-family: trebuchet ms;
	font-weight : bold;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	color:#FFFFFF;
border-bottom : 2px solid #D9F78E;
}

#menu dt#nav3 {
cursor: pointer;
text-align: center;
background: #FFCC33 url(img/menu-cuisiner-corner.gif) right top no-repeat;
	font-family: trebuchet ms;
	font-weight : bold;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	color:#FFFFFF;
border-bottom : 2px solid #D9F78E;
}

#menu dt#nav4 {
cursor: pointer;
text-align: center;
background: #FF6600 url(img/menu-partager-corner.gif) right top no-repeat;
	font-family: trebuchet ms;
	font-weight : bold;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	color:#FFFFFF;
border-bottom : 2px solid #D9F78E;
}

#menu dd {
border: 0px solid gray;
}

#menu li#snav5 {
text-align: center;
background: #FF6666;
}

#menu li#snav1 {
text-align: center;
background: #FF0033;
}

#menu li#snav2 {
text-align: center;
background: #AEE675;
}

#menu li#snav3 {
text-align: center;
background: #FFCC66;
}

#menu li#snav4 {
text-align: center;
background: #FB9049;
}

#menu li a {
color: #FFFFFF;
	font-weight: bold;
	font-family: trebuchet ms;
	font-size: 13px;
text-decoration: none;
display: block;
height: 100%;
	border-bottom: 1px #FFFFFF solid;
}

#menu li#snav5 a:hover {
background: #FF0000;
}

#menu li#snav1 a:hover {
background: #E91529;
}

#menu li#snav2 a:hover {
background: #96D822;
}

#menu li#snav3 a:hover {
background: #FFCC33;
}

#menu li#snav4 a:hover {
background: #FF6600;
}

#site {
position: absolute;
z-index: 1;
top : 130px;
left : 0px;
color: #000000;
background-color: #FFFFFF;
padding: 0px;
border: 0px solid gray; 
}

#header {
position: absolute;
z-index: 1;
top : 0px;
left : 0px;
color: #000000;
background-color: #D9F78E;
padding: 0px;
border: 0px solid gray; 
}

h1.header {
	font-size : 10pt;
	font-family: trebuchet ms;
	font-weight:bold;
	color: #FFFFFF;
	text-align: left;
	padding: 1px 5px 1px 5px;
	background: #FF9933;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration : none;
}

h2.header {
	font-size : 10pt;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #89B713;
	text-align: center;
	padding: 1px 5px 1px 5px;
	background: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration : none;
	border-bottom: 2px #FF6600 solid;
}


h1.path {
	font-size : 10pt;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #E91529;
	text-align: left;
	padding: 7px 10px 7px 10px;
	background: #D9F78E url(img/corner-path.gif) right top no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration : none;
	border-bottom: 0px #FF6600 solid;
}


p {
	font-size : 10pt;
	font-family: "Trebuchet MS"; 
	font-weight: normal;
	color: #000000;
	text-align: justify;
	padding: 5px 5px 5px 5px;
	background: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration : none;
}

p.main {
	font-size : 10pt;
	font-family: "Trebuchet MS"; 
	font-weight: normal;
	color: #000000;
	text-align: justify;
	padding: 5px 5px 5px 5px;
	background: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration : none;
	
}

p.produit{
	font-size : 10pt;
	font-family: "Trebuchet MS"; 
	font-weight: normal;
	color: #000000;
	text-align: justify;
	padding: 0px 0px 0px 5px;
	background: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration : none;
}

p.produit2{
	font-size : 7pt;
	font-family: "Trebuchet MS"; 
	font-weight: normal;
	color: #000000;
	text-align: justify;
	padding: 0px 0px 0px 5px;
	background: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration : none;
}

td.produit{
	border-bottom: 1px dashed #999999;
	padding: 5px;
}

a:link.produit {color: #E91529; font-family: trebuchet ms; font-size: 10pt; padding: 0px 0px 0px 5px;}
a:active.produit{color: #E91529; font-family: trebuchet ms; font-size: 10pt; padding: 0px 0px 0px 5px;}
a:visited.produit {color: #E91529; font-family: trebuchet ms; font-size: 10pt; padding: 0px 0px 0px 5px;}
a:hover.produit {color: #FF0033; font-family: trebuchet ms; font-size: 10pt; padding: 0px 0px 0px 5px;}

p.right {
	font-size : 10pt;
	font-family: "Trebuchet MS"; 
	font-weight: normal;
	color: #000000;
	text-align: right;
	padding: 5px 5px 5px 5px;
	background: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration : none;
}


p.footer {
	font-size : 10pt;
	font-family: trebuchet ms;
	color: #000000;
	text-align: center;
	padding : 5px 5px 5px 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration : none;
}

p.guide {
	font-size : 8pt;
	font-family: "Trebuchet MS"; 
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration : none;
}

p.admin {
	font-size : 10pt;
	font-family: trebuchet ms;
	color: #000000;
	text-align: left;
	padding : 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration : none;
}

li#main {
	font-size : 10pt;
	font-family: trebuchet ms;
	color: #000000;
	margin-top : 0px;
	margin-bottom : 0px;
	padding: 2px 0px 2px 0px;
}

h1.main {
	font-size : 12pt;
	font-family: trebuchet ms;
	font-weight: bold;
	color: #FF6600;
	padding : 2px 5px 2px 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #FFFFFF;
	text-decoration : none;
}

h1.order {
	font-size : 12pt;
	font-family: trebuchet ms;
	font-weight: bold;
	color: #FFFFFF;
	padding : 2px 0px 2px 0px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #E91529;
	text-decoration : none;
}




a:link.footer {color: #89B713; font-family: trebuchet ms; font-size: 10pt; }
a:active.footer {color: #89B713; font-family: trebuchet ms; font-size: 10pt; }
a:visited.footer {color: #89B713; font-family: trebuchet ms; font-size: 10pt; }
a:hover.footer {color: #9BD23B; font-family: trebuchet ms; font-size: 10pt; }

a:link.path {color: #E91529; font-family: trebuchet ms; font-size: 10pt; }
a:active.path {color: #E91529; font-family: trebuchet ms; font-size: 10pt; }
a:visited.path {color: #E91529; font-family: trebuchet ms; font-size: 10pt; }
a:hover.path {color: #FF0033; font-family: trebuchet ms; font-size: 10pt; }

a:link.main {color: #336600; font-family: trebuchet ms; font-size: 10pt; }
a:active.main {color: #336600; font-family: trebuchet ms; font-size: 10pt; }
a:visited.main {color: #336600; font-family: trebuchet ms; font-size: 10pt; }
a:hover.main {color: #448108; font-family: trebuchet ms; font-size: 10pt; }

a.menu {text-decoration: none;
color: #FFFFFF;
}



.commande {
position: absolute;
top: 50 px;
right: 0em;
background-color: #E91529;
border: 1px solid #E91529;
padding: 0;
width: 35%;
}

h1.home {
	font-size : 14pt;
	font-family: trebuchet ms;
	font-weight: bold;
	color: #000000;
	padding : 0px 0px 0px 0px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 0px;
	background: #FFFFFF;
	text-decoration : none;
}




div.feedburnerFeedBlock ul, li, {
   list-style-type: none;
   margin-left: 0;
   padding-left: 0;
   list-style-position: outside;
   padding-top: 0px;
   padding-bottom: 0px;
   font-family: trebuchet ms;
   font-size: 12px;
}

div.feedburnerFeedBlock ul li span.headline {
   font-weight: bold;
   font-size: 16px;
   font-family: trebuchet ms;
   display:block;
   margin:5px 0 0 0;
}

div.feedburnerFeedBlock #creditfooter {
   display: none;
}

div.feedburnerFeedBlock > ul > li a {
   color: #E91529;
   font-family: trebuchet ms;
}




html>body .commande {
position: fixed;
}


-->
</style>
