body
{
width:900px;
margin: auto;                                       /* Pour centrer notre page */
margin-top:20px;     
background-image:url("images/body2.jpg")            
}
#bannière
{
height:150px;
border-right: #720016 solid thick;
background-image:url("images/banniere.png");
}
#bannière img
{
margin-left:721px;
}
#bannière a img
{
border: none;
}
#accueil
{
height:35px;
background-color:#720016;
border-bottom:#12001e double thick;
}
#accueil img
{
margin-left:115px;
border:none;
}
#menu
{
width: 125px;                                               /* Très important : donner une taille au menu */
position:absolute;
margin-top:55px;
margin-left:10px;
}
.element_menu
{
height:180px;
margin-bottom:10px;
background-color: #720016; 
border:#12001e double thick;
}
.element_menu h3                                         /* Tous les titres de menus */
{   
color: white;
font-family:"Trebuchet MS", serif;
font-size:1.1em;
text-align:center;
margin-top:10px;
}
.element_menu a  img                                   /* Toutes les images se trouvant dans les liens du menu */
{
border: none;
margin-left:6px;
margin-bottom:10px;
}
#corps
{
background:url("images/corps2.png") ;
height:500px;  
margin-top:0px;
padding-left:180px;                                /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */    
padding-right:80px;   
margin-bottom:0px;
text-align:justify;          
color: #720016;  
font-family:georgia, serif;
font-size:0.8em;
}
#corps h1
{
margin-top:0px;
padding-top:50px;
margin-bottom:30px;
padding-left:210px;
color:#350054;
font-family:"Trebuchet MS", serif;
font-size:2em;
}
#corps h2                                                 /* Tous les titres h2 du corps */
{ 
background : url("images/puce.gif") no-repeat left;     /* Une petite image de fond sur les titres h2, centrée à gauche*/
color:#350054;
font-family:"Trebuchet MS", serif;
font-size:1.5em;
padding-left:50px;
}
.signature 
{
background : url("images/puce.gif") no-repeat top right;
margin-top:55px;
padding-left:250px;
}
.signature strong
{
margin-right:10px;
color:#350054;
font-family:"Trebuchet MS", serif;
font-size:1.3em;
}
#références
{
width:320px;
height:122px;
position:absolute;
padding-top:15px;
background:url("images/fondcv.png");
border:#12001e double thick;
}
#références a
{
margin-left:65px;
padding-left:5px;
padding-right:5px;
color: #350054;
font-size: 1.1em;
text-decoration :none;
text-decoration:blink;
font-family:"Trebuchet MS", serif;
}
strong
{
font-family: georgia, serif;
font-size: 1.3em;
}
#tableau
{
height:170px;
border-top:#12001e double thick;
background-image:url("images/tableau.png");
}
#tableau table
{
height:50px;
margin-left:360px;
margin-right:30px;
color:#350054;
font-family:georgia,serif;
font-size:0.9em;
}
caption
{
padding-top:25px;
font-size:1.2em;
font-weight:bold;
}
th,td
{
width:250px;
border : solid 2px #720016;
}
td                                                /* cellules */
{
text-align: center;
}
table a img
{
border:none;
margin:auto;
}
#pied_de_page
{
height:25px;
padding-top:10px;
text-align: center;
font-family:"courier new",serif;
font-size:0.7em;
color:#f6d634;
background-image:url("images/barre.jpg");
}
