/* CSS Document */

/*@import url("mod_spec_home.css");*/


body, html  {
	/*font: 100%;*/
	margin: 0;
	padding: 0;
	text-align: center;
}

#container { 
	width: 929px;
	margin: 0 auto;
	text-align: left;
} 

#header { 
	height:140px;
	padding: 0px 0px 10px 0px;
	font-size:12px;
} 

/* h1 pour Afficher une en-tête */
#header h1 {
	position:absolute;
	margin: 0;
	padding: 68px 10px 10px 10px;
	z-index:2;
	color:#333333;
}

/* header a look mod-plus */

/* */

#sidebar1 {
	float: left; 
	width: 231px;
	padding: 0px 0px 0px 0px;
}

#mainContent { 
	margin: 0px 5px 0px 240px;
} 

#footer {
	padding: 0 10px;
}

.text_footer {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
} 

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
    line-height: 0px;
}


/*  ESPACEMENT  */

.espace_mini {
	display:block;
	border: 0;
	height: 2px;
	font-size:2px;
	overflow: hidden;
}

.espace_pt {
	display:block;
	border: 0;
	height: 5px;
	font-size:5px;
	overflow: hidden;
}

.espace_moyen {
	display:block;
	border: 0;
	height: 10px;
	font-size:10px;
	overflow: hidden;
}

.espace_gd {
	display:block;
	border: 0;
	height: 20px;
	font-size:20px;
	overflow: hidden;
}

.lien_cms
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#9c9c9c;
	font-size:11px;
}

#footer_int {
	width:890px;
	height:36px;
	color:#333333;
	font-size:11px;
}
	
#footer_int a {
	color:#333333;
	font-size:11px;
	text-decoration:underline;
}