* {
    margin: 0;
    padding: 0;
    z-index: 1;
}
html {
    overflow-y: scroll;
}
body {
    background-color: #101010;
    color: #C0C0C0;
    font: 14px 'regular',Arial,Helvetica,sans-serif;
    text-align: center;
	display: block;
	letter-spacing: 0.1em;
}
@font-face {
    font-family: 'regular';
    src: url('../Font/sourcesanspro-regular-webfont.eot');
    src: url('../Font/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Font/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../Font/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../Font/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'semibold';
    src: url('../Font/sourcesanspro-semibold-webfont.eot');
    src: url('../Font/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Font/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('../Font/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('../Font/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
#loading {
	position: fixed;
	z-index:9999;
	background-color: #fff;
	filter : alpha(opacity=50);
    opacity : 0.5;
}
#loading div {
	background: transparent url("../Images/Global/loading.gif") no-repeat center center;
	position:relative;
	top:50%;
	left:50%;
}
hr {
    background-image: url("../Images/Global/separator.png");
    background-position: center center;
    background-repeat: repeat-x;
	border: 0 none;
    display: block;
    height: 20px;
    margin: 20px 0;
    width: 100%;
}
hr:before {
	content: url("../Images/Global/icon_hr.png");
}
ssMenu hr {
    border: 0;
	margin-top: 0px;
	margin-bottom: 5px;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(192,192,192,0), rgba(192,192,192,0.9), rgba(192,192,192,0)); 
    background-image:    -moz-linear-gradient(left, rgba(192,192,192,0), rgba(192,192,192,0.9), rgba(192,192,192,0)); 
    background-image:     -ms-linear-gradient(left, rgba(192,192,192,0), rgba(192,192,192,0.9), rgba(192,192,192,0)); 
    background-image:      -o-linear-gradient(left, rgba(192,192,192,0), rgba(192,192,192,0.9), rgba(192,192,192,0)); 
}
ssMenu hr:before {
	content: none;
}

hr.nomarge {
	margin: 0px;
}
.footer hr {
	margin-top: 15px;
	margin-bottom: 0px;
}
img {
    border: 0 none;
    position: relative;
    vertical-align: top;
}
a {
    color: #C0C0C0;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
	color: #AE8E1B;
}
h1 {
	font-family: 'semibold';
    font-size: 22px;
	line-height: 1.25;
	font-style: italic;
	text-align: right;
}
h2 {
	font-family: 'semibold';
    font-size: 20px;
	line-height: 1.25;
    font-weight: 300;
}
h3 {
    font-size: 18px;
    line-height: 1.25;
}
h4 {
    font-size: 16px;
    line-height: 1.25;
}
form {
    display: inline;
}
fieldset {
    border: 0 none;
}
table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
p {
    line-height: 20px;
	margin-bottom: 15px;
	display: block;
}
strong {
    font-weight: 500;
}
ul, ol {
    list-style: none;
}
input, select, textarea, button {
    color: #000000;
    font: 12px 'regular',Arial,Helvetica,sans-serif;
    vertical-align: middle;
}
textarea {
	width:979px;
}
select {
    padding: 1px;
}
select:disabled {
    background-color: #EFEFEF;
    color: #636465;
}
select option {
    padding-right: 10px;
}
textarea {
    overflow: auto;
}
.wrapper {
    display: block;
    position: relative;
	width:100%;
}
.page {
    margin: 0 auto;
    padding: 0;
}
.header {
	margin: 0 auto;
    padding: 0;
}
.header #logo div{
	background: transparent url("../Images/Global/logo_white.png") no-repeat center center;
	padding-top:10px;
}
.content {
	z-index:1;
}
.footer {
	height: 80px;
}
.footer div {
	font-size: 10px;
	line-height: 18px;
}
.footer div.mention {
	width:100%; 
	text-align:center;
	padding-top:15px;
	display: block;
}
.footer div.recommend {
	float:left;
	width:30%; 
	text-align:left;
}
.footer div.contact {
	float:left;
	width:40%; 
	text-align:center;
	font-family: 'semibold';
}
.footer div.passionnement {
	float:right;
	width:30%; 
	text-align:right;
}

.slider-wrapper {
    position: relative;
    z-index: 2;
    padding: 0 0 20px 0;
}
menu nav,
ssmenu nav {
	border-right: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
	height:36px;
}
menu nav li,
ssmenu nav li {
	text-align: center;
	line-height: 36px;
	margin: 0;
	display: block;
	float: left;
}

ssmenu hr{
	margin-bottom: 30px;
}
menu nav li a {
	font-size: 16px;
}
menu nav li a,
ssmenu nav li a {
	font-family: 'regular';
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	display: block;
	letter-spacing: 0.2em;
}
menu nav li a span,
ssmenu nav li a span {
	display: block;
}
menu nav li.active a,
ssmenu nav li.active a {
	color: #AE8E1B;
}
menu nav li.active a:hover,
ssmenu nav li.active a:hover {
	color: #AE8E1B;
}

page{
	padding: 0;
	display:block;
}

page p{
	padding: 0px 10px 0px 10px;
	display:block;
}

p left {
	width: 48%;
	float: left;
	display: block;
	margin-bottom: 15px;
	text-align:justify;
}
p right {
	width: 48%;
	float: right;
	display: block;
	margin-bottom: 15px;
	text-align:justify;
}

field {
	width:100%;
	display: block;
	margin-bottom: 5px;
	line-height: 20px;
}
field label {
	width:33%;
	display: block;
	float: left;
}
field label red {
	float: right;
}
field input {
	width:65%;
	background-color:#fff;	
}
red,
.required {
	color: #990000;
}

ul.icon {
	margin: auto;
	list-style: none;
	overflow: hidden;
}
ul.icon li {
	float: left;
}
ul.icon li, 
ul.icon li img {
	display: block;
	position: relative;
}
ul.icon li img {
	margin-bottom:10px;
}
img.border {
	border:1px solid #dcdfe2;
	padding:1px;
}
.slider {
	display: none;	
}
description {
	display: none;	
}
.info {
	font-size:12px;
}

