@import url(reset.css);

body{
	background-color:#eeeeee;
	background-image:url(bg_body.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font-family:Trebuchet MS, sans-serif;
	font-size:100%;
	}
#all, #banniere_horizontale{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	}
#center{
	position:relative;
	}
#top{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:122px;
	background-image:url(bg_header.png);
	background-repeat:repeat-x;
	z-index:10;
	}
h1{
	width:250px;
	height:54px;
	background-image:url(logo.png);
	background-repeat:no-repeat;
	font-size:0%;
	color:#ffffff;
	margin-top:30px;
	}
#menu_vertical{
	position:absolute;
	top:-60px;
	right:100px;
	z-index:11;
	}
#menu_vertical ul{
	display:inline-block;
	wdith:200px;
	}
#menu_vertical li{
	display:inline;
	}
#menu_vertical>ul:first-child li:first-child a{
	display:inline-block;
	width:100px;
	height:30px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
	font-size:90%;
	line-height:200%;
	background-image:url(bg_menu.jpg);
	background-repeat:no-repeat;
	}
#menu_vertical li a{
	display:inline-block;
	width:100px;
	height:30px;
	text-align:center;
	text-decoration:none;
	color:#5d5d5d;
	text-transform:uppercase;
	font-size:90%;
	line-height:190%;

	}
.sous_menu:before{
	content:"Nos containers";
	background-image:url(puce_gris.jpg);
	background-repeat:no-repeat;
	margin-left:-20px;
	padding-left:25px;
	text-transform:uppercase;
	color:#3c3c3c;
	margin-bottom:10px;
	}
.sous_menu{
	position:absolute;
	right:0px;
	top:400px;
	
	}
#menu_vertical .sous_menu li{
	display:list-item;
	list-style:none;
	}
#menu_vertical .sous_menu li:first-child a{
	text-align:left;
	padding-top:25px;
	}
#menu_vertical .sous_menu li a{
	text-align:left;
	padding:10px 0px 10px 5px;
	border-bottom:1px dotted #999;
	width:165px;
	}
#menu_vertical .sous_menu li:last-child a{
	border-bottom:0px dotted #999;
	}
#contenu{
	margin-top:100px;
	padding-top:300px;
	width:610px;
	padding-right:370px;
	padding-left:20px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	}
#chemin_fer{
	margin-bottom:20px;
	}
#chemin_fer a{
	color:#5D5D5D;
	font-size:80%;
	}
h2{
	color:#62af48;
	margin-bottom:15px;
	font-size:120%;
	}
h3{
	color:#5D5D5D;
	margin-bottom:15px;
	font-size:110%;
	margin-top:30px;
	}
p{
	margin-bottom:7px;
	font-size:95%;
	}
strong{
	font-weight:bolder;
	color:#62af48;
	}
a{
	font-size:90%;
	color:#62af48;
	}
#center ul{
	margin-left:50px;
	margin-bottom:20px;
	}
#center ul+ul{
	margin-left:10px;
	}
#center li{
	list-style:disc;
	margin-bottom:5px;
	font-size:90%;
	}
#center ul ul{
	list-style:circle;
	}
#center ul ul li{
	list-style:circle;
	}
#center{
	min-height:700px;
	padding-bottom:40px;
	background-image:url(bg_containt.jpg);
	background-repeat:repeat-y;
	}
#footer{
	background-color:#5baf48;
	color:#FFF;
	padding:10px;
	font-size:80%;
	}
#footer a{
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dotted #FFF;
	}
#formulaire form p{
	margin-bottom:20px;
	}	
#formulaire form p label.text{
	display:inline-block;
	width:200px;
	text-align:right;
	margin-right:10px;
	padding-bottom:4px;
	border-bottom:1px solid #62AF48;
	}
#formulaire form textarea{
	width:400px;
	margin-left:200px;
	}

#formulaire form legend{
	padding:30px 0px 20px 0px;
	color:#5D5D5D;
	}
#formulaire form p .note{
	color:#aaa;
	margin-left:10px;
	font-size:70%;
	}
hr{
	display:none;
	}
