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

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

#container, #footer, #header {width: 825px;}
#header {height:313px;}
#left-column {width: 263px;}
#right-column {width: 561px; background-color: #FFFFFF;}

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

.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%; background-image: url(../images/charte/bg.jpg); background-repeat: repeat-x;}
body {text-align: center;}
ul, li{
  list-style: url(../images/charte/bullet.jpg);
	list-style-position: inside;
	margin: 0;
	padding: 0;}

p{	padding: 0 5px; line-height: 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: 0px 0 0 0;}
#right-column{
  min-height: 612px;
  height:auto !important;
  height:612px;
	float:left;}

#actualite, #promo {background-image: url(../images/charte/actu_bg.jpg); height: 201px;}

#contact-info  {background-image: url(../images/charte/bonplans-bg.jpg); height: 201px; background-position: bottom }

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

.copyright{
	padding: 17px 0 0; 
	text-align: center;}

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

.thumb{
	display: block;
  }
	
.thumb img{
  border:1px solid #848cc3;
}

.paragraph{
	clear: both;}

.couleur{
  color:#c10707;
}

.couleur2{
  color:#3753b6;
}

.paragraph{
  width:550px;
  display:block;
  float:right;
  border:1px solid #e3e7f5;
  padding:0px;
  margin-left:0px;
}

.paragraph-sans{
  width:550px;
  display:block;
  float:right;
  padding:0px;
  margin-left:0px;
}

.separator{
	width: 100%;
	height: 12px;
	clear: both;
  margin:0px;
	padding:0;
	line-height: 0px;}

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

.ref {
		position: absolute;
		top: -10000px;
	}
/* ---| THE END |------------------------- */
