body
{
	width: 800px;
   margin: auto;
   margin-top: 10px;
   margin-bottom: 10px;    
   font-family:"Comic sans MS", arial, helvetica, sans-serif; /* Police */
   font-size:12px;

}
body a
{
color:black;
text-decoration:none;
}
body a:hover
{
color:black;
text-decoration:underline;
}
body a img
{

border:none;
}
#menu
{
float: left;
width:150px;
margin:15px 0px 20px 0px;
font-size:11px;
}
#menu img
{
margin-top:10px;
}
#menu table
{
border-collapse:collapse;
}
#menu td
{
width:150px;
}

#menu td:hover
{
background-image:url(images/fond_menu.jpg);
}


#corps
{

width:550px;
height:385px;
margin:auto;
margin-top:20px;
border:1px solid white;
overflow:auto;
padding:10px 20px 10px 10px;
text-align:center;
background-image:url(images/fond_corps.jpg);
background-repeat:no-repeat;
}
#corps table
{
border-collapse:collapse;
margin:auto;
}
#corps td
{
padding:10px;
}
#corps a
{
color:rgb(85,25,25);
font-weight:bold;
}
#corps a:hover
{
background-color:white;
font-weight:bold;
}
.verset
{
text-align:center;
}
.verset img
{
border-style:outset;
margin-top:7px
}
#menu_corps
{
text-align:center;
margin-bottom:10px;
}

#pied
{
clear:left;
font-size: 10px;
padding-top: 5px;
font-family:verdana, arial, helvetica, sans-serif; /* Police */
height:28px;
background-image:url(images/pied.jpg);
background-repeat:no-repeat;
text-align:center;
margin:40px 0px 0px 0px;
}

#pied a:hover
{
font-weight:bold;
}
form
{
	width:500px;
	height:150px;
	padding:0px;
}
input
{
padding:0px;
margin:0px;
}