
/*Image à gauche texte à droite 1*/

.image_texte1
{
float:left;
width:750px;
height:427px;
margin-bottom:50px;
margin-top:20px;
border: solid 1px #529823;
}


.image_gauche1
{
float:left;
width:250px;
height:427px;
text-align:left; 
border-right: solid 1px #529823;
}


.texte_droite1 p
{
padding-top:10px;
padding-bottom:10px;
padding-left:20px;
padding-right:20px;
font-family: "Arial", "Century Gothic", "Comic Sans MS";
border: solid 0px #529823; 
}


.texte_droite1
{
float:left;
width:499px;
height:427px;
background: #D7E9A1;
text-align:justify;
}


/*Image au centre*/

.image_centre
{
width: 750px;
margin-bottom:50px; 
margin-top:20px;
text-align:center;
}


.image_centre img
{
margin-top:10px;
border: solid 1px #green;  
}


/*Texte à gauche image à droite 1*/

.texte_image1
{
float:left;
width:750px;
height:152px;
margin-bottom:50px; 
margin-top:20px;
border: solid 1px #A19316;
}


.image_droite1
{
float:left;
width:200px;
height:152px;
margin-bottom:20px;
text-align:right; 
border-left: solid 1px #A19316;
}


.texte_gauche1 p
{
padding-top:10px;
padding-bottom:10px;
padding-left:20px;
padding-right:20px;
font-family: "Arial", "Century Gothic", "Comic Sans MS";
}

.texte_gauche1
{
float:left;
width:549px;
height:152px;
background: #D7E9A1;
text-align:justify;
}
