BODY {
	font-family: Arial, Verdana, Tahoma;
	font-size:11px;
	SCROLLBAR-ARROW-COLOR: #8d8d97;
	SCROLLBAR-FACE-COLOR: #545361;
	SCROLLBAR-TRACK-COLOR: #8d8d97;
	SCROLLBAR-HIGHLIGHT-COLOR: #8d8d97;
	SCROLLBAR-SHADOW-COLOR: #545361;
	SCROLLBAR-DARKSHADOW-COLOR: #8d8d97;
	color: #ffffff;
	background-color:#000000;
	margin: 0; 
	padding: 0; 
}

TD{
	font-family: Arial, Verdana, Tahoma;
	font-size:11px;
	color: #ffffff;
	text-align:center;		
}

IMG {border: 0px;}

HR{
	height: 1px;
	border: #ffffff 1px;
	color: #ffffff;
	background-color: #ffffff;
} 

INPUT{
	font-size:9px;
	height:18px;
}

.message_succes {
	font-size: 11px;
	font-weight: bold;
	color: #71c550;
}

.message_erreur {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

/* ********************************************** PAGE D'ACCUEIL ******************************************************** */

.principal {
	background-image:url('../images/fond_accueil.jpg');
	background-repeat:no-repeat;
	width:900px;
	height:700px;
	text-align:center;
	margin: 0; 
	padding: 0;
}

.texte_accueil{
	padding-top:70px;
	padding-right:150px;
	line-height:18px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:justify;
}

a.accueil{
	 color:#545361;
	 font-size:13px;
	 text-decoration:none;
}

a.accueil:hover{
	 color:#e31b1b;
	 font-size:13px;
	 text-decoration:none;
}

/* ********************************************** PAGE INTERNE ******************************************************** */

.principal_interieur{
	background-image:url('../images/fond_interieur.jpg');
	background-repeat:no-repeat;
	width:900px;
	height:700px;
	text-align:center;
	margin: 0; 
	padding: 0;
}

h1{
	margin:25 30 15 30;
	padding-bottom:3px;
	font-size:18px;
	text-align:left;
	border-bottom:1px solid #e31b1b;
	font-weight:normal;
}

h2{
	margin:15 0 10 0;
	padding-bottom:3px;
	font-size:14px;
	text-align:left;
}

.texte{
	padding:0 30;
	text-align:justify;
}

a{
	 color:#ffffff;
	 text-decoration:none;
	 text-decoration:underline;
}

a:hover{
	 color:#e31b1b;
	 text-decoration:none;
	 text-decoration:underline;
}

input.bouton  {
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	border: #1a1a1a 1px solid;
	color:#545361;
}
