/*corps du site*/

body
{
 width: 800px;
 margin: auto;

background-image: url("images/background.gif");
background-repeat: repeat-x;
 
 margin-bottom: 10px;
 margin-top: 10px;
 }
/*Header*/

#haut
{
margin-top: 10px;
width: 529px;
height: 187px;
/*background-color: #000000;
border:2px solid #ffffff;*/
}
#haut-info
{
margin-top: 2px;
width: 529px;
height: 20px;
font-family: Verdana; 
font-weight:BOLD;
font-size: 12px; 
text-align:center;
color:#ffffff;
/*background-color: #000000;
border:2px solid #ffffff;*/
}
/*Corps de l'index*/

#main1
{
margin-top: 30px;
margin-left: 20px;
margin-right: 30px;
float: left;
width: 350px;
height: 330px;
/*
background-color:#000000;
background-image: url("images/cafe.jpg");
background-repeat: no-repeat;
background-position : top center;
border:2px solid #000000;
*/
}
#main2
{
margin-top: 30px;
margin-left: 30px;
margin-right: 20px;
float: right;
width: 350px;
height: 330px;
/*
background-color:#000000;
background-image: url("images/concert.jpg");
background-repeat: no-repeat;
background-position : top center;
border:2px solid #000000;
*/
}
#main11
{
margin-top: 30px;
margin-left: 20px;
margin-right: 30px;
margin-bottom: 10px;
float: left;
width: 350px;
height: 20px;
}
#main22
{
margin-top: 30px;
margin-left: 30px;
margin-right: 20px;
margin-bottom: 10px;
float: right;
width: 350px;
height: 20px;
}

div#main11 a
{
font-family: Verdana; 
font-weight:BOLD;
text-decoration:underline; 
font-size: 11px; 
text-align:center;
color:#ffffff;
}

div#main11 a:hover
{
font-family: Verdana; 
font-weight:BOLD;
text-decoration:underline; 
font-size: 11px; 
text-align:center;
color:#ffffff;
}

div#main22 a
{
font-family: Verdana; 
font-weight:BOLD;
text-decoration:underline; 
font-size: 11px; 
text-align:center;
color:#ffffff;
}

div#main22 a:hover
{
font-family: Verdana; 
font-weight:BOLD;
text-decoration:underline; 
font-size: 11px; 
text-align:center;
color:#ffffff;
}

#bas
{
margin-top: 40px;

width: 800px;
height: 125px;
/*background-color: #000000;
border:2px solid #ffffff;*/
}

div#bas .footer-txt
{
font-family: Verdana; 
font-weight:normal; 
font-size: 11px; 
text-align:center;
color:#ffffff;
}
div#bas p
{
font-family: Verdana; 
font-weight:normal; 
font-size: 11px; 
text-align:center;
color:#ffffff;
}
div#bas a
{
font-family: Verdana; 
font-weight:normal;
text-decoration:underline; 
font-size: 11px; 
text-align:center;
color:#000000;
}
/*
#bas2
{
margin-top: 10px;

width: 800px;
height: 125px;
background-color: #000000;
border:2px solid #ffffff;
}
*/



