/* Browser reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
	background-color:#333333;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

hr {
	border: 0;
	border-top: 1px solid #333;
	height: 0;
	margin-bottom: 20px;
}

/* General */
html, body {
	min-height: 100%;

	width: 100%;
}

body {
	font-size: 13px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-weight: 300;
    color: #999;
}

a {
	
		line-height: 19px;

	text-decoration: none;
	color: #fff;
	-moz-transition: color .8s ease;
	-o-transition: color .8s ease;
	-webkit-transition: color .8s ease;
	transition: color .8s ease;
}

a:hover {
	color: #FF0000;
}

ul {
	list-style: none;
}

h1, h2, h3, p, ul {
	margin: 0 0 20px;
}

h1, h2, h3 {
	font-weight: 700;
	line-height: 1em;
	color: #bbb;
}

h1 { 
	font-size: 24px;
	padding-top: 20px; 
}

h2 { 
	font-size: 18px; 
}

h3 {
	font-size: 16px; 
}

p {
	text-align:justify;
}

@media screen and (max-width:500px), screen and (max-height:500px){
h1, h2, h3, p, ul {
	margin: 0 0 4px;
 }

}


@media screen and (max-width:500px), screen and (max-height:500px){
h1 {
	font-size: 13px;
	padding-top: 3px; 

}

}

@media screen and (max-width:500px), screen and (max-height:500px){
h2 {
	font-size: 11px;

}

}


@media screen and (max-width:500px), screen and (max-height:500px){
h3, p, .marques_1, .marques_2 {
	font-size: 9px;
	
}

}



.wrapper {
	position : absolute;
	right: 0px;
	top : 100px;
	padding: 0 40px;
	width: 45%;
	background: url("../images/wrapper_bg.png") repeat;
	z-index: 10;
}





@media screen and (max-width:400px){
 .wrapper {
	top : 120px;
	padding: 0 8px;
	width: 280px;
}

}

@media screen and (max-height:400px){
 .wrapper {
	top : 100px;
	padding: 0 8px;
	width: 450px;
}

}


.footer {
	position : fixed;
	bottom : 0px;
	right : 100px;
	font-size: 10px;
	text-align: right;
	padding: 5px 0;
	z-index: 15;

}

@media screen and (max-width:500px), screen and (max-height:500px){
 .footer {
	display:none;
 }
}




.menu1 {
	position : absolute;
	top : 10px;
	left : 0px;
	text-align: right;
	padding: 5px 0;
	z-index: 50;

}

@media screen and (max-width:500px), screen and (max-height:500px){
 .menu1 {
	
		position : fixed;
top : 0px;
	left : 0px;
	text-align: right;
	padding: 2px 0;
 }

}


.menu2 {
	position : absolute;
	top : 40px;
	left : 0px;
	padding: 5px 0;
	z-index: 51;

}

@media screen and (max-width:500px), screen and (max-height:500px){
 .menu2 {
	position : fixed;
	top : 24px;
	left : 0px;
	padding: 2px 0;
 }

}


.menu2b {
	position : absolute;
	top : 70px;
	left : 0px;
	padding: 5px 0;
	z-index: 53;

}




@media screen and (max-height:500px){
 .menu2b {
		position : fixed;

	top : 48px;
	left : 0px;
	padding: 2px 0;
 }

}

@media screen and (max-width:500px) {
 .menu2b {
	position : fixed;
	top : 65px;
	left : 0px;
	padding: 2px 0;
	clear: both;
 }

}

.menu3 {
	position : absolute;
	bottom : 5px;
	right : 0px;
	text-align: right;
	padding: 5px 0;
	z-index: 52;

}


@media screen and (max-width:1050px) {
 .menu3 {
	position : fixed;

	bottom : 25px;
	right : 0px;
	padding: 2px 0;
 }

}



@media screen and (max-width:500px), screen and (max-height:500px){
 .menu3 {
	position : fixed;

	bottom : 0px;
	right : 0px;
	padding: 2px 0;
 }

}


.menu5 {
	position : absolute;
	top : 10px;
	right : 0px;
	text-align: right;
	padding: 5px 0;
	z-index: 54;

}

@media screen and (max-width:500px), screen and (max-height:500px){
 .menu5 {
		position : fixed;

	top : 0px;
	right : 0px;
	text-align: right;
	padding: 2px 0;
 }

}

.item, .item_rouge {
	float:left;
	padding-left : 10px ;
	padding-right : 10px ;
	z-index: 50;
	color: #FFF;
	
}

.item {
	background-color:#000;
	opacity : 0.8;
	font-size: 13px;


}



.item_rouge {
	background-color:#C00;
	opacity : 0.8;
	font-size: 13px;


}

.item_vide {
	background-color:#C00;
	opacity : 0;
	float:left;
	padding-left : 7px ;
	padding-right : 0px ;
	z-index: 50;
	font-size: 13px;



}

@media screen and (max-width:500px), screen and (max-height:500px){
 .item_vide, .item_rouge, .item {
 font-size:9px;
 }

}

@media screen and (max-width:500px), screen and (max-height:500px){
 .item_vide {
	top : 0px;
	left : 0px;
	text-align: right;
	padding: 0px 0;
 }

}

.marques1 {
	line-height: 17px;
	clear: right;
	float: none;
	display: inline-block;
}


.marques2{
	line-height: 17px;

	display: inline-block;
}

.marques, .marques_top{
	float: left;
	padding-right: 15px;
}

.marques_top{
	font-weight: bold;	
}

@media screen and (min-width:1050px){

.backslider-wrapper {
  position:absolute;
  width: 1050px;
  height:600px;
  left:50%;
  top:50%;
    margin:-300px 0 0 -525px;

}

.backslider-wrapper  .backslider {
  position: absolute;
  height: 100%;
  width: 100%;
}


}