@import url(typo.css);
@import url(skin.css);
@import url(menu2.css);
@import url(mail_styles.css);
/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer, #header {width: 775px;}
#header {height:254px;width:763px;}
#right-column {width: 775px;}
#right-column #contenu { width: 763px;}
#right-column #contenu #contentTexte { width: 763px;}
#contenu #mdm {width: 381px;height:126px;}
#contenu #title {width: 382px;height:126px;}

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

.push	{clear: both;}

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


/* ===| 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: 0;}

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

#right-column{
	float:left;
	margin:0px 0 0 0px;
	}

#contenu #mdm{
	float:left;
	}
#contenu #title{
float:right;
}


#footer {
	margin: 0 auto;
	padding: 0;}

.copyright{
	padding-top: 5px ;
	text-align: right;
  padding-right: 20px;
	float:right;}

/*	--- 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;
margin: 5px 8px 5px 2px;
cursor:pointer; }
 .right{float: right;cursor:pointer;
 margin: 5px 5px 5px 10px;}

.thumb{
	display: block;
 }

.thumb img{
	padding:0;
	margin: 0}
.paragraph{
width: 750px;
padding: 10px 0px 0 8px;
float: left;
text-align: justify;
}
#bottom
{
background: url(../images/charte/brush-bg.jpg) no-repeat bottom right;
width: 763px;
 float: right;
 height: 158px; text-align: justify;
}

.separator{
	width: 100%;
	height:4px;
	clear: both;
	padding:7px 0 7px 0px;
}
ul.list1{
width:250px;
  padding:20px 0 3px 10px;
  float: left;
  color:#68767f;
  }
ul.list1 li
{
background: url(../images/charte/list-bullet.jpg) no-repeat top left;
background-position:0px 4px;
line-height: 15px;
padding:0px 0px 2px 15px;
}
.img-bottom
{
float:right; margin-right:8px;
}

/* ===| IV. NAVIGATION |===============================================*/
#menu2 {
width:775px;
float:right;
}

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