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, font, img, ins, kbd, q, s, samp,
small, strike, 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;
	font-size: 100%;
}
body {
	background: #eee;
	font-family: "DIN Regular", Tahoma, Arial, Helvetica, sans-serif;
}
a, a:link, a:visited{
	color: #9E1F63;
	text-decoration: underline;
}
a:hover, a:active {
	color: #EE2A7B;
	text-decoration: none;
}
/*============================ STRUCTURE ============================*/
#container{
	width: 960px;
	margin: 0 auto;
}
#wrap {
	float: left;
	width: 930px;
	padding: 10px 15px 15px 15px;
	background: #fff;
}
/*============================ HEADER ============================*/
#head {
	width: 960px;
	margin: 0 auto;
}
#header ul {
	list-style-type: none;
}
#header {
	padding: 0;
	background: url(images/head.png) repeat-x #333;
}
#logo {
	float: left;
	margin: 30px 5px 15px 15px;
}
#slider {
    width: 740px; /* important to be same as image width */
    height: 180px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 720px; /* important to be same as image width or wider */
    position: absolute;
	margin-top: 40px;
	margin-left: 20px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 720px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

/*============================ POST ============================*/
.post {
	padding: 20px;
	margin-bottom: 10px;
	/*border: 1px solid #ddd;*/
}
.justifie {
	text-align:justify;
}
h1 {
	color: #EE2A7B;
	font-size: 20px;
	text-decoration: underline;
	margin-bottom: 20px;
}
h2 {
	color: #9E1F63;
	font-size: 16px;
	text-decoration: underline;
	margin-bottom: 6px;
}
p {
	font-size: 16px;
	margin-bottom: 20px;
}
.post ul {
	padding-left: 20px;
	margin-bottom: 20px;
}
.post hr {
	width: 80%;
	margin-bottom: 20px;
}
.droite {
    float: right;
    margin-left: 14px;
    margin-right: -20px;
    margin-top: -14px;
	margin-bottom: 10px;
    text-align: center;
}
.liedevin {
	color: #9E1F63;
}
.rose {
	color: #EE2A7B;
}
/*============================ FOOT ============================*/
#footer {
	clear: both;
	background: #333;
	padding-bottom: 80px;
	border-top: 1px solid #EE2A7B;
	height:40px;
}
#foot {
	margin: 0 auto;
	width: 940px;
	color: #fff;
	padding: 15px 10px;
}
#foot a {
	color: #EE2A7B;
}
#foot a:hover {
	color: #9E1F63;
	text-decoration: none;
}
#credit_link {
	float: right;
	font-size: 0.9em;
}
#credit_link a {
	text-decoration: none;
}

/*============================ DIN ============================*/
@font-face {
  font-family: 'DIN Regular';
  font-style: normal;
  font-weight: normal;
  src: local('DIN Regular'), local('DinRegular'), url('din-regular.woff') format('woff');
}
@font-face {
  font-family: 'Shruti';
  font-style: normal;
  font-weight: normal;
  src: local('Shruti'), url('shruti.woff') format('woff');
}

/*============================ MENU ============================*/
#menu a {
  color:#FFFFFF;
  cursor:pointer;
  display:block;
  font-weight:bold;
  font-size: 20px;
  padding:15px 15px 15px 20px;
  text-decoration:none;
  text-align: center;
}

#menu a:hover {
  color:#EE2A7B;
}
#menu {
  background: #9E1F63;
  clear:both;
  margin:0 auto;
  padding:0;
  border: 1px solid #EE2A7B;
  border-bottom: 0px;
  white-space:nowrap;
  width:960px;
}

/*============================ MENU LANGUE ============================*/
#langue {
	margin-top: 45px;
	margin-right: 6px;
	float: right;
	line-height: 5px;
}
#block-language {
	margin-top: 45px;
	margin-right: 6px;
	float: right;
	line-height: 5px;
}
#block-language li {
	float:left;
	margin:2px;
	background:url(sprite_flag.png);
}
#block-language li.en {
	background-position:-28px -19px;
}
#block-language li.fr {
	background-position:0px -19px;
}
#block-language li.zh {
	background-position:-54px -19px;
}
#block-language li.en:hover, #block-language li.en.active {
	background-position:-28px 0px;
}
#block-language li.fr:hover, #block-language li.fr.active {
	background-position:0px 0px;
}
#block-language li.zh:hover, #block-language li.zh.active {
	background-position:-54px 0px;
}
#block-language a {
	position:relative;
	z-index:50;
	display:block;
	width:22px;
	height:18px;
}
#block-language img {
	display:none;
}

/*============================ FORMULAIRE ============================*/

input, textarea, select {border:1px solid; border-color:#9E1F63 #9E1F63 #9E1F63 #9E1F63; padding:2px 4px 2px 4px; font-family: "DIN Regular", Tahoma, Arial, Helvetica, sans-serif; font-size:14px;}
input:focus, textarea:focus, select:focus {border:1px solid; border-color:#9E1F63 #9E1F63 #9E1F63 #9E1F63; background-color:#FFEBEB; font-family: "DIN Regular", Tahoma, Arial, Helvetica, sans-serif; font-size:14px;}

/*============================ ACCUEIL ===============================*/
.box_background {
	background: #000;
	opacity: 0.95;
	z-index: 100;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.box_mv {
	z-index:100;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.content_box{
	padding: 10px;
	position: absolute;
	width: 505px;
	height: 560px;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin: auto;
	background-color: #231F20;
}

.btn_box {
	cursor: pointer;
	color: #fff;
	background: #9E1F63;
	box-shadow: 2px 2px 10px rgba(255,255,255,0.3) inset;
	padding: 6px;
	border-radius: 4px;
	text-align: center;
	font-size: 20px;
}
.btn_box:hover {
	box-shadow: 2px 2px 10px rgba(35,31,32,0.5) inset;
}