/* CSS Document */

body
{
font-family:"Courier New, Courier, monospace";
margin:auto;
padding-top:50px;
/*background-image:url(fd_3.jpg);*/
}

#body
{
margin:auto;
width:1140px;

}

a
{
color:black;
text-decoration:none;
cursor:crosshair;
}

img
{
border:none;
	
}

#contact
{
float:right;
margin-right:50px;
}

#titre
{
height:40px;
text-align:left;
}

#menu_principal
{
border-radius: 10px;
border-top:1px solid #333;
border-bottom:1px solid #333;
padding-bottom:25px;
width:1050px;
font-size:smaller;
background-color:#fff;
padding-left:50px;
}

a.info
{
position:relative;
}

a.info span {
display: none; /* On masque l'infobulle. */
}
a.info:hover {
background: none; /* Correction d'un bug d'Internet Explorer. */
z-index: 500; /* On définit une valeur pour l'ordre d'affichage. */
}
a.info:hover span {
display: block; /* On affiche l'infobulle. */
position:absolute;
white-space: nowrap; /* On change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non désiré. */
border-left:black inset 1px;
top: -80px; /* On positionne notre infobulle. */
left: 3px;*/
}

/*.section
{
background:#FFC;
padding:2px;
padding-left:50px;
padding-right:50px;
border-radius:5px;
}*/

table
{
background-color:#fff;
border-radius: 10px; 
width:750px;
height:550px;
text-align:center;
font-size:smaller;
color:#666;
margin:auto;
padding-top:10px;
align:center;
}

#td_images
{
width:750px;
}

td
{
}
img
{
border-radius: 10px;
}
