/* INITIALISATION*/
	body {
		background-color: #002C55;	
		margin: 0px;
		padding: 0px;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 12px;
		background-image: url('../images/footer.gif');
		background-repeat: no-repeat;
		background-position: bottom center;
		}

	img {
		border: 0px;
		margin: 0px;
		}

	.conteneur {
		width: 100%;
		height: 100%;
		text-align: center;
		}

	.page {
		margin: 0px auto;
		padding-bottom: 40px;
		width: 750px;
		color: #FFFFFF;
		}

	
/* HEADER */
	.header {
		width: 750px;
		margin-bottom: 40px;
		}
	
	.header a {
		text-decoration: none;
		color : #FFFFFF;
		font-size: 10px;
		margin-top: 10px;
		}

	.header a:hover {
		/*color: #004870;	*/
		color: #587A9E;
		font-size: 10px;
		margin-top: 10px;
		}

/* MENU */
	.menuTop {
		width: 750px;
		height: 118px;
		padding: 0px;
		margin: 0px;
		text-align: center;
		background-image: url('../images/menu.gif');
		background-repeat: no-repeat;
		background-position: bottom center;
		}
	.menuTop img{
		margin: 0px;
		}

	.menuTop li {
		display: inline;
		margin: 0px 10px 0px 10px;
		}

/* FIL D'ARIANE */
	.ariane {
		float: left;
		height: 20px;
		padding: 12px 0px 0px 165px;
		text-align: left;
		color: #587A9E;
		font-size: 11px;
		font-weight: bold;
		background-image: url('../images/sous-menu_top.gif');
		background-repeat: no-repeat;
		background-position: bottom left;
		}

/* CONTENU */
	.contenu {
		clear: both;
		text-align: center;
		}

/* SOUS-MENU GAUCHE */
	.menuLeft {
		clear: both;
		float: left;
		width: 145px;
		padding: 0px;
		margin: 0px;
		background-image: url('../images/sous-menu_fond.gif');
		background-repeat: no-repeat;
		background-position: bottom center;
		}
	.menuLeftText {
		padding: 0px;
		text-align: center;
		}
	.menuLeftText li {
		font-size: 11px;
		font-weight: bold;
		line-height: 24px;
		list-style-type: none;
		list-style-position: outside;
		margin: 0px 3px 10px 3px;
		}

	.menuLeftText li:hover {
		background-color: #003159; 
		}

	.menuLeftText a {
		margin: 0px;
		text-decoration: none;
		color: #FFFFFF;
		}

	.menuLeftText a:hover {
		color: #7d9fd1;	
		}


/* CONTENU DROITE */
	.contenuRight {
		/*width: 540px;
		margin-left: 165px;*/
width: 550px;
		margin-left: 190px;
		}

	.accroche {
		width: 520px;
		border: solid 10px #587A9E;
		background-color: #587A9E;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		text-align:left; /* ajouter */

		}
	.accroche a{
		color: #FFFFFF;
		}

	.contenuPage{
		width: 540px;
		margin: 0px;
		padding-bottom: 30px;
		background-image: url('../images/contenu-page_bas.gif');
		background-repeat: no-repeat;
		background-position: bottom center;
		text-align: left; /* center */

		}

	.contenuPageText{
		margin: 10px 10px 0px 10px;
		text-align: left;
		}
	.contenuPageText a {
		color : #FFFFFF;
		}
	.contenuPageText a:hover {
		color : #FFFFFF;
		}
	.contenuPageText a:visited {
		color : #FFFFFF;
		}

	.accroche2 {
		text-align: left;
		color: #FFFFFF;
		font-weight: bold;
		border: solid 10px #587A9E;
		background-color: #587A9E;
		width: 520px;
		margin: 20px auto 0px auto;
		padding: 0px;
		}
	.contenuPage2{
		margin: 0px auto;
		width: 540px;
		padding-bottom: 50px;
		background-image: url('../images/contenu-page2_bas.gif');
		background-repeat: no-repeat;
		background-position: bottom center;
		text-align: left;
		}

	.contenu.contact li:hover {
		border: solid 1px #FFFFFF;	
		}
.photoProfil {

		float:left;
		margin-left:5px;
		margin-top:10px;
	}

	.photoProfil img {
		width:151px;
		height:auto;
	}

	.profil {
		margin-top:5px;
		color:#7d9fd1;
		margin-left:165px;
		margin-right : 5px;
	}

	.profil .contact {
		border-top : 1px solid #004870;	
		border-bottom : 1px solid #004870;	
		padding-top:5px;
		padding-bottom:5px;
	}
	.profil .contact a {	
		color:white;
		text-decoration:none;
	}

	.profil .tel {
	}



/* FORMULAIRE */
	form {
		text-align: center;
		}

	form label {
		font-weight: bold;
		color: #587A9E;	
		}

	.field {
		color: #587A9E;	
		border: 1px solid #587A9E;
		background-color: #004870;
		}
	.bouton {
		font-weight: bold;
		color: #004870;
		border: 2px solid #004870;
		background-color: #587A9E;
		}

/* FOOTER */
	.footer {
		width: 100%;
		margin-top: 20px;
		}	

	.footer ul {
		text-align: center;	
		}
	.footer li {
		display: inline;	
		margin-right: 70px;
		}
	.footer a {
		text-decoration: none;
		color : #004870;
		}

	.footer a:hover {
		color: #FFFFFF;	
		}





/* AUTRES */
	.contact a{
		margin: 0px;
		line-height: 20px;
		font-weight: bold;
		text-decoration: none;
		}
.contact a:hover {
		color: #7d9fd1; 
		}

	.version a {	
		margin: 0px 20px 0px 20px;		
		}