body {
	background : #FFFFFF;
	padding-top : 0; 
	padding-right : 0; 
	border-top-width : 0; 
	border-right-width : 0; 
	border-bottom-width : 0; 
	border-left-width : 0;
	margin-left : 0px;
	margin-top : 0px;
}

table, td, tr, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* textes */
.texte {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #00CC00;
	text-decoration: none;
}

.texte2 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #990000; 
	text-decoration: none; 
}

.texte3 {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

.titre {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #009933; 
	font-style: italic; 
	font-weight: bold;
}

.titreangl {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #CC0000; 
	font-style: italic; 
	font-weight: bolder;
}


/* liens */
a {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* liens en partie pour la zone démo */
a.petit {
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

a.petit:hover {
	color: #993300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

/* liens bas de page erreur */
a.petit2 {
	color: #CC9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.petit2:hover {
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.petit {
	color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

/* lien menu page intro */
a.menu {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	color: #CC6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.menuClic {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

/* fonds de cellule */
.tabcell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFCF00;
}

.tabcell2 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #660000; 
	text-decoration: none;
	background-color: #FFCC00;
}

.tabcell3 { 
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #F8F3FC;
}

/* contours tableau */
.tabCentre {	
	border: 1px solid #bd86f4;
	margin:5px;
}

/*  bouton formulaire */
.form {
	border: 1px solid #bd86f4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

.boutton {
	border-bottom: 1pt solid #105981;
	border-left: 1pt solid #ffffff;
	border-right: 1pt solid #105981;
	border-top: 1pt solid #ffffff;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFCC00;
}