/*===| I. LAYOUT SIZE |====================================================*/
#container, #wrap-container, #wrap-container1, #footer, #header{width: 980px;}
#header {height:353px; padding-top:33px; position: relative;}
#left-column {width: 243px;}
#right-column, #right-column1{width: 737px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/	#wrap-footer, #footer, .push {height: 57px;}

.push	{clear: both;}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height 
	-----------------------------------------------
*/	#wrap-container, #wrap-container1 {	margin: 0 auto -57px;}


/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {margin: 0;}

html, body{height: 100%; width: 100%;}
body {  text-align: center;}
ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}
a:focus{
  outline: none;
}


#wrap-container,#wrap-container1 {
 	min-height: 100%;
	height: auto !important;
	height: 100%;}

#container{
    display:table;
	margin:0 auto;
	text-align: left;}


#header {float:left;
/*	text-indent: -9999em;*/}
#left-column{
	float:left;
   padding-top:50px;
	position: relative;
}
#right-column, #right-column1{
	float:left;
	position: relative;
}



#footer {
	margin: 0 auto;
	padding: 0;}


/*	--- Important! -----------------------------------
	If you want space between paragraphs or headers, 
	use padding instead of margin.
	-------------------------------------------------*/

/* ===| III. CONTENT ELEMENTS |===============================================*/

img {border: 0;}

/*	--- Important! ----------------------------------
	Use class "left" or "right" on the html elements 
	you want to float (on the thumbs, for example)
*/	.left{float: left;} .right{float: right;}




/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;}
/* ---| THE END |------------------------- */

#catalogue{
  width:190px;
  margin-left:38px;
  margin-bottom:130px;
}
.categorie{
  padding:8px 0 6px 0;
  border-bottom: 1px solid #4B0106;
}
.produits{
  font-family:arial;
  font-size:12px;
  color:#DFC1A0;
  padding:4px 0 4px 15px;
}

#info{
  margin-left:12px;
  margin-bottom:12px;
  width:85px;
  height:73px;
  padding:25px 0 0 134px;
}

#logo{
  margin-left:25px;
}
#logo img{
  float:left;
  margin-right:25px;
}

#newsletter{
  width: 305px;
  height:16px;
  padding-top:2px;
  background-color: #000000;
  margin-left:232px;
  position:absolute;
  right:6px;
  top:344px;
}
#right1{
  float:left;
  width: 422px;
  padding:28px 27px 10px 31px;
  text-align: center;
}
#right2{
  float:left;
  width:235px;
  padding:50px 10px 80px 12px;
}
.actualite{
  width: 235px;
  height:110px;
  margin-bottom:12px;
}
.actualite img{
  float:right;
  margin-left:8px;
}

.paragraph{
  clear:both;
  width:687px;
  padding:0px 25px 15px 25px;
}
.separator{
  clear:both;
  border-bottom:1px solid #6d0000;
  height:14px;
  margin-bottom:14px;
  line-height:0px;
}
.box{
  clear:both;
  padding:10px;
  background-color: #810008;
}
.box1{
  float:right;
  padding:10px;
  width:247px;
  margin:0px 0 20px 0px;
}

.letter p:first-letter {font-size:18px;}
/*------------------catalogue-produits-----------------------*/
/*.prod{
  float:left;
  width:320px;
  height:170px;
  margin:0px 10px 20px 13px;
  background-color: green;
}
.prod-title{
  width: 300px;
  height: 20px;
  padding:0px 10px;
  text-align: center;
}
.prod img{
    float:right;
    margin:0px 0px 2px 8px;
    border:1px solid #C10813;
}

.prod-title p{
  text-align: center;
  color:#ffffff;
}
.detail{
  width:300px;
  height: 115px;
  padding:15px 15px 0 5px;
}*/

.prod{
  clear:both;
  width:687px;
  padding:0px 25px 15px 25px;
}
.prod img{
    float:right;
    margin:0px 0px 2px 10px;
    border:1px solid #ffffff;
}
/*--------------------------partenaires--------------------*/
.partenaires{
 clear:both;
 float:left;
 padding:15px 30px 15px 32px;
 width:621px;
  border: 2px solid #B54E52;
  margin-bottom:20px;
}
.partenaires img{
  float:left;
  border: 2px solid #B54E52;
  margin-right:12px;
}


#contact-info{
  float:left;
  margin:0px;
  width: 203px;
  height:121px;
  padding:7px 20px 0 0;
}
.ref {width:980px; margin:0 auto; text-align:center; background:#000000; color:#ffffff; font-size: 11px;}


