/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFC9 url(images/fond01.gif) repeat-x;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

h2 {
	font-size: 2em;
}

img {
	border: none;
}

.c14 {
	font-size : 14px;
}

.c16 {
	font-size : 16px;
}

.c18 {
	font-size : 18px;
}

.c30 {
	font-size : 30px;
	color: #ff6600;
}

/* Header */

#header {
	width: 840px;
	height: 110px;
	margin: 0 auto;
}

/* Menu */

#menu {
	height: 70px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 140px;
	height: 45px;
	padding-top: 25px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -2px;
	font-size: 30px;
	color: #515050;
}

#menu a:hover {
	color: #1A1A1A;
}

#menu .active a {
	background: url(images/bouton2.gif) no-repeat;
	color: #FFFFFF;
}	


/* Footer */

#footer {
	clear: both;
	padding: 10px;
	background: #339933 url(images/bas1.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

