#fond  {
/*Dimensions*/
width : 100%;
height : 800px;

/* Image de fond et répétition */
background-image : url("images/fond.gif");
background-repeat : repeat-x;
background-color : #0DA1E1;

/*Centrage*/
margin: auto;0

/*Arial*/

font:Arial;
} 

#fondframe {
/*Dimensions*/
width : 100%;
height : 100%;

/*Image de fond de frame*/
background-image : url("images/fond2.gif");
background-repeat : repeat-x;
background-attachment:fixed;

/*Centrage*/
margin: auto;
}

/*mise en page des tableaux*/

.tab_code {
border : 2px solid #000000;
background : #FFFFFF;
}
.tab_code td{
border : 1px solid #000000;
}

/*Effet sur les menus*/

/*Bloc présentation*/

#blocpres{
display: block;
background-image:url(images/presentation.gif);
} 
#blocpres:hover {
background-image:url(images/fondmenu.gif);
} 

/*Bloc références*/

#blocref{
display: block;
background-image:url(images/presentation.gif);
} 
#blocref:hover {
background-image:url(images/fondmenu.gif);
} 

/*Bloc Contact */

#bloccontact{
display: block;
background-image:url(images/presentation.gif);
} 
#bloccontact:hover {
background-image:url(images/fondmenu.gif);
} 

a
{
   text-decoration: none; 
   color: black;
   font-style: bold;
}
