html {
	text-size-adjust: none;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust: none;
}

body {
	font: medium Verdana, Arial, Helvetica, sans-serif, SimSun, PMingLiU, MingLiU;
	font-size:14px;
	/*margin: 5px;*/
	margin:0;
	padding: 0;
	background-color: #f0f0e6;
	max-height: 999999px; /* BUG for android Font */
}

#header {
	border-bottom:2px solid #CCC;
	padding:5px 10px;
	width:460px;
	background-color:#FFF;
	position:relative;
}

#footer {
	background-image:url(/images/bg_bottom.jpg);
	height:150px;
	color:#FFF;
	text-align:center;
	margin-top:15px;
}

#footer .copyright {
	padding-top:20px;
	width:440px;
	margin:auto;
	font-size:12px;
}

#footer a {
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	font-weight:500;
}

#alert-nlpd {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 8px;
	background: rgba(217, 217, 215, 0.9);
	color: #000;
	font-size: 1.2em;
	text-align: center;
	padding-top:20px;
}

#alert-nlpd .button {
	display: inline-block;
	padding: 4px 10px;
    font-size: 0.80em;
    margin: 2px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 5px;
	
	font-weight: 500;
    font-size: 0.90em;
    letter-spacing: 1px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#alert-nlpd .button.info {
	background: #f5f5f5;
	border:1px solid #0097d7;
	color:#0097d7;
	cursor: pointer;
}

#alert-nlpd .button.agree {
	background: #0097d7;
	border:1px solid #0097d7;
	color:#FFF;
	cursor: pointer;
}

h2 {
	font-family:"Oswald", Arial, SimSun, PMingLiU, MingLiU;
	font-size:20px;
	font-weight:500;
	color:#0098d4;
	margin-bottom:0px;
}

.wrapper {
	width:480px;
	margin:0 auto;
	/*font-size:20px;*/
	
}

#container {
	margin:10px;
	padding:0px;
	/*background-color:#f0f;*/
	
}

#container ul {
	margin:0;
}

#container ul a {
	color:#000;
	text-decoration:none;
}

#container ul a:hover {
	text-decoration:underline;
}

#container ul li {
	list-style-type: none;
	background:url(/images/bullet_fleche.png) top left no-repeat;
	background-position: 0 3px;
	padding-left: 15px;
	margin:5px 10px;
}

#container .social-networks-mobile img{
	margin:0 10px 0px 0px;
}

#container .social-networks-mobile p{
	text-align: center;	
}

.titlebox h2 {
	color:#222;
	font-family:"Oswald", Arial, SimSun, PMingLiU, MingLiU;
	font-size:20px;
	padding-top:112px;
	margin-top:0;
	margin-left:0px;
	margin-bottom:10px;
	font-weight:500;
}

.titlebox h2 a {
	color:#222;
	text-decoration:none;
}

#aff01 {
	width:450px;
	padding:1px 5px;
	margin:10px 0;
	height:auto; 
	background-image:url(/images/swiss_made_box.jpg);
	background-position:top;
	background-repeat:no-repeat;
	/*border:1px solid #0f0;*/

	
}

#container ul {
	padding:0;
}

#aff01 ul li {
	list-style-type: none;
	background:url(/images/bullet_rouge_10x10px.png) top left no-repeat;
	background-position: 0 3px;
	padding-left: 20px;
}

#aff01 li a {
	text-decoration:none;
	color:#000;
}

#aff02 {
	height:auto;
	width:450px;
	padding:1px 5px;
	margin:10px 0;
	background-color:#FFF; 
	background-image:url(/images/stopfake_box.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#aff02 ul li {
	list-style-type: none;
	background:url(/images/bullet_bleu_10x10px.png) top left no-repeat;
	background-position: 0 3px;
	padding-left: 20px;
}

#aff02 li a {
	text-decoration:none;
	color:#000;
}

#aff01 hr, #aff02 hr {
	height: 0px; 
	border: 0px; 
	border-top: 1px solid #ddd;
	/*margin: 5px 0;*/
	padding:0;
}

.shaded {
	box-shadow: 1px 1px 5px #AAA;
	-moz-box-shadow: 1px 1px 5px #AAA; 
	-webkit-box-shadow: 1px 1px 5px #AAA;
	background-color:#FFF;
}

.box {
	border-bottom:2px solid #CCC;
	padding:1px 0 ;
	height:70px;
}

.box h2 {
	font-size:25px;
	margin:20px 0 5px 0;
	color:#000;
	font-weight:500;
}

