@charset "UTF-8";
td img {display: block;}
/* CSS Document */

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #9C1023;
}
body {
	background-color: #E6E3DA;
	background-image: url(images/maquette/fond.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #600;
}
a:visited {
	color: #600;
}
a:hover {
	color: #600;
}
a:active {
	color: #600;
}
.colonne_gch {
	background-image: url(images/maquette/gauche.jpg);
	background-repeat: repeat-y;
}
.colonne_drt {
	background-image: url(images/maquette/droite.jpg);
	background-repeat: repeat-y;
}
.page {
	background-image: url(images/maquette/fond_page.jpg);
	background-repeat: repeat;
}
.credits {
	font-size: 12px;
	text-align: center;
}
.titre_drt {
	font-size: 24px;
	text-align: right;
	font-weight: bold;
}
.titre_gch {
	font-size: 24px;
	text-align: left;
	font-weight: bold;
}
.titre_ctr {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
.texte_drt {
	font-size: 16px;
	text-align: right;
	font-weight: normal;
}
.texte_gch {
	font-size: 16px;
	text-align: left;
	font-weight: normal;
}
.texte_gros_ctr {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
