body{
background-color: white;
font-family: Verdana, "Tribuchet MS", "Luncinda sans", serif;
}

#global
{
   font-family: Verdana, "Tribuchet MS", "Luncinda sans", serif;
   width: 800px;
   background-color: white;
   margin-right: auto;
   margin-left: auto;
   margin-top: 6px;
   padding-top: 5px;
   margin-bottom: 20px;  
   border-top: 10px solid black;
   
  
   
 }
 
 
 h2
{   font-family: "American Typewriter Light", Verdana, "Tribuchet MS", "Luncinda sans", serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 1.5em;
}

 h3
{
    margin: 0px;
    margin-bottom: 5px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid black;
}

p
{
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
	font-size: 0.8em;
}
/* Liens */
a
{

   text-decoration: none;
   color: white;
   background-color: black;
  

}

a:hover
{
  color: black;
  background-color: white;
  
}

a:visited
{
 text-decoration: none; 
  
}

h3 a
{
   background-color: white;
   color: black;
}


h3 a:hover
{
   background-color: black;
   color: white;
}



#en_tete a
{
   font-size: 0.7em;
   color: black;
   text-transform: lowercase;
   text-align: right;
}

#en_tete a:hover
{
   background-color: black;
   color: white;
}




/* L'en-tête */
#en_tete
{
   width: 800px;
   margin-bottom: 6px;
   border-bottom: 10px solid black;
   padding-bottom: 2px;
   background-color: white;
  
}

/* menu */
#menu
{
   padding-right:4px;
   float: left; 
   width: 92px; 
   font-size: 0,5 em;
   text-align: right;
  
}

#menu p
{

margin-bottom: 10px;
margin-top: 3px;

}


#menu a
{

padding-bottom: 3px;
padding-top: 3px;
padding-right: 2px;
padding-left: 2px;
}



/* image */
#image
{
   width: 700px;
   margin-left: 100px;
   margin-bottom: 5px;
   
  }

/* tableau déplacable */

#deplacable
{
position:absolute;
top:0; 
left:0; 
margin-left: 600px;
margin-top: 400px;
z-index: 0;
}

table 
{
   
   border-collapse: collapse; /* Colle les bordures entre elles */
   width: 200px;
   padding-left: 2px;
   }

th
{
   background-color: black;
   font-size: 0.5em;
   text-align: right;
   color:white;
}  
th:hover
{
   cursor:move;
}
 
tr
{   
 background-color: white;
 padding-left: 2px;
}

td
{
   font-size: 0.8em; 
   padding-left: 2px;

}


/*cv*/
#colone_cv
{
padding-top: 10px;
width: 223px;
margin-right: 10px;
float:left;
}

/* legende */
#legende
{
 width: 700px;
 margin-bottom: 5px;
 margin-left: 100px;
 font-size: 0.9em;
 }

#pied_de_page
{
   padding-top: 5px; 
   text-align: left;
   border-top: 10px solid black;
   padding-left: 2px;
   border-bottom: 1px solid black;
}

.credit
{
font-size: 0.8em;
}


/* boite */
#boite
{
   width: 700px;
   height: 500px;
   overflow: hidden;
}

.blanc
{
   color: white;
}
