body /* On travaille sur la balise body, donc sur TOUTE la page */
{
   width: 974px;
   margin: auto;
   margin-top: 0px;
   background-color: #000080;
}

#en_tete
{
width: 974px;
height: 97px;
}

#menu, #menu ul /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 21px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menu /* Ensemble du menu */
{
        font-weight : bold; /* on met le texte en gras */
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 12px; /* hauteur du texte : 12 pixels */
}

#menu a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        background : transparent url("imagemenuhaut.jpg") repeat ; /* couleur de fond */        
        color : #fff; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 138px; /* largeur */
}

#menu li /* Elements des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
        border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
        border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 138px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}


#menu li ul li /* Éléments de sous-listes */
{
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
{
        border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}

#menu li ul ul 
{
        margin    : -22px 0 0 138px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-left     : 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */      
}

/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul                
{
        border-left     : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
}

#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #000; /* On passe le texte en noir... */
        background: #fff; /* ... et au contraire, le fond en blanc */
}

#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}

#menu a 
{
        display : block; 
        padding : 0; 
        background : transparent url("imagemenuhaut.jpg") repeat ; 
        color : #fff; 
        text-decoration : none; 
        width : 138px; /* <<<<<< ICI */
}

...

#menu li ul 
{ 
        position: absolute; 
        width: 138px; /* <<<<<< ET ICI */
        visibility: hidden; 
}

...


#menu li ul ul 
{
        margin    : -22px 0 0 138px ; 
        border-left     : 1px solid #fff ; /* <<<<<< sans oublier ICI */
}

#menu a 
{
        display : block; 
        padding : 0; 
        background : transparent url("imagemenuhaut.jpg") repeat ; /* Couleur du fond, actuellement = noir */
        color : #FFFFFF; /* Couleur du texte, actuellement = blanc */
        text-decoration : none; 
        width : 138px; 
}

/* Inversement des couleurs lorsque la souris passe */

#menu a:hover 
{
        color : #000000; /* Noir */
        background : #FFFFFF; /* Blanc*/
}

#menu li ul li a 
{
         background     : transparent url("imagetransparente.jpg") repeat ;
}

#corps
{
width: 974px;
margin-bottom: 20px;
background-color: #FFFFFF;
padding-top: 5px;
}

.produits
{
width: 778px;
float: left;
}

.short_product
{
background:#FFFFFF url(/images/fond_box_prod2.jpg) repeat-x scroll center bottom;
border-right: inset #400040 2px; 
border-bottom: inset #400040 2px;
float:left;
height:150px;
margin:5px 0 0 4px;
padding:0;
text-align:center;
width:123px;
}
div
{
}

.short_product h3
{
background-image:url(letopdumilieu.jpg);
color:#800080;
font-size:1.2em;
height:28px;
margin:0;
padding:2px;
text-align:center;
width: auto;
}

.short_product h3 span
{
background:#E7E4E9 url(imagemenuhaut2.jpg) repeat-x scroll center bottom;
color:#800000;
font-size:1.2em;
height:28px;
margin:0;
padding:2px;
text-align:center;
width: 768px;
}

.article p
{
color:#686868;
float: left;
width: 32%;
padding-top: 10px;
text-align: center;
height: 150px;
}

.article img
{
border:0 none;
}

.short_product .prix
{
border-top:1px solid #CBCBCB;
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:1.2em;
font-weight:bold;
padding:9px 0 5px;
width:183px;
}
div
{
}

.short_product .apartir
{
color:#663399;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:0.8em;
font-weight:bold;
padding:0 0 0 5px;
}
div
{
}

.short_product .leprix
{
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:1.4em;
font-weight:bold;
padding:0;
}
div {catalog.css (ligne 12)
}

.short_product .bloc
{
height:20px;
}
div
{
}

.short_product p 
{
color:#003333;
margin:0 5px -3px 0;
}

.short_product p span
{
color:#5D5D5D;
margin:0 5px -3px 0;
}

.fiche p 
{
color:#663399;
margin:0 5px -3px 0;
text-align:right;
text-decoration:underline;
}

.short_product a:link
{
color:#663399;
font-size:1em;
text-align:right;
}

