body
{
	background-color: #000000;
}

.header
{
	width: 1280px;
	height: auto;
	margin: auto;
	text-align: center;
}

.area
{
	width: 1280px;
	height: auto;
}

.titre
{
	font-family: verdana;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
}

.titre_souligne
{
	font-family: verdana;
	font-weight: bold;
	text-decoration: underline;
	font-size: 18px;
	color: #FFFFFF;
}

.texte_souligne
{
	font-family: verdana;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	color: #FFFFFF;
}

.texte_souligne_area
{
	font-family: verdana;
	font-weight: bold;
	text-decoration: underline;
	font-size: 15px;
	color: #FFFFFF;
}

.texte
{
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
}

.texte_2
{
	font-family: verdana;
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
}

.table
{
	width: 960px;
	height: auto;
	margin: auto;
}

.th
{
	text-align: left;
}

.td1
{
	vertical-align: top;
	width: 480px;
}

.td2
{
	vertical-align: top;
	width: 480px;
}

.lien
{
	font-family: verdana;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF
}

.lien:hover
{
	font-family: verdana;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF
}

.texte_lien
{
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
}

.texte_lien:hover
{
	font-family: verdana;
	text-decoration: underline;
	font-size: 12px;
	color: #FFFFFF;
}


.centre
{
	text-align: center;
}

.gras
{
	font-weight: bold;
	color: #FFFFFF;
}

.italique
{
	font-style: italic;
	color: #FFFFFF;
}

.right
{
	float: right;
	width: auto;
}

.left
{
	float: left;
	width: auto;
}

.annonce
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

.remerciement
{
	font-family: verdana;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

.table2
{
	width: 1280px;
	height: auto;
	margin: auto;
	text-align: center;
}

.td3
{
	width: 15px;
}

.td4
{
	width: 0px;
}

.td5
{
	width: 240px;
}

.lien_i
{
	border: none;
}

.options_on
{
	display: block;
	width: 10px;
	height: 10px;
	background-image: url("images/plus_moins.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}

.options_off
{
	display: block;
	width: 10px;
	height: 10px;
	background-image: url("images/plus_moins.png");
	background-position: 0px -10px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}

.border-color
{
	border-left: 1px solid #FFFFFF;
}