* { padding:0; margin:0; }

HTML
{ 
			background-color:#010302;
			background-image: url('../images/fonds/fond2.jpg');
			background-position: center top;
			background-repeat: no-repeat;
}

body
{
			font-size:12px;
			font-family:Arial,Helvetica,sans-serif;
			color:#000;
}


/****************** Conteneur ******************/

#conteneur
{
			margin:0px auto;  
			width:980px;
}


/****************** En-tête ******************/

#entete-1, #entete-2, #entete-3
{
			float:left;
			width:980px;
			height:260px;
}
#entete-1
{
			background-image: url('../images/bandeau/bandeau-accueil.jpg');
			background-position: top left;
			background-repeat: no-repeat;
}
#entete-2
{
			background-image: url('../images/bandeau/bandeau-festival.jpg');
			background-position: top left;
			background-repeat: no-repeat;
}
#entete-3
{
			background-image: url('../images/bandeau/bandeau-asso.jpg');
			background-position: top left;
			background-repeat: no-repeat;
}


/****************** Corps ******************/

#corps
{
			float:left;
			width:980px;
			background-color:#FFF;
}

#corps2
{
			float:left;
			width:980px;
			/*background-image: url('../images/fonds/corps.jpg');
			background-position: left top;
			background-repeat: no-repeat;*/
}

#menu
{
			float:left;
			display:inline;
			width:230px;
			margin-top:0px;
			padding-top:70px;
			padding-bottom:20px;
			margin-bottom:20px;
			text-align:left;
			color:#FFF;
}





#texte
{
			float:left;
			/*width:690px;*/
			width:690px;
			padding:10px 20px 20px 30px;
}

#texte_accueil
{
			float:left;
			width:920px;
			padding:20px 20px 20px 30px;
}

#pied-1, #pied-2, #pied-3
{
			float:left;
			width:980px;
			height:48px;
			margin:0px 0 50px 0;
			color:#FFF;
			padding-top:27px;
			text-align:center;
			font-weight:bold;
}

#pied-1
{
			background-image: url('../images/fonds/pied-festival.jpg');
			background-position: top left;
			background-repeat: no-repeat;
}
#pied-2
{
			background-image: url('../images/fonds/pied-festival.jpg');
			background-position: top left;
			background-repeat: no-repeat;
}
#pied-3
{
			background-image: url('../images/fonds/pied-asso.jpg');
			background-position: top left;
			background-repeat: no-repeat;
}




