@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	margin:0;
	padding:0;
	background:#cce8eb url(img/ciel.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
}

img {
	border:0px #000000 solid;
}

h1 {
	font-size:20px;
	color:#555555;
}

ul {
	list-style-type:none;
}

a:link,a:visited {
	text-decoration:none;
	color:#3f620a;
}

a:hover,a:active {
	text-decoration:underline;
	color:#3f620a;
}

#page {
	width:980px;
	margin:0 auto;
}

#header {
	width:980px;
	height:150px;
	background:url(img/header.png) no-repeat;
}

#menu {
	width:980px;
	height:23px;
	text-align:right;
	background:#ffffff url(img/menu.jpg) repeat-x;
	padding-top:7px;
}

#menu a {
	margin:0 30px;
}

#flashContent {
	width:100%;
	text-align:center;
	margin-top:20px;
}

#contenu {
	width:940px;
	background:#ffffff;
	text-align:left;
	padding:20px;
	background:#ffffff url(img/contenu_haut.jpg) repeat-x;
}

#footer {
	width:960px;
	height:30px;
	text-align:right;
	padding-right:20px;
	margin-top:10px;
}