/* CSS Document */

body{
  background-image:url(img/fond.jpg);
  background-repeat:repeat-x;
  font-family:Verdana, Arial, Helvetica, sans-serif;

}

a{
  text-decoration:none;
  color:#000000;
  }
  a:visited{
  text-decoration:none;
  }
  a:hover{
  text-decoration:none;
  color:#aa0700;
  }
  a:active{
  text-decoration:none
  }
  
  
#globale{
  width:863px;
  height:auto;
  position:absolute;
  left:50%;
  margin-left:-431.5px;
  top:0px;
  background-image:url(img/fond_contenu.jpg);
  background-repeat:repeat-y;
}


/*tete*/


#tete{
  width:863px;
  height:270px;
  position:relative;
  left:0px;
  top:0px;
  clear:inline;
  display:block;
  background-image:url(img/bandeau_haut.jpg);
  background-repeat:no-repeat;
 
  
}

#ephemeride{
  width:270px;
  height:20px;
  display:block;
  clear:both;
  float:right;
  margin-right:25px;
  top:0px;
  margin-top:30px;
  font-size:11px;
  color:#245103;
  font-weight:bold;

}


#menu_haut{
  width:120px;
  height:20px;
  display:block;
  clear:both;
  float:right;
  margin-right:25px;
  top:0px;
  margin-top:5px;
  color:#aa0700;
  font-size:12px;

}

#panier{
  width:220px;
  height:30px;
  clear:both;
  margin-top:65px;
  float:right;
  top:0px;
  color:#aa0700;
  font-size:12px;

}



/*corps*/
#corps{
  width:863px;
  height:auto;
  position:relative;
  left:0px;
  top:0px;
  display:block;
  clear:both;
  background-image:url(img/fond_contenu.jpg);
  background-repeat:repeat-y;

}





/*bandeau_bas*/

#bandeau_bas{
  width:863px;
  height:115px;
  left:0px;
  top:0px;
  clear:both;
  display:block;
  background-image:url(img/bandeau_bas.jpg);
  background-repeat:no-repeat;
   
  
}





#contenu{
   width:590px;
   height:auto;
   float:left;
   display:block;
   clear:inline;
   left:0px;
   top:0px;
}








/*menu*/
#menu{
  width:220px;
  height:468px;
  float:left;
  left:0px;
  display:block;
  clear:inline;
  background-image:url(img/fond_menu.jpg);
  background-repeat:no-repeat;
}








.contenu_bandeau_bas{
   position:relative;
   width:520px;
   height:18px;
   left:0px;
   margin-left:190px;
   top:0px;
   padding-top:60px;
   display:block;
   clear:inline;
}

/*mentions*/

#mention{
  width:835px;
  height:20px;
  float:left;
  clear:inline;
  margin-left:8px;
  background-color:#3f1a1a;
  color:#FFFFFF;
  
}


#mention_legales{
  width:400px;
  height:20px;
  float:left;
  clear:inline;
  font-size:10px;
}

#itemos{
  width:150px;
  height:20px;
  float:right;
  clear:inline;
  color:#aa0700;
  font-size:10px;
}



/*texte*/

.texte_titre_menu{
  font-size:17px;
  font-style:italic;
  color:#aa0700;
  font-weight:bold;
  padding-top:10px;
}


.texte_menu{
  font-size:12px;
  color:#000000;
  top:0px;
  font-weight:bold;
}


.texte_menu_rouge{
  font-size:12px;
  color:#aa0700;
  top:0px;
  font-weight:bold;
}



.texte{
  font-size:12px;
  color:#000000;
  top:0px;
}

.texte_bold{
  font-size:13px;
  color:#000000;
  top:0px;
  font-weight:bold;
}

.texte_rouge{
  color:#aa0700;
  font-size:12px;
}
 
 
 .texte_vert{
  color:#295d03;
  font-size:16px;
  font-weight:bold;
 }
 
 
 
 .texte_rouge{
  color:#aa0700;
  font-size:12px;
}
 
 .texte_ephemeride{
   color:#245103;
   font-size:12px;
   font-weight:bold;
    }


/*catalogue*/


.page_catalogue{
   width:590px;
   height:auto;
   padding-top:10px;
}

.titre_page_catalogue{
   width:590px;
   height:40px;
   float:left;
}

.regroupement{
   width:590px;
   height:auto;
   display:block;
   clear:inline;
   top:0px;
   float:left;
   background-image:url(img/fond_catalogue.jpg);
   margin-top:15px;
}

.cellule_gauche{
	width:290px;
	height:auto;
	float:left;
	display:block;
	clear:inline;
	top:0px;

}

.cellule_droite{
   width:290px;
   height:auto;
   float:right;
   display:block;
   clear:inline;
   top:0px;
   margin-top:0px;
}

.trait_ligne{
   width:590px;
   height:2px;
   background-image:url(img/fond_catalogue.jpg);
   background-repeat:repeat-x;
   display:block;
   clear:both;
}

.cellule_page{
    width:590px;
   height:auto;
   float:left;
}


.pagination{
    width:5900px;
	height:auto;
	float:left;
	display:block;
	clear:inline;
	top:0px;
}


