			.boxdescription p {
			font-weight: 300;
			line-height: 1.4;
			margin: 0 auto 1em;
			//border-radius: 25px;
			//border: 2px dashed #9bd4e3;
			border: 1px solid #cdd0dd;
			-webkit-border-top-left-radius: 1.2em;
			-moz-border-radius-topleft: 1.2em;
			border-top-left-radius: 1.2em;
			-webkit-border-bottom-right-radius: 1.2em;
			-moz-border-radius-bottomright: 1.2em;
			border-bottom-right-radius: 1.2em;
		}
		.boxdescription p {
			//background-color: rgba(0, 0, 0, 0.5);
			background-color: #011b58;
			font-size: 200%;
			max-width: 90%;
			padding: 10px;
			text-align: center;
			
			background-image:-moz-linear-gradient(30deg, #9eb6d8, #baccf0);
			background-image:-webkit-linear-gradient(30deg, #9eb6d8, #baccf0);
			background-image:-o-linear-gradient(30deg, #9eb6d8, #baccf0);
			background-image:linear-gradient(60deg, #9eb6d8, #baccf0);
		}
		.boxdescription2 p {
			font-weight: 300;
			line-height: 1.4;
			margin: 0.5em;
			border-radius: 5px;
			border: 1px solid #cdd0dd;
			background-color: #819cc3;
			//font-size: 200%;
			max-width: 90%;
			padding: 10px;
			text-align: center;
			-webkit-border-top-left-radius: 1.1em;
			-moz-border-radius-topleft: 1.1em;
			border-top-left-radius: 1.1em;
			-webkit-border-bottom-right-radius: 1.1em;
			-moz-border-radius-bottomright: 1.1em;
			border-bottom-right-radius: 1.1em;
		}

		.boxdescription #login {
			line-height: 1.4;
			margin: 0 auto 0.5em;
		}
		.boxdescription #login {
			/*background-color: rgba(234, 248, 252, 0.5);*/
			//background-color: rgba(0, 0, 0, 0.5);
			max-width: 90%;
			padding: 0px;
			//text-align: center;
			//border: 2px dotted #9bd4e3
		}
		
		#Global
		{
			width:100%;
			display:inline-block;
			font-size: 1em;
			
		}
		#Global #user {
			display:inline-block;
			width:33%;
			vertical-align:top;
		}
		#Global #cat {
			width:31%;
			vertical-align:top;
			float:left;	
			padding-left: 2%;
		}
		
		/*popin*/
		.black_overlay{
			display: none;
			position: fixed;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		
		.white_content {
		/*	display: none;
			position: fixed;
			top: 15%;
			left: 30%;
			width: 40%;
			height: 70%;
			text-align: center;
			padding: 16px;
			border: 16px solid #001c37;
			background-color: #cdd3dd;
			z-index:1002;
			overflow: auto;*/
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 80%;
			color: #606268;
			height: 88%;
			text-align: center;
			padding: 6px;
			border: 10px solid #001c37;
			background-color: #cdd3dd;
			z-index:1002;
			overflow: auto;			
		}
		.white_content_register {
			display: none;
			position: fixed;
			top: 10%;
			left: 30%;
			width: 40%;
			height: 80%;
			text-align: center;
			padding: 16px;
			border: 16px solid #001c37;
			background-color: #cdd3dd;
			z-index:1002;
			overflow: auto;
		}
		.white_content_login {
			display: none;
			position: fixed;
			top: 15%;
			left: 30%;
			width: 40%;
			height: 67%;
			text-align: center;
			padding: 16px;
			border: 16px solid #001c37;
			background-color: #cdd3dd;
			z-index:1002;
			overflow: auto;
		}
		.cellule
		{
			/*width : 100px;*/
			margin : 5px;
			font-size: 70%;
			border : black 0px solid;
			display:inline-block;
			vertical-align:middle;
			left:float;
			text-align:left;
		}
		

		.tooltip{
			display: inline;
			position: relative;
		}	

		.tooltip:hover:after{
			background: #333;
			background: rgba(255,255, 255,.8);
			border-radius: 5px;
			top: 25px;
			color: #414040;
			content: attr(title);
			right: 0%;
			font-weight: bold;
			font-size: 120%;
			padding: 5px 15px;
			position: absolute;
			z-index: 98;
			width: 180px;
		}

		.tooltip:hover:before{
			border: solid;
			border-color: #fff transparent;
			border-width: 0px 6px 6px;
			top: 20px;
			content: "";
			left: 20%;
			position: absolute;
			z-index: 99;
		}
		
		.tooltip2{
			display: inline;
			position: relative;
		}
		
		.tooltip3{
			font-size: 50%;
		}

		.tooltip2:hover:after{
			background: #333;
			background: rgba(255,255, 255,.8);
			border-radius: 5px;
			top: 25px;
			color: #414040;
			content: attr(title);
			right: 0%;
			font-weight: bold;
			font-size: 100%;
			padding: 5px 15px;
			position: absolute;
			z-index: 98;
			width: 100px;
		}

		.tooltip2:hover:before{
			border: solid;
			border-color: #fff transparent;
			border-width: 0px 6px 6px;
			top: 20px;
			content: "";
			left: 20%;
			position: absolute;
			z-index: 99;
		}
		img.list { width: 100%;
        //height: 165;
        margin: 0;
		margin-bottom: 5px;
        padding: 0;
		}
		img.list2 { width: 100%;
        margin: 0;
        padding: 0;
		margin-bottom: 5px; 
		//opacity:0.7;filter:alpha(opacity=70);
		//border:2px #345695 dotted;
		}
		.header_login{
			z-index: 1000000;
		}
		.footer_fancollection{
			height: 30px;
			color: #606268;
			background-color: #cdd0dd;
			border-top: 4px solid #cfab1d;
			border-bottom: 2px solid #7b7b7d;
			z-index: 1000000;
			margin-top: 40px;
		}
		.header2{
			height: 50%;
			//background: rgba(24, 25, 25, 0.5);
			position: relative;
			text-align: center;
			//border-bottom: 2px solid #7b7b7d;
		}
		.header2b{
			height: 20%;
			//background: rgba(24, 25, 25, 0.5);
			position: relative;
			text-align: center;
			//border-bottom: 2px solid #7b7b7d;
		}
		.container{
			//background: rgba(187, 210, 242, 0.5);
			width: 100%;
			position: relative;
			//left: 5%;
			//border-top: 4px solid #cfab1d;
		}
		.welcome{
			font-size: 200%;
			color: #606268;
		}
		.inscrit{
			font-size: 60%;
			color: #c3bda0;
		}
		.onetosell{
			color: #656565;
			font-size: 100%;
		}
		#header_nav {
			width:100%;
			height:100px;
			background-color:#666;
			position:fixed;
			top:0;
			left:0;
		}
		.styled-select {
		   //background: url(https://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
		   height: 29px;
		   overflow: hidden;
		   width: 240px;
		}

		.styled-select select {
		   background: transparent;
		   border: none;
		   font-size: 14px;
		   height: 29px;
		   padding: 5px; /* If you add too much padding here, the options won't show in IE */
		   width: 268px;
		}
		.roundedselect {
		   -webkit-border-radius: 20px;
		   -moz-border-radius: 20px;
		   border-radius: 20px;
		}
		.colorselect   { background-color: #cccfda; color: #000d2e; font-weight: bold; }
		

	.one-long-line {
		   overflow: hidden;
		   text-overflow: ellipsis;
		   display: -webkit-box;
		   -webkit-box-orient: vertical;
		   -webkit-line-clamp: 3; /* number of lines to show */

	   }
	.one-long-line:hover {
	   //overflow:visible;
	   }

		   /* styles de base si JS est activé */
	.js .input-file-container {
	  position: relative;
	  width: 50%;
	  padding: 10px;
	  margin-left: 20%;
	}
	.js .input-file-trigger {
	  display: block;
	  padding: 14px 15px;
	  background: #dee9f9;
	  color: #345695;
	  font-size: 60%;
	  width: 100%;
	  transition: all .4s;
	  cursor: pointer;
	}
	.js .input-file {
	  position: absolute;
	  top: 0; left: 0;
	  width: 100%;
	  padding: 14px 0;
	  opacity: 0;
	  cursor: pointer;
	}
	 
	/* quelques styles d'interactions */
	.js .input-file:hover + .input-file-trigger,
	.js .input-file:focus + .input-file-trigger,
	.js .input-file-trigger:hover,
	.js .input-file-trigger:focus {
	  background: #34495E;
	  color: #39D2B4;
	}
	 
	/* styles du retour visuel */
	.file-return {
	  margin: 0;
	  color: #FFFFFF;
	}
	.file-return:not(:empty) {
	  margin: 1em 0;
	}
	.js .file-return {
	  font-style: italic;
	  font-size: 70%;
	  //font-weight: bold;
	}
	/* on complète l'information d'un contenu textuel
	   uniquement lorsque le paragraphe n'est pas vide */
	.js .file-return:not(:empty):before {
	  content: "Selected file: ";
	  font-style: normal;
	  font-weight: normal;
	}

/*	input[type=submit] {	
		font-size:60%;
		border: none;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 15px;
		padding-right: 15px;
		border: 1px solid #cdd0dd;
		border-radius: 8px;
		background: #415370;
		color:#fff;
		font-size: 50%;
	}
*/
	.gallerycontainer{
	position: relative;
	/*Add a height attribute and set to largest image's height to prevent overlaying*/
	max-width: 100%;
	max-height: 100%;
	}

	.thumbnail img{
	border: 1px solid white;
	margin: 0 5px 5px 0;
	max-width: 95%;
	max-height: 80%;
	}

	.thumbnail:hover{
	background-color: transparent;
	}

	.thumbnail:hover img{
	border: 1px solid #a4a9bd;
	}

	.thumbnail div{ /*CSS for enlarged image*/
	position: absolute;
	//background-color: #2d3b69;
	padding: 5px;
	left: -1000px;
	//border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-align:center;
	text-decoration: none;
	}

	.thumbnail div img{ /*CSS for enlarged image*/
	border-width: 0;
	border: 2px dashed white;
	padding: 5px;
	margin: 5px;
	border-radius: 30px;
	}

	.thumbnail div{ /*CSS for enlarged image */
	/*visibility: visible;*/
	top: 0;
	left: 230px; /*position where enlarged image should offset horizontally  */
	z-index: 50;
	}