/*-----------------------------------*/
/*---------Corps de la page--------- */
/*-----------------------------------*/
body {
margin:auto;
width:739px;
}

/* Tout ce qui se trouve sur le header */
#header{
background-image:url(image/header.jpg);
width:739px;
height:238px;
margin-top:10px;
}
#recherche {
background-image:url(image/recherche.jpg);
background-repeat:no-repeat;
padding-left:180px;
padding-top:6px;
height:24px;
}


/* Tout ce qui se trouve sur le menu */
#menu {
width:120px;
float:left;
}
#menu ul {
list-style-type:none;
padding:0px;
margin:0px;
}
#menu li{
height:30px;
background-image:url(image/fond_menu.jpg);
background-position:left top;
height:24px;
padding-top:6px;
padding-left:18px;
}
#menu li a{
color:#FF6D00;
font-weight:bolder;
text-decoration:none;
}
#menu li a:hover {
color:#FADA91;
font-weight:bolder;
text-decoration:none;
}
#menu p {
padding-left:7px;
}

/* La barre de pub */
#pub {
float:right;
margin-top:15px;
width:120px;
}
.table1{
border-collapse:collapse;
border:solid 1px;
border-color:#FF0000;
}
/* Tout ce qui se trouve sur le main */
#main {
background-image:url(image/fond_corps.jpg);
margin-left:130px;
width:480px;
margin-top:15px;
}
#titre {
background-image:url(image/titre.jpg);
height:33px;
}
#titre p {
padding-left:40px;
padding-top:6px;
color:#FFFFFF;
font-weight:bolder;
}
#corps {
padding-left:15px;
}
.center {
text-align:center;
}
.gras{
font-weight:bolder;
}
.souligne{
text-decoration:underline;
}
.orange {
color:#FF6D00;
}
.bleutitre{
color:#1B9FC5;
}

#footer {
background-image:url(image/fond_footer.jpg);
height:5px;
}
.tabl{
width:360px;
border:0px;
vertical-align:middle;
text-align:center;
}
.legende{
width:80px;
}
.legende2{
font-weight:bolder;
color:#1B9FC5;
}
