html {
	margin: 0;
	padding: 0;
}
body {
	background: black url(../images/background.jpg) center 245px no-repeat;
	margin: 0;
	padding: 0;
	/*overflow-x: hidden;*/

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #ded4bf;
}
h1 {
	color: #9f0000;
	font-weight: normal;
    font-family: 'jr!handRegular', sans-serif;
	font-size: 30px;
	padding: 0;
	margin: 0 0 18px 0;
}
h2 {

}
h3 {
    font-family: 'jr!handRegular';
	font-size: 24px;
	margin: 7px 0 4px 0;
	font-weight: normal;
}
h4 {

}
h5 {

}
h6 {

}
p {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 0;
}
hr {
	background-color: #9f0000;
	border: none;
	color: #9f0000;
	height: 1px;
	margin: 0 0 15px 0;
	padding: 0;
}
a {
	color: #9f0000;
	text-decoration: none;
}
a:hover {
	color: #9f0000;
	text-decoration: underline;
}
a img {
	border: none;
}
ul, ol {
	margin: 0;
	padding: 0 0 0 15px;
}
li {
	margin: 0 0 5px 0;
	padding: 0;
}
div {
	position: relative;
	z-index: 1;
}
form {
	margin: 0;
	padding: 0;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}
input:focus, textarea:focus { 
 	
} 
/* ================================= CLASSES ================================= */
@font-face {
    font-family: 'jr!handRegular';
    src: url('jrha___-webfont.eot');
    src: url('jrha___-webfont.eot?#iefix') format('embedded-opentype'),
         url('jrha___-webfont.woff') format('woff'),
         url('jrha___-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.clear {
	clear: both;
}
.ligne {
	background-color: #9f0000;
	height: 1px;
	width: 100%;
}
.lien_invisible {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
.date {
	color: #9f0000;
    font-family: 'jr!handRegular';
	font-size: 23px;
}
/* ============================== HEADER SECTION ============================== */
#wrapper {
    width: 1300px;
	height: 245px;
	position: absolute;
	left: 50%;
	margin-left: -650px;
	top: 0;
	/*border-left: solid grey 1px;
	border-right: solid grey 1px;*/
}
#header_left {
    width: 880px;
	height: 245px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	background: url(../images/banner_left.png) 0 0 no-repeat;
}
#header_right {
    width: 780px;
	height: 245px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	background: url(../images/banner_right.jpg) 0 0 no-repeat;
}
#moon {
    width: 780px;
	height: 245px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 4;
	background: url(../images/moon.png) 780px 0 no-repeat;
}
#btn_lang {
    position: absolute;
	left: 168px;
	top: 202px;
	color: #fcf1d2;
	font-size: 17px;
	font-weight: bold;
}
#btn_lang:hover {
	color: white;
    text-decoration: none;
}
/* =============================== MENU SECTION =============================== */

/* ============================= SUB-MENU SECTION ============================= */

/* ============================== CONTENU SECTION ============================= */
#content_wrapper {
    width: 968px;
	position: absolute;
	left: 50%;
	margin-left: -484px;
	top: 245px;
}
#content_repeat {
    width: 968px;
	background: url(../images/content_background.png) 0 0 repeat-y;
}
#content {
    width: 914px;
	min-height: 959px;
	height: auto !important;
	height: 959px;
	padding: 12px 27px 190px 27px;
	background: url(../images/jace_frank.png) left bottom no-repeat;
}
#left {
    width: 594px;
	float: left;
}
#right {
    width: 267px;
	padding-left: 27px;
	float: left;
}
#content_bottom {
    width: 968px;
	height: 18px;
	background: url(../images/content_background_bottom.png) 0 0 no-repeat;
}
.right_wrapper {
    width: 267px;
	border: solid #9f0000 1px;
	padding: 13px;
	margin-bottom: 15px;
}
.right_wrapper p {
    margin: 12px 0 15px 0;
	font-size: 12px;
}

#pics_wrapper {
    padding: 16px 0;
}
#pics_wrapper a {
	display: block;
	float: left;
	width: 85px;
	height: 115px;
	overflow: hidden;
    border: solid #958a73 1px;
	margin-right: 14px;
}
label.error {
	color: #9f0000;
	margin-left: 8px;
}

/* ============================== FOOTER SECTION ============================== */
#footer {
    width: 952px;
	padding: 0 8px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
}
#footer p, #footer a {
	color: #9f0000;
	font-size: 11px;
}
/* ========================== ÉLÉMENTS DE FORMULAIRES ========================= */





/* ============================== CODES SPECIALS ============================== 
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
=================================
	text-shadow: 2px 2px 2px #000000;
	filter: dropshadow(color=#000000, offx=2, offy=2);
=================================
	min-height: 662px;
	height: auto !important;
	height: 662px;
=================================
.fond_demi {
	float: left;
	height: 30px;
    width: 49.99%;
}
#fond_gauche {
	background: red;
}
#fond_droit {
	background: yellow;
}
#header {
	background: blue;
	height: 30px;
	left: 50%;
	margin-left: -500px;
	position: absolute;
	top: 0;
    width: 1000px;
}
=================================
	background-image: -moz-linear-gradient(top, #b4b5b5, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#b4b5b5), to(#000000));
	background-image: -o-linear-gradient(top, #b4b5b5, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4b5b5', endColorstr='#000000');
	ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4b5b5', endColorstr='#000000')";
	background-image: linear-gradient(top, #b4b5b5, #000000);
=================================
#footer {
	background: red;
	bottom: 0;
	height: 30px;
	left: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
}
#footer-center {
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 999px;
}
================================= */