.box a {
	text-decoration:none;
	color:#000;
}

.b_box {
	background-color:#000;
	background-image:url(../images/b_box.jpg);
	background-repeat:repeat-x;	
	padding:5px 10px;
	margin-bottom:10px;
}

.b_box h2 {
	font-size:15px;
	color:#FFF;
	font-weight:500;
	padding:0;
}

.b_box p {
	color:#DDD;
}

.b_box a {
	color:#FFF;
	text-decoration:none;
}

.box_search_mobile {
	width:440px;
	margin:auto;
}

.img_box {
	float:left;
	margin-right:20px;
	margin-top:5px;
	margin-left:5px;
	width:110px;
}

#request_password {
	margin-bottom:5px;
	text-align:right;
}

#request_password a {
	color:#FFF;
	font-size:9px;
	text-align:left;
	color:#CCC;
}

#revue-blue {
	background-color:#daeff9;
	padding:10px;
}

#revue-blue H2 {
	color:#0092d4;	
	font-size:25px;
	font-weight:300;
	margin-top:0;
}

#revue-brown {
	background-color:#f7e2c9;
	padding:10px;
}

#revue-brown H2 {
	color:#bc731e;	
	font-size:25px;
	font-weight:300;
	margin-top:0;
}

#revue-red {
	background-color:#f8e5e7;
	padding:10px;
}

#revue-red H2 {
	color:#a52336;	
	font-size:25px;
	font-weight:300;
	margin-top:0;
}

#revue-green {
	background-color:#e8f4d8;
	padding:10px;
}

#revue-green H2 {
	color:#5a7a3d;	
	font-size:25px;
	font-weight:300;
	margin-top:0;
}

.revue-grey {
	background-color:#EEE;
	padding:10px;
	margin-bottom:5px;
	height:100px;
	font-size:11px;
}
.revue-grey H2 {
	color:#111 !important;	
	font-size:18px !important;
	font-weight:300 !important;
	margin-top:0 !important;
}

.img_revue {
	float:right;
	margin:-10px -10px 0 10px;
}

div .wording {
	padding-bottom:10px;
}

.wording {
	padding: 0 10px;
}

.wording a {
	color:#0098d4;
	text-decoration:none;
}
.wording a:hover {
	color:#0098d4;
	text-decoration:underline;
}

.wording h1 {
	margin:0px;
}

.breadcrumb {
	padding: 10px 10px 0 10px;
}
	

#subtitle {
	font-style:italic;
}

.DivMenu {
	float:right;
	border:1px solid #0096d7;
	margin-left:10px;
	margin-top:0;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.DivMenu a {
	text-decoration:none;
	font-size:28px;
	color:#0096d7;
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	
}

.mobileMenu {
	display:none;
	background-color:#FFF;
	margin-top:5px;
	padding:1px;
	position:absolute;
	right:0;
	-webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
	opacity: 0.95;
    filter: alpha(opacity=95);
	z-index:100;
	width:350px;
	border:1px solid #000;
	padding-bottom:10px;
}

.mobileMenu UL {
	margin:0;
	padding:1px;
}

#item-menu {
	padding:5px 0;
	margin:0 30px;
	width:auto;	
	list-style:none;
	display: block;
	font-family:"Oswald", Arial, SimSun, PMingLiU, MingLiU;
	font-size:22px;
	font-weight:500;
}

#item-menu li {
	border-bottom:2px solid #CCC;
}

#item-menu li a {
	color:#000;
	text-decoration:none;
}

#language {
	background-color:#000;
	color:#FFF;
	padding:10px 10px;
	list-style:none;
	display: block;
	font-family:"Oswald", Arial, SimSun, PMingLiU, MingLiU;
	font-size:16px;
	font-weight:500;
}

.item-lang {
	border-right:1px solid #fff; 
	float:left; width:auto; 
	text-align:center;
	padding:0 5px;
}

.item-lang a {
	color:#FFF;
	text-decoration:none;
}

.last {
	border:none;
}

#search {
	padding:5px 0;
	margin:0 30px;
	width:auto;	
	list-style:none;
	display: block;
	font-family:"Oswald", Arial, SimSun, PMingLiU, MingLiU;
	font-size:22px;
	font-weight:500;
}


#slide {
	background-image:url(/images/bg_slide_mobile.png);
	position:relative;	
	height:265px;
}

#slide .imgNews {
	margin-left:60px;
}

#slide .imgProducts {
	margin-left:143px;
}

