
/* Couleurs et design de la barre titre */

#entete
{
	clear: both;
	color: #6D8991;
	background: #FFFFFF;
  border-bottom: 13px solid #cdd7d8;
	height: 80px;
}

#entetelogo
{
	float: left;
	width: 215px;
	height: 79px;
}

#entetelogo IMG
{
	display: inline;
	margin-top: 16px;
	margin-left: 10px;
}

#entetetexte
{
	float: right;
	width: 769px;
	height: 79px;
	background-image: url('/images/barre_icones.gif'); 
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #446A77;
	font-size: 22px;
	text-align: center;
}

#entetetexte P
{
	margin-top: 10px;
}

#basnav
{
	clear: both;
	height: 22px;
  border-top: 0px dashed #335662;
  border-bottom: 1px dashed #335662;
	text-align: right;
	line-height:21px;
}

/* Couleurs et design de page */

#page
{
	clear: both;
	height: 330px;
	background: #cdd7d8;
  border-bottom: 1px dashed #335662;
}

#flash
{
  z-index: 1;
	float: left;
	width: 224px;
	height: 330px;
}

#menu
{
	float: right;
	width: 760px;
	height: 1%;
}

#menucase1
{
	float: left;
	width: 380px;
	height: 165px;
	background: #446a77;
}

#menucase2
{
	float: right;
	width: 380px;
	height: 165px;
	background: #446a77;
}

#menucase3
{
	float: left;
	width: 380px;
	height: 165px;
	background: #ffffff;
}

#menucase4
{
	float: right;
	width: 380px;
	height: 165px;
	background: #ffffff;
}

#menubouton
{
	margin-top: 18px;
	margin-left: 18px; 
}

#menubouton A
{
	text-decoration: none;
	
	color: #FFFFFF;
	padding: 2px 5px;
	font-size:17px;

	padding-right: 38px;
	background-repeat: no-repeat;
	background-position: center right;
}

#menutexte P
{
	margin-top: 18px;
	margin-left: 18px; 
}

/* design couleur 1 */
.menubouton1 A
{
	background: #6f4191;
	border: 1px solid #cdd7d8;
	background-image: url('/images/fleche_1.gif'); 
}

.menutexte1 
{
	color: #FFFFFF;
}

/* design couleur 2 */
.menubouton2 A
{
	background: #2ab431;
	border: 1px solid #cdd7d8;
	background-image: url('/images/fleche_2.gif'); 
}

.menutexte2 
{
	color: #FFFFFF;
}

/* design couleur 3 */
.menubouton3 A
{
	background: #eb870e;
	border: 1px solid #446a77;
	background-image: url('/images/fleche_3.gif'); 
}

.menutexte3 
{
	color: #335662;
}

/* design couleur 4 */
.menubouton4 A
{
	background: #008fc1;
	border: 1px solid #446a77;
	background-image: url('/images/fleche_4.gif'); 
}

.menutexte4
{
	color: #335662;
}

