/***************************************************************************************************/
/*************************************************TEXTE*********************************************/
/***************************************************************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.blanc {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.blancbold {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.noirptt {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.noir {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.noirbold {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-weight:bold;
}
.gris {
	font-size: 12px;
	font-weight: normal;
	color: #7F7F7F;
}
.rouge {
	font-size: 12px;
	font-weight: normal;
	color: #A50022;
	text-decoration:none;
}
.rougebold {
	font-size: 12px;
	font-weight: bold;
	color: #A50022;
}
.cielptt {
	font-size: 11px;
	font-weight: normal;
	color: #49729D;
}

#erreur {
	color:red;
}
/*****	hack jp ***********/
table.menu a:link, a:visited {
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
}
table.menu a:visited {
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
}
table.menu a:hover {
	color:#000000;
	font-weight:bold;
}
table.menu {
	width:80%;
}
tr#elt_menu {
	width:80%;

}	
td#elt_menu {
	width:80%;
	padding-top:10px;
}	
#elt_menu {
	border-bottom-style:solid;
	border-width:1px;
	border-color:#cc9999;

}
#carre {
	margin-left:5px;
	margin-right:5px;
}
p.cielptt a:link, a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #49729D;
	text-decoration:underline;
}