/* --- PAGE --- */
body {
 margin:0px;
 text-align:center;
 background-color:#e1dad0;
 color:#FFF;
 font: 12px verdana, arial, sans-serif;
}

#all {
 margin-left: auto;
 margin-right: auto;
 margin-bottom:20px;
 width: 780px;
 background-color:#B8AA92;
 background-image:url(/img/menu.jpg) ;
 background-repeat:repeat-y;
 /* border: solid 1px #F00; */
}

/* --- TETIERES --- */
#header {
 position:relative;
 text-align:left;
 width:780px;
 height:80px;
 /* border: solid 1px green; */
}

#logo {
 position:relative;
 width:250px;
 margin-left:45px; /* pour la frise */
 /* border: solid 1px yellow; */
}

#inedits{
 position:absolute;
 top:150px;
 right:0px;
 width:250px; 
 border:solid 1px red; 
}

#languages {
 position:absolute;
 top:10px;
 right:0px;
 width:67px; 
 /* border:solid 1px red; */
}

/* --- MENU HAUT ET LIENS --- */
#menuhaut {
width:420px;
 margin-top:50px;
 margin-left:0px; /* frise + marge */
 float:right;
}
a.bouton-relief {
font-family:arial;
  color:#423424;
  background-color: #E4D3C9;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  border: 1px outset #FFFFFF;
}
a.bouton-relief:hover {
 font-family:arial;
  color:#423424;
  background-color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 3px;
   border: 2px inset #FFFFFF;
}

/* --- MENU HAUT ET LIENS --- */

#bandeau {
 width:780px;
 height:150px;
 background:url(img/bandeau.jpg);
 border: solid 1px transparent; /* corrige un bug sous ff qui sinon laisse un espacement style br */
}

/* --- PIED DE PAGE --- */
#footer {
 clear:left;
 width:780px;
 margin-top:40px;
 padding-top:5px;
 padding-bottom:5px;
 font: 9pt verdana, arial, sans-serif;
 color:#FFF;
 /* background-color:#999; */
 border: solid 1px #DDD;
}
#footer a {
 color: #F47E33;
}





/* --- CONTENU --- */
#content {
 text-align:left;
 margin-left:45px; /* pour la frise */
 min-height:400px;
 /* border:solid 1px #fff; */
}
#main {
 margin-left:270px;
 width:460px;
 /* margin-top:0px; */ /* la marge est déjà définie par le titre h1 */
 /* border:solid 1px #000; */
}
#popup {
 padding:5px;
 background-color:#67003B;
 color:#FFF;
 border: dotted 1px #B75580;
}
#liste_produit {
 width:100%;
}
#product_image {
 float:left;
 margin-right:20px;
}
#product_description {
 margin-top:30px;
}

#navbar {
 font-size:18px;
 font-weight:bold;
}

/* --- MENU --- */
#menu {
 float:left;
 margin-top:10px;
 margin-left:20px;
 width:210px;
}
#recherche {
 margin-top:20px;
 margin-left:60px; /* frise + marge */
  float:left;
}
bandeauani{
 float:right;
 margin-top:20px;
 margin-left:60px; /* frise + marge */
}
#menu a:link {
 text-decoration:none;
 color:#FFF;
}
#menu a:visited {
 text-decoration:none;
 color:#EEE;
}
#menu a:hover {
 text-decoration:underline;
 color:#FFF;
}
#menu a.selected {
 color:#B75580;
}
/* #menu ul.sublist {margin-left: 0px; padding-left: 10px;} */

#menu ul {
 padding:0;
 margin:0;
}
#menu li { 
 list-style-type:none; 
 padding:3px;
}
#menu li.sublist { 
 padding:3px;
 padding-left:20px;
}

.c {
 padding: 7px;
 border: solid 1px #DDD;
 float: left;
 margin: 10px 0 15px 0;
}

#search_footer {
 font: 14px verdana, arial, sans-serif;
 color:#DDD;
}



HR { height: 1px; solid color: #CC0000; }


/* --- TEXTES --- */
h1 {
 margin-top:5px;
 font: bold 18px verdana, arial, sans-serif;
 color: #FFF; 
 border-bottom: 1px dashed #000; margin-bottom:0.8em;
}
h2 {
 /* margin-bottom: 0.1em; */
 font: bold 14px verdana, arial, sans-serif;
}

p, td, li {
 font: 12px verdana, arial, sans-serif;
 color:#000;
}
li.checked {
 color:#FF0;
 text-decoration: line-through ;
}

img {
 border:none;
}

.petit {
 font: 11px verdana, arial, sans-serif;
 color:#DDD;
}
A:link {
 color:#423424;
 text-decoration:none;
}
A:visited {
 color:#423424;
 text-decoration:none;
} 
A:hover {
 color:#FFFFFF;
 text-decoration:underline;
}

.asterix { color:red; }

.erreur { 
 font: 12px verdana, arial, sans-serif;
 background-color:#FCC;
 padding:3px;
 color:#F00;
 margin-bottom:10px;
 border:solid 1px #F00;
}

.succes { 
 font: 12px verdana, arial, sans-serif;
 background-color:#CFC;
 padding:3px;
 color:#390;
 margin-bottom:10px;
 border:solid 1px #390;
}

.info { 
 font: 11px verdana, arial, sans-serif;
 background-color:#EEE;
 padding:10px;
 color:#999;
 margin-bottom:10px;
 border:solid 1px #CCC;
}

table#classic {
	background-color:#CCC;
	margin-top:10px;
	width:100%;
}

table#classic th {
	background-color:#666; 
	color:#FFFFFF;
	padding:5px;
	font-family:arial,helvetica,sans-serif; 
	font-size: 10pt; 
}
table#classic td {
	background-color:#EEE; 
	padding:2px;
	color:#000;
}
fieldset {
 border-color:#B75580;
 padding:10px;
}
legend {
 color:#B75580;
 font-weight:bold;
}
.nostock {
 color:#F00;
 font-weight:bold;
}
input {
	background : #ffffff;
	border : 1px solid #CCCCCC;
	font-size : 12px;
}

input.login {
	background : #ffffff;
	border : 0px;
	font-size : 11px;
}

select {
	background : #ffffff;
	border : 1px solid #CCCCCC;
	font-size : 12px;
}

textarea {
	background : #ffffff;
	border : 1px solid #CCCCCC;
	font-size : 12px;
}