body {
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #aaaaaa;
}

a:link, a:visited, a:active {
	color: #dd5522;
	text-decoration: underline;
}

a:hover {
	color:#cc0000;
	text-decoration:underline;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 10px;
}
p {
	text-align:justify;
}

img {
	border : none;
}

.centre {
	text-align: center;
}

.souligne {
	text-decoration: underline;
}

.decoration-none {
	text-decoration:none;
}

.float-right {
	float: right;
	text-align: center;
}
.float-left {
	float: left;
	margin-right: 8px;
	margin-left: 3px;
}

.clear-both {
	clear: both;
}


#main {
	background-color: #000000;
	background-image: url(images/background-menu.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	width: 1000px;
	z-index: 10;
}

#lien-logo {
	display: block;
	height: 160px;
	width: 430px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 11;
}

#menu {
	position: absolute;
	width: 171px;
	left: 10px;
	top: 310px;
	z-index: 5;
}

#navlist {
	padding: 0 1px 1px;
	margin-left: 0;
	background: none;
	font-weight: bold;
	font-size: 12px;
}

#navlist li {
	list-style: none;
	margin: 0;
	border: 1px solid #353535;
	text-align: left;
}

#navlist li a {
	display: block;
	background: #000000;
	text-decoration: none;
	border-left-width: 13px;
	border-left-style: solid;
	border-left-color: #dd5522;
	width: 139px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 9px;
}

#navlist li a:link, #navlist li a:visited, #navlist li a:active {
	color: #cbbe74;
}

#navlist li a:hover {
	border-color: #990000;
	color: #FFF;
	background: #333333;
}

#corps {
	position: relative;
	width: 782px;
	left: 205px;
	top: 0px;
	z-index: 5;
	padding-top: 310px;
}

#main-background {
	background-image: url(images/head.jpg);
	position: absolute;
	height: 871px;
	width: 1000px;
	left: 0px;
	top: 0px;
	z-index: 3;
	background-repeat: no-repeat;
	background-position: left top;
}

#footer_background {
	background-color: #000000;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 70px;
	width: 1000px;
	left: 0px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#footer {
	text-align: center;
	position: absolute;
	width: 1000px;
	left: 0px;
	top: 32px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#statuts-declaration {
	height: 90px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#statuts {
	height: 90px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
}

#adhesion {
	height: 90px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
}

#declaration {
	height: 90px;
	width: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
}
.flash-info {
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	width: 300px;
	position: relative;
	float: right;
	border: 1px dashed #7b7b7b;
	padding: 5px;
	top: 40px;
	font: 12px Arial, Helvetica, sans-serif;
}

.rouge {
	font-weight: bold;
	color: #FF0000;
}
.petit {
	font-size: 11px;
}
