* { margin: 0; padding: 0; border: 0; }

body {
	font-family: "trebuchet MS";
	color: #666666;
	font-size:11px;
	background-repeat: repeat-x;
	background-image: url(img/bg-body.jpg);
}

#conteneur {
	position: absolute;
	width: 828px;
	left: 50%;
	margin-left: -414px;
}


/*------------------------------------------------header (bannière)*/

#header {
	height:259px;
	width:828px;
	background-image: url(img/header.jpg);
	}
#menu {
	width:155px;
	margin-left:420px;
	color:#FFFFFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 95px;
	}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	}
#menu a:hover {
	color:#F7EB47;
	text-decoration:none;
	}

/*------------------------------------------------main-accueil*/

#main {
	width: 828px;
	float: left;
	background-image: url(img/bg-centre.jpg);
	height: 309px;
	background-repeat: no-repeat;
}

#accueil-haut {
	width:920px;
	height:25px;
	background-image:url(img/bg-main.gif);
	margin-left: 15px;
	margin-top: 10px;
	}

#accueil-bas {
	width:400px;
	margin-left: 120px;
	background-color:#FFFFFF;
	margin-top: 0px;
	text-align: justify;
	padding: 0 5px 5px 5px;
	border: 2px #eeeeee double;
	float: left;
	}
#page-bas {
	width:580px;
	margin-left: 120px;
	margin-top: 0px;
	text-align: justify;
	padding: 0 5px 5px 5px;
	}
#accueil-real {
	width:137px;
	margin-left: 20px;
	margin-top: 20px;
	text-align: left;
	padding: 5px;
	float: left;
	}
#accueil-moyens {
	width:220px;
	margin-left: 15px;
	background-color:#FFFFFF;
	margin-top: 5px;
	text-align: justify;
	padding: 5px;
	border: 2px #eeeeee double;
	float: left;
	}
	

	


/*------------------------------------------------copyright-accueil*/

#copyright-home {
	color:#6F7B8B;
	width:828px;
	font-size:10px;
	float: left;
	height: 78px;
	margin-top: 0px;
	background-image: url(img/bg-copyright.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
#copyright-txt {
	width:600px;
	margin-left:140px;
	text-align: center;
	margin-top: 5px;
	}
	
#copyright-txt a {
	color:#f39f25;
}
#copyright-txt2 {
	width:600px;
	margin-left:140px;
	text-align: center;
	margin-top: 0px;
	}
#copyright-txt2 a {
	color:#999999;
	text-decoration:none;
}

h1 {
	color:#DD147C;
	font-size:13px;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(img/picto.jpg);
	padding-left: 25px;
	height: 27px;
	padding-top: 8px;
	}
h2 {
	color:#2AA1D9;
	font-size:13px;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(img/picto.jpg);
	padding-left: 25px;
	height: 27px;
	padding-top: 8px;
	}
h3 {
	color: #2AA1D9;
	font-size: 11px;
	font-weight: normal;
}
h3 a {
	color: #2AA1D9;
	text-decoration:none;
	}
h3 a:hover {
	color:#FF3399;
	text-decoration:underline;
	}
	
h4 {
	color: #B90E1E;
	font-size: 11px;
	font-weight: normal;
}
h4 a {
	color: #B90E1E;
	text-decoration:none;
	}
h4 a:hover {
	color:#CC3300;
	text-decoration:underline;
	}
.style1 {
	color:#0066CC;
	margin-left:25px;
	}
