body
{
width: 800px;
background: url('images/fond.jpg') fixed repeat-x center;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
color: rgb(175,35,35);
}

#entete
{
background: url('images/ban.png') no-repeat;
width: 630px;
height: 150px;
}

.texte
{
margin-top: 100px;
margin-left: 200px;
font-family: Verdana, serif;
font-size: 24px;
color: blue;
position:absolute;
}


.ind:hover
{
background: url('images/index_o.png');
}

.con:hover
{
background: url('images/concert_o.png');
}

.ass:hover
{
background: url('images/asso_o.png');
}

.spo:hover
{
background: url('images/sponsor_o.png');
}

.rem:hover
{
background: url('images/remerciement_o.png');

}


a
{
color: white;
text-decoration: underline;
}

img
{
border-width: 2px;
}

a img
{ 
border:none;
}

.menu
{
background: url('images/fond_men.png');
width:175px;
height:150px;
margin-left: 630px;
margin-top: 0px;
}

.menu img
{
margin-top: 2px;
margin-left: 3px;
}

h1
{
font-size: 30px;
color: white;
}

h2
{
padding-left:15px;
}

p
{
padding-left: 40px;
padding-top: 20px;
}

form
{
text-align: center;
}
#milieu
{
width:800px;
height:350px;
background: url('images/fond_mil.png') center no-repeat;
overflow: auto;
padding: 0px 0px 0px 0px;
}

.news
{
color: yellow;
padding-left: 20px;
}

#pied
{
width:790px;
height:10px;
background: url('images/fond_pied.png') center no-repeat;
padding: 0px 10px 10px 0px;
}