.contenu
{
	background-color: #FFFFFF;
}

.normal
{
	font-family: Arial;
	color: #90621A;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.lien
{
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.lien:hover
{
	font-family: Arial;
	color: #FF6600;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.titre
{
	font-family: Arial;
	color: #90621A;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
}

.soustitre
{
	font-family: Arial;
	color: #90621A;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.titrerub
{
	font-family: Arial;
	color: #90621A;
	text-decoration: none;
	font-size: 19px;
	font-weight: bold;
}

.menu
{
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	background-color: #FCF2C1;
}

.comm
{
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	background-color: #FFCC66;
	font-weight: bold;
}

.plien
{
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.plien:hover
{
	font-family: Arial;
	color: #990000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.bouton
{
	font-family: Arial;
	color: #FFFFCC;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #90621A;
	height: 18px; 
	border: 1px solid #EECCBB; 
	cursor: hand;
}

.input
{
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	background-color: #FAFAFA;
	height: 20px; 
	border: 1 solid #000000;
	width: 180px;
}
/*listes*/
.titreliste
{
	font-family: Arial;
	color: #FFFFCC;
	text-decoration: none;
	font-size: 13px;
	background-color: #90621A;
	font-weight: bold;
}

.liste
{
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.listecolor
{
	font-family: Arial;
	color: #90621A;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.exemple
{
	font-family: Arial;
	color: #990000;
	text-decoration: none;
	font-size: 9px;
}

.msgerr
{
	font-family: Arial;
	color: #990000;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.msginfo
{
	font-family: Arial;
	color: #992222;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.piedCopy
{
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}

.htmfocus
{
	cursor:pointer;
}
/*shadows*/
.top_s
{
  background: url('/images/shadows/top.gif') repeat-x;
  height:4px;
  overflow:hidden;
}

.bottom_s
{
  background: url('/images/shadows/bottom.gif') repeat-x;
  height:4px;
  overflow:hidden;
}

.left_s
{
  float:left;
  background: url('/images/shadows/left.gif') repeat-y;
  height:100%;
  width:4px;
}

.right_s
{
  float:right;
  background: url('/images/shadows/right.gif') top right repeat-y;
  height:100%;
  width:4px;
}