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

/*******************************/
/* overreaching */

/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

html { -webkit-text-size-adjust:none; }

body {
	position:relative;
	width:100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 15px;
	background: #751c00 url(../images/fleur.gif);
	color:black;
	}

a { text-decoration: none; color: black; }

img { border:0px; }

:focus { outline: 0; }

.clearme { clear: both; float: none; }
.nofloat { float: none; }

.hr {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid black;
	margin: 3px 0;
	}

h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	}

h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	}

/*******************************/
/* big chunky structure */

#site {
	width: 996px;
	height: auto;
	position:absolute;
	top: 9px;
	left: 50%;
	margin-left: -498px;
	/*background gradient*/
	background: #e9e6d6; /* Old browsers */
	background: -moz-linear-gradient(top,  #e9e6d6 0%, #dad5bd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e6d6), color-stop(100%,#dad5bd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e9e6d6 0%,#dad5bd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e9e6d6 0%,#dad5bd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e9e6d6 0%,#dad5bd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e9e6d6 0%,#dad5bd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e6d6', endColorstr='#dad5bd',GradientType=0 ); /* IE6-9 */
	/*box shadow*/
	-webkit-box-shadow:  2px 2px 5px 0px rgba(00, 00, 00, .5);
    box-shadow:  2px 2px 5px 0px rgba(00, 00, 00, .5);
	}

/*******************************/
/* header */

#header {
	width: 996px;
	height: 111px;
	position:relative;
	float:left;
	background:url(../images/bg_header.png) no-repeat;
	}
#viedefrance {
	width: 76px;
	height: 90px;
	position:absolute;
	left: 15px;
	top: 14px;
	}
#whenqualitymatters {
	width: 475px;
	height: 50px;
	position:absolute;
	left: 94px;
	top: 39px;
	}
#header_social {
	width: 128px;
	height: 23px;
	position:absolute;
	left: 605px;
	top: 49px;
	}
#header_social img { position:relative; }

#header_search {
	width: 238px;
	height: 28px;
	position:absolute;
	left: 745px;
	top: 47px;
	background:url(../images/search.png) no-repeat;
	text-align: right;
	}
.searchbox {
	border:0px;
	background-color:transparent;
	position:absolute;
	top: 5px;
	left: 59px;
	width: 175px;
	height:18px;
	font-size:16px;
	line-height:18px;
	color:#6b1900;
	}
.searchbox_submit {
	border:0px;
	background-color:transparent;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 47px;
	height: 28px;
	padding: 0;
	border: 0;
	text-indent: -1000em;
	cursor:pointer;
	}

#header_menu {
	width: 996px;
	height: 39px;
	position:relative;
	float:left;
	background: #cfcbb3 url('../images/bg_menu.png') repeat-x;
	z-index: 901;
	}

#header_menu ul { margin:0; padding: 0; }
#header_menu ul > li {
	margin:0;
	padding:0;
	list-style: none;
	position:relative;
	float:left;
	margin-right: 22px;
	display: block;
	}
#header_menu ul.dropdown ul {
	position: absolute;
	top: 39px;
	left: 0;
	width: 180px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccffffff',GradientType=0 ); /* IE6-9 */
	padding: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 18px;
	z-index: 9002;
	border: 1px solid #e9e6d6;
	}
ul.dropdown ul li a { display: inline-block; }

#header_menu ul.droppy li {
	position: relative;
	width: 180px;
	float: none;
	padding: 7px 20px;
	margin:0;
	}
#header_menu ul.droppy li:hover {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.71) 0%, rgba(255,255,255,0.71) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.71)), color-stop(100%,rgba(255,255,255,0.71))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.71) 0%,rgba(255,255,255,0.71) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.71) 0%,rgba(255,255,255,0.71) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.71) 0%,rgba(255,255,255,0.71) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.71) 0%,rgba(255,255,255,0.71) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccffffff',GradientType=0 ); /* IE6-9 */
	}

#header_menu #recipedroppy {
	position: absolute;
	right: -92px;
	top:39px;
	left: auto;
	}

#header_menu ul.droppy { display: none; }


#headermenu_bg_left {
	position:absolute;
	top: 0;
	left: 0;
	width: 340px;
	height: 39px;
	}
#headermenu_bg_right {
	position:absolute;
	top: 0;
	right: 0;
	width: 656px;
	height: 39px;
	}
.headermenu_active {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(233,230,214,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(233,230,214,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,230,214,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,230,214,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,230,214,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(233,230,214,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e6d6',GradientType=0 ); /* IE6-9 */
	}

#dropshadow {
	width: 996px;
	height: 11px;
	z-index: 1001;
	background-image: url(../images/dropshadow.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 150px;
	}

/*******************************/
/* middler */

.whitebox {
	width: 974px;
	position:relative;
	float:left;
	margin: 11px;
	-webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .15);
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .15);
	/*behavior: url(PIE.htc);*/
	background-color:white;
	}
.whitebox h1, p { margin: 12px; }

#welcomestrip {
	width: 996px;
	height: 267px;
	position: relative;
	float: left;
	}

/*******************************/
/* footer */

#footer {
	width: 996px;
	height: 27px;
	position:relative;
	float:left;
	}
#footer img {
	height: 20px;
	position:relative;
	float:left;
	margin-left: 22px;
	display:block;
	zoom:1;
	}

