body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	}

a {
	color: #000000;
	text-decoration: underline;
	}

a:hover {
	color: #9D018E;
	text-decoration: none;
	}

form {
	margin: 0px;
	padding: 0px;
	}

.div_01 {
	width: 780px;
	height: 123px;
	background-image: url(/img/tmp/fond_01.jpg);
	}

.div_02 {
	width: 780px;
	height: 26px;
	background-image: url(/img/tmp/fond_04.gif);
	text-align: center;
	}

.div_03 {
	width: 780px;
	background-image: url(/img/tmp/fond_02.gif);
	}

.div_04 {
	width: 780px;
	height: 70px;
	background-image: url(/img/tmp/fond_03.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	font-family: Arial, Trebuchet MS, Tahoma;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	}

.div_logo {
	float: right;
	padding: 5 25 0 0;
	}

.div_icons {
	position:absolute;
	left: 5px;
	top: 113px;
	z-index:1;
	width: 101px;
	height: 60px;
	background-image: url(/img/tmp/icons_fond.gif);
	background-repeat: no-repeat;
	}

/** Zone de Texte [DEBUT] **/
.div_text {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	padding: 10px;
	}

.div_text b {
	color: #9A1187;
	}

.div_text h2 {
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #9A1187;
	}

.div_text ul {
	padding: 0 0 0 20;
	margin: 0 0 15 20;
	list-style-type: square;
	}
/** Zone de Texte [FIN] **/

.table_centre {
		width: 480px;
		height: 400px;
		background-image: url(/img/tmp/fond_06.gif);
		background-position: bottom center;
		background-repeat: no-repeat;
		vertical-align: top;
		padding-bottom: 10px;
		}

.table_gauche {
		width: 150px;
		background-image: url(/img/tmp/fond_05.gif);
		background-position: bottom center;
		background-repeat: no-repeat;
		vertical-align: top;
		font-family: Trebuchet MS, Tahoma;
		font-size: 11px;
		color: #FFFFFF;	
		}
	
.table_gauche a {
	color: #FFFFFF;
	text-decoration: none;
	}

.table_gauche a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.table_droite {
		width: 150px;
		background-image: url(/img/tmp/fond_07.gif);
		background-position: bottom center;
		background-repeat: no-repeat;
		vertical-align: top;
		}
	
/*** Lettre ***/
.lettre_titre {
	font-family: Trebuchet MS, Tahoma;
	font-size: 16px;
	color: #9D018E;
	font-weight: bold;
	}

.lettre_info {
	font-family: Trebuchet MS, Tahoma;
	font-size: 11px;
	color: #000000;
	}

.photo {
	border-color: #9D018E;
	}

.input {
	border-style: solid;
	border-color: #9D018E;
	border-width: 1px;	
	margin: 5 5 5 15;
	font-family: Trebuchet MS, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width: 300px;
	background-color: #FFFFFF;
	}

.submit {
	border-width: 1px;
	margin: 5px;
	padding: 2px;
	font-family: Trebuchet MS, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9D018E;
	}