body {
	color: #f6f4f7;
	background-color: #077fbe;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica,Verdana,Geneva,Arial,sans-serif;
	font-size: 12px;
}

form{
	margin: 0px;
	padding: 0px;
}

/************************************************/
/*************Gestion des boutons menus************/
/************************************************/
#menu_bleu{
	width: 240px;
	height: 35px;
	background:url(graph/menu_bleu_fonce.jpg) top left no-repeat;
}
#menu_bleu:hover{
	width: 240px;
	height: 35px;
	background:url(graph/menu_bleu_clair.jpg) top left no-repeat;
}
#menu_bleu span {
	padding-left:20px;
}
#menu_bleu a, #menu_bleu a:visited {
	width: 240px;
	height: 35px;
	text-decoration:none;
	color: #ffffff;
	font-size: 12px;
}
#menu_bleu a:hover {
	width: 240px;
	height: 35px;
	color: #ffffff;
}
#menu_bleu_over{
	width: 240px;
	height: 100%;
	background:url(graph/fond_menu_gauche.jpg) top left repeat-y;
}
#menu_bleu_over:hover{
	width: 240px;
	height: 100%;
	background:url(graph/fond_menu_gauche.jpg) top left repeat-y;
}
#menu_bleu_over span {
	padding-left:20px;
}
#menu_bleu_over a, #menu_bleu_over a:visited {
	width: 240px;
	height: 35px;
	text-decoration:none;
	color: #ffffff;
	font-size: 12px;
}
#menu_bleu_over a:hover {
	width: 240px;
	height: 35px;
	color: #ffffff;
}
#menu_blanc{
	width: 240px;
	height: 35px;
	background:url(graph/menu_blanc.jpg) top left no-repeat;
}
#menu_blanc:hover{
	width: 240px;
	height: 35px;
	background:url(graph/menu_gris.jpg) top left no-repeat;
}
#menu_blanc span {
	padding-left:20px;
}
#menu_blanc a, #menu_blanc a:visited {
	width: 195px;
	height: 35px;
	text-decoration:none;
	color: #0b2174;
	font-size: 12px;
}
#menu_blanc a:hover {
	width: 195px;
	height: 35px;
	color: #0b2174;
}
#menu_blanc_over{
	width: 240px;
	height: 100%;
	background:url(graph/fond_menu_gauche_blanc.jpg) top left repeat-y;
}
#menu_blanc_over:hover{
	width: 240px;
	height: 100%;
	background:url(graph/fond_menu_gauche_blanc.jpg) top left repeat-y;
}
#menu_blanc_over span {
	padding-left:20px;
}
#menu_blanc_over a, #menu_blanc_over a:visited {
	width: 240px;
	height: 35px;
	text-decoration:none;
	color: #0b2174;
	font-size: 12px;
}
#menu_blanc_over a:hover {
	width: 240px;
	height: 35px;
	color: #0b2174;
}
#menu_blanc_agenda{
	width: 195px;
	height: 35px;
	background:url(graph/fond_blanc_agenda.jpg) top left no-repeat;
}
#menu_blanc_agenda:hover{
	width: 195px;
	height: 35px;
	background:url(graph/fond_gris_agenda.jpg) top left no-repeat;
}
#menu_blanc_agenda span {
	padding-left:20px;
}
#menu_blanc_agenda a, #menu_blanc_agenda a:visited {
	width: 195px;
	height: 35px;
	text-decoration:none;
	color: #0b2174;
	font-size: 12px;
}
#menu_blanc_agenda a:hover {
	width: 240px;
	height: 35px;
	color: #0b2174;
}
/************************************************/
/***********Fin Gestion des boutons menus***********/
/************************************************/
.titre_jaune{
	font-size: 14px;
	color: #ebd08d;
	font-weight: bold;
}
.jaune_13_bold{
	font-size: 13px;
	color: #ebd08d;
	font-weight: bold;
}
.jaune_12_bold{
	font-size: 12px;
	color: #ebd08d;
	font-weight: bold;
}
/************************************************/
/*****************Gestion des liens*****************/
/************************************************/
a.lien_blanc_vert:link, a.lien_blanc_vert:visited{
	color: #ffffff;
	text-decoration: none;
	font-weight: none;
}
a.lien_blanc_vert:hover{
	color: #1cbc10;
	text-decoration: none;
	font-weight: none;
}
a.lien_blanc:link, a.lien_blanc:visited{
	color: #ffffff;
	text-decoration: none;
	font-weight: none;
}
a.lien_blanc:hover{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.lien_blanc_actu:link, a.lien_blanc_actu:visited{
	color: #ffffff;
	text-decoration: none;
	font-weight: none;
}
a.lien_blanc_actu:hover{
	color: #ffffff;
	text-decoration: underline;
	font-weight: none;
}
a.lien_jaune_13_bold:link, a.lien_jaune_13_bold:visited{
	font-size: 13px;
	color: #ebd08d;
	font-weight: bold;
	text-decoration: none;
}
a.lien_jaune_13_bold:hover{
	font-size: 13px;
	color: #ebd08d;
	font-weight: bold;
	text-decoration: underline;
}
/************************************************/
/***************Fin Gestion des liens***************/
/************************************************/

#titre_actualite{
	width:542px;
	height:100%;
	background:#0b2886;
}
#actualite{
	background:url(graph/fond_raye_actualite.jpg) top left no-repeat;
	width: 542px;
	text-align: justify;
}

#edito{
	width:542px;
	height:167px;
	background:#0b2886;
	border: 2px solid #557399;
	text-align: left;
}