/* Styles généraux de la page */
body
{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fefdcc;
	font-family: Arial, "Times New Roman", Times, sans-serif;
}
a
{
	color: #0022aa;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:visited
{
	font-style: italic;
}
/* Styles de l'en-tête */
#logo
{
	width: 86px;
	height: 108px;
	position: absolute;
	top: 2px;
	left: 2px;
	background: url("images/blason_dam.gif") no-repeat;
}
#en_tete
{
	height: 79px;
	border: 2px solid #0099ff;
	background: url("images/entete.png") bottom right white no-repeat;
}
h1
{
	color: black;
	text-align: left;
	text-indent: 150px;
}
h2, h3, h4
{
	color: black;
	text-align: center;
}
table
{
	text-align: center;
}
/* Styles des colonnes */
#col1
{
	width: 22%;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: white;
	color: black;
	border: 2px solid #0099ff;
	margin-bottom: 10px;
	padding: 5px;
}
#col2
{
	width: 22%;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	background-color: white;
	color: black;
	border: 2px solid #0099ff;
	margin-bottom: 10px;
	padding: 5px;
}
#col3
{
	width: 22%;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	background-color: white;
	color: black;
	border: 2px solid #0099ff;
	margin-bottom: 10px;
	padding: 5px;
}
#col4
{
	width: 22%;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	background-color: white;
	color: black;
	border: 2px solid #0099ff;
	margin-bottom: 10px;
	padding: 5px;
}

#pied_de_page
{
	clear: left;
	margin-top: 5px;
	padding: 2px;
	background: url("images/pictoiles.png") no-repeat bottom right white;
	color: black;
	text-align: center;
	border: 2px solid #0099ff;
}

