/* Alexandre LY*/
body
{
	font-family :Arial, Helvetica, sans-serif;
	font-size : 90%;
	background-image :url("images/lorembg.gif");
}

div#principal
{
	width : 700px; /* largeur de 700px*/
	margin:auto; /* centre le contenu*/
	background-color: white;
}
	
q
{
	display:block;/* transforme en type block*/
	text-align :center;
}

#menu li /*menu*/
{
	display:inline;
	margin-right: 1px ; /* espacement entre chaque item*/
}

#menu li a
{
	 padding: 4px 58px ;
	 background-color :#ff2bf1;
	 text-decoration:none;
	 color:white;
	 font-family: Arial, Helvetica, sans-serif;
	 text-align: center ; 
}

#menu li a:hover
{
	background :#7a8a39; /* couleur de l'item lors du passage de la souris*/
}

h1
{
	border : 1px solid #7a8a39;
	width:700px;
	margin-top :0;
	text-align :center;
	color :#7a8a39; /* couleur de texte*/
}

h2
{
		color :#7a8a39; /* couleur de texte*/
}

img
{
	border:none;
	float :left;
	
}

table
{
	width :100%;
	border-collapse: collapse; /* collent les cellules*/
}

td, th
{
	border: 1px solid black;
	width:50%;
}

.fond_th
{
	background-color : #d5d2d5;
}

/*puces : des cercles*/
.cercle
{
   list-style-type: circle;
}


.rose
{	
	color:#cb6c8a;
}

hr
{	
	height :1px;
	color :#7a8a39;
}
div#footer
{
	width : 700px; /* largeur de 700px*/
	margin:auto; /* centre le contenu*/
}

.haut_de_page, .haut_de_page a:link, .haut_de_page a:hover
{
	color :black;
	text-align:right;
}

.mail, .mail a:link, .mail a:visited
{
	text-align :center;
	color :black;	
}

