  

body {
	font-family: Arial, Arial, Helvetica, Sans-serif;
	color:#000;
	width:100%;
	height:100%;
	font-size:15px;
	background:#fff;
	}

a {
	color:#002e62;
	text-decoration: none;
	}

h1 {
	font-size:21px;
	font-weight: normal;
	padding-left: 25px;	
	padding-top: 20px;
	color: #fff;
	}

/*======= Conteneur ========*/

#conteneur {
	position:relative;
	top:0px;
	width:925px;
	margin:0 auto;
	}

/*======= Menu =======*/

#menu {
	position:relative;
	float: left;
	top:25px;
	width:245px;
	height:222px;
	background:url(images/fond_menu.png) left top no-repeat;
	z-index:1800;
	}

#menu li {
	text-align:center;
	}

#menu li a {
	display: block;
	height: 20px;
	vertical-align: middle;
	color:#cbcf8e;
	font-size:17px;
	font-weight: bold;
	}

#menu li a:hover {
	background:url(images/fond_menu_selected.png) left center no-repeat;
	font-size:17px;
	}

#menu li.selected a{
	color:#fff;
	text-transform:uppercase;
	}

/*====== Contenant =======*/

#contenant {
	position:relative;
	float: left;
	width:1008px;
	z-index:1790;
	}
	
#contenu {
	width:1008px;
	height: 100%;
	}

#contenu_gauche {
	position: relative;
	float: left;
	width:315px;
	height: auto;
	margin-left:40px;
	margin-left:25px;
	}

.text_logo{
	text-align:center;
	color: #002e62;
	font-weight: bold;
	width: 255px;
	padding: 10px 0px 0px 0px;
}
	
#contenu_droit {
	position: relative;
	float: right;
	width: 665px;
	height: auto;
	}
	
.texte{
	width: 550px;
	padding: 35px 0px 35px 25px;
}

.texte ul{
	padding-left: 17px;	
	list-style-type: disc;
}

.right {
	position: relative;
	float: right;
	width: 380px;
	height: auto;
	}
	
.left {
	position: relative;
	float: left;
	width: 225px;
	height: auto;
	}

.bas {
	position: relative;
	float: left;
	height: auto;
	}

#lienHaut a{
	position: relative;
	float: left;
	color: #002e62;
	text-align:center;
	font-weight: bold;
	padding: 35px 0px 0px 225px;
}

#lienHaut a:hover{
	color: #cbcf8e;
}
	
#entete{
	z-index:2999;
}

#titre{
	position: absolute;
	float: left;
	height: 73px;
	width: 665px;
	top: 224px;
	z-index:3000;
	background:url(images/fond_titre.png) bottom left no-repeat;
	left: 0px;
}

#contenu_bas {
	margin-top: 35px;
	position: relative;
	float: left;
	width:1008px;
	height: 75px;
	background:url(images/fond_footer.png) bottom left no-repeat;
	}
	
/*====== Rotation des images ======*/
#slideshow {
	position:relative;
	height:268px;
}
#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}
#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}
#slideshow IMG.last-active {
	z-index:9;
}#img_left {
	position:relative;
	height:268px;
}
	
/*====== Copyright ======*/

#copy {
	position: relative;
	color:#fff;
	font-size:0.8em;
	height: 75px;
	width: 1008px;
	text-align: center;
	left: auto;
	right: auto;
	padding: 2px 0px 10px 0px;
	line-height: 19px;
	}
	
#copy a{
	color: #fff;
}

#copy img{
	vertical-align: middle;
	padding: 0px 7px 6px 7px;
}

#copy .espace{
	padding: 0px 12px 0px 12px;
}




















