
.texte_centre {
font-size : 14px;
text-align : justify;
}

table {
text-align : center;
}

.cadre_gauche {
	float: left;
	background-image:url('images/fond_cadre_gauche.png');
	width:351px;
	height:351px;
}

table {
	margin-left: auto; 
    margin-right: auto;
}

.cadre_droit {
	float: left;
	background-image:url('images/fond_cadre_droit.png');
	background-position: center center;
	width:451px;
	height:351px;
	margin : 0px 0px 0px 20px ; 
}

table {
margin: auto;
text-align : center;
}

.cadre_bas {
	float: left;
	background-image:url('images/fond_cadre_bas.png');
	width:822px;
	height:200px;
	margin : 20px 0px 0px 0px ; 
}

table {
text-align : center;
}

.titre {
font-family:"Cooper std", Times, serif;
}

table {
text-align : center;
}


.service{
text-align : center;
font-family:"Arial", Times, serif;
background-image:url(images/fond_rouge.png);
background-repeat : no-repeat;
}

.service:hover{
font-family: "Arial", Times, serif;
background-image:url(images/fond_rouge_vif.png);
background-repeat : no-repeat; 
font-size : 14px; 
}


.image {
border-style : solid;
margin : 10px 10px 10px 30px;
}