/* ---------------------------------------------------------------------------
 Copyright 2002 ARICIA DEVELOPPEMENT. Tous droits réservés.
 Auteur: Damien ver 20020722
 ---------------------------------------------------------------------------*/
BODY { background-color : #ffffff;
	margin: 0 auto;
	text-align: center; font-family: Verdana; font-size: 8pt;
}


P, TABLE, TD {
	font-family: Verdana; font-size: 8pt; }


P.Align_Right{
	text-align: right; padding-right: 10px; }



/* GUI ELEMENTS */

.BodyTable {
	width: 780px;
	border: 0px solid Black;
	margin-left: 1px;
	margin: 0 auto;
}

.Line_bottomHead{
	background-image: url(images/raccord_bottom_head.jpg);
	background-position: top left; background-repeat: repeat-x;
	height: 30px;
	margin: 0 auto;
}

.Cel_Intitule{
	width:85%;
	font-size: 10pt; font-weight: bold; color: #008574;
	text-align:right;
	border-bottom: 2px solid #008574;
}

.Col_Menu{
	width: 162px;
	background-image: url(images/fond_menu.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	vertical-align: top;
}

.TDContent{
	vertical-align: top;	
}


.Line_bottomCopyright{
	background-image: url(images/raccord_top_copyright.jpg);
	background-position: top left; background-repeat: repeat-x;
	text-align: left;
	height: 6px;
	margin: 0 auto;
}

.Copy {
	background-color: #fdf912;
	color: #008574;
	text-align:center; 
}

.Copy a:link, a:visited{
	text-decoration: none;
	color: #008574;
}

.Copy a:hover{
	text-decoration: underline;
	color: #008574;
}

.TDContent{
	width: 100%;
	margin: 0 auto;
	border-right: 1px solid silver;
}

a:link, a:visited{
	text-decoration: underline; color: black;
}

a:hover{
	text-decoration: none; color: black;
}


/* CONTENT ELEMENTS */

.Titre_Rub{
	background-image: url(images/fond_titre_rub.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #057f32;
	font-size: 14pt; font-family: "Times New Roman", Times, serif;
	font-style: italic; font-weight: bold;
	vertical-align: middle; text-align: left;
	margin: 0 auto;
	padding-left: 10px;
}

.BlockContactTop{
	background-image: url(images/bloc_contact_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: middle; text-align: left;
	margin: 0 auto;
	padding-left: 10px;
}
.BlockContact{
	background-image: url(images/bloc_contact_fond.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: middle; text-align: left;
	margin: 0 auto;
	padding-left: 10px;
	width : 590px;
}