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

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

#container, #footer, #header, .ref {width: 813px;}
#header {height:206px;}
#left-column, #actualite, #contact-info, #promo {width: 202px; background: #3e3d40;}
#right-column {width: 611px;  background: #373639;}

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

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


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

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

/*----- Background ------*/
html {height: 100%; width: 100%;}
body {width:100%;text-align: center; background: url(../images/charte/bg-body.jpg) left top repeat-x #3d3d3f;}

#wrap-container {
	background:  url(../images/arriereplan.jpg) center top repeat-x;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#container {
	background: #373639 url(../images/bg-contenu.jpg) left top repeat-y;
	margin:0 auto;
	text-align: left;
}

/*----- Content ------*/

#left-column, #right-column{ float: left; margin: 0px; padding: 0px;}
	
#actualite{ height: 231px; background: url(../images/charte/bg-actualite.gif) left top no-repeat;}
#actualite-int{padding: 73px 7px 0px 10px;}

#newsletter{ height: 100px; background: url(../images/newsletter.jpg) left top no-repeat;}
#newsletter-int{padding: 35px 5px 0px 7px;}

#info{ height: 172px; }
#info-int{padding: 0;}

#plan{ height: 112px; background: url(../images/planacces.jpg) left top no-repeat;}
#plan-int{padding: 30px 0 0 0;}

#promo { height: 139px; background:url(../images/charte/bg-promo.jpg) left top no-repeat;}
#promo-int{padding: 0;}

#content{
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 25px;
  margin-left: 25px;}
#title{
	height: 47px;
	float: right;
	margin-bottom: 25px;
}
/*----- Footer ------*/

#wrap-footer{ background: url(../images/charte/bg-wrapfooter.jpg) left top repeat-x;}
#footer {
	background: #2a282b;
	margin: 0 auto;
	padding: 0;
}

#copyright{
  float:left;
  width:202px;
  height: 32px;
  background: url(../images/digitalage.jpg) left top no-repeat;
}
#copyright a{
  float:left;
  width:202px;
  height: 32px;
  }
/*	--- Important! -----------------------------------
	If you want space between paragraphs or headers, 
	use padding instead of margin.
	-------------------------------------------------*/

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

.ref { margin: 0px auto; padding: 10px 0px; font-size: 12px; color:#FFFFFF;}

br{ height: 10px; line-height: 10px;}

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;}

.clearer{
	clear: both;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

.paragraph{
	clear: both;
	padding-bottom: 10px;
}

/* ===| IV. NAVIGATION |===============================================*/

/* ---| THE END |------------------------- */




.inForm1
{
	float: left;
	font-family: Arial;
	font-size: 0.8em;
	color: #cececf;
	width:145px;
	height:23px;
	background:url(../images/mail.jpg) no-repeat center top;
	border: 0px;
	margin-top: 18px;
    padding-left: 5px;
    padding-top: 3px;
}

.buttonOK
{
	float: right;
	background:url(../images/ok.jpg) no-repeat top left;
	width: 32px;
	height: 23px;
    float: left;
	border: 0px;
}
