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

#container, #footer, #header {width: 740px;}
#header {height:200px;}
#left-column {width: 240px; height:560px;}
#right-column {width: 500px;}

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


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


/* ===| 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 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:0px 0px;}
.paragraph{
  width: 490px;
  display: block;
  margin: 5px auto;
}

.ref {
    text-align: center;
    font-size: 11px;
    color: #6C6C6C;
    margin:0;
    padding: 0;
	}

#horaires {height: 110px;
}
#contact-info {height: 163px;}
#plan{height: 128px;}
#digital{height:170px; padding:17px 0}
#footer {
	margin: 0 auto;
	padding: 0;}

ul.list
{
  width:90px;
	margin-bottom:5px;
	float:left;
	padding-left:20px;
  margin-top: 5px;

}
ul.list1
{
  width:235px;
	margin-bottom:0px;
	float:left;
	padding-left:10px;
}
ul.list2
{

	margin-bottom:10px;
	float:left;
	padding-left:60px;
}
ul.list2 li
{
    display: inline;
    background: url(../images/charte/bullet.jpg) no-repeat top left;
    background-position:0px 5px;
    padding:0px 30px 0px 15px;
    color:#000000;
}

.text
{
  width: 470px;
  display: block;
  margin: 3px 14px;
}



/*.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;
	margin:0px 5px;}

.thumb img{
	padding: 2px 5px;
	margin: 0}

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

.separator{
	width: 100%;
	height: 0px;
	clear: both;
	padding:0;
	margin:15px 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	line-height: 0px;}
#link_page
{
  width:490px; float:left; background:#6C6C6C; margin-left:5px; margin-top:10px;
}

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