/**************************************************/
/* Feuille de style pour l'affichage du backround */
/**************************************************/

* {
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif; 
}

img{
	behavior: url(../win_png.htc);
}

hr.separateur {
	height: 0px;
	visibility: hidden;
	clear: both;
}

body {
	background-color : #ffe7b9;
	text-align:center;
}

div#main{
	text-align:left;
	width: 1024px;
	margin-right:auto;
	margin-left:auto;
}

div#menu{
	position: absolute;
	width:260px;
	/*float: left;*/
	/*display:none;*/
}

div#head{
	height:404px;
	/*width: 1024px;*/
	background: #ffe7b9 url('../images/boudu-charte_01.jpg') no-repeat top left;
}

div#contenuExt{
	background: #ffe7b9 url('../images/boudu-charte_03.jpg') repeat-y;		/* image du centre, extensible */
}
div#contenuExt1{
	background: url('../images/boudu-charte_02.jpg') no-repeat top left;	/* Image du haut */
}
div#contenuExt2{
	/*width: 1024px;*/
	min-height:865px;
	color: #fff;	
/*	font-weight:900;*/
	background: url('../images/boudu-charte_04.jpg') no-repeat bottom left;	/* Image du Bas */
	padding-left:260px;
	padding-right:140px;
	padding-bottom:80px;
}

div#horsmenu{
background:green;
}


/* Pied de page */
div#pied{
	/*width: 1024px;*/
	/*height: 414px;*/
	background: #ffe7b9 url('../images/boudu-charte_05.jpg') no-repeat top left;
	padding-bottom:0px;
	padding-top: 420px;
	font-size: 70%;
	text-align: center;
}

div#pied a{
text-decoration : none;
color: grey;
}

div#pied a:hover{
text-decoration : underline;
color: black;
}


