* {
    box-sizing: border-box;
}

body {
	margin:0px;
	padding: 0px;
	
    font-family:Helvetica,Arial,sans-serif;
    font-size:16px;
    color:#000;
    background-color:#fff;
   
    padding:0;
	line-height: 1.6;
}
a {
	text-decoration: none;
	color: #222222;
	background: none;
}
a:visited {
	color: #111111;
}
a:active {
	color: #335;
}
a:hover {
	text-decoration: underline;
}
.header {
    background-color: #4444cc;
    background: linear-gradient(#1846d2 1%,#a5c0d2 60%, #1d397a 61%,#648dd4); /* Standard syntax (must be last) */
    color: #ffffff;
    position: fixed;
    width:100%;
    top:0px;
    z-index: 12000;    
	
	height:30px;
}
.header_title{
    text-shadow: 2px  2px   #113;
	font-size: 14px;
	padding-top:2px;
    text-align: center;
    letter-spacing: 2px;
    z-index: 12200;
    line-height:normal;   
}
.header_title a {
	text-decoration: none;
	color: #fff;
}
.header_logo{
	position: absolute;
	top:5%;
	left:1%;
	height:90%;
	z-index: 12360; 
}

.header_Flags{
	position: absolute;
	top:5%;
	right:2px;
	width:100px;
	z-index: 13060;
	line-height: 1;
}
.ligne_flag{
	    font-size: 0px;
		display:inline-block;
		width:49%;
		float:left;
		margin-top:4px;
}
.header_Flags a {
	color: #fff;
}

.header_flag{
	position:relative;
	width:50%;
	float:left;
	
	text-shadow: none;
	cursor: pointer;
}

#header_titre{
	position: absolute;
	bottom:3%;
	left:0%;
	width:100%;
	text-align: center;
	text-shadow: 1px  1px   #113;
	z-index: 12300;
    line-height:normal;	


}

h1, h2, h4 {
	font-size: 16px;
	margin:0px; 
	padding:0px;
	font-weight: bold; 
}
h2{
	margin-bottom:10px;
}
h3{
	font-size: 16px;
	width:100%;
	background-color: #648dd4;
	color: white;
	text-align: center;
	font-weight: bold;
    margin-top:30px;
	

}
h5, h6{
	font-size: 14px;
	margin:0px; 
	padding:0px;
	font-weight: bold; 
}

.c_bloc_info{
	font-size: 10px;
	font-style: italic;
	color:#99b;
	height:7px;
	border-bottom: 1px solid #99b;
	width:100%;
	text-align: center;
	margin: auto;
	padding:0px;
	display: block;
	
	}
.c_bloc_info span{
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	overflow:hidden;
}
.cbi_l{
	display: inline-block;
	text-align: left;
	width:34%;
	overflow:hidden;
	height:12px;
}
.cbi_m{
	display: inline-block;
	text-align: center;
	cursor: pointer;
	width:30%;
	overflow:hidden;
	height:12px;
}
.cbi_r{
	display: inline-block;
	text-align: right;
	width:34%;
	overflow:hidden;
	height:12px;
}

 /* For mobile phones: */
#header_guide h2{
font-size: 12px;
margin:0px; 
padding:0px; 
}
#header_titre h1{
	font-size: 10px;
	letter-spacing: 1px;
}

.menu_haut {
	position: fixed;
	top:30px;
    font-size: 16px;
    text-align: center;
    width:100%;
    
    z-index: 11700;
    height:15px;
    background-color: #fff;
}
#le_sous_menu{
		position:absolute;
		top:37px;
		left:0.5%;
		z-index:13000;
		text-align:left;
		background-color:white;
		padding:10px;
		box-shadow:0px 0px 20px  grey;
		display:none;
}
.le_sous_menu_masque{
	position:absolute;
		top:-5px;
		left:0px;
		width:100%;
		height:5px;
		z-index:13010;
		text-align:left;
		background-color:white;
}
.in_onglet{
		box-shadow:0px 0px 10px  grey;
		position:absolute;
		top:5px;
		width:27%;
		background-color: #eef;
		height:20px;
		border-radius:5px;	
}


#menu_onglets{
	position: absolute;
	right:25px; 
	top:0px;
	left:0px;	
	height:25px;
	z-index: 11750;
	font-size: 10px;
	font-weight:bold;
	overflow: hidden;
}
#menu_onglets img{
		float:left;
		height:70%;
}
#sous_menu{
	background-color: #eee;
	left:0.5%;
	width:9%;
    max-width:80px;	
	z-index: 11760;
	padding-bottom:5px;
}
#sous_menu img{
	width:100%;
	height:17px;
}
.ligne_separ{
	border-bottom: 2px solid #99b;
	width:80%;
	height:2px;
	margin:10px;

}
#menu_cherche{
	position: absolute;
	top:2px;
	width:200px;
	right:-200px;
	background-color:#eee;
	height:30px;
	font-size: 16px;
	z-index: 11800;	
}
#menu_cherche_google{
	position:absolute;
	height:35px;
	top:0px;
    width:100%;	
	margin-top:-8px;
	overflow:hidden;
}

#cherche_icone{
	display:block;
	position:absolute;
	width:30px;
	height:30px;
	top:0px;
	left:-25px;
	display:block;
	cursor: pointer;
}
#cherche_icone img{
	height:30px;
	width:30px;
}



#menu_Anchor{
	left:12%;	
}

#menu_Tool{
	left:41%;
	
}
#menu_Navigation{
	left:70%;	
}

.au_centre{
	position:absolute;
	top:50px;
	width:100%;
}

.message_creation{
	font-style: italic;
	text-align: center;
	padding-top:20px;
	padding-bottom:20px;
}
.au_centre_texte{
	width:90%;
	margin:auto;	
}
.Zdesc{
		width:100%;
		text-align:center;
		position:relative;
		padding-top:0px;
}

.one_col,.bi_col{
	display:inline-block;
	width:100%;
	vertical-align:top;
	position:relative;
	padding-top:20px;
	padding-right:0px;
	padding-left:0px;
}
.video{
	display:block;
	width:100%;
	padding-top:20px;
	padding-right:0px;
	padding-left:0px;
}
.video iframe{
	
	max-width:100%;

}
.img_ombre{
	box-shadow: 0px  0px  5px #113;
}
@media only screen and (min-width: 810px) and (min-height: 490px) {
    /* For tablets: */
	.header {
		height:60px;
	}
	
  	.header_title{
	    font-size: 34px;
		padding-top:0px;
		letter-spacing: 10px;
		padding-top:4px;
	}
	#header_titre h1{
		letter-spacing: 4px;
		font-size: 16px;
	}
	#menu_onglets{
		right:200px;  
		font-size: 14px;
		height:30px;
	}
	#header_guide{
	   left:15%;
	}
	.header_logo{
		left:5%;
	}
	
	.ligne_flag{
		display:block;
		width:100%;
		clear:both;
		font-size: 12px;
		margin-top:1px;
	}
	.menu_haut {
		top:60px;
		height:30px;
	}
	.in_onglet{
		height:30px;
		border-radius:5px;
	}
	#sous_menu img{
		height:27px;
	}
	.au_centre{
		top:100px;
	}
	.au_centre_texte{
		width:80%;
	}
	
	#menu_cherche{
		right:0px;	
	}
	#cherche_icone{
		display:	none;
	}
	.one_col{
		padding-top:30px;	
	}
	.bi_col{
		width:50%;
		padding-top:30px;
	}
	.Zdesc .bi_col:nth-child(1){	
		padding-right:15px;
	}
	.Zdesc .bi_col:nth-child(2){
			padding-left:15px;
	}
}
.ebook{
	margin:auto;
	position:relative;
	width:80px;
	height:110px;
	background-color:#CCC;
	border:solid #820 1px;
}
.ebook_fr{
	position:absolute;
	top:1px;
	left:-5px;
	width:80px;
	height:110px;
	background-color:#930;
	border:solid #820 1px;
	background-image:url(image/p_book.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}
.ebook_g{
	position:absolute;
	top:0px;
	left:8px;
	width:1px;
	height:110px;
	background-color:#510;
}
.ebook_t{
	position:absolute;
	top:30px;
	left:9px;
	width:70px;
	font-size:9px;
	line-height:11px;
	text-align:center;
	color:#FFF;
}
.ebook_img{
	position:absolute;
	top:65px;
	left:13px;
	width:60px;
	height:40px;
	color:#FFF;
	font-size:12px;
}
.ebook_geo{
	width:60px;
	height:40px;
	border:inset #820 1px;
}
@media only screen and (min-width: 1600px) {
    /* For large desktop: */

	#menu_onglets{
		font-size: 16px;
	}
}

.play_footer{
		background-color:#fff;
		
		z-index:2300;
		height:20px;
		display:inline-block;
		position:relative;
		margin-top:10px;
		margin-bottom:30px;
}
.play_footer_txt{
	display:inline-block;
	padding:0px;
	font-size:12px;
	
	font-style: italic;
	font-weight: bold;
}
.play_footer_img{
	height:20px;
	display:inline-block;
}
.play_footer_img img{
	height:20px;
}

