body
{
   width: 1000px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;
   background-image: url("../Images/Papier Peint/Papier_Index.jpg");
   background-repeat: repeat;
}


#background
{
   background-image: url("../Images/Fond/Fond_Index.png");
   background-repeat: no-repeat;
   height: 667px;
   width: 1000px;
   margin-bottom: 20px;
}

#corps
{
   width : 750px;
   height: 250px;
   margin-left: 180px;
   padding-right: 30px;
   padding-top: 150px;
}

#menu
{
   float: left;
   padding-left: 10px;
   padding-top: 10px;
   margin-top: 20px;
   width: auto;
   height: auto;
}

#banniere
{
   height: 140px;
   margin-bottom: 10px;
   width: 950px;
   padding-left: 50px;
}

#TextDef
{
   margin-bottom: 10px;
   margin-top: 30px;
   width: 1000px;
   height: 20px;
}

#onglet 
{

   margin: 0;
   padding: 0;
   list-style: none;
   font-family: "Comic sans MS", serif;
}

#onglet li 
{
   display: list-item; 
   padding-top: 5px;
   text-align:center;
}

#onglet li a 
{
   padding: 5px 20px;
   background: #F59C54;
   color: black;
   margin: 0;
   text-decoration: none;
   -moz-border-radius: 10px 10px 0 0;
   -webkit-border-radius: 10px 10px 0 0;
   border-radius: 0 10px 0 10px;        
   -webkit-border-top-left-radius: 10px;
   webkit-border-top-right-radius: 10px;
}

#onglet li a:hover, #onglet li a:focus 
{
   background: #095E83;
   color: white;
}

.arrondi 
{
	-moz-border-radius: 10px ;
	-webkit-border-radius: 10px;
	border-radius: 10px 10px 0 0;
}

h2, h3
{
	font-family: "Comic sans MS", serif;
}

.logo
{
   float: left;
}

applet
{
   width: 120px;
   height: 120px;
}

marquee
{
	font-family: "Verdana", serif;
}
