/***** BODY *****/
/* body */
.body  {
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #EEEEEE url(_images/fond.jpg);
}

/***** TABLEAUX *****/
/* TAB ADRESSE TITRE */
.tab2  {
	background:#0069B6;
	width: 560px;
	height: 30px;
	border-top: 1px solid #000000;
	border-bottom: 3px solid #000000;
	border-left: 1px solid #000000;
	border-right: 3px solid #000000;
	margin: 0;
	padding: 0;
}

/***** CELLULES *****/
/* CEL TOTALE */
.cel1  {
	background:#FFFFFF;
	width: 900px;
	border:5px solid #E70004;
}

/* CEL LOGO STRUCTURE */
.cel2  {
	background:#FFFFFF;
	width: 320px;
	border-bottom: 1px solid #E70004;
}

/* CEL ADRESSE STRUCTURE */
.cel3  {
	background:#FFFFFF;
	width: 580px;
	border-bottom: 1px solid #E70004;
}

/***** PARAGRAPHES *****/
/* titre principal */
H1    {
	word-spacing: 0;
	text-indent: 0;
	line-height: 120%;
	font-family: 'Times New Roman', Verdana, Arial, Helvetica, sans-serif;
	font-size: 22pt;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

/* texte form contact */
.p3  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-indent: 0;
	text-align: justify;
	word-spacing: 0;
	line-height: 120%;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0;
	margin-bottom: 2px
}

.p_standard  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	text-align: center;
	word-spacing: 0;
	text-indent: 0;
	line-height: 100%;
	margin: 0;
}