* {
	margin: 0;
	padding: 0;
}
html, body, h1, h2, div, object, img, pre, fieldset, form, table, tbody, tfoot, thead, tr, th, td, span, a {
	margin : 0;
	padding : 0;
	border : 0;
	outline : 0;
	font-weight : inherit;
	font-style : inherit;
	font-family : inherit;
}
body, h1, h2, div, object, img, pre, fieldset, form, input, select {
	vertical-align: middle;
}
table {
	border-collapse: separate;
}
table, tbody, tfoot, thead, tr, th, td {
	vertical-align: top;
} 
input, select {
	font-family: 'QuestrialRegular';	
}
input[type='text'] {
	padding: 3px 4px;
	font-size: 14px;
	color: #666;
	border: 1px solid #aaa;
	border-radius: 3px;
}
input[type='text']:focus,
input[type='text']:hover {
	color: #000;
	background-color: #fbfdeb;
}
input[type='submit'] {
	padding: 2px 3px;
	background: #cb0003;
	border: 1px solid #861300;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	border-radius: 3px;
	-webkit-appearance: none;
}
input[type='submit']:hover {
	background: #861300;	
}
input[type='submit']:active {
	background: #690c03;	
}
ul, ol {
	list-style-position: inside;
}
a, a:visited, a:active, a:hover {
	color: #000;
	text-decoration: none;
}
.inner {
	width: 980px;
	margin: auto;
	position: relative;
}
.inner_inner {
	padding: 0 10px;
}
.clear {
	clear: both;
}
.refresh {
	opacity: 0.5;
}


/* TEMPLATE */
html, body {
	height: 100%;
}
body {
	font-family: 'QuestrialRegular';
	font-size: 14px;
	color: #000;
	line-height: 1.5;
	background-color: #fff;
}
#wrapper {
	min-height : 100%;
	height : auto !important ;
	height : 100%;
	position: relative;
	overflow: hidden;
}
#body {
	padding-bottom: 100px;
}


/* TOP */
#top {
	height: 40px;
}
#top .links {
	position: absolute;
	top: 10px;
	right: 25px;
}
#top .links a {
	margin-left: 15px;
	color: #dd1e01;
}
#top .links .social {
	color: #4970a7;
}
#top .links .contact {
	color: #000;
}
#top .links a:hover {
	text-decoration: underline;
}


/* HEADER */
#header {
	background: #dd1e01;
	margin-bottom: 20px;
}
#header > .inner {
	background-position: 360px 0;
	background-repeat: no-repeat;
	z-index: 1;
	padding: 30px 0 20px 0;
	height: 250px;
}
#header h1 {
	font-size: 75px;
	color: #fff;
	line-height: 1.1;
	text-align: center;
	width: 820px;
	margin: auto;
}
#header .fleur_lys {
	width: 100px;
	height: 95px;
	position: absolute;
	top: 30px;
	opacity: 0.9;
}
#header .facebook {
	width: 24px;
	height: 24px;
	position: absolute;
	cursor: pointer;
	z-index: 2;
	top: 8px;
}
#header .facebook:hover {
	opacity: 0.8;
}
#header #fleur_lys_1 {
	background-image: url(/media/template/fleur_lys_1.png);
	left: 0px;
}
#header #fleur_lys_2 {
	background-image: url(/media/template/fleur_lys_2.png);
	right: 0px;	
}
#header .drop_button {
	padding: 5px;
	position: absolute;
	top: 210px;
}
#header .drop_button > .toggler {
	background-color: #cb0003;
	color: #fff;
	font-size: 18px;
	padding: 10px 0px 10px 20px;
	cursor: pointer;
	position: relative;
	border: 1px solid #861300;
	width: 210px;
}
#header .drop_button > .toggler > .arrow {
	position: absolute;
	top: 15px;
	right: 14px;
	height: 19px;
	width: 29px;
	background-image: url(/media/template/fleche_tract.png);
	background-position: 0 0;
}
#header .drop_button:hover .arrow {
	background-position: 0 -19px;
}
#header .drop_button > .popup {
	display: none;
	z-index: 2;
	position: absolute;
	top: 53px;
	left: 5px;
	background: #cb0003;
	border: 1px solid #861300;
	color: #fff;
	width: 230px;
	max-height: 300px;
	overflow-y: auto;
}
#header .drop_button:hover > .popup {
	display: block;
}
#header .drop_button > .popup > a:first-child {
	border-top: 0;
}
#header .drop_button > .popup > a {
	display: block;
	color: #fff;
	padding: 8px 20px;
	font-family: Helvetica;
	font-size: 14px;
	border-top: 1px solid #861300;
}
#header .drop_button > .popup > a:hover {
	background: #861300;
}
#header .drop_button > .popup > a:active {
	background: #690c03;
}
#header #toggler_document {
	left: 230px;
}
#header #toggler_media {
	left: 515px;
}


