/* ***** FEUILLE DE STYLE CSS DU SITE INTERNET AGROFEED *****

/*
Titre:      	   Accueil du site
Auteur:           Acreat Web Technologies
Mise à jour:    28 Aout 2008
*/

/* Importation CSS */

@import url("agrofeed.structure.css");

/* [ Présentation produits]---------------------------------------------------- */

#presentation_produits { position:relative; width:900px; height:300px; background:#88C5FD url(../img/index/bandeau_agropect.jpg) no-repeat top left; margin-bottom:15px; font-size:11px; color:#01628A; }
#presentation_produits UL, ##presentation_produits  A { color:#01628A; }
#presentation_produits  A { text-decoration:underline; }
#presentation_produits  A:HOVER { color:#4A9C22; text-decoration:none; }
#presentation_produits LI { background:url(../img/structure/puce01.gif) no-repeat top left; background-position:0 7px; padding:3px 0 3px 16px; }

#presentation_agropect { position:absolute; top:50px; left:381px; width:300px; height:235px; }

/* [ Commander produits]---------------------------------------------------- */

#commander_produits { width:388px; height:25px; background:url(../img/index/titre_commander_produits.png) no-repeat top left; margin-bottom:20px; }
#commander_produits  SPAN { display:none; }

#revendeur, #utilisateur   { float:left; width:373px; padding-left:57px; }
#revendeur P, #utilisateur P { width:235px; text-align:left !important; }
#revendeur { background:url(../img/index/picto_revendeur.jpg) no-repeat top left; margin-right:40px; }
#utilisateur  { background:url(../img/index/picto_utilisateur.jpg) no-repeat top left; }

#revendeur P, #utilisateur P { margin:0; padding:0; }

#revendeur .bt_commander, #utilisateur .bt_commander  { float:right; }

#revendeur H2 { width:174px; height:12px; background:url(../img/index/titre_revendeur.png) no-repeat top left; margin:0; margin-bottom:10px; padding:0; }
#utilisateur H2 { width:175px; height:12px; background:url(../img/index/titre_utilisateur.png) no-repeat top left; margin:0; margin-bottom:10px; padding:0; }
#revendeur H2 SPAN, #utilisateur H2  SPAN { display:none; }

