

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

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

#container, #footer, #header, .ref {width: 806px;}
#header {height:258px;}
#left-column {width: 218px;}
#right-column {width: 544px;}

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

p{	padding: 0 0px;}
br { height: 10px; line-height: 10px;}


h4{
margin-bottom:5px;
}


#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{
	float:left;
	margin:0px 0 0 0px;
	padding:0 20px 0 20px;

    }
.ref {
		margin: 0 auto;
		text-align:center;
	}

#promo {height: 451px;
margin-top:0px;
}

#contact-info {height: 119px;
    width:203px;
    margin-bottom:0px;
    padding:50px 0px 0 15px;
}

#promo1 {height: 415px;}

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

.copyright{
	padding:3px 0px 0 0;
	text-align: left;
    float:left;
    }

/*	--- 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;
	margin:1px 5px;}
	
.thumb img{
	border-style:solid;
	border-width: 5px;
	border-color: inherit;
	padding: 5px;
	margin: 0}

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

.separator{
	height: 2px;
	background: url(../images/charte/separator.jpg) left top no-repeat;
	clear: both;
	padding:0;
	margin:10px 0;
   /*	border-top: 1px solid;
  	border-bottom: 1px solid;*/
	line-height: 0px;}
 .list1
 {
   padding: 2px 5px 0 5px;
   height:207px;
   float:left;
   width:532px;
 }

  .list2
 {
   padding: 5px 7px 0 5px;
   height:291px;
   width:264px;
   float:left;
 }
  .list3
 {
   padding: 5px 7px 0 5px;
   height:291px;
   width: 255px;
   float:left;
 }
 .img_list
 {
   float:left;
   padding:20px 0 0 10px
 }

.box_admin
{
 padding: 5px 10px 5px 10px;
   float:left;
   width:522px;
}

.img_slide
{
    padding-right:5px;

}

.top_margin
{
  float:left;
}

.big_thumb
{
 margin-top:10px;
 float:left;
 width:542px;
 height:400px;
 text-align:center;
 background:url(../images/charte/index/list-content.jpg) repeat-y top left ;

}

.l_thumb
{

 margin:10px 20px;
 width:90px;
 height:93px;
 text-align:center;

}




 a:focus{ outline: none; }

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

#menu2
{
    float:right;
    padding:5px 15px 0 0px;
}
ul.list li.active a{
 color: #2a6000;
 font-weight: bold;

}


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