/*--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: #696969 url(images/topbg.jpg) repeat-x ;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font: 85% verdana, arial, sans-serif;
	color: #3f70b3 ; 
	height: 100%;
}

/*  definition des Liens
--------------------------------------------------------------------*/
a{color: #e49b0e; text-decoration:none;}
a:hover{color: #009aff;}

h3
{
	margin: 15px 0 0 0;
	padding: 0 0 5px 20px;
	font-size: 1.1em ;
	font-style: italic;
	color: #e03505 ;
}

h4
{
	padding: 0 0 5px 60px;
	font-size: 0.9em ;
	color: #e03505 ;
}

/*--Page--*/
#page
{
	width: 800px; 
	background: url(images/bg.jpg) repeat-y 0 0;
	height:auto!important;/* pour IE7 et , firefoxe , safari , etc ... */
	height:100%;/* IE6 applique ceci comme un min-height */
	min-height:100%;/* IE6 ne comprends pas */
	position:relative;/* devient la reference de la zone de position pour les enfants */
	margin:0 auto;
	padding:0;
}

/*--Header--*/
#header
{
	background: url(images/header.jpg) no-repeat;
	width: 800px;
	height: 187px;
}

#header a
{  
	position: absolute;
	text-align: center;
	line-height: 32px;
	color: #ffffff;
	text-decoration:none ;
	font-size: 0.8em;
}
#header a#a1{top: 123px; left: 128px; width: 124px;}
#header a#a2{top: 102px; left: 268px; width: 124px;}
#header a#a3{top: 147px; left: 268px; width: 124px;}
#header a#a4{top: 102px; left: 407px; width: 124px;}
#header a#a5{top: 147px; left: 407px; width: 124px;}
#header a#a6{top: 123px; left: 546px; width: 124px;}

#header a:hover {color: #e4480e;}
/*--Contenu--*/


#contenu
{
	padding: 0 110px 30px 110px;
	font-size: 0.9em;
}

#contenu a{color: #e49b0e; text-decoration:none; border-bottom: 1px dashed;}
#contenu a:hover{color: #009aff;}

#footer
{
	color: #e4480e;
	padding: 0 105px 0 105px;
	font-size: 0.7em;
	width: 590px;
	clear: both;
	position:absolute;
	bottom:0;
}
#foot
{
	color: #e4480e;
	border-top: 1px dotted #3462a8;
	padding: 5px 0 5px 0;
}
