@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	color: #CCC;
}
body {
	background-color: #CCC;
	background-image: url(images/maquette/fond.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #7D060A;
}
a:hover {
	color: #7D060A;
}
a:active {
	color: #7D060A;
}
a.menu_item:link {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
a.menu_item:visited {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
a.menu_item:active {
	font-size: 20px;
	font-weight: bold;
	color: #7D060A;
	text-decoration: none;
}
a.menu_item:hover {
	font-size: 20px;
	font-weight: bold;
	color: #7D060A;
	text-decoration: none;
}
.ombre_gauche {
	background-image: url(images/maquette/gauche.jpg);
	background-repeat: repeat-y;
}
.ombre_droite {
	background-image: url(images/maquette/droite.jpg);
	background-repeat: repeat-y;
}
.ombre_haut {
	background-image: url(images/maquette/haut.jpg);
	background-repeat: no-repeat;
}
.fond_page {
	background-image: url(images/maquette/fond_page.jpg);
	background-repeat: repeat;
}
.texte {
	font-size: 14px;
	color: #CCC;
	text-align: justify;
}
.texte_grand {
	font-size: 18px;
	color: #333;
	text-align: center;
}
.credits {
	font-size: 11px;
	color: #333;
	text-align: center;
}
.textepetit {
	font-size: 12px;
	color: #333;
	text-align: center;
	background-image: url(images/maquette/fond.jpg);
	background-repeat: repeat;
}
.texte_centre {
	font-size: 14px;
	color: #ccc;
	text-align: center;
}

