/* --- DEBUG BLOCK -------------------------
* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }
 -----------------------------------------*/
  
/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer {width: 788px;}
#header {height:370px;float:left;width:781px;padding:0 4px 0 3px;}
/*#left-column {width: 200px;}*/
#texte{width: 758px;}


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

.push	{clear: both;font-size:0px;line-height:0px; padding:0px; margin:0px; display:block;height:40px;width:100%;}
.clear{clear: both;font-size:0px;line-height:0px;width:0px; height:0px; padding:0px; margin:0px; display:block;}


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


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

* {margin: 0;}

html{height: 100%; width: 100%;}
body { width: 100%; text-align: center;}

h1{
  margin: 0px 0px 10px 0;
  padding:0px 0px 3px;
}

ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}

p{	padding: 0 0 15px;}

#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
  width:788px}
#container {
	margin:0 auto;
	text-align: left;}
#header{
  float:left;
}

#texte {
	float:left;
  padding: 10px 10px 10px 20px ;}

#info{
  width:370px;
  height:83px;
  padding-top: 10px;
  margin:35px auto 10px auto;
  display: block;
}

#info p{
    text-align: center;
}

#info .aligner1{
  width:180px;
  float:left;
}


#info .aligner2{
  width:190px;
  float:left;
}


#actualite, #contact-info, #promo {height: 125px; display:none;}

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

.copyright{
	padding: 17px 0 0; 
	text-align: center;}
#footer p{
  color:#260f26;
  font-weight: bold;
  text-align: center;
  padding:4px 0px 0px;
  margin:0px;
}
a{
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

ul.list1 {
  padding-left: 20px;
}

ul.list1 li{
  padding-left:10px;
}

table.produits{
width:100%;border: none;
}

table.produits img{
 margin:2px auto;
 display:block;
}

table.produits td{
  width:25%;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

table.produits td img{
  border:solid 1px #131313;
}



/*	--- 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;}

a.thumb:link, 
a.thumb:visited{
	border:	0px;
	padding:	0px;
	margin:	1px 0;
	width: auto;
	display:	block;}
	
img.thumb{
	border-style:solid;
	border-width: 5px;
	padding: 1px;
	margin: 0 5px;}

/*.paragraph{
	clear: both;
	display: table;
	width: 100%;}*/

.separator{
	width: 100%;
	height: 0px;
	clear: both;
	padding:0;
	margin:15px 0;
	border-bottom: 1px solid;
	line-height: 0px;}

.separator2{
  width:100%;
  float:left;
  height:1px;
  background-color:#AFAEAA;
  margin:0px 0px 10px;
}

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