/* BODY BAR */
#body_bar {
	position: relative;
	margin-bottom: 20px;
	border-top: 3px solid #dd1e01;
	border-bottom: 3px solid #dd1e01;
	height: 83px;
	line-height: 1.1;
}
#body_bar > div {
	position: absolute;
	top: 0px;
	padding: 5px 0;
	height: 73px;
}
#body_bar .red {
	color: #dd1e01;
}
#body_bar > .left {
	left: 0;
	width: 150px;
	font-size: 22px;
	position: relative;
}
#body_bar > .center {
	left: 150px;
	width: 270px;	
	border-left: 3px solid #dd1e01;
	border-right: 3px solid #dd1e01;
	font-size: 34px;
	padding-left: 15px;
}
#body_bar > .center > .red {
	font-size: 36px;
}
#body_bar > .right {
	left: 440px;
	width: 505px;
	padding-left: 15px;
	font-size: 30px;
}
#body_bar > .right > .red {
	font-size: 38px;
}


/* ARTICLE */
#body_article > .not_found {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
#body_article .left {
	float: left;
	width: 465px;
	margin-right: 15px;
}
#body_article .right {
	float: left;
	width: 465px;
	margin-left: 15px;
}
#body_article .article_category_wrapper {
	padding-top: 15px;
	margin-top: 10px;
	border-top: 1px solid #ddd;
}
#body_article .article_category_wrapper:first-child {
	padding-top: 0px;
	margin-top: 0px;
	border-top: 0;	
}
#body_article .article_category {
	color: #dd1e01;
	font-size: 18px;
	padding-bottom: 15px;
}
.article {
	padding-bottom: 10px;
}
.article > h2 {
	padding-left: 60px;
	cursor: pointer;
	font-size: 16px;
	padding-bottom: 10px;
	position: relative;
}
.ie .article > h2 {
	padding-top: 3px;
}
.article > h2 > .arrow {
	width: 25px;
	height: 25px;
	position: absolute;
	top: -1px;
	left: -5px;
	background-image: url(/media/template/fleche_article.png);
	background-position: 0 0;
}
.article > h2.open > .arrow {
	background-position: 0 -25px;
}
.article > h2 > .ordre {
	position: absolute;
	top: 0;
	left: 25px;
	width: 30px;
	font-weight: bold;
}
.article > h2:hover > .ordre,
.article > h2:hover,
.article > h2.open > .ordre,
.article > h2.open {
	color: #dd1e01;
}
.article > .content {
	display: none;
	padding-left: 61px;
	padding-bottom: 10px;
	font-family: Helvetica;
	width: 394px;
	text-align: justify;
}
.article > .content ul {
	list-style-type: square;
}
.article > .content ul > li {
	color: #dd1e01;
}
.article > .content a {
	color: #2b80bf;
	font-size: 12px;
}
.article > .content a:hover {
	text-decoration: underline;
}


/* FOOTER */
#footer {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	background: #dd1e01;
	color: #fff;
	padding: 25px 0;
	font-size: 12px;
}
#footer > .inner {
	background-repeat: no-repeat;
}
#footer > .inner a {
	color: #fff;
}
#footer > .inner a:hover {
	text-decoration: underline;
}
#footer > .inner .credit {
	text-align: center;
}