@charset "UTF-8";
/* CSS Document */

#presentation{
	display: block;
	height: 140px;
	width: 862px;
	background-image: url(../../images/commun/design/fonds/pro_present_fr.jpg);
	margin-left:10px;
	
	margin-top:10px;}
	
.titres{font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;}	


#texte_titre1{
	display: block;
	float: left;
	height: 30px;
	width: 485px;
	margin-top: 13px;
	margin-left: 20px;
}


#texte_titre2{
	display: block;
	float: left;
	height: 30px;
	width: 200px;
	margin-top: 13px;
	margin-left: 0px;
}

#texte{

display: block;
	float:left;
	height: 30px;
	width: 485px;
	margin-top: 0px;
	margin-left: 20px;
}


#boutons{
display:block;
margin-top:15px;
	float: left;
	height: 58px;
	width: 147px;
		
}

/*DEFINITION DES BOUTONS PANIER*/

#boutonPanier,#boutonPanier:hover{
	display:block;
	float:left;
	margin-bottom:15px;
	margin-left:0px;
	height: 35px;
	color: #000000;
	}
	
#boutonPanier{
background-image: url(../../images/commun/design/pictos_boutons/bt_panier1.jpg);
width: 311px;
}
#boutonPanier:hover{
	width: 311px;
	text-decoration:underline;	
	background-image: url(../../images/commun/design/pictos_boutons/bt_panier1_h.jpg);		

}


/*DEFINITION DU BLOCK DE BOUTONS*/


#block_boutons{clear:both;}

#bouton1,#bouton1:hover,#bouton2, #bouton2:hover,#bouton3, #bouton3:hover{
	display:block;
	float:left;
	margin-top:15px;
	margin-left:10px;
	height: 35px;
	color: #000000;
	}
	
#bouton1{
background-image: url(../../images/commun/design/pictos_boutons/bt_pro1.jpg);
width: 205px;
}
	
#bouton2{
background-image: url(../../images/commun/design/pictos_boutons/bt_pro2.jpg);
width: 336px;
}
#bouton3{
background-image: url(../../images/commun/design/pictos_boutons/bt_pro3.jpg);
width: 304px;
}

#bouton1:hover{
	width: 205px;
	text-decoration:underline;	
	background-image: url(../../images/commun/design/pictos_boutons/bt_pro1_h.jpg);		

}
#bouton2:hover{
	width: 336px;
	text-decoration:underline;	
	background-image: url(../../images/commun/design/pictos_boutons/bt_pro2_h.jpg);		

}
#bouton3:hover{
	width: 304px;
	text-decoration:underline;	
	background-image: url(../../images/commun/design/pictos_boutons/bt_pro3_h.jpg);		

}

.texte_bouton a, .texte_bouton a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}
	
#cibles{

float:left;
	margin:10px;
	height: 216px;
	width: 860px;
	background-image: url(../../images/professionnels/fond_cibles.jpg);
	display: block;
	
	}

