@import url(typo.css);
@import url(skin.css);
@import url(menu.css);
@import url(forms.css);
@import url(mdm.css);

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

#header, #container, #footer {width: 800px; margin: 0 auto;}
#left-column, #actualite, #newsletter, #finaim, #adresse {width: 245px; float: left; margin: 0px; padding: 0px;}
#right-column {width: 555px; float:left; margin: 0px; padding: 0px;}
#contenu {width: 546px; float: left;  margin: 0px; padding: 0px;}
#contenu-texte { width: 522px; margin: 0 auto;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/
#wrap-footer, #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 {	margin: 0 auto -100px auto;}


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

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

html, body {height: 100%; width: 100%; background-color: #F8FBFF;}
br {line-height: 10px; height: 10px;}

#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../images/charte/bg-container.gif) center top repeat-y;
}
.ref {
		position: absolute;
		top: -10000px;
	}
#container {
/*
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border: 1px solid lime;
	display: table;
*/
	background: url(../images/charte/bg-container.gif) center top repeat-y;
	background-color: red;
 	margin:0 auto;
	padding: 0px;}

#header {height: 315px;}
#flash-menu {width: 800px; height: 315px; position: absolute; z-index: 1;}
#boite-recherche {position: relative; z-index: 2; top: 135px; left: 20px; float:left;}


/*********** LEFT ***************/

#actualite {height: 184px; background: url(../images/charte/bg-actualite.gif) left top no-repeat;}
	#actualite-contenu { padding: 50px 0px 0px 25px;}
#newsletter {height: 89px; background: url(../images/charte/bg-news.gif) left top no-repeat;}
	#newsletter-contenu {padding: 36px 0px 0px 25px;}
	#newsletter-contenu input { vertical-align: top;}

#finaim{ height: 218px; background: url(../images/charte/bg-finaim.gif) left top no-repeat;}
	#finaim-contenu{ padding: 8px 0px 0px 14px;}
#adresse {height: 179px; background: url(../images/charte/bg-adresse.gif) left top no-repeat;}
	.adresse-contenu { padding: 61px 31px 0px 0px;}
	.adresse-links { padding: 15px 0px 0px 25px;}
.img-cont{
 width: 100px;
 height: 100px;
 padding: 10px;
 text-align: center;
 float:left;
 display: table;
}
.text-cont{
 width:370px;
 padding-left: 10px;
 float:left;
}
.info:visited, .info:link{
 background: url(../images/charte/info.jpg) top left no-repeat;
 height: 15px;
 width:113px;
 display: table;
 float:right;
}
.info:hover, .info:active{
  background: url(../images/charte/info-over.jpg) top left no-repeat;
}
.retour:visited, .retour:link{
background: url(../images/charte/retour.jpg) top left no-repeat;
 height: 15px;
 width:113px;
 display: table;
 float:right;
 margin-right: 10px;
}
.retour:hover, .retour:active{
background: url(../images/charte/retour-over.jpg) top left no-repeat;
}




/*********** FOOTER ***************/

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

#menu {width: 548px; float: left; text-align: left;}
	#menu-contenu {padding: 40px 0px 0px 15px;}
#digitalage { width: 250px; float: left;}
	#digitalage-contenu {padding: 40px 15px 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: 15px; border: 1px solid #0A5ED1;}
.thumb-left{float: left; margin-right: 15px; border: 1px solid #0A5ED1;}
.thumb {border: 1px solid #0A5ED1;}

/*	--- 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, p.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;
}

#contenu .separateur{
	width: 100%;
	height: 1px;
	background: url(../images/charte/separator.gif) left top no-repeat;
	clear: both;
	padding:0;
	margin: 0px 0px 15px 0px;
	line-height: 0px;}
#contenu .separateur01{
	width: 100%;
	height: 0px;
	border-top: 1px solid #CADCF5;
	clear: both;
	padding:0;
	margin: 0px 0px 15px 0px;
	line-height: 0px;
}