#slide .arrow-left {
	position:absolute; top:110px; left:15px; border:none;
}

#slide .arrow-right {
	position:absolute; top:110px; right:15px; border:none;
}

#txt-slide {
	position: absolute;
	bottom:0px;
	left:0px;
	width:440px;
	margin:0;
	padding:0;
	padding-left:20px;
	background-image:url(/images/bg_txt_slide_mobile.png);
	background-repeat:repeat-x;
	padding-bottom:35px;
}

#txt-slide h2 {
    color: #FFFFFF;
    font-family: 'Oswald';
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
	text-decoration:none;
	font-weight:500;
	margin-left:10px;
    /*text-transform: uppercase;*/
}

#txt-slide h3 a {
	color:#FFF;
	text-decoration:none;
}

#txt-slide h3 {
    color: #FFF;
    font-family: 'Oswald';
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0px;
	text-decoration:none;
	font-weight:500;
	margin-left:10px;
    /*text-transform: uppercase;*/
}

#txt-slide h2 a {
	color:#FFF;
	text-decoration:none;
}

#mobile_slide .right {
	left:229px;
}

#mobile_slide .button {
	position:absolute;
	bottom:0;
	float:left;
	border:1px solid #000;
	/*background-color:#333;*/
	background-image:url(/images/bg_button_slide_noactive.png);
	background-repeat:repeat-x;
	background-position:bottom;
	width:229px;
	text-align:center;
	font-family:"Oswald", Arial, SimSun, PMingLiU, MingLiU;
	font-size:16px;
	padding:5px 0;
	color:#fff;
	height:25px
}

#mobile_slide .active {
	background-image:url(/images/bg_button_slide_active.png);
}


h1 {
	font-family:"Oswald", Arial, "MS PGothic", SimSun, PMingLiU, MingLiU;
	font-size:36px;
	color:#0098d4;
	font-weight:500;
	line-height:48px;
}

.contentbox {
	background-color:#FFF;
	background-image:url(/images/bg_sidebox.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	border:1px solid #DDD;
	padding:20px;
	margin:20px 0;
}

#sidebar a {
	color:#0098d4;
	text-decoration:none;
}
#sidebar a:hover {
	color:#0098d4;
	text-decoration:underline;
}

#sidebar hr {
	height: 0px; 
	border: 0px; 
	border-top: 1px solid #ddd;
	padding:0;
	margin:0;
}

#sidebar h2 {
	font-family:"Oswald", Arial, SimSun, PMingLiU, MingLiU;
	font-size:22px;
	color:#0098d4;
	margin:0;
	padding:0;
}

#sidebar h2 a {
	font-family:"Oswald", Arial, SimSun, PMingLiU, MingLiU;
	font-size:22px;
	color:#000;
	text-decoration:none;
}

#choice-letter {
	/*float:left;*/
	font-size:22px;
	font-family:"Oswald", Arial;
	font-weight:500;
	/*letter-spacing:15px;*/
	width:380px;
	padding:5px 40px;
	margin-bottom:40px;
	margin-top:20px;
	text-align:center;
	margin-left:-10px;
	/*background-color:#EEE;*/
}

#choice-letter span {
	margin: 0 8px;
}

#choice-letter a {
	color:#000;
}

#choice-letter a:hover {
	text-decoration:none;
}

.div-logo {
	float:left;
	height:60px;
	width:110px;
	margin:10px;
	padding:8px;	
}

.box_statistics {
	padding:10px; 
	margin-bottom:20px; 
	background-color:#e1f1fa;
}

.publish-date {
	font-size:11px;
	font-style:italic;
}

.clear-both {
	clear:both;
}

.youtube {
	width:440px;
	height:248px;
}

#TableShowsJP td {
	padding:20px 0;
	border-bottom:1px solid #CCC;
}

/******* FORMULAIRE *******/
.login {
	border:1px solid #777;
	background: transparent;
	margin:2px 0;
	width:150px;
	color:#AAA;
	padding:1px 2px;
	font-size:12px;
}

.bt-login {
	border:1px solid #777;
	background: transparent;
	background-image:url(../images/bt-login.png);
	background-position:center;
	background-repeat:no-repeat;
	margin:10px 0;
	width:20px;
	color:#AAA;
	padding:0 2px;
}

.bt-search {
	border:1px solid #777;
	background: transparent;
	background-image:url(../images/bt-login.png);
	background-position:center;
	background-repeat:no-repeat;
	margin:10px 0;
	width:20px;
	color:#AAA;
	padding:0 2px;
}
