/* CSS Document */

a:link {
	text-decoration: none;
	color: #663333;
	}
a:visited {/*a correspond a tout ce qui est traitement des liens*/
	text-decoration: none;
	color: #663333;
	}
a:hover {
	text-decoration: underline;
	}
a:active {
	text-decoration: none;
	}

 
#body {
	margin: 0;
	padding: 0;
	font: 80% verdana, arial, sans-serif;
	color: #333333;
}
#dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {/*positionnement du menu dans son espace*/
	width: 215px;/*largueur du menu*/
	position: absolute;
	left: 0px;/* a combien du bord*/
	top: 30px;/*distance du haut du bloc*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
#menu dt {
	cursor: pointer;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}
#menu dd {
}
#menu li {/* couleur des sous menu (blocs sans le texte) */
text-align: center;
}
#menu li a, #menu dt a {
color: #663333;/* couleur des textes du menu */
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #CC0066;
color: #FFFFFF;/* couleur des blocs au passage de la souris */
}

#conteneur{
	background-color: #C6CF09;
	background-position: center center;
	min-height: 768px;
	width: 1024px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}

#bandeau-haut{
	height: 210px;
	width: 1024px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}
#bandeau-image{
	height:343px;
	width:1024px;
	background-color:#C6CF09;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	border-bottom: 2px solid #CCCC00;
	}
#bandeau-bas{
	min-height:210px;
	width:1024px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	background-color: #C6CF09;

}

#texte{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #663333;
	min-height: 150px;
	width: 500px;
	position: relative;
	left: 258px;
	text-align: justify;
	top: 40px;
		padding-bottom: 85px;

	margin-bottom:auto;
}

#texte_liste{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100px;
	width: 250px;
	position: relative;
	left: 275px;
	text-align: justify;
	display: inline;
	white-space: normal;
	bottom: 75px;
	top: 300px;
	list-style-type: circle;
}

#texte_liste2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #000000;
	height: 100px;
	width: 250px;
	position: absolute;
	left: 500px;
	text-align: justify;
	display: inline;
	white-space: normal;
	bottom: 75px;
	top: 300px;
	list-style-type: circle;
}

h1{
	padding-left: 30px;
	padding-bottom: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: normal;
	color: #FFFFFF;
	height: 30px;
	width: 680px;
	top: 95px;
	right: 0px;
	position: absolute;
	text-align: left;
	display: inline;
	font-style: italic;
	background-color: #CC0066;

}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: normal;
	color: #CC0066;
	position: absolute;
	display: inline;
	font-style: italic;
	height: 75px;
	width: 505px;
	top: 125px;
	right: 0px;

}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #33CC33;
	height: 100px;
	width: 500px;
	position: absolute;
	left: 450px;
	top: 85px;
	text-align: center;
}

#logo{
	background-image: url(images/logo_png24.png);
	height: 152px;
	width: 152px;
	position: absolute;
	top: 27px;
	left: 27px;
	background-repeat: no-repeat;
	background-position: center center;
}
#logemans{
	background-image: url(images/logemans_png24.png);
	height: 36px;
	width: 179px;
	position: absolute;
	top: 75px;
	right: 500px;
}

#body2 {
	margin: 0;
	padding: 0;
	font: 80% verdana, arial, sans-serif;
	color: #666666;
}
#dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu2 {
position: absolute;
}
#menu2 {
	width: 215px;
	position: absolute;
	top: 30px;
	right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menu2 dt {
	cursor: pointer;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}
#menu2 dd {
}
#menu2 li {/* couleur des sous menu (blocs sans le texte) */
text-align: center;
}
#menu2 li a, #menu2 dt a {
color: #663333;/* couleur des textes du menu */
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu2 li a:hover, #menu2 dt a:hover {
background: #CC0066;
color: #FFFFFF;/* couleur des blocs au passage de la souris */
}
#bloc_fer{
height: 30px;
width: 1024px;
position: relative;
margin-left: auto;
margin-right: auto;
bottom: 35px;
background-color: #CCCC00;
}
#chemin_de_fer{
height: 22px;
min-width: 100px;
background-color: #CC0066;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
color: #FFFFFF;
padding-left: 265px;
padding-right: 10px;
bottom: 15px;
position: absolute;
text-align: left;
line-height: 17px;

}
#footer{
height: 15px;
width: 1024px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
position:relative;
margin-left:auto;
margin-right:auto;
bottom: 45px;
color: #CCCC00;
}

h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	position:inherit;
	color: #CCCC00;
	font-weight: lighter;
}

#miniature{
width:1024px;
height: 343px;
margin-left: auto;
margin-right: auto;
position:relative;
display: inline;

}