html, body{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, ul, li, p, q, cite, img, figure, figcaption, blockquote, header, hgroup, article, footer, fieldset, label, button, div, nav
{
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
	width: auto;
}

 /* 
Couleur texte
 */

body{
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	color: #444444;
	line-height: 1.4em;
	margin: 0;
	min-width: 1200px;
}
/*******couleur fond ecran******/
#bodybg { background: linear-gradient(#fff,   #43aaff 
 ) no-repeat center center fixed; }


header, object, footer, #search_wrapper { width: 100%; }


/*******couleur liens ******/
.floater{ float: left; }
.r_float{ float: right; }

a, a:visited{
	color: #34487A;
	text-decoration: none;
}

a:active, a:hover{
	color: #ff0000;
	text-decoration: none;
}

nav a.nodots, nav a:hover.nodots, nav a:active.nodots, a.nodots, a.nodots:hover, a.nodots:active{ border-style: none; }



h1{
	color:#000000;
	font-size: 28px;
	margin: 0;
}

h2{
	color: #000000;
	font-weight: bold;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 0px;
	margin-top:5px;
}

h3{
    
	color:  #095bb2 ;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 5px;
	margin-top: 6px;
}

h4{
    color:  #f4fc46  ;
	font-weight: normal;
	font-size: 16px;
	margin-top: 8px;
}

h5,#details h5{
    color:  #865803;
	font-weight: bold !important;
	font-size: 16px !important;
}

h6,#details h5{
    color:  #095bb2;
	font-weight: bold !important;
	font-size: 12px !important;
}

.bigfont { font-size: 20px; }
.align_right { text-align: right; }
.width100 { width: 100%; }
.margin-top-20 { margin-top: 20px; }
.margin-lr5 { margin: 0 5px; }
.centertext { text-align: center; }
aside .center { text-align: center; width: 100%; }



/* MAIN OVERVIEW */
main {
	width: 100%;
	height: auto;
	padding: 0px 0 70px 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
	margin-top: 70px;
}
 /* dimension page*/
#wrapper {
	width: 800px;
	margin: 0 auto;
	display: flex;
    /* 
justify-content: space-around;
    align-items: flex-start;
 */
    overflow: visible;
    box-sizing: border-box;
}
 /* 
position de la barre  du footer
 */
aside { 
	height: 1000px;
	width: 300px;
	float: right;
	display: block;
}


  /* 
 couleur Fond tableau et parametre fond
 */
section {
	width: 500px;
	min-height: 590px;
	margin-right: 20px;
	background: #c0c0cc;
	float: center;
	padding: 12px 40px 40px 40px;
}
		
.back { margin-bottom: 1px; }
.back a,.back a:visited { color: lightgray; }
.back a:active,.back a:hover { color: #707EA4; }

/* 
 mise en page tableau
 */
table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

th { text-align: center; }
td { overflow: hidden; }






/**couleur yexy colonne éversion"**/ 
#main_table td:nth-child(3),#main_table th:nth-child(3){  width: 40px; }
#main_table td:nth-child(4){
	font-weight: bold;
	color: #464646;

	}
#main_table td:first-child, #main_table th:first-child{ text-align: center; }
#main_table td:last-child, #main_table th:last-child {
	text-align: left;
	width: 182px;
}
#main_table td:last-child img { vertical-align: text-bottom; }

#main_table_nouser { margin-top: 20px; display: none; }


/**Barre blanche horizontale**/

tr.t_content:nth-child(even) { background: #ebebeb; }
tr.t_content:hover { background:rgba(112,126,164,0.4); }

a, a:visited{
	color: #34487A;
	text-decoration: none;
}

a:active, a:hover{
	color: #707EA4;
	text-decoration: none;
}

a:hover img, a:active img { opacity: 0.7; }

.t_content img {
	margin-right: 9px;
	height: 21px;
}

.t_content img.appicon,img.appicon {
	height: 30px !important;
	vertical-align: middle;
}

thead tr.t_caption{
	background: #464646;
	color: #fff;
}




/* DETAILS */


#details .d_logo { 
	display: inline; 
	margin-right:20px;
}

