.buttoncolle{
 width:100px;
}

.listecorrigecolle{
	font-size:20px;
}

.tablecolle th{
	font-size:15px;
}

.tablecolle td{
	font-size:15px;
}

.licolle{
	font-size:12px;
	color:#76A0DE;
}

.titreitemcolle{
	font-size:15px;
}


/* barre d'outil dans barre gauche si pas portable */

.buttontoolboxgauche{
	width:80%;
	padding:10px;
	margin-top:10px;
}

.toolboxbarregauche{
	position: fixed;
	display: block;
	top: 200px;
	left: 10px;
	width: 250px;
	background-color: gray;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border:solid black 1px;
}

.buttonretourfullpage{
	width:50%;
	padding:10px;
	margin:10px;
}


/* POPUPS PLEINEPAGE */

.popupfullscreen{
	position:fixed;
	display:none;
	top:0px;
	left:0px;
	background-color:rgba(255,255,255,.8);
	width:100%;
	height:100%;
}

/* adapte au profils*/
.popupfullscreenin{
	border:black solid 1px;
	background-color:rgba(255,255,255,1);
	width:90%;
	height:70%;
	overflow:auto;
	margin:0 auto;
	padding:10px;
	max-width:700px
}

/*adapte aux colles*/
.popupfullscreenfull{
	background-color:rgba(255,255,255,1);
	width:100%;
	height:100%;
	border:black solid 1px;
	overflow: scroll;
}
.contenuafficheunecolle{
	overflow: scroll;
	width:80%;
	border:black solid 1px;
	margin: 0 auto
}

.imageboutton{
	max-width:70px;
}

.buttonimgtableau{
	width:30x;
	max-width:30px;
}

/* POUR PARAMETRES USER*/
.divbuttonpastoolboxgauche{
	max-width:400px;
}
.buttoncolle{
}
.cbcolle{
	display:inline-block;
	width:50px;
}

.labelconnexionparamuser {
	display: inline-block;
	margin-right: 10px;
	width: 30%;
	float: left;
	height:20px;
	text-align:right;
	margin-top:20px;
}

.inputconnexionparamuser {
	display: inline-block;
	width: 30%;
	margin:0 auto;
	margin-top:20px;
}
