/* CSS Document */

/*====================================================================================================
             BLOCS PRINCIPAUX
=======================================================================================================*/

html *{margin:0; padding:0;}

body{
	background-image:url(../maquette/IMG/body.jpg);
	background-repeat:repeat-x;
	background-color:#81A6D0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	}
#global{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background-color:#FFFFFF;
	padding-bottom:200px;
	}

img{
	border:none;
	}
/*------------------------ BANNIERE ----------------------------*/
#banniere_fond{
	width:800px;
	position:absolute;
	top:0;
	left:auto;
	height:222px;
	}

#liens_banniere{
	position:absolute;
	top:0;
	left:543px;
	width:252px;
	height:70px;
	z-index:200;
	color:#003366;
	font-weight:bold;
	font-size:90%;
	padding-left:5px;
	padding-top:10px;
	}
#liens_banniere form{
	margin-bottom:10px;}
/* ------------------ MENU PRINCIPAL --------------------------------*/

#menu_horiz{
	height:49px;
	width:800px;
	padding-top:222px;
	background-image:url(../IMG/menu_bg.jpg);
	background-repeat:repeat-x;
	background-position:0px 222px;
	}

#menu_horiz #logo_bas{
	float:left;
	width:106px;
	height:45px;
	background-image:url(../IMG/logo_bas.jpg);
	padding-left:24px;
	background-position:24px;
	background-repeat:no-repeat;
	}

#menu_horiz #liens-menu-horiz{
	float:left;
	}
	
/*-------------------------------- CONTENU -----------------------------------*/

#main{
	width:770px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	margin-bottom:40px;
	}
#main td{
	padding:3px;
	}
/*------------------------------ FOOTER ----------------------------------------*/

#footer{
	height:110px;
	background-color:#5083BE;
	width:780px;
	margin-top:40px;
	clear:both;
	color:#FFFFFF;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	}

#chemin-de-fer{
	margin-top:10px;
	margin-bottom:20px;
	}




