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

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

#container, #footer, #header {width: 827px;}
#header {height:265px;}
#left-column {width: 227px;}
#right-column {width: 600px;}

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

.push	{clear: both;}

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


/* ===| 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: 5px 20px 5px 20px;
 }

#wrap-container {
	min-height: 100%;
	width:100%;
	height: auto !important;
	height: 100%;}
#container {
	margin:0 auto;
	text-align: left;
	display: table;}
#header {
	width:827px;
	}
#left-column{
	float:left;
	}
#right-column{
	float:left;
	}
/*#actualite, #contact-info, #promo {height: 125px;}*/

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

.copyright{
	padding: 5px 5px 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)
*/	
.paragraph{
	clear: both;
	display: table;
	}

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

/*-------------------------------------------------------------------------------------LEFT COL--------------------------------------------------------------------*/
#coordonnes{
	background:url(../images/charte/left_col.jpg) no-repeat left top;
	width:227px;
	height:554px;
	}
#coordonnes p{
	text-align:left;
	color:#FFFFFF;
	font-family:verdana;
	font-size:13px;
	line-height:20px;
	padding-left:100px;
	}
/*-----------------------------------------------------------------------------------------------------RIGHT COL--------------------------------------------------------------------*/
#right-column p{
	color:#004066;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	}
.subtitle{
	text-align:center;
	padding-top:5px;
	}
#title_presentation{
	background:url(../images/charte/title_presentation.jpg) no-repeat left top;
	width:600px;
	height:87px;
	}
#title_presentation p{
	padding-top:60px;
	}
#title_prestations{
	background:url(../images/charte/title_prestations.jpg) no-repeat left top;
	width:600px;
	height:87px;
	}
#title_prestations p{
	padding-top:60px;
	}
#title_realisations{
	background:url(../images/charte/title_realisations.jpg) no-repeat left top;
	width:600px;
	height:87px;
	}
#title_realisations p{
	padding-top:60px;
	}
#title_contact{
	background:url(../images/charte/title_realisations.jpg) no-repeat left top;
	width:600px;
	height:87px;
	}
#title_merci{
	background:url(../images/charte/title_merci.jpg) no-repeat left top;
	width:600px;
	height:87px;
	}
#diaporama{
	width:500px;
	height:370px;
	background-color:#999999;
	margin-left:40px;
	}
.img{
	cursor:pointer;
	}
.left{
	padding-left:10px;
	float:left;
	}
.right{
	float:right;
	padding-right:30px;
	}
.line{
	padding-top:10px;
	clear:both;
	float:left;
	}
.bg_box_01{
	background: url(../images/charte/bg_box_01.jpg) no-repeat top left;
	width:558px;
	height:136px;
	margin-top:10px;
	margin-left:10px;
	}
ul.list{
	margin:0px 30px;
	list-style:none;
	margin-top:10px;
	}
ul.list li{
	font:normal 13px verdana;
	color:#004066;
	text-align:left;
	margin-top:3px;
	background: url(../images/charte/bullet.jpg) no-repeat left 6px;
	padding-left:25px;
	line-height:20px;
	}
#signs{	
	padding-left:15px;
	padding-top:5px;
	}
#signs img{	
	float:left;
	padding-left:10px;
	cursor:pointer;
	}
#signs2{
	clear:both;
	padding-left:35px;
	padding-top:5px;
	}
#signs2 img{	
	cursor:pointer;
	float:left;
	padding-left:10px;
	}
.contact_link:link, .contact_link:visited{
	text-decoration:none;
	color:#06923e;	
	font-family: verdana;
	font-size:13px;
	font-weight:bold;
	}
.contact_link:hover, .contact_link:active{
	text-decoration:none;	
	color: #004066;
	font-family: verdana;
	font-size:13px;
	font-weight:bold;
	}
/*-------------------------------------------------------------------------------------------------------FOOTER-----------------------------------------------------------------*/
.mentions_link:link, .mentions_link:visited{
	text-decoration:none;
	color:#FFFFFF;	
	font-family: verdana;
	font-size:10px;
	font-weight:bold;
	}
.mentions_link:hover, .mentions_link:active{
	text-decoration:underline;	
	color: #eaecea;
	font-family: verdana;
	font-size:10px;
	font-weight:bold;
	}
