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,   #43afdf 
 ) no-repeat center center fixed; }

/* DETAILS */


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


/*******couleur liens ******/

a {
  text-decoration: underline;
  color: #095bb2;
}
a:visited {
  color:         #02610b

}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: white;
  background:  #000 ;
}


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:   #086486  ;
	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; }








/* 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;
}



/***********FOOTER**********/
footer {

	
	position: relative;
	bottom: 0;
}



