@import url(typo.css);
@import url(skin.css);
@import url(forms.css);
@import url(menu.css);

/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer, #header, #wrap-footer, .ref {width: 830px;}
#header {height:279px;}
#left-column, #actualite, #info, #partenaires, #footer-left {width: 225px;}
#right-column, #footer-right {width: 605px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/
#footer, .push {height: 100px;}
.push	{clear: both;}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height
	-----------------------------------------------
*/
#wrap-container { width: 972px;	margin: 0 auto -100px auto;}


/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {margin: 0px; padding: 0px;}

/*----- Background ------*/
html, body {height: 100%; width: 100%;}
body {text-align: center; background: url(../images/charte/bg-body.jpg) left top repeat-x #CADE97;}

#wrap-container {
	background: url(../images/charte/bg-wrapcontainer.jpg) center top no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#container {
	background: url(../images/charte/bg-container.gif) left 379px no-repeat;
	margin:0px auto;
}
#container-left{
  background: url(../images/charte/bg-left.jpg) left bottom no-repeat;
	width: 830px;
	display: table;
}


/*----- Content ------*/

#left-column, #right-column, #footer-left, #footer-right{ float: left; margin: 0px; padding: 0px;}

#actualite{ height: 187px; background: url(../images/charte/bg-actualite.jpg) left top no-repeat;}
#actualite-int{padding: 40px 16px 0px 40px;}

#info{ height: 227px; background: url(../images/charte/titre-info.gif) left top no-repeat;}
#info-int{padding: 70px 0px 0px 40px;}

#partenaires { height: 417px; background: url(../images/charte/titre-part.gif) left top no-repeat;}
#partenaires-int { padding: 40px 0px 0px 25px;}

#content{ padding: 0px 35px 0px 20px;}

/*----- Footer ------*/
#wrap-footer { background-color: #CADE97; margin: 0px auto;}
#footer {
	background: url(../images/charte/bg-footer.jpg) left top no-repeat;
	margin: 0 auto;
	padding: 0px;
}

#digitalage{
	padding: 15px 0px 0px 40px;
}
#footer-int{
	text-align: right;
	padding: 15px 40px 0px 0px;
}
#footer-int p{text-align: right;}

/*	--- Important! -----------------------------------
	If you want space between paragraphs or headers, 
	use padding instead of margin.
	-------------------------------------------------*/

/* ===| III. CONTENT ELEMENTS |===============================================*/

.ref { margin: 0px auto; padding: 0px 0px 20px 0px; font-size: 12px; color: #000000;}

br{ height: 5px; line-height: 5px;}

a:focus{ outline: none;}

ul, li {list-style-type: none; list-style-position: outside; }
	
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;}
.center, .center p{text-align: center;}
.no-padding, .no-padding p{padding: 0px;}
.no-margin, .no-margin p{margin: 0px;}

.clear{
	clear: both;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.paragraph{
	float: left;
	margin-bottom: 15px;
	width: 100%;
}

.mail-link a:link, .mail-link a:visited{color:#fff;text-decoration:none;}
.mail-link a:active, .mail-link a:hover{color:#fff;text-decoration:underline;}


/* ---| THE END |------------------------- */