html, body {
	height: 100%;
	margin: 0;
	}
	html {
	background: #D3E4EC;
	}
	body {
	font: 90% Verdana, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
}
/* Page générale */
div#global {
	min-height: 100%;
	width: 750px;
	padding:0px;
	margin: auto;
	position: relative;
	
	}

/* En-tête de page */
div#header {
	height: 160px;
	position: relative;
	background: url(images/bkgnd-header.jpg) no-repeat;
	}
	div#header h1 {
	margin: 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-family: "Courier New", monospace;
	font-size: 3.5em;
	}

/*Partie de gauche qui contiendra les adresses des agences */

div#sidebar {
	float: left;
	width: 180px;
	min-height:100%;
	margin-left:0px;
	padding-top:50px;
	background: #405a57 url(images/bkgnd-sidebar.jpg) no-repeat;
	min-height:450px;
	}

div#sidebar h1 {
	font-family: "Arial", monospace;
	font-size: 12px;
	color:#FFFFFF;
	padding-left:5px;
	}

div#sidebar p {
	font-family: "Arial", monospace;
	font-size: 10px;
	color:#FFFFFF;
	padding-left:5px;
	}

/* Partie principale du site */
div#content {
	float: right;
	min-height:100%;
	width: 570px;
	margin-left: 0px;
	font-size: 0.9em;
	padding-bottom:30px;
	background: #405a57;
	}

div#content p {
	font-family: "Tahoma", monospace;
	font-size: 12px;
	color:#ccc;
	padding-left:25px;
	padding-right:25px;
	text-align:justify;
	}
div#content strong {
	font-family: "Tahoma", monospace;
	font-size: 12px;
	color:#eee;
	text-align:justify;
	}

div#content h1 {
	font-family: "Tahoma", monospace;
	font-size: 13px;
	color:#ff8c01;
	padding-left:5px;
	padding-right:5px;
	text-align:justify;
	}

div#content ul {
	margin: 3px;
	padding-top:0px;
	padding-left:25px;
	list-style-image:url(images/bouton.jpg) ;
	}
div#content li {
	font-family: "Tahoma", monospace;
	font-size: 12px;
	color:#ccc;
	padding-right:25px;
	text-align:justify;
	}

/* Pour éviter la superposition du pied de page et du contenu : */
div#center {	
	padding-bottom: 0px;
	overflow: hidden;
	background: #405a57;

	}

/* Pied de page */
div#footer {
	position:inherit;
	left: 0;
	width: 100%;
	font-size: 10px;;
	bottom: 10px;
	background: #fff url(images/fond_sidebar.jpg) repeat-y;
	color: #656565;
	}
	div#footer p {
	font-size: 10px;;
	padding-left:0px;
	padding-top:5px;
	}
	div#footer a {
	color: #CC66CC;
	font-family: "Tahoma", sans-serif;
    font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	}
	div#footer a:hover {
	color: #CC33CC;
	font-family: "Tahoma", sans-serif;
    font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	}
	div#footer a#plan {
	color: #FEB863;
	font-family: "Tahoma", sans-serif;
    font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	}

	div#footer a#plan:hover{
	color: #ff8c01;
	}

/*Effet sur les liens dans la sidebar*/
ul#menu {
	margin: 0;
	padding-left: 10px;
	padding-top:100px;
	list-style: none;
	}
	ul#menu li a {
	display: block;
	height: 14px;
	line-height: 14px;
	background: url(images/fond-menu.png) no-repeat center top;
	padding-left: 20px;
	margin: 2px 0;
	
}
ul#menu li a:hover {
	background: url(images/fond-menu-hover.png) no-repeat center top;
}
ul#menu li a {
	color: #ff8c01;
	font-family: "Tahoma", sans-serif;
    font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	
}
ul#menu li a:hover {
	color: #FEB863;
}


table {
	font-family: Tahoma, Verdana, Arial;
	color: #CCCCCC;
	font-size: 11px;
}
input {
	background-color: #9fc7c9;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #004842;
	text-decoration:none;
}
checkbox {
	background-color: #405a57;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #004842;
	text-decoration:none;
}

textarea {
	background-color: #9fc7c9;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #004842;
	
	text-decoration:none;
}
select {
	background-color: #9fc7c9;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #004842;
	
	text-decoration:none;
}
a {
	color: #ff8c01;
	font-family: "Tahoma", sans-serif;
    font-size: 13px;
	font-weight:bold;
	text-decoration: none;
}

a:hover{
	color: #FEB863;
}

a.blanc {
	color: #FEB863;
	font-family: "Tahoma", sans-serif;
    font-size: 13px;
	font-weight:bold;
	text-decoration: none;
}

a.blanc:hover{
	color: #fff;
	text-decoration:underline;
}

a#liste-plan {
	color: #CCC;
	font-family: "Tahoma", sans-serif;
    font-size: 12px;
	text-decoration: none;
}

a#liste-plan:hover{
	color: #FFF;
}




