@charset "utf-8";

html {
  height: 100%;
  min-height: 101%;
  width: 100%;
}

body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  background-color:#212e03;
  background-image:url(images/back.gif);
  color: #024064;
  width: 100%;
  height: 100%;
}

#conteneur {
  width: 990px;
  margin: 0 auto 0 auto;
  min-height: 100%;
  position: relative;
}

#header {
  width: 990px;
  height: 191px;
  margin: 0;
  padding: 0;
}

#centre {
  color: #024064;
  margin: 0;
  padding:0;
  width: 990px;
  background-color:#ffffff;
}
#contenu
{
	margin-left:20px;
	width:635px;
	min-height:400px;
}
#droite
{
	width:289px;
	float:right;
}
#bas
{
	width:991px;
	height:110px;
	background-image:url(images/partenaires.gif);
}
.signature
{
	width:991px;
	text-align:center;
	font-size:11px;
	color:#CCC;
}
a.rhsolutions
{
	color:#CCC;
	text-decoration:none;
}
a:hover.rhsolutions
{
	color:#CCC;
	text-decoration:underline;
}
/* MENU */

#menu
{
	background-image: url(images/menu-fond.gif);
	background-repeat: no-repeat;
	position: absolute; /* placement du menu, à modifier selon vos besoins */
	z-index:100;
	width: 100%; /* correction pour Opera */
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu dl {
	float: left;
	font-size:14px;
	font-weight:normal;
	color: #ffed00;
	margin-top:-7px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	margin: 1px;
	color: #ffed00;
	padding-top:15px;
}
#menu dt:hover {
	color: #ffffff;
}
#menu dt a {
	color: #ffffff;
}
#menu dt a:hover {
	color: #ffffff;
}
#menu dd {
	display: none;
	position:absolute;
	margin-top:-6px;
	width:170px;
}
#menu li {
	text-align: center;
	border-bottom: 1px solid #41b8ff;
	border-left: 1px solid #41b8ff;
	border-right: 1px solid #41b8ff;
	color:#fdfdd8;
	height:20px;
}
#menu li a, #menu dt a {
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a
{
	padding-top:3px;
	color:#fdfdd8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	padding-left:20px;
}
#menu li a:hover
{
	font-weight:bold;
}

/*  FIN MENU  */

.bouton
{
background-color:#3ac0ff;
}
.liengestion
{
	color:#003366;
}
.lienmod
{
	color:#00CC00;
}
.liensup
{
	color:#FF0000;
}
.erreur
{
	color:#CC0000;
}
.date
{
	color:#0388d5;
}
div#contenu a:visited
{
	color:#0042ff;
}
div#contenu a
{
	color:#0042ff;
}

