body {
	background-color:#FFFFFF;
	}

div {
	margin-left: auto;
	margin-right: auto;
	}

div#bandeau {
	width:800px;
	height:150px;
	background-image: url(imge/head.png);
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	}

div#bloc {
	width:800px;
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	margin-bottom:5px;
	}

div#menu {
	float:left;
	width:180px;
	height:400px;
	background-image: url(imge/menu.png);
	margin-bottom:5px;
	}

div#menuIn {
	margin:50px 25px; 
	text-align:center;
	}

div#id {
	text-align:center;
	}

div#cheminFer {
	margin:0px 0px;
	text-align:center;
	}

div#topContenu {
	float:right;
	width:600px;
	height:30px;
	background-image: url(imge/top_30.png);
	}

div#bottomContenu {

	float:right;
	width:600px;
	height:50px;
	background-image: url(imge/bottom.png);
	text-align:center;
	margin-bottom:5px;
	}

div#contenu {

	float:right;
	width:600px;
	height:320px;
	background-image: url(imge/contenu_340.png);
	
	}

html>body div#contenu {
	height:auto;
	float:right;
	width:600px;
	min-height:320px;
	background-image: url(imge/contenu_340.png);
	}
 
div#contenuIn {
	margin:30px 30px;
	text-align:center;
	}


div#piedPage {
	clear:both;
	width:800px;
	height:50px;
	background-image: url(imge/foot.png);
	margin-left: auto;
	margin-right: auto;
	}

div#piedPageIn {
	margin-top:25px;
       	text-align:center;
	}

html>body div#piedPageIn {
		
	padding-top:2px;
	text-align:center;
	}

h1 {
	color:#153184;
	font:20px Arial;
	}

h2 {
	color:#153184;
	font:18px Arial;
	}

h3 {
	color:#153184;
	font:11px Arial;
	}

h4 {
	color:#153184;
	font:10px Arial;
	}

h5 {
	color:#153184;
	font:12px Arial;
	}

h6 {
	color:#153184;
	font:10px Arial;
	line-height:2px;
	}

#menuIn a:link, #menuIn a:visited {
	color:#153184;
	font-weight:bold;
	text-decoration:underline overline;
	}

#menuIn a:hover, #menuIn a:active {
	color:#6476ff;
	
	font-weight:bold;
	text-decoration:none;
	}

#cheminFer a:link, #cheminFer a:visited {
	color:#153184;
	font-weight:bold;
	text-decoration:none;
	}

#cheminFer a:hover, #cheminFer a:active {
	color:#6476FF;
	text-decoration:underline;
	}

#id a:link, #id a:visited {
	color:#153184;
	font:12px Arial;
	font-weight:bold;
	text-decoration:none;
	}

#contenuIn a:link, #contenuIn a:visited {
	color:#153184;
	font-weight:bold;
	text-decoration:none;
	}

#contenuIn a:hover, #contenuIn a:active {
	color:#6476ff;
	text-decoration:underline overline;
	}

#bottomContenu a:link, #bottomContenu a:visited {
	color: #153184;
	font: 12px Arial;
	font-weight: bold;
	text-decoration: none;
	}


