@import url(typo.css);
@import url(skin.css);
@import url(menu.css);
@import url(forms.css);
@import url(mdm.css);
@import url(lightbox.css);
/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer {width: 820px; margin: 0 auto;}
#right-column, #langue, #actualite, #adresse, #acces, #partenaires, #actualite-en, #adresse-en, #acces-en, #partenaires-en {width: 227px; float: right; margin: 0px; padding: 0px;}
#left-column {width: 593px; float:right; margin: 0px; padding: 0px; display: table;}
#contenu-texte {width: 535px; margin: 0 auto; padding: 20px 0px 20px 0px;}

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

.push	{clear: both;}

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


/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {margin: 0; padding: 0px;}

html, body {height: 100%; width: 100%; background: url(../images/charte/bg-body.gif) left top repeat-x #600025;}
br {line-height: 7px; height: 7px;}

#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
 	margin: 0 auto;
	padding: 0px;
}
#bg-contenu {width: 820px; float: right; background: url(../images/charte/bg-container.gif) left top repeat-y;}
#header { width: 820px; height: 289px; float: right;}
#contenu { width: 820px; float: right; background: url(../images/charte/bg-contenu.gif) left bottom no-repeat;}
/*********** LEFT ***************/

#langue {height: 31px; background: url(../images/charte/bg-langue.jpg) right top no-repeat;}
#actualite {height: 135px; background: url(../images/charte/bg-actualite.jpg) right top no-repeat;}
#actualite-en {height: 135px; background: url(../images/charte/bg-actualite-en.jpg) right top no-repeat;}
#adresse {height: 152px; background: url(../images/charte/bg-adresse.jpg) right top no-repeat;}
#adresse-en {height: 152px; background: url(../images/charte/bg-adresse-en.jpg) right top no-repeat;}
	#adresse-contenu { padding: 40px 21px 0px 0px;}
#acces { height: 217px; background: url(../images/charte/bg-acces.jpg) right top no-repeat;}
#acces-en { height: 217px; background: url(../images/charte/bg-acces-en.jpg) right top no-repeat;}
	#acces-contenu { padding: 35px 27px 0px 0px;}
#partenaires { height: 140px; background: url(../images/charte/bg-partenaires.jpg) right top no-repeat;}
	#partenaires-contenu { padding: 35px 27px 0px 0px;}
#partenaires-en { height: 140px; background: url(../images/charte/bg-partenaires-en.jpg) right top no-repeat;}
/*********** FOOTER ***************/

#footer {
	background: url(../images/charte/bg-footer.jpg) left top no-repeat;
	margin: 0 auto;
	padding: 0px;
}

#menu {width: 593px; height: 65px; float: right;}
	#menu-contenu {padding: 15px 0px 0px 10px;}
#digitalage { width: 227px; height: 65px; float: right;}
	#digitalage-contenu {padding: 15px 20px 0px 0px;}
	#digitalage p {text-align: right;}

/*	--- Important! -----------------------------------
	If you want space between paragraphs or headers,
	use padding instead of margin.
	-------------------------------------------------*/

/* ===| III. CONTENT ELEMENTS |===============================================*/

img {border: 0;}
.thumb-right{float: right; margin-left: 10px;}
.thumb-left{float: left; margin-right: 10px;}

/*	--- 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{text-align: center;}

.no-padding {padding: 0px;}
.no-margin {margin: 0;}

.clear{
  width: 100%;
	height: 0px;
	clear: both;
	padding:0;
	margin: 0;
	line-height: 0px;
}

.separateur{
	width: 100%;
	height: 0px;
	border-top: 1px solid #e7d6b9;
	clear: both;
	padding:0;
	margin: 0px 0px 15px 0px;
	line-height: 0px;
}

.cyc {
		position: absolute;
		top: -10000px;
	}