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

/*-------------------------------------------------*/
/*MISE EN PLACE DE LA PAGE*/
/*-------------------------------------------------*/

body {
	background: url(_images/fond.png) #efece2 repeat-x;
}

/*-------------------------------------------------*/
/*ON PLACE LE HEADER*/
/*-------------------------------------------------*/

#header {
	position: relative;
	width: 800px;
	height: 110px;
	background: url(_images/logo.png) no-repeat;
	left: 50%; 
	margin-left: -400px;
	top: 50px;
}

/*-------------------------------------------------*/
/*MISE EN PLACE DU MENU*/
/*-------------------------------------------------*/

#menu {
	position: relative;
	width: 800px;
	height: 32px;
	left: 50%;
	margin-left: -400px;
	top: 43px;
	text-align: center;
}

#menu p{
	position: absolute;
	width: 790px;
	height: 16px;
	left: 50%;
	margin-left: -395px;
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
}

#menu p a{
	text-decoration: none;
	color: #fff;
}

#menu p a:hover{
	color: #fff;
	border-bottom: 1px dotted #fff;
}

/*-------------------------------------------------*/
/*MISE EN PLACE DU CONTENU*/
/*-------------------------------------------------*/

#contenu_haut {
	position: relative;
	background-image: url(_images/fond-haut_contenu.png);
	width: 900px;
	height: 65px;
	left: 50%;
	margin-left: -450px;
	top: 50px;
}

#contenu {
	position: relative;
	background-image: url(_images/fond-milieu_contenu.png);
	background-repeat: repeat-y;
	width: 900px;
	height: auto;
	left: 50%;
	margin-left: -450px;
	top: 50px;
}

#contenu_bas {
	position: relative;
	background-image: url(_images/fond-bas_contenu.png);
	width: 900px;
	height: 63px;
	left: 50%;
	margin-left: -450px;
	top: 50px;
}

#contenuleft {
	position: relative;
	float: left;
	width: 490px;
	height: 100%;
	margin-left: 45px;
}

#contenuright {
	position: relative;
	float: right;
	width: 290px;
	height: 100%;
	margin-right: 45px;
}

#contenu h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 34px;
	color: #295fe9;
	margin-bottom: -15px;
	text-align: right;
	border-bottom: 2px dotted #295fe9;
	line-height: 34px;
}

#contenu h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ff9a2d;
	text-align: right;
}

#contenu h2 a {
	text-decoration: none;
	color: #666;
}

#contenu h2 a:hover {
	border-bottom: 1px dotted #999;
	color: #999;
}

#contenu h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: left;
	margin-bottom: -10px;
}

#contenu h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	margin-bottom: -10px;
}

#contenuleft ul {
	background-color: #ADC5FC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

#contenuleft p {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#contenuleft p a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #ff9a2d;
}

#contenuleft p a:hover {
	color: #ff9a2d;
	border-bottom: 1px dotted #ff9a2d;
}

#contenuright p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
}

#contenuright a {
	text-decoration: none;
	color: #000;
}

#contenuright a:hover {
	color: #222;
	border-bottom: 1px dotted #ff7800;
}

/*-------------------------------------------------*/
/*ON CALE NOTRE FOOTER*/
/*-------------------------------------------------*/


.footer {
	margin-top: 50px;
	margin-bottom: 50px;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #295fe9;
}

.footer a {
	text-decoration: none;
	color: #295fe9;
	line-height: 13px;
}

.footer a:hover {
	color: #1341b5;
	border-bottom: 1px dotted #1341b5;
}

#hr {
	border-bottom: 2px dotted #295fe9;
	margin: 30px 0 35px 0;
}

#flashcontent {
	position: relative;
	height: 100%;
	width: 700px;
	left: 50%;
	margin-left: -350px;
}


