*{
  margin: 0;
	padding: 0;
}

body{
	margin-top: 20px;
	background: #787739 url(images/img01.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

h1, h2, h3{
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

h4{
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #BABA5F;
}

h1 { font-size: 2.8em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.2em; }

p, blockquote, ul, ol{
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.8em;
}

blockquote, ul, ol{
	margin-left: 3em;
}

blockquote{
	margin-right: 3em;
}

a{
	color: #CCCCCC;
}

a:hover{
	text-decoration: none;
	color: #FFFFFF;
}


img { border: none; }

img.left{
	float: left;
	margin: 0 15px 15px 0;
}

img.right{
	float: right;
	margin: 0 15px 0 15px;
}

#contentimg{
border:1px solid #b0b0b0;
float:left;
margin:5px 5px 5px;
padding:5px;
}

/* Boxed */

.boxed {
}

.boxed .title {
	margin: 0;
	padding: 5px 15px;
	text-transform: uppercase;
	font-size: small;
	background-color: #E99D92;
}


.boxed .content {
	padding: 15px;
}

.boxed ol, .boxed ul {
	margin-left: 0;
	list-style-position: inside;
}

/* Logo */

#logo {
	width: 760px;
	height: 282px;
	margin: 0 auto;
	background: #000000 url(images/img1.jpg) center no-repeat;
	border-color: #E99D92 10px solid ;
}

#logo h1 {
	float: left;
	width: 600px;
	margin: 0;
	padding: 164px 0 0 0;
	text-align: right;
	letter-spacing: 5px;
	font-size: 18px;
}

#logo h2 {
	float: right;
	margin: 0;
	padding: 170px 20px 0 0;
	font-size: 11px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: #BABA5F;
}

/* Content */

#content {
	float: left;
	width: 720px;
	padding: 20px;
	background: url(images/imgbas.jpg) no-repeat;
}

#contentbis {
	float: left;
	width: 680px;
	padding: 20px;
	background: #272C25;
	opacity: 0.78;
  -moz-opacity: 0.78;
  _filter: progid:DXImageTransform.Microsoft.Alpha(opacity=78);
  filter:alpha(opacity=78);
  border:#ffffff 1px solid;
}

#welcome {
width: 460px;
float: left;
border-right:1px dotted white; 
padding: 8px;	
}

#olist {
	clear: left;
	float: left;
	width: 680px;
}

#ulist {
	float: left;
	width: 200px;
	padding-left: 20px;
	padding-top: 20px;
}
/* catalogue */

hr {
	border: none 0; 
	border-top: 1px dashed #C2BB53;
	width: 100%;
	height: 1px;
}

#catalogue {
	float: left;
	width: 420px;
	background: url(images/img07.gif) repeat-x;
}

#photos3 {
    float: left;
	width: 122px;
	border:1px solid #b0b0b0;
	height: 92px;
}

#details {
	float: right;
	width: 250px;
	padding-left: 10px;
}

#prix {
	float: left;
	width: 122px;
	padding: 5px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-color: #BABA5F;
}

#foot {
	float: left;
	width: 350px;
	padding: 10px;
}

/* tableau*/
/* Style des lignes de séparation */
.table-separateur {
  font-size : 12px; 
  font-family : Verdana, arial, helvetica, sans-serif; 
  color : #333333; 
  background-color : #d6d3ce; 
}

.table-caddie {
	width:100%;
	border-spacing: 0px;
	border-collapse: collapse;
}

/* Style du titre du tableau */
.table-titre {
  border: solid 1px #d6d3ce;
  background-color : #BABA5F;
  color : #eeeeee; 
  font-weight:bold;
  text-align : center;
  height:40px;
}
/* Style des en-têtes du tableau */
.table-entete {
  border:solid 1px #d6d3ce;
  font-family : Verdana, arial, helvetica, sans-serif; 
  color : #333333; 
  background-color :#787739; 
}

/* Style des en-têtes du tableau (centré) */
.table-entete-centre {
  border:solid 1px #d6d3ce;
  font-size : 12px; 
  font-family : Verdana, arial, helvetica, sans-serif; 
  color : #333333; 
  background-color : #787739; 
}

/* Style des en-têtes du tableau (droite) */
.table-entete-droit {
  font-size : 12px; 
  font-family : Verdana, arial, helvetica, sans-serif; 
  color : #333333; 
  text-align : right; 
  background-color : #787739; 
}

/* Style 1 des cellules */
.table-ligne{
  border:solid 1px #d6d3ce;
  font-family : Verdana, arial, helvetica, sans-serif; 
  color : #333333; 
  background-color : #BABA5F; 
}

/* Style 2 des cellules */
.table-ligne2 {
  font-size : 12px; 
  font-family : Verdana, arial, helvetica, sans-serif;
  color : #333333; 
  background-color : #cccccc; 
}

/* Style 1 des cellules (centré) */
.table-ligne1-centre {
  font-size : 12px; 
   font-family : Verdana, arial, helvetica, sans-serif; 
  color : #333333; 
  text-align : center; 
  background-color : #BABA5F; 
}

/* Style 2 des cellules (centré) */
.table-ligne2-centre {
  font-size : 12px; 
  font-family : Verdana, arial, helvetica, sans-serif; 
  color : #333333; 
  text-align : center; 
  background-color : #cccccc; 
}

/* Style 1 des cellules (droite) */
.table-ligne1-droit {
  font-size : 12px; 
  font-family : Verdana, arial, helvetica, sans-serif; 
  color : #333333; 
  text-align : right; 
  background-color : #BABA5F; 
}

/* Style 2 des cellules (droite) */
.table-ligne2-droit {
  font-size : 12px; 
  font-family : Verdana, arial, helvetica, sans-serif; 
  color : #333333; 
  text-align : right; 
  background-color : #cccccc; 
}



/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
	background: url(images/img4.jpg) no-repeat;
}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}

#menu {
  float: right;
	margin-bottom: 19px;
	width: 200px;
}

#photos {
  float: right;
	width: 190px;	
	height: 700px;
}

#photos3 {
  float: left;
	width: 122px;
	height: 92px;
	border: 0px;
}

#photos33{
    float: left;
	width: 122px;
	border:1px solid #b0b0b0;
	height: 92px;
}

#photos2 {
  float: right;
	width: 190px;
	border:1px solid #b0b0b0;
	height: 253px;
}

#photos4 {
  float: right;
	width: 190px;
	border:1px solid #b0b0b0;
	height: 143px;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	padding-top: 1px;
	background: url(images/img07.gif) repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	display: block;
	width: 165px;
	padding: 7px 10px 7px 25px;
	text-transform: uppercase;
	background: url(images/img08.gif) no-repeat 10px 50%;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
}


#menu a:hover {
	background-color: #Baba5f;
}


#footer {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/pied.gif) no-repeat;
	height: 78px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #000000;
}

#footer a {
	color: #000000;
}

.txtQuantite{
	width:20px;
}