.blocktroisiemeniveau
{
width: 180px;
margin-left: 788px;
border: solid #E4F1FF 1px;
background-color: #E7E4E9;
margin-top:10px;
height: 380px;
}

.blocktroisiemeniveau h3
{
background-image: url("letopduhaut.jpg");
background-repeat:no-repeat;
margin:0;
padding:0;
text-align:center;
}

.blocktroisiemeniveau ul
{
list-style: none;
margin:0;
padding:0;
}

.blocktroisiemeniveau a
{
text-decoration: none;
}

.blocktroisiemeniveau ul a:hover
{
color: black;
}

.blockquatriemeniveau
{
height: 600px;
width: 180px;
margin-left: 788px;
border: solid #E4F1FF 1px;
background-color: #E7E4E9;
margin-top: 5px;
padding-top: 0px;
}

.blockquatriemeniveau h3
{
background-image: url("letopduhaut.jpg");
background-repeat:no-repeat;
margin:0;
padding:0;
text-align:center;
}

.blockquatriemeniveau img
{
margin-left: 45px;
margin-top: 2px;
}

#footer
{
color: #888888;
}

#footer a
{
color: #00CCFF;
}

#footer a:hover
{
color: white;
}

.conteneurAnimal {
	margin:5px 5px 5px 10px;
	width:740px;
}
.conteneurAnimal a:link{
	color: #663399;
	font-weight:bold;
}
.conteneurTitre {
	background-color:#FFFFE1;
	background:#FFFFE1 url(letopdumilieu.jpg) repeat-x top;
	padding:0px 0px 0px 5px;
	border:#999999 solid 1px;
	width:416px;
	height:46px;
	margin:0px 0px 5px 0px;
}
.nomAnimal {
	font: bold 24px "Lucida Grande", Verdana, Helvetica, Arial;
	color: #C40062;
	text-align:center;
}

.nomAnimal h1 {
	font: bold 24px "Lucida Grande", Verdana, Helvetica, Arial;
	color: #C40062;
	text-align:center;
	margin: 0px;
	padding: 0px;
}

.latin {
	font: 14px "Lucida Grande", Verdana, Helvetica, Arial;
	color: #888899;
	text-align:center;
	margin: 0px;
	padding: 0px;
}
.imageAnimal {
	float:right;
	display:block;
	border:solid #999999 1px;
	width:300px;
	height:auto;
	margin:0px;
	padding:5px;
	overflow:hidden;
	background-color:#FFFFE1;
	text-align: center;
}
.grandTitreAnimal {
	background:#FFFFE1 url(../../../../images/fond_titre_box2.jpg) repeat-x;
	border:#999999 solid 1px;
	font: bold 16px "Lucida Grande", Verdana, Helvetica, Arial;
	width:416px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 2px 5px;
	color: #00CCFF;
}
.grandTitreAnimal2 {
	background:#FFFFE1 url(../../../../images/fond_titre_box2.jpg) repeat-x bottom;
	border:#999999 solid 1px;
	font: bold 16px "Lucida Grande", Verdana, Helvetica, Arial;
	padding:0px 0px 0px 5px;
	margin:0px 0px 5px 0px;
	color: #663399;
}
.titreSimpleAnimal {
	font: bold 14px "Lucida Grande", Verdana, Helvetica, Arial;
	color: #663399;
	background:#FFFFE1 url(../../../../images/fond_titre_box_prod.jpg) repeat-x bottom;
	margin:5px 0px -1px 0px;
	padding:0px 0px 0px 5px;
	border:solid #999999 1px;
	width:416px;

}
.titreSimpleAnimal2 {
	font: bold 14px "Lucida Grande", Verdana, Helvetica, Arial;
	color: #663399;
	background:#FFFFE1 url(../../../../images/fond_titre_box_prod.jpg) repeat-x bottom;
	margin:5px 0px -1px 0px;
	padding:0px 0px 0px 5px;
	border:solid #999999 1px;

}
.textAnimal1 {
	font: 11px "Lucida Grande", Verdana, Helvetica, Arial;
	color: #003333;
	padding:0px 5px 5px 5px;
	margin:0px 0px 5px 0px;
	background-color:#FFFFE1;
	width:411px;
	border:solid #999999 1px;
	text-align:justify;
	text-indent:10px;
}
.textAnimal2 {
	position:relative;
	font: 11px "Lucida Grande", Verdana, Helvetica, Arial;
	color: #003333;
	padding:0px 5px 5px 5px;
	margin:0px 0px 5px 0px;
	background-color:#FFFFE1;
	border:solid #999999 1px;
	text-align:justify;
	text-indent:10px;
}

#fil
{
background-color: #F0F0F0;
padding: 0px;
margin: 0px;
}

#fil a
{
color: #00CCFF;
}

#fil a:hover
{
color: #0000FF;
}

.rubriqueconteneurAnimal {
	margin:5px 5px 5px 10px;
	width:740px;
}
.rubriqueconteneurAnimal a:link{
	color: #663399;
	font-weight:bold;
}
.rubriqueconteneurTitre {
	background-color:#FFFFE1;
	background:#FFFFE1 url(../../../../images/fond_titre_box_prod.jpg) repeat-x bottom;
	padding:0px 0px 0px 5px;
	border:#999999 solid 1px;
	width:416px;
	height:46px;
	margin:0px 0px 5px 0px;
}
.rubriquenomAnimal {
	font: bold 24px "Lucida Grande", Verdana, Helvetica, Arial;
	color: #C40062;
	text-align:center;
}
.rubriquelatin {
	font: 14px "Lucida Grande", Verdana, Helvetica, Arial;
	color: #888899;
	text-align:center;
}
.rubriqueimageAnimal {
	float:right;
	display:block;
	border:solid #999999 1px;
	width:300px;
	height:auto;
	margin:0px;
	padding:5px;
	overflow:hidden;
	background-color:#FFFFE1;
	text-align: center;
}
.rubriquegrandTitreAnimal {
	background:#FFFFE1 url(../../../../images/fond_titre_box2.jpg) repeat-x;
	border:#999999 solid 1px;
	font: bold 16px "Lucida Grande", Verdana, Helvetica, Arial;
	width:416px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 2px 5px;
	color: #00CCFF;
}
.rubriquegrandTitreAnimal2 {
	background:#FFFFE1 url(../../../../images/fond_titre_box2.jpg) repeat-x bottom;
	border:#999999 solid 1px;
	font: bold 16px "Lucida Grande", Verdana, Helvetica, Arial;
	padding:0px 0px 0px 5px;
	margin:0px 0px 5px 0px;
	color: #663399;
}
.rubriquetitreSimpleAnimal {
	font: bold 14px "Lucida Grande", Verdana, Helvetica, Arial;
	color: #663399;
	background:#FFFFE1 url(../../../../images/fond_titre_box_prod.jpg) repeat-x bottom;
	margin:5px 0px -1px 0px;
	padding:0px 0px 0px 5px;
	border:solid #999999 1px;
	width:416px;

}
.rubriquetitreSimpleAnimal2 {
	font: bold 14px "Lucida Grande", Verdana, Helvetica, Arial;
	color: #663399;
	background:#FFFFE1 url(../../../../images/fond_titre_box_prod.jpg) repeat-x bottom;
	margin:5px 0px -1px 0px;
	padding:0px 0px 0px 5px;
	border:solid #999999 1px;

}
.rubriquetextAnimal1 {
	font: 11px "Lucida Grande", Verdana, Helvetica, Arial;
	color: #003333;
	padding:0px 5px 5px 5px;
	margin:0px 0px 5px 0px;
	background-color:#FFFFE1;
	width:411px;
	border:solid #999999 1px;
	text-align:justify;
	text-indent:10px;
}
.rubriquetextAnimal2 {
	position:relative;
	font: 11px "Lucida Grande", Verdana, Helvetica, Arial;
	color: #003333;
	padding:0px 5px 5px 5px;
	margin:0px 0px 5px 0px;
	background-color:#FFFFE1;
	border:solid #999999 1px;
	text-align:justify;
	text-indent:10px;
}

#sous_menu{
list-style-type:none; /* on enlève la puce */ 
margin: 0; /* on retire les marges intérieures et extérieures */
padding:0; 
width: 90%;  /* J'ai mis une largeur  pour ne pas prendre toute la largeur de l'écran */
border : solid 1px #a3c0d5;  /* on applique des bordures à la balise ul */
border-bottom: none; /* et on retire celle du bas */
}

#sous_menu li{
margin: 0; /* on retire les marges intérieures et extérieures */
padding: 0; 
border-bottom: 1px solid #a3c0d5;  /* ici on affiche  une bordure uniquement en bas */
text-align: left;
}

#sous_menu a{
text-decoration:none;  /* on enlève le soulignement */
color:#5d90b5; 
display:block;   /* C'est ici qu'il faut bien comprendre (j'explique plus bas) */
padding-left:1.5em;  /* une marge intérieure gauche juste pour l'esthétique */
background-color:#E4E4E4;
}

#sous_menu a:hover{
background-color:#e9eefb; 
color:#294f79; 
}

.conteneurElevages {
	margin:5px 5px 5px 10px;
	width:740px;
}
.conteneurElevages a:link{
	color: #663399;
	font-weight:bold;
}

.imageElevages {
	float:right;
	display:block;
	border:solid #999999 1px;
	width:300px;
	height:auto;
	margin:0px;
	padding:5px;
	overflow:hidden;
	background-color:#FFFFE1;
	text-align: center;
}

.conteneurTitreElevages {
	background-color:#FFFFE1;
	background:#FFFFE1 url(../../../../images/fond_titre_box_prod.jpg) repeat-x bottom;
	padding:0px 0px 0px 5px;
	border:#999999 solid 1px;
	width:416px;
	height:46px;
	margin:0px 0px 5px 0px;
}

.nomElevages {
	font: bold 24px "Lucida Grande", Verdana, Helvetica, Arial;
	color: #C40062;
	text-align:center;
}

.latinElevages {
	font: 14px "Lucida Grande", Verdana, Helvetica, Arial;
	color: #888899;
	text-align:center;
}

.grandTitreElevages {
	background:#FFFFE1 url(../../../../images/fond_titre_box2.jpg) repeat-x;
	border:#999999 solid 1px;
	font: bold 16px "Lucida Grande", Verdana, Helvetica, Arial;
	width:416px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 2px 5px;
	color: #00CCFF;
}

.textElevages1 {
	font: 11px "Lucida Grande", Verdana, Helvetica, Arial;
	color: #003333;
	padding:0px 5px 5px 5px;
	margin:0px 0px 5px 0px;
	background-color:#FFFFE1;
	width:411px;
	border:solid #999999 1px;
	text-align:justify;
	text-indent:10px;
}

.grandTitreElevages2 {
	background:#FFFFE1 url(../../../../images/fond_titre_box2.jpg) repeat-x bottom;
	border:#999999 solid 1px;
	font: bold 16px "Lucida Grande", Verdana, Helvetica, Arial;
	padding:0px 0px 0px 5px;
	margin:0px 0px 5px 0px;
	color: #663399;
}

.textElevages2 {
	width: 100%;  /* J'ai mis une largeur  pour ne pas prendre toute la largeur de l'écran */
	background-color:#FFFFE1;
	margin: 0px;
	padding: 0px;
}

.textElevagesliste {
	float: left;
	margin: 1px;
	padding-top: 0px;
	width: 140px;
	height: 180px;
	border: solid #00CCFF 1px;
}

.textElevagesliste h3 {
	background:#FFFFE1 url(letopdumilieu.jpg) repeat-x top;
	color: #00CCFF;
	text-align: center;
	height: 38px;
	padding:0px 0px 0px 5px;
	margin:0px 0px 5px 0px;
	margin-top: 0px;
}

.textElevagesliste hr {
	border: 1px solid #E6E6E6;
}

.textElevagesliste ul{
	text-align: left;
	color: #993300;
	margin: auto; 
	padding: auto;
}

.textElevagesliste li {
	list-style: none;
	font-size : 0.8em;
	color: #993300;
	text-align: left;
	margin: auto;
	padding: auto;
}

.textElevagesliste a {
	color: #993300;
	text-decoration: none;
}

.textElevagesliste a:hover {
	color: #FF6600;
	text-decoration: none;
}

.textElevagesliste a:visited {
	color: #993300;
	text-decoration: none;
}
