﻿#conteneur {
	background-color: #333333;
	border-style: ridge;
	border-color: #FF66CC;
	width: 850px;
	height: auto;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#entete {
	background-color: #000000;
	border-style: ridge;
	border-color: #FF99CC;
	margin: 20px 10px 10px 10px;
	height: 120px;
	text-align: left;
}
#piedpage {
	font-size: small;
	color: #ffffff;
	background-color: #000000;
	border-style: ridge;
	border-color: #FF99CC;
	margin: 10px;
	height: 120px;
}
body {
	background: #000000 url('../images/fond.jpg') no-repeat fixed center top;
	font-family: "Comic Sans MS", Arial;
	font-size: 16px;
	text-align: center;
}
a:link {
	color: #FFCCFF;
	text-decoration: none;
}
a:visited {
	color: #CC6699;
	text-decoration: none;
}
a:hover {
	color: #FF99CC;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.photo_entete {
	height: 120px;
	width: auto;
	float: left;
}
.photo_entete_right {
	height: 120px;
	width: auto;
	float: right;
}
.tableau_navigation {
	font-size: large;
	font-family: "Comic Sans MS";
	color: #FFCCFF;
}
.texte_principal {
	text-align: left;
	margin: 20px 10px 0px 10px;
}
