﻿<style type="text/css">
a:link {
	text-decoration: underline;
	color: blue;
}
a:visited {
	text-decoration: underline;
	color: blue;
}
a:hover {
	color: purple;
	text-decoration: none;
}
a:active {
	color: purple;
	text-decoration: none;
}

a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #9F7D00;
	font-weight: bold;
	text-decoration: none;
}

a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #9F7D00;
	font-weight: bold;
	text-decoration: none;
}
a.menu:visted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #9F7D00;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}
a.menu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

.style1 {
	text-align: center;
}
.style2 {
	text-align: center;
	background-color: #FFFFCC;
}
.style3 {
	border: 8px solid #FFFFCC;
	background-color: #FFFFCC;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.style4 {
	line-height: 150%;
}
.style5 {
	text-align: left;
	border: 8px solid #FFFFFF;
}

ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url('bullet.gif');
}
li {
	margin-bottom: .1em;
}
.titres_de_page {
	text-decoration: underline;
	text-align: center;
	font-size: x-large;
	color: #000080;
}
.soustitres {
	color: #000080;
}
.style6 {
	margin-left: 8px;
	margin-right: 8px;
}
.style7 {
	text-decoration: underline;
}
.espace_photo_droite {
	margin-left: 0px;
	margin-right: 15px;
}
.espace_photo_gauche {
	margin-left: 15px;
	margin-right: 0px;
}

</style>
