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

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

#container, #footer, #header {width: 1000px;}
#header {height:270px;}
#mid-column {width: 893px;}


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

.push	{clear: both;}

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


/* ===| 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-bottom: 2px;}

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;*/}
#actualites{
 background: url(../images/charte/actualites.jpg) top left no-repeat;
 display: table;
 float: left;
 height: 170px;
 width: 299px;
}

.box{
 background: url(../images/charte/box.jpg) bottom left no-repeat;
 display: block;
 float: right;
 padding-top:15px;
 height: 134px;
 width: 339px;
}

.box-txt{
  padding:9px;
}

.float{
 float: left;
}

.bastitle{
 float: left;
 padding-top:25px;
 padding-left:90px;
}

.right-cont{
 float:left;
 width:417px;
 padding-left:10px;
 padding-top: 14px;
 line-height: 16px;
}

.right-cont-tech{
 float:left;
 width:407px;
 padding-left:10px;
 padding-right:10px;
 padding-top: 0px;
 line-height: 16px;
}

.left-cont{
 float:left;
 width:540px;
 padding-top: 14px;
 line-height: 16px;
}

.lower-cont{
 float:left;
 width:630px;
 padding-left:10px;
 padding-top: 11px;
}

#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;
	margin:1px 5px;}
	
.thumb_img{
	border-style:solid;
	border-width: 2px;
	border-color: #593700;
	margin: 0}

.paragraph{
	float:left;
	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;}

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

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