html, body {
	height: 100%;
}

body {
width:1001px;
margin: 0 auto auto auto;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#header {
background-image:url(/images/header.jpg);
height:106px;
width:1001px;
float:left;
}

#menu {
height:32px;
width:1001px;
float:left;
}

.menu_bouton a{
height:26px;
width:152px;
float:left;
background-image:url(/images/menu_fond.jpg);
text-align:center;
font-size:14px;
text-decoration:none;
padding-top:6px;
color:black;
}

.menu_bouton a:hover{
background-image:url(/images/menu_fond_hover.jpg);
color:white;
}

.boite{
  border:1px solid gray;
  float:left;
  margin-top:8px;
  display:block;
  background-image:url(/images/boite_fond.jpg);
  background-repeat:repeat-x;
  background-position: bottom;

}

.titre{
  border-bottom:1px solid gray;
  text-align:center;
  background-image:url(/images/titre_fond.jpg);
  height: 25px;
  width: 100%;
  color: #a80002;
  font-variant: small-caps;
  font-weight:bold;
  padding-top:5px;
  margin-bottom:3px;
  font-size: 15px;
}

.titre_orange{
  border-bottom:2px solid #d07300;
  text-align:center;
  background-image:url(/images/titre_orange_fond.jpg);
  height: 25px;
  width: 100%;
  color: white;
  font-variant: small-caps;
  font-weight:bold;
  padding-top:5px;
  margin-bottom:3px;
  font-size: 15px;
}

.titre_bleu{
  border-bottom:2px solid navy;
  text-align:center;
  background-image:url(/images/titre-bleu-fond.jpg);
  height: 25px;
  width: 100%;
  color: white;
  font-variant: small-caps;
  font-weight:bold;
  padding-top:5px;
  margin-bottom:3px;
  font-size: 15px;
}

.box_orange{
  width:320px;
  height:200px;
  margin-right:2px;
}

.left{
  float:left;
}
.right{
  float:right;
}

#contenu{
  width:669px;
  float:left;
}

#sidebar{
  width:323px;
  float:right;
}

#footer{
  width:1001px;
  height:33px;
  float:left;
  text-align:center;
}

#footer , #footer  a{
  color: black;
}

#edito{
  width:665px;
  height:120px;
  float:left;
}

#promo_categorie, #bp_categorie{
  width:665px;
  height:150px;
  float:left;
}

#newsletter{
  width:323px;
  height:161px;
}

#pub_side{
  width:323px;
  height:251px;
  text-align:center;
}

#promo_alpha{
  width:660px;
  height:25px;
  color: white;
  background-image:url(/images/titre-bleu-fond.jpg);
  padding-top:5px;
  padding-left:5px;
}

#promo_alpha a{
  color:white;
}

#last_promo{
  width:665px;
}

#le_bon_plan{
  width:665px;
}

.reduction{
  width:665px;
  text-align:center;
}

.red{
  color:black;
  text-decoration: none;
}

.red:hover{
  color:red;
  text-decoration: underline;
}

.resume{
  cursor:pointer;
  border-bottom : 1px dotted black;
}

.accueil{
  border-bottom: 1px solid gray;
}

.resume:hover{
  background: #658fb7;
  color:white;
}

.resume a{
  color:black;
  text-decoration:none;
}

.resume a:hover{
  color:white;
}

.index_link{
  color:black;
  text-decoration:none;
  font-variant:small-caps;
  font-weight:bold;
}

#search_google{
  padding-top:3px;
  padding-left:3px;
  height:25px;
  width:220px;
  float:right;
  background-color:black;
}
