/* gestions des couleurs */
body {
	color: #0E2F50;
}

h2 {
	font-size: 14px;
	font-weight: bolder;
	color: White;
	background-color: #16416C;
	margin: 1px 0px 5px 0px;
	padding: 3px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
}

a {
	color: #163F6D;
}

a:hover {
	color: #8EBD49;
}

#entete {
	background: url(images/accueil.jpg) no-repeat right;
	z-index: 1;
}

#entete h1 {
	margin: 0px;
	/*height: 110px;
	width: 272px;
	background: url(images/logo.jpg) no-repeat left;*/
}

h1 span {
  display: none;
}

#page {
	background: url(images/fond_page.jpg) repeat-y;
}

#gauche {
	margin-top: -25px;
	margin-bottom: 100px;
}

#pied {
	background: url(images/fond_footer.jpg) no-repeat 0 0;
	height: 87px;
	
	font-size: 10px;
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 11px;
	border-top: 1px solid White;
}

#pied div#contenu-pied {
	padding: 0;
	margin: 40px 0px 0px 560px;
}


#actu h3 {
	color: #8EBF41;
	margin: 0px;
}

.NewsSummary span.date{
	color: #0D8DBC;
}

.NewsSummary span.titre a {
	font-weight: bold;
	text-decoration: none;
}

/* menu */
ul#menu-gauche {
	margin: 0px;
	/*margin-top: -25px;*/
	z-index: 2;
	
}
ul#menu-gauche li {
	list-style-image: none;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left;
}

ul#menu-gauche li a {
	width: 200px;
	height: 40px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8EBF41;
	text-decoration: none;
}

ul#menu-gauche li a:hover {
	color: #2A517C;
}

ul#menu-gauche img {
	border: none;
}

ul#menu-gauche li ul {
	margin-bottom: 10px;
}

div#texte {
	margin-left: 3px;
}

textarea {
	width: 400px;
	height: 40px;
}

textarea#m3_17 {
	height: 100px;
}
