body{}



.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.titre_blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.titre_rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000080;
	text-decoration: none;
}

.titre_carac {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}

.contenu {
 	font-family:Verdana,sans-serif;
	font-size:11px;
	font-style:regular;
	color:#000000;
	text-align:justify;
}

.contenu_bold {
 	font-family:Verdana,sans-serif;
	font-size:11px;
	font-style:regular;
	color:#000000;
	font-weight: bold;
	text-align:justify;
}

.lien {
 	font-family:Verdana,sans-serif;
	font-size:11px;
	font-style:regular;
	font-weight: bold;
	color:#000080;
}

.lien:hover {
 	font-family:Verdana,sans-serif;
	font-size:11px;
	font-style:regular;
	font-weight: bold;
	color:#bebfdd;
}

.flashy {
 	font-family:Verdana,sans-serif;
	font-size:14px;
	font-style:regular;
	font-weight: bold;
	color:#F00080;
}

.flashy:hover {
	text-decoration:underline;
}





.col_1{border-right:1px solid #00a;text-align:center;font-weight:bold}
.col_2{text-align:center;font-weight:bold}

.col_12{border-right:1px solid #00a;text-align:center;}
.col_22{text-align:center;}



.table_simple table {
	border: 2px solid black;
	border-collapse: collapse;
	font-size:12px;
	color:black;
}
.table_simple th {
	font-family: monospace;
	border: thin solid black;
	width: 50%;
	padding: 5px;
}
.table_simple td {
	border: 1px solid black;
	padding: 5px;
}
.table_simple table tr td{
	text-align:center;
}

.table_simple2 table tr td{
	text-align:center;
}


.table_email_top{padding:0 20px 0 0;}
.table_email_top tr td{padding:0 0 0 10px;}