/****************************************************************************************************/
/*                                                                                                  */
/* Nom du fichier: main.css                                                                         */
/*                                                                                                  */
/* Objectif:                                                                                        */
/*      - Style principal de l'application                                                          */
/*                                                                                                  */
/****************************************************************************************************/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:link {
	color: #FF7900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF7900;
}
a:hover {
	text-decoration: underline;
	color: #FF7900;
}
a:active {
	text-decoration: none;
	color: #FF7900;
}
.title
{
	font-size: 16px;
	color: #FF7900;
	font-weight: bold;
}

.Style2 {color: #FF7900; }
.Style3 {
	font-size: 12px;
	font-weight: bold;
}
.Style4 {color: #807F6B; }
.Style5 {font-size: 12px; font-weight: bold; color: #807F6B; }
.Style6 {color: #FB6807; }

.Style_News {
	font-size: 12px;
}

.text_off {
	font-family: Arial, Helvetica, sans-serif; 
	border:1px solid #000000;
	padding:0px 0px 0px 2px;
	font-size: 11px; 
}
.text_on {
	font-family: Arial, Helvetica, sans-serif; 
	border:1px solid #E2001A;
	background:#F1E7E8;
	padding:0px 0px 0px 2px;
	font-size: 11px; 
}

.style_err {
	font-family: Arial, Helvetica, sans-serif;
	color: #E2001A;
	line-height:30px;
	background:#F1E7E8;
	font-size: 12px;
	border:1px solid #E2001A;
	padding:5px 7px 4px 7px;
	font-weight: bold;
}


/****************************************************************************************************/
/* Fin de main.css                                                                                  */
/****************************************************************************************************/
