html
	{
		background-color: #FAFAFA;
	}
	
#conteneur
	{
	position : relative;
	}

#logo 
	{
	margin-top : 10px;
	text-align:center;
	color:green;
	/*background: #0C3;*/
	font-size: medium;
	border-radius:20px; 
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	background-image:url(photos/logo.png);
	background-repeat: no-repeat;
	}

#corps 
	{
	margin-top : 15px;
	margin-left : 140px;
	margin-right : 130px;
	text-align : left;
	}

#menu 
	{
	float : left;
	margin-top : 15px;
	width : 130px;
	font-family : "Backerville Old Face", "Times New Roman", "Bookman Old Style", Harrington, Arial;
	text-align : center;
	}

#menu2 
	{
	float : right;
	margin-top : 15px;
	width : 120px;
	font-family : "Backerville Old Face", "Times New Roman", "Bookman Old Style", Harrington, Arial;
	text-align : center;
	}

#pied_de_page 
	{
	margin-left : 140px;
	text-align : center;
	}
	
#milieu
	{
	margin-left:15%;
	}
	
#gauche
	{
	float:left;
	}
	
#droite
	{
	float:right;
	}

.menu 
	{
	background : rgb(0, 196, 0);
	margin : auto;
	text-align : center;
	border-radius:10px; 
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}
	
.logo 
	{
	background-image : url("photos/avatars/4.gif");
	}

.fond 
	{
	background-image : url("photos/avatars/2.gif");
	}
	
.bordure 
	{
	background-image : url("photos/bordure2.gif");
	}
	
hr 
	{
	color : #0C0;
	height : 1px;
	}

h5, h4, h1, h3, h2, option 
	{
	color : black;
	}
	
body 
	{
	margin : 15px;
	margin-top : 0px;
	margin-bottom : 20px;
	font-family : Andalus, "Times New Roman", "Bookman Old Style", Harrington, Arial;
	}
	
.gauche 
	{
	float : left;
	}

.droite 
	{
	float : right;
	}

a
	{
	color : blue;
	text-decoration : none;
	}
	
a img 
	{
	border : none;
	}
	
a:hover 
	{
	text-decoration : underline;
	}
	
.copy 
	{
	font-size : x-small;
	}
	
.surligne 
	{
	text-decoration : underline;
	color : green;
	}
	
.tableau 
	{
	border : none;
	}
	
.tableau-interview 
	{
	border-left : 3px green;
	border-top : none;
	border-bottom : none;
	border-right : none;
	}
	
table
	{
	border :1px solid green;
	border-radius:10px; 
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}
	
td 
	{
	border : 1px solid green;
	font-family : "Times New Roman", "Comic Sans MS", "Trebuchet MS", Times, serif;
	text-align : center;
	padding : 5px;
	}
	
th 
	{
	border : 1px solid green;
	font-size : 1.1em;
	font-family : "Times New Roman", Arial, "Arial Black", Times, serif;
	}
	
tr
	{
	border : 1px solid green;
	font-size : 1.1em;	
	}
	
caption 
	{
	margin : auto;
	font-family : Arial, Times, "Times New Roman", serif;
	font-weight : bold;
	font-size : 1.2em;
	color : green;
	margin-bottom : 20px;
	}
	
.milieu 
	{
	text-align : center;
	}
	
div 
	{
	padding : 1px;
	} 	
