/*
 * Surchage des balises
 */
BODY {
  background-color:	#F0F0F0;
  margin: 			0px;
  font-family:		Verdana,Arial;
  font-size:		12px;
}

FORM {
	padding: 		0px;
	margin: 		0px;
}

H1 {
  font-family:		Verdana,Arial;
  font-size:		14px;
  font-weight:		bold;
}

TH {
  font-family:		Verdana,Arial;
  font-size:		12px;
  font-weight:		bold;
}

TD {
  font-family:		Verdana,Arial, Helvetica, sans-serif;
  font-size:		10px;
}

/*
 * Classes
 */
.SITEError {
	color: 			red;
	font-size: 		14px;
	text-decoration:italic;	
}

/*
 * Personnel
 */
.TITRE_Blanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	letter-spacing: 1px;
}
.TITRE_Blanc:link {
	color: #084F6F;
	text-decoration:underline;
}
.TITRE_Blanc:visted {
	color: #084F6F;
	text-decoration:underline;
}

.TITRE_Vert {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
/*** MAJ CHARTE ***
	color: #539F14;
*/
	color: #D0097D;
	text-decoration:none;
}
.TITRE_Vert:link {
	color: #084F6F;
	text-decoration:underline;
}
.TITRE_Vert:visited {
	color: #084F6F;
	text-decoration:underline;
}

.TITRE_Noir {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
.TITRE_Noir:link {
	color: #539F14;
	text-decoration:underline;
}
.TITRE_Noir:visited {
	color: #539F14;
	text-decoration:underline;
}

.ACCROCHE_Vert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
/*** MAJ CHARTE ***
	color: #539F14;
*/
	color: #D0097D;
	text-decoration:none;
}
.ACCROCHE_Vert:link {
	color: #084F6F;
	text-decoration:underline;
}
.ACCROCHE_Vert:visited {
	color: #084F6F;
	text-decoration:underline;
}

.TEXTE_Vert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
/*** MAJ CHARTE ***
	color: #539F14;
*/
	color: #D0097D;
	text-decoration:none;
}
.TEXTE_Vert:link {
	color: #084F6F;
	text-decoration:underline;
}
.TEXTE_Vert:visited {
	color: #084F6F;
	text-decoration:underline;
}

.TEXTE_Noir {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}
.TEXTE_Noir:link {
/*** MAJ CHARTE ***
	color: #539F14;
*/
	color: #D0097D;
	text-decoration:underline;
}
.TEXTE_Noir:visited {
/*** MAJ CHARTE ***
	color: #539F14;
*/
	color: #D0097D;
	text-decoration:underline;
}

SELECT {
	color: 			#00A28A;
 	font-family:	Verdana;
	font-size: 		11px;
}
INPUT {
/*** MAJ CHARTE ***
	color: 			#00A28A;
*/
	color: #D0097D;
 	font-family:	Verdana;
	font-size: 		11px;
}

.rechercher {
	color: 			#FFFFFF;
 	font-family:	Verdana;
	font-size: 		12px;
	font-weight:	bold;
/*** MAJ CHARTE ***
	background-color : #00A28A;
*/
	background-color: #D0097D;
	border-right : 1px groove;
	border-left : 1px solid;
	border-bottom : 1px solid;
	border-top : 1px solid ;
	border-color : #000000 #000000 #000000 #000000;
}
.table { 
border-bottom: 1px dotted black;
}

.linkSuite {
	color:#FFFFFF;
 	font-family:	Verdana;
	font-size: 		10px;
	background: url(../imgs/linksuite.gif) right no-repeat;
	height:10px;
	text-align:right;
	text-decoration: none;
}

#divNewsText P {
	padding: 		0px;
	margin: 		0px;
}

DIV .acdHead {
	cursor:hand;
}