
/* Couleurs et design de la barre titre */
.on 
{
	font-weight:bold;
  padding-right: 25px;
}

#entete
{
	clear: both;
	color: #6D8991;
	background: #FFFFFF;
	height: 60px;
	background-image: url('/images/barre_icones.gif'); 
	background-repeat: no-repeat;
	background-position: bottom right;
}

#entete IMG
{
	display: inline;
	margin-top: 6px;
	margin-left: 10px;
	border: 0px;
}

#entete A
{
	border: 0px;
}

/* Couleurs et design de la barre menu */

#menu
{
	clear: both;
	height: 22px;
   border-top:    1px solid #335662;
   border-bottom: 1px solid #335662;
}

#menubouton
{
	float: left;
	width: 25%;
	height: 22px;
	text-align: center;
	line-height:21px;
}

#menubouton A
{
	text-decoration: none;
	
	color: #FFFFFF;
	padding: 2px 5px;
	font-size: 13px;
	font-weight: bold;
}

.menubouton1
{
	background: #6f4191;
}

.menubouton2
{
	background: #2ab431;
}

.menubouton3
{
	background: #eb870e;
}

.menubouton4
{
	background: #008fc1;
}

/* Couleurs et design de la bar Lien */

#lien
{
	clear: both;
	height: 42px;
  border-bottom: 13px solid #cdd7d8;
  font-size: 19pt;
  color: #0E3C4B;
	background: #FFFFFF;
	margin : 0px;
}

#lien P
{
  padding: 0px;
  margin: 0px;
	margin-left: 33px;
	line-height: 42px;
  color: #0E3C4B;
  font-size: 19pt;	
}

/* Couleurs et design de page */
#rubriques
{
	float: left;
	width: 246px;
	height: 100%;
}

ul.niv0
{
	padding: 0;
	margin: 0;
	
	display: block;
	list-style-type: disc;
	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

ul.niv1
{
	padding: 0;
	margin: 7px;
	
	display: block;
	list-style-type: disc;
	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}


li.niv0
{
  min-height: 40px;
	line-height: 39px;
	color: #FFFFFF;
	display: block;
	padding: 7px 0px 7px 15px;
	font-size:13px;
	text-decoration:none;	
  border-bottom: 1px solid #335662;
}

li.niv1
{
	color: #FFFFFF;
	display: block;
	padding: 0px 0px 0px 15px;
	font-size:11px;
  line-height: 25px;
}

.niv0 a
{
	color: #FFFFFF;
	text-decoration:none;	
}

.niv0 a.on 
{
  background-image:url(../images/fleche.gif);	
  background-position:right center;
  background-repeat:no-repeat;
  padding-right: 25px;
}

.niv1 a
{
	color: #FFFFFF;
	text-decoration:none;	
}

#page
{
	float: right;
	width: 738px;
	background: #446a77;
	color: #FFFFFF;
  min-height: 500px;
}

#texte
{
	padding-left: 15px;
	padding-right: 15px;
}

#resumer
{
  height: 40px;
	padding: 7px 15px 7px 15px;
	margin: 0px;
  font-size: 12px;
  border-bottom: 1px solid #335662;
}

#resumer P
{
  padding: 0px;
	margin: 0px;
}

#titre
{
	background: #3a5d69;
  border-top: 1px solid #335662;
  border-bottom: 1px solid #335662;
  color: #FFFFFF;
	font-size:17px;
	font-weight:bold;
	padding: 5px 15px 5px 15px;
}
