/* titre de menus */
div#titre_menu_1{
	background: #D21034 url("images/menu_gauche_titre_bg.jpg") repeat-x top left;
	width: 150px;
	padding: 0px;
	margin: 0px;
	line-height:30px;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	color: #FFFFFF;
}
div#titre_menu_2{
	background: #D21034 url("images/menu_droite_titre_bg.jpg") repeat-x top left;
	width: 200px;
	padding: 0px;
	margin: 0px;
	line-height:30px;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	color: #007E3A;
}


/* menus */
/* menu 1 de gauche */
#button_menu1 {
	width: 150px;
	padding: 0px;
	margin-bottom: 1em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #333;
	list-style: none;
}

#button_menu1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#button_menu1 li {
	border-bottom: 1px solid #ffffff;
	margin: 0;
}

#button_menu1 li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #button_menu1 li a {
	width: auto;
}

#button_menu1 li a:hover {
	background-color: #FFDF58;
	color: #D21034;
}

/* menu 2 de droite */
#button_menu2 {
	width: 200px;
	padding: 0px;
	margin-bottom: 1em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #333;
	list-style: none;
}

#button_menu2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#button_menu2 li {
	border-bottom: 1px solid #ffffff;
	margin: 0;
}

#button_menu2 li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #button_menu2 li a {
	width: auto;
}

#button_menu2 li a:hover {
	background-color: #148849;
	color: #FFCF01;
}

/* menus */


#titre h1 {
	font-size:1.3em;
	color:#00209F;
	margin-top:20px;
}
#contenu {
	text-align:justify;

}
#contenu ul {
margin-left:20px;
}

#contenu a {
	text-decoration:none;
	color:#D21034;
}
#contenu a:hover {
	text-decoration:none;
	color:#007E3A;
}
#contenu a img {
	text-decoration:none;
	border:none;
}

#footer a {
	text-decoration:none;
	color:#00209F;
}
#footer a:hover {
	text-decoration:underline;
	color:#007E3A;
}
