@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; }
#fancybox-wrap { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-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: 13px;
	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;
	font-weight: 400;
	}

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

.nivoPlz {
    background:url(images/loading.gif) no-repeat 50% 50%;
    }
.nivoPlz img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    }

.decorative_doodly {
	background:url(images/fiddledy.png) no-repeat;
	width: 20px;
	height: 11px;
	display: inline-block;
}

.zoomglass {
	background:url(images/zoomglass.png) no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
}

#skip_navigation {
	position: absolute;
	left: -9000px;
	top: 3px;
	z-index: 9001;
	font-weight: bold;
	padding: 8px;
	border: 2px dashed black;
}
#skip_navigation:focus {
	left: 120px;
}

/*******************************/
/* 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 */

#now_open_flag {
	width: 104px;
	height: 493px;
	position: absolute;
	top: -368px;
	left: 572px;
	z-index: 9001;
	-webkit-transition: top 0.5s;
	transition: top 0.5s;
	}
#now_open_flag:hover {
	top: -8px;
	}

#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;
	text-align: right;
	}
#header_social img { position:relative; }

#header_search {
	width: 238px;
	height: 28px;
	position:absolute;
	left: 745px;
	top: 47px;
	background:url(images/search.png) no-repeat;
	}
.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: 178px;
	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 ul.droppy { display: none; }

#headermenu_bg_left, #headermenu_bg_right {
	background: rgb(208,203,180); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(208,203,180,1) 0%, rgba(233,230,214,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(208,203,180,1)), color-stop(100%,rgba(233,230,214,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(208,203,180,1) 0%,rgba(233,230,214,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(208,203,180,1) 0%,rgba(233,230,214,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(208,203,180,1) 0%,rgba(233,230,214,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(208,203,180,1) 0%,rgba(233,230,214,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0cbb4', endColorstr='#e9e6d6',GradientType=0 ); /* IE6-9 */
	}

#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_bg_left.headermenu_active, #headermenu_bg_right.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;
	}
.mainwhitebox428 { min-height: 428px; }
.whitebox h1, p { margin: 12px; }
.whitebox h1 { margin-bottom: 18px; }

.whitebox p a { color:#C00; }
p.blacklinks a { color: black; }
.whitebox ul, .whitebox li { margin-left: 15px; padding-left: 0; }

.floatycolumn h2 { margin-top: 0px; }

.black62 {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.62) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.62)), color-stop(100%,rgba(0,0,0,0.62))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0.62) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0.62) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0.62) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0.62) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e000000', endColorstr='#9e000000',GradientType=0 ); /* IE6-9 */
	}

.black50 {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.50) 0%, rgba(0,0,0,0.50) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.50)), color-stop(100%,rgba(0,0,0,0.50))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e000000', endColorstr='#9e000000',GradientType=0 ); /* IE6-9 */
	}

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

.breadcrumbs {
	position:relative;
	float:left;
	width: 646px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 15px;
	margin: 12px 0 0 12px;
	}
.breadcrumbs, .breadcrumbs a { color: #666633; }

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

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

#footer {
	display: none;
	}

#footer_text {
	margin-left: 13px;
}

#footer_text a {
	font-family: 'Oswald', serif;
	padding: 1px 17px 0 23px;
	background-image: url('images/swoopy.png');
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: 300;
	font-size: 16px;
}

#postfooter {
	width: 996px;
	height: 30px;
	position: absolute;
	bottom: -30px;
	left: 0;
	padding: 0 12px;
	line-height: 30px;
	color: #DAD5BD;
	}
#postfooter a { color: #DAD5BD; }

