
/* cadre transparent fond vert*/
.cadreTransparentPresent
{
	position: absolute;
	width: 970px;
	margin-left: 20px;
	margin-top: 12px;
	padding-top: 15px;
	border:1px solid #008000;
	height: 640px;
	width:  950px;
   	filter:alpha(opacity=88);    /* Internet Explorer 6     */
   	-moz-opacity:0.88;           /* Mozilla 1.6 et infâˆšÂ©r.   */
   	opacity: 0.88;               /* CSS3 et Mozilla râˆšÂ©cents */		
	background-color:#ffdfbc;

/*	background-color:#d0fcba;
*/

/*	background-color:#d8ffd1;
*/}


/* positionnement des images présentation */


#present_imag1{
	position: absolute;
	margin-left: 370px;
	margin-top: 10px;
}
#present_imag2{
	position: absolute;
	margin-left: 670px;
	margin-top: 10px;
}
#present_imag3{
	position: absolute;
	margin-left: 25px;
	margin-top: 240px;
}
#present_imag4{
	position: absolute;
	margin-left: 760px;
	margin-top: 240px;
}
#present_imag5{
	position: absolute;
	margin-left: 570px;
	margin-top: 285px;
}

#present_imag6{
	position: absolute;
	margin-left: 15px;
	margin-top: 450px;
}
#present_imag7{
	position: absolute;
	margin-left: 650px;
	margin-top: 415px;
}

/*  mise en page des textes */

/* titre */
#text_present {
	font-size: 14pt;
        color: #008000;
	text-align: center;
	font-weight: bold;
	margin-left: 375px;
	border-color: #ff0f0f;
	width: 250px;
	height: 20px;
	border:2px ; 
}

/**/
/* paragraphe haut */
/**/
#text1_pres {
	position: absolute;
	width: 300px;
	height: 150px;
	margin-left: 15px;
	margin-top:10px;
	padding: 20px;
	text-align: left;
	border:2px groove #3f753f;
	background-color:#f4fff4;
	
}
#text1_photo {
	position: absolute;
	margin-left: 30px;
	margin-top: 0px;
}


/**/
/* paragraphe central */
/**/

#text2_pres {
	position: absolute;
	width: 250px;
	height: 160px;
	margin-left: 280px;
	margin-top: 240px;
	padding: 10px;
        text-align: left;
	border:2px groove #3f753f;
        background-color:#f4fff4;	
}
#text2_photo {
	position: absolute;
	margin-left: 30px;
	margin-top: -155px;
}

/**/
/* paragraphe bas */
/**/
#text3_pres {
	position: absolute;
	width: 600px;
	height: 100px;
	margin-left: 15px;
	margin-top:450px;
	padding: 5px;
	text-align: left;
	border:2px groove #3f753f;
	background-color:#f4fff4;
}

#text3_photo {
	position: absolute;
	margin-left: 30px;
	margin-top: 0px;
}


