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 : black;
	max-width : 100%;
}

p:hover
{
	font-weight : bold;
}

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

h2
{
	font-size : x-large;
	color : red;
	background-color : #ee82ee;
	font-weight : bold;
	text-align : center;
	margin-left : 23%;
	margin-right : 23%;
}

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

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

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

h4:hover
{	
	text-indent : 80px;
}

h5
{
	font-size : medium;
	color : #9932cc;
	text-decoration : underline;
}

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

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

.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;
}

#menu1
{
	margin-top : 0%;
	width : 17%;
	float : left;
}

#menu3
{
	margin-top :0%;
	width : 17%;
	float : left;
}

#corps
{
	margin-top : -2%;
	width : 65%;
	float : right;
}

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