/*--on annule les valeurs par défauts--*/
*{ margin: 0; padding: 0; list-style: none;}

body , html  {
height:100%;/* hauteur de reference */
margin:0;
padding:0;
}

body {
	background: #eeeeee url(images/header_repeat2.jpg) repeat-x top; ;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font: 80% verdana, arial, sans-serif;
	color:  #ffffff ; 
	height: 100%;
}

/*  definition des Liens
--------------------------------------------------------------------*/
a{color: #ffffff; text-decoration:none}
a:hover{color: #6699FF;
	text-decoration:underline;}
a:visited{color: #56bcff;}

h2
{
	margin: 5px 0 5px 20px;
	padding-left: 20px ;
	line-height: 20px ;
	font-size: 1.2em ;
	background: url(images/pretitle2.jpg) no-repeat left;
	color: #6699FF ;
}

h6
{
	position: absolute;
	text-align: left;
	padding: 10px 0 0 12px;
	color: #ffffff;
}
h6 a
{
	color: #FF0000;
}
h6 a:visited
{
	color: #FF0000;
}
/*--Background--*/
#background
{
	background: url(images/header_repeat2.jpg) repeat-x 0 0;
}

/*--Page--*/
#page
{
	width: 655px;
	background: url(images/corps2.jpg) repeat-y 0 0;
	height:auto!important;
	height:100%; 
	min-height:100%; 
	position:relative;
	margin:0 auto;
	padding:0;
}

/*--Header--*/
#header
{
	background: url(images/header2.jpg) no-repeat;
	width: 655px;
	height: 149px;
}

/*--Menu--*/
#menu
{
	background: url(images/menu2.jpg) no-repeat;
	width: 655px;
	height: 41px;
}

#menu a
{  
	position: absolute;
	top: 157px;
	text-align: center;
	line-height: 25px;
}
#menu a#a1{left: 40px;	width: 140px;}
#menu a#a2{left: 185px;	width: 140px;}
#menu a#a3{left: 330px;	width: 140px;}
#menu a#a4{left: 475px;	width: 140px;}



/*--Corps haut--*/
#corpshaut
{
	background: url(images/corpstop2.jpg) no-repeat;
	width: 655px;
	height: 13px;
}

/*--Contenu--*/
#contenu
{
	padding: 5px 30px 39px 30px;
	position:relative;/* pour appliquer le z-index */
	z-index:1;/* pour  etre certains que les contenus qui depassent ne risque en aucun cas de passer sous le pied */
}

/*--Footer--*/
#footer
{
	background:url(images/footer2.jpg) no-repeat 0 0; 
	height: 39px; 
	position:absolute;
	bottom:0; 
	left: 0;
	width: 655px;}
}
