

div#pag{
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	/*width: 98%;*/
	padding: 0 1% 0 1%;
	/*overflow: auto;
	overflow-x: hidden;
	background: #b2ffe1;*/
}

div#pagl{
	position: absolute;
	top: 40px;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	/*overflow : -moz-scrollbars-vertical;*/
	width: 48%;
	height: 91%;
	/*float: right;*/
	/*background: #ff9797;*/
	/*border: 1px solid #b6bdce;*/
}
	
div#pagr{
	position: absolute;
	top: 40px;
	right: 1%;
	overflow: auto;
	overflow-x: hidden;
	/*overflow : -moz-scrollbars-vertical; NON --> scroll tout le temp !! */
	width: 48%;
	height: 91%;
	float: right;
	/*background: #ffde54;*/
} 

/*div#pag2{
	position: relative;
	top: 40px;
	left: 0;
	height: 91%;
	width: 99%;
	padding: 0 1% 0 0;
	overflow: auto;
	overflow-x: hidden;
}*/

.partligne{
	position: relative;
	top: 0;
	left: 0;
	/*height: 120px;*/
	width: 99%;
	/*display: inline;*/
	background: #cacfec;
	/*border: thick solid red;*/
	text-align: center;

}


.partportelogos{
	position: relative;
	top: 0;
	height: 160px;
	width: 80%;
	/*background: aqua;*/
	margin: 0 auto 0 auto;
}

/*.ecartimg{

	margin: 1% 3% 1% 10px;

	}*/
	
.blocimgtext{
	position: relative;
	/*height: 150px;*/
	width: 120px;
}
.blocimgtextfloat{
	position: relative;
	/*height: 150px;*/
	width: 120px;
	float: left; /* Obligé de vérouiller partportelogos height: 160px; PB si nb > 3 !!! */
}

.partimg{
	/*position: relative;
	top: 0;
	right: 0;*/
	margin: 1% 1% 1% 1%;
	/*background: #00d96f;*/
	/*background: #b2ffb3;*/
}

.interligne1{
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	height: 20px;
	/*margin: 5px 0 5px 0;*/
	/*background: #ffacac;*/
}

.interligne2{
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	height: 5px;
	/*margin: 5px 0 5px 0;*/
	/*background: #ffacac;*/
}



/*.ecartimg{
	position: relative;
	top: 0;
	right: 0;
	width: 10px;
	height: 15px;
	margin: 1% 3% 1% 10px;

}*/


/* //////////////// NON utilisés*/


	
.paddright{
	padding: 1% 2% 0 0;
}


.clipimg{
	position: absolute;
	top: -40px;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0 5px 1% 5px;
	/*float: left;*/
	/*display:block;*/
	clip: rect(40px 280px 150px 0px);
	/*background: #ffffae;*/
	/*overflow: visible;*/
}
	
.bloctext{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 5px 10px 5px;
	width: 49%;
	/*background: #87aecf;*/
	text-align: left;
	/*float: left;*/
}