#details .d_header {
	width: 100%;
	display: inline-block;
	padding: 15px 20px 5px 15px;
	background: #ebebeb;
	box-sizing: border-box;
	box-shadow: 0 4px 2px -2px gray;
}

#details .d_logo img{
	height: 64px;
	width: auto;
	vertical-align: top;
}

#details span.vnr {
	font-weight: normal;
	margin-left: 12px;
}

#details td {
	padding: 4px 0;
	font-size: 14px;
}

#details .d_popularity img {
	height:16px;
	vertical-align: middle;
}

#details td:first-child {
	font-weight: bold;
	width: 38%;
}


/********HEADER tête haut********/

#header {
	font-size: 15px;
	height: 50px;
	background-color:   #2e86c1   ;
	color: #333;
	box-shadow: 10px 0px 3px grey;
	width: 100%;
	padding-top: 20px;
}

#header a, #header a:visited { color:   #d1f2eb  ; }
#header a:hover, #header a:active { color: #fff; }

#header_wrapper, #footer_wrapper {
	width: 1200px;
	margin: 0 auto;
}

#header_wrapper ul {
/* 	display: inline-block; */
	position: relative;
	float: left;
}

#header_wrapper ul li {
	display: inline-block;
	list-style: none;
	font-weight: bold;
	margin-right: 46px;
	padding: 6px 9px 4px 5px;
}

#header_wrapper>ul>li { height: 50px; }

#header_wrapper ul li:last-child { margin-right: 45px; }

#header_wrapper .logo_header {
	border: #333 1px solid;
	border-radius: 3px;
	background: rgba(24,90,90,0.1);
}

#header_wrapper a:active .logo_header, #header_wrapper  a:hover .logo_header{ 
		background: rgba(24,90,90,0.5); 
		color: #000;
} 

#header_wrapper .logo_header_img {
	float: left;
	height: 25px;
	margin: -2px 3px 0px 0px;
}
#header_wrapper>ul>li.logo_header { height: 25px; }

#header_wrapper li {
 display: block;
 transition-duration: 0.2s;
}

#header_wrapper li:hover { cursor: pointer; }

#header_wrapper ul li ul.dropdown {
  position: absolute;
  transition: all 0.2s ease;
  display: none;
  height: auto;
  margin-top: 22px;
  z-index: 1000;
}

#header_wrapper ul li:hover > ul, #header_wrapper ul li ul:hover { display: block; }

#header_wrapper ul li ul.dropdown li {
	clear: both;
	display: block;
	background: rgba(70,70,70,0.95);
	margin-right: 0px;
	width: 200;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	/* overflow: hidden; */
}
/***********mrenu déroulant**********/
#header_wrapper ul li ul.dropdown li:first-child { padding-top: 10px; }
#header_wrapper ul li ul.dropdown li:last-child { padding-bottom: 10px; }
#header_wrapper ul li ul.dropdown li:hover { background:  #e3e3ca ; }

/***********couleur titre**********/#header_wrapper ul li ul.dropdown li a, #header_wrapper ul li ul.dropdown li a:visited { color: #aed6f1
; }

#header_wrapper ul li ul.dropdown li a {
    display: block; /* Ensures the anchor fills the parent <li> */
    width: 100%; /* Makes the link span the full width of the <li> */
    height: 100%; /* Ensures the link spans the full height of the <li> */
    padding: 5px 0px 5px 20px; /* Maintain padding for appearance */
    box-sizing: border-box; /* Ensure padding doesn’t affect width */
}



/***********FOOTER**********/
footer {
	background:   
 ;
	padding: 
	color:     #d6eaf8  ;
	
	position: absolute;
	bottom: 0;
}

footer a, footer a:visited { color:   #d6eaf8  ; }
footer a:active, footer a:hover { color:  #d6eaf8 ; }

.nobuttonstyle {
	border: none;
	background: none;
	color:   #d6eaf8  ;
	font-size:12px;
	cursor: pointer;
}

.nobuttonstyle:hover { color: #707EA4; }

#footer2
{
   
