@import url(typo.css);
@import url(skin.css);
@import url(menu1.css);
@import url(menu2.css);
@import url(forms.css);

/*===| I. LAYOUT SIZE |====================================================*/

#container {width:780px; padding: 0 30px;}
#header {width:100%;}
#footer{width:780px;}

#header {height:271px;}
#left-column {width: 208px;}
#right-column {width: 561px;margin:0px; padding:0px;}

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

.push	{clear: both;}

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


/* ===| 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;}
li{
  padding-left:15px;
}


#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;}
#container {
	margin:0 auto;
	text-align: left;}
#header {
/*	text-indent: -9999em;*/}
#left-column{
	float:left;
	margin:0;}
#right-column{float:left;}
.ref {
    /*position: absolute;
		top: -10000px;*/
    text-align:center;
    width:100%;
    float:left;
    margin:0 auto;background:white;
	}

#promo{ width:166px;height:150px;padding:96px 25px 12px 17px}
#horaires { width:179px;height:90px; padding: 40px 9px 0 10px}
#info{width:179px; padding:60px 9px 0 20px; height:140px; }
#actualite, #contact-info,


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

.copyright{
	padding: 0px;
  margin: 0px;
	text-align: right;
  color:black;}

/*	--- 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;} .center{text-align: center;}


.thumb{
  padding:4px;margin:5px 0px 10px 0;
  background:#fbeb7c;
  border:solid 1px #1b3486;}

.thumb img{


	margin: 0px}

.paragraph{
	clear: both;
	display: table;}

.separator{
	width: 100%;
	height: 1px;
	clear: both;
  padding:0px 0px 7px 0px;
  font-size:0px;
	line-height: 0px;
  }

/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;list-style-type:none;background:none;padding:0px;margin:0px;}

/* ===| SPECIFIC ELEMENTS |============================================*/

#titre{
  width:100%;
  float:left;
 height:36px;
 margin-bottom:10px;
}
#title img{
 margin-bottom:10px;
}

 #affaire_images{
  float:right; width:344px;text-align:center;
  padding:0px 5px 2px 5px;border:solid 1px #D1C79E;
  margin: 0;
 }

#big-image{
  width:100%;
  text-align:center;
  padding-top:2px;
  padding-bottom:0px;
  margin-bottom:0px;
}


#affaire_images .left-thumb, #affaire_images .right-thumb, #affaire_images .middle-thumb{
  float:left;
  width:110px;
  display:inline;
  text-align:center;
}
#affaire_images .left-thumb{
  margin:0px 5px 5px 1px;
}
#affaire_images .middle-thumb{
  margin:0px 5px 5px 0px;
}
#affaire_images .right-thumb{
  margin:0px 0px 5px 1px;
}

a:focus {
   outline: none;
}


/* ---| THE END |------------------------- */