@charset "utf-8";

/* --- Reset css --- */
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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

#content {  /*on positionne la tablette en plein milieu de la page.*/
	width: 960px;
	height: 747px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5%;
	margin-top: 4%;
	background-image: url(../img/tablette.png)
}
#logo {
	height: 146px;
	width: 216px;
	padding-top: 155px;
	margin-left: 135px;
	background-image:url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#EN_logo {
	height: 146px;
	width: 216px;
	padding-top: 155px;
	margin-left: 135px;
	background-image:url(../img/EN/EN_logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#icones {
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 710px;
}
.icones2 {
	padding-left: 482px;
	padding-top: 5px;
	margin-top: -145px;
}

.clear {
	clear: both;
}
/*test image raéctive jquery*/
ul.hover_block li {
	list-style: none;
	float: left;
	width: 216px;
	height: 146px;
	margin-right: 10px;
	margin-left: 10px;
}


ul.hover_block2 li {
	list-style: none;
	float: left;
	width: 103px;
	position: relative;
	margin-right: 10px;
	margin-top: 10px;
}
ul.hover_block li a, ul.hover_block2 li a {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 20px; /* = marge à l'intérieur, autour du texte. */
	width: 176px;  /* = retirer 40px à cause des marges */
	height: 106px;  /* = vraie hauteur: retirer 40px à cause des marges */
	font-family: 'Dosis', sans-serif;
	text-align: center;
	background-color: #005571;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
}
ul.hover_block2 li a {
	padding: 10px;
	width: 83px;
	height: 48px;
	background-color: #931193;
}

ul.hover_block li img, ul.hover_block2 li img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

/* couleur différente pour les rollover */
ul.hover_block li:nth-child(2) a {
	background-color: #97B101;
}
ul.hover_block li:nth-child(3) a {
	background-color: #F06C00;
}
ul.hover_block li:nth-child(4) a {
	background-color: #7d002e;
	margin-top:18px;
	
}
ul.hover_block2 li:nth-child(2) a {
	background-color: #3051B1;
}
ul.hover_block2 li:nth-child(3) a {
	background-color: #0E6356;
}
ul.hover_block2 li:nth-child(4) a {
	background-color: #C5185E;
}


.logoEurope{
	display:block;
	margin-left:auto;
	margin-right:auto;
	height:45px;
	float:left;
}
.ENlogoEurope {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 45px;
	float:left;
}
.drapeauLangue {
	display: block;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	float:right;
}
.drapeauLangueEN {
	display: block;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	float:right;
}
footer{
width:600px;
margin:auto;	
}