* {
	margin: 0;
	padding: 0; /* border: 1px solid black; */
}

/* Image de fond */
body {
	background-image: url(../images/newimagefondmenus.jpg);
	/*background-image: url(../images/imagefondmenus.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
	/*background-color: #CC3300;*/ /*background-color:#d0210a;*/
	background-color: #baebfd;
}

hr {
	color: rgb(10, 78, 105);
	background-color: rgb(10, 78, 105);
	/*	color: white;
	background-color: white;*/
	height: 1px;
	border: 0;
	margin: 10px 0 10px 0 !important; /* hack firefox */
	margin: 0px 0 4px 0;
	padding: 0;
}

/* Aspect des liens (< a href="">) */
a {
	text-decoration: none;
}

a:active {
	color: #7EAFC2;
}

a:link {
	color: #174E6B;
}

a:hover {
	color: #7EAFC2;
}

/*a:active  { color: #ff7d00;}
a:link {color: white;}
a:hover {color: #ff7d00;}*/
a {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 14px;
	color: #174E6B;
	/*color: white ;*/
	font-weight: bold;
}

/* bouton Accueil */
#accueil {
	margin-top: 0px;
	text-align: left;
	background: url(../images/accueil-fleche.png) no-repeat left;
	/*background: url(../images/boutonaccueil.gif) no-repeat center;*/
	width: 146px;
	height: 40px;
}

#accueil a {
	text-align: left;
	/*background: url(../images/accueil-fleche.png) no-repeat left;*/
	color: rgb(10, 78, 105);
	/*color: white;*/
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	/*font-weight: bold;*/
	line-height: 40px;
	margin-left: 20px;
}

#menu {
	text-align: right;
	margin: 0 20px 0 0;
}
