.titre_rub
{
	font-weight: bold;
	font-family: 'TrebuchetMS',sans-serif;
	font-size: 1.5em;
	clear: left;
	margin-bottom: 10px;
	color: #33339b;
	width:auto;
}

.rubrique
{
	background-color: #FEF5DD;
	margin-bottom: 30px;
	padding: 5px;
	width:auto;
}

.texte
{
	font-family: "Arial";
	font-size: 0.9em;
}

a img {
 border:0;
}

.titre_fiche
{
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 30px;
	text-align: center;
	font-family: "Arial";
	font-size: 1.5em;
	border: 1px solid black;
	color: #808080;
}

.table_rubriques
{
	margin-left: auto;
	margin-right: auto;
	
}

.table_fin { width: 100%; }

.table_fiches
{
	display: inline-table;
	background-color: #DFE0FF;
}

.tables_fiches
{
	text-align: center;
	margin-bottom: 20px;
	padding: 1em;
	border: 1px solid black;
}

.text_right { text-align: right; }

.right
{
	float: right;
	text-align: right;
}

.text_left { text-align: left; }
.text_center { text-align: center; }

.new_rub
{
	border: 1px solid black;
	padding: 15px;
	margin-bottom: 5px;
	text-align: center;
}

form
{
	padding: 15px;
	border: 1px solid black;
	margin-bottom: 5px;
}
.table_rubriques a:link {
  color:blue;
}
.table_rubriques a:hover {
  color:red;
}
.table_rubriques a:visited {
  color:blue;
}
