body
{
	font-family : georgia, "trebuchet MS";
	width : 90%;
	margin-left : auto;
	margin-right : auto;
	background-image : url("photos/fondval copie.jpg");
	background-attachment : fixed;
}

table
{
	font-family : georgia, "trebuchet MS";
	border-style : dotted;
	border-width : 1px;
	border-collapse : collapse;
	text-align : center;
	text-decoration : none;
	font-size : small;
	color : red;
	background-color : yellow;
}

td
{
	font-family : georgia, "trebuchet MS";
	border-style : dotted;
	border-width : 1px;
	border-collapse : collapse;
	height : 7px;
	width : 170px;
	text-align : center;
	text-decoration : none;
	font-size : small;
	color : red;
	background-color : yellow;
}

td:hover
{
	font-weight : bold;
	color : #9932cc;
}

p
{
	font-family : georgia, "trebuchet MS";
	font-size : medium;
	color : #2d3d16;
	font-weight : bold;
	max-width : 95%;
}


blockquote
{
	font-family : verdana, georgia, "trebuchet MS";
	max-width : 85%;
}

h1
{
	font-family : georgia, "trebuchet MS";
	text-align : center;
}

h2
{
	font-size : x-large;
	color : #ee82ee;
	font-weight : bold;
	text-align : center;
}

h2:hover
{
	color : red;
	background-color : #ee82ee;
	margin-left : 25%;
	margin-right : 25%;
}

h3
{
	font-family : verdana;
	font-size : large;
	color : black;
}

h4
{
	font-family : georgia, "trebuchet MS";
	font-size : medium;
	color : black;
}

h4:hover
{	
	text-indent : 30px;
}
h5
{
	margin-top : -1%;
	font-family : georgia, "trebuchet MS";
	color : black;
	font-size : x-large;
	text-align : center;
	max-width : 85%;
}

a
{
	font-family : verdana, georgia, "trebuchet MS";
	font-size : small;
	color : #f432f4;
	font-weight : bold;
	text-decoration : none;
}

a:hover
{
	text-decoration : underline;
	color : red;
}

.autre
{
	font-family : georgia, "trebuchet MS";
	color : red;
	font-weight : normal;
}

.autre:hover
{
	font-family : georgia, "trebuchet MS";
	color : #9932cc;
	text-decoration : none;
	font-weight : bold;
}

.sous_menu ul
{
	list-style-type : none; /* ote les puces des listes */
}

#en_tete
{
	position : fixed;
}

#corps
{
	margin-top : 0%;
	width : 95%;
	float : right;
	text-align : justify;
}

#pied_de_page
{
	clear : left;
	margin-top : 170%;
	padding-top : 80px;
	text-align : center;
}

