html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {	outline: 0;}
body {	line-height: 1;}
ol, ul {	list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse;	border-spacing: 0;}
img {line-height:0;}
body,td,th, label {
	/*font-family:  Arial, Helvetica, sans-serif;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
	line-height:20px;
}
body {background: #f3eedd url('images/header-repeat.jpg') repeat-x center top;}
a:link, a:visited, a:active { color:#783C02;	}
a:hover { color:#783C02; }
form { margin: 0;}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#783C02;
	font-weight:bold;
}
h1 {font-size:22px; }
h1.page-title { border-bottom:1px solid #d4cbac;padding:15px; margin-bottom:20px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
blockquote {padding-left:25px; font-style:italic;}
strong {font-weight:bold; color:#783C02;}
.clear {clear:both;}


#bottom {background: url('images/footer_repeat.jpg') repeat-x center bottom;}

#bgheader {
	color: #FFFFFF;
	background:url('images/top.png') no-repeat center top;
}
#header {width:960px; margin:0 auto; position:relative; height:178px;}
#header img { /*margin-top:10px;*/padding-top:10px;}

#flags {position:absolute; top:20px; left:860px;}

#bg_container { background:url('images/bg_top.gif') no-repeat right top;}
#bt_container { background:url('images/bg_bottom.gif') repeat-x center bottom;}
#container { 
	width:960px; 
	margin:0 auto; 
	position:relative;
	/*background:url('images/bg_bottom.gif') no-repeat center bottom;*/
}

#vignettes, #vignettesEN {
	position:absolute;
	top:-15px;
	left:5px;
	height:277px;
	text-align:center;
}
#vignettes {background: url('images/vignettes.png') no-repeat center top;}
#vignettesEN {background: url('images/vignettesEN.png') no-repeat center top;}
/*#vignettes img, #vignettesEN img {padding:22px 31px;}*/
/* ---------------------------- Animation -------------------------------- */
#col1, #col2, #col3 {float: left; width: 250px; height:188px; display: inline; background-color:#ccc; margin:22px 31px;}

.highlight {
	background-color: #D0D0D0;
}
.content { width:630px; float:left; padding:0px 50px 25px 0; padding-top:267px;}
.content img {padding:4px; background:#fff; border:1px solid #e7e0c9; margin:5px 10px;}
.content p {padding:5px 0 3px 0;}
.content li {padding:3px 0;}
.content ul, .content ol { padding-left:30px;}
.content ul {list-style : disc;}
.content ol { list-style : decimal;}
.content form img {border:none; padding:0; margin:10px;}
.content form table {}
.content table td, .content table th{ padding:5px 10px;}

#right {
	width:255px;
	padding-top:290px;
	float:left; 
	text-align:center;
}
#right img {
	border:none;
	margin-bottom:15px;
}
#right a { text-decoration: underline;}

.block {
	padding:0px 0 50px 0;
	color:#3f3f3f;
	text-align:left;
}
.block h2 {
	text-align:center;
	border-bottom:1px solid #d4cbac;
	line-height:45px;
}
.block p{padding:0 25px;}
.block li{
	border-bottom:1px dashed #aaaaaa;
	background:url('images/puce_rightcol.gif') no-repeat 10px 8px;
	padding:5px 5px 7px 30px;
}
/* pour le module newsletter*/
#bloc_news { text-align:center; }
.msg_news {} /*affichage du message de confirmation*/
.newsletter {}/*affichage du bloc formulaire*/
.newsletter input{/*affichage du bloc formulaire*/
	background:white;
	border:1px solid #d4cbac;
} 
.newsletter p {padding:5px 0; }
.newsletter label {padding:0 5px; font-size:11px;}

/*--------------------------*/

#footer {
	padding-top:40px;
	line-height: 15px;
	color:#fff;
	font-size: 12px;
}
#footer p{
	text-align: center;
	padding: 5px;
}
#footer a {color:#fff; text-decoration:underline;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer { 
	display:block;
	width: auto;
	clear:both;
	white-space:nowrap;
	background:#783c02;
}

/* Header menu */

#header_menu {position: absolute; z-index: 10; clear: both; }
#header_menu li {line-height: normal; padding:0 5px;}
ul#header_menu  {  }

#nav {
	width:960px; margin:0 auto;
	height:48px;
	border-top: 0;
	padding:0;
	white-space:normal;
}
#nav ul {
	list-style-type: none; 
	padding: 0; 
	font-size: 15px;
	font-weight:bold;
	width:auto;
	position: relative; /* Fix the Stupid IE6 Bug */
	padding:0 25px;
}
#nav ul li {
	float: left; 
	color: #fff; 
	text-align: center; 
	font-weight: normal;
	
}
#nav ul li.menu-first {background:none;}

#nav ul li a {
	display: block; 
	padding:0 20px; 
	line-height:38px; 
	color: #fff; 
	text-decoration: none;
	text-transform:uppercase;
}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {color: #fff; background: #9E530B;   }
#nav li a:active, #nav ul li a.active {color: #fff;}

/* Current page Customisations*/
/*#nav li.menu-current a {color: #e97d01; font-weight: bold;}*/

/* 2nd Child menu */
#nav .menu li ul {
	position: absolute; 
	/*width: 110px; */
	padding:0;
	margin: 0; 
	display: none; 
	text-transform: none; 
	border-top: 0; 
	font-size: 100%;
	top: 38px; left: 3%;/* ces deux là sont pour IE7 : le menu déroul doit s'afficher sous le menu principal */
}

#nav .menu li ul li {
	width: 130px; 
	text-align: left; 
	font-weight: normal; 
	margin: 0; 
	padding: 0;	
	line-height:18px; 
	border-top: 1px solid #ccc; 
	background-color:#783C02;
}

#nav .menu li ul a {width: 111px; padding: 6px 10px; line-height:16px; text-transform:none;}

/* 2nd Child link hover */
#nav .menu li ul a:hover { color:#fff; background-color: #9E530B; }

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #783C02; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}
#nav .menu_current {color: #fff; font-weight: bold; background:#9E530B;}

/*#nav .menu-current li a{ color:#fff; font-weight:normal;}*/

/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
