body{	
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center; /* pour corriger le bug de centrage IE */
	font: 0.8em "Trebuchet MS", arial, helvetica, sans-serif;
	background: #92abc2;
}
html {	
	height: 100%;
}
button{
	height:26px;
	line-height:20px;
}
a {
	text-decoration: none;
	color: #000;
}
form {
	margin: 0;
}
div#conteneur {
	width: 735px;
	height: 100%;
	margin: 0 auto;
	text-align: left; /* on rétablit l'alignement normal du texte */
	background: #fff;
}
div#haut {
	width: 735px;
	height: 120px;
	background: #1d4163;		
}
div#haut h1#titre {	
	width: 735px;
	height: 100px;
	margin: 0;
	background: #1d4163 url(images/fond_haut.gif) no-repeat;
}
div#haut h1#titre a {
	display: block;
	width: 735px;
	height: 100px;	
	text-indent: -5000px;
}

div#milieu {
	width: 735px;
	background: #fff;
	text-align: left;
}
div#milieu h1#titre {
	display: block;
	width: 725px;
	height: 60px;
	padding: 110px 0 0 10px;
	margin: 0;
	background: #fff url(images/fond_titre.jpg) no-repeat;
	color: #fff;
	font-size: 500%;	
}
div#bas {

	width: 735px;
	text-align:center;
	font: 0.8em "Trebuchet MS", arial, helvetica, sans-serif;
	
}


div#menu {
	display: block;
	width: 735px;
	height: 20px;
	background: #496885;	
}
div#menu a {
	color: #fff;
	text-decoration: none;
}
div#menu dl {
	float: left;
	margin: 0px 0px 0px 10px;
}
/* IE SEULEMENT */
* html #menu dt {
	white-space: nowrap;
	width: 1px; 
}
.dehors {
	cursor: pointer;
	height: 20px;
	border-left: 1px solid #496885;
	padding: 0 4px 0 4px;
	margin: 0;
	font-weight: bold;
	color: #fff;
}
.dessus {
	cursor: pointer;
	height: 20px;
	border-left: 1px solid #496885;
	padding: 0 4px 0 4px;
	margin:  0;
	background: #fff;
	font-weight: bold;
	color: #1d4163;
}
div#menu dd {
	margin: 0px;
	list-style-type: none;
	display: none;
}
/* IE SEULEMENT */
* html div#menu dd {
	white-space: nowrap;
	width: 1px; 
}
div#menu ul {
	margin: 0px;
	list-style-type: none;
	position: absolute;
	border-left: 1px solid #496885;
	border-right: 1px solid #496885;
	border-bottom: 1px solid #496885;
	background: #fff;
	color: #1d4163;
	padding: 2px 0px 0px 0px;
}
div#menu li {
	margin: 0px;
	list-style-type: none;
	width: 100%;
}
#menu li a {
	color: #02238c;
	text-decoration: none;
	display: block;
	height: 20px;
	padding: 1px 5px 1px 5px;
}
div#menu li a:hover {
	color: #01134d;
	padding: 1px 5px 1px 5px;
}
/* IDENTIFICATION */
div#divIdentification {
	float:right;
	margin-top: 5px;
	margin-right: 5px;
	padding: 20px 0 0 10px;
	width: 275px;
	height: 100px;
	background: url(images/identification.jpg) no-repeat;
	color: #fff;
}
div#divIdentification .ligne {
	height: 30px;
	clear: both;
}
#divIdentification label {
	display: block; 
	float: left; 
	width: 100px;	
}
#divIdentification input {
	display: block; 
	float: left; 
	width: 140px; 	
}


div#identification {
	width: 275px;
	height: 65px;
	padding: 20px 0 0 460px;
	margin: 0;
	/*background: #1d4163 url(images/fond_identification.jpg) no-repeat;*/
	background: #1d4163 url(images/plans_de_transports.jpg) no-repeat;
	color: #fff;
}
div#identification .ligne {
	height: 30px;
	clear: both;
}
#identification label {
	display: block; 
	float: left; 
	width: 100px;	
}
#identification input {
	display: block; 
	float: left; 
	width: 140px; 	
}


	
/*#################### MESSAGES ######################*/
.message{
	position:absolute;
	z-index:999;
	left:20%;
	top:15%;
	width:60%;
	padding:15px;
	border:1px solid #000;
	font-family:verdana;
	font-weight:bold;
	font-size: 12px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#AAAAAA,direction=135,strength=5);
	padding-left:50px;
	text-align:center;
	display:block;
}
.ok{
	background: #C8DFD0 url('images/bgOk.gif') no-repeat;
	color:#087200; background-image:url('images/bgOk.gif'); background-repeat:no-repeat
}
.error{
	background: #F7DEDE url('images/bgErreur.gif') no-repeat;
	color:#FF0000; background-image:url('images/bgErreur.gif'); background-repeat:no-repeat
}
.del{
	background: #F7E6DE url('images/bgDel.gif') no-repeat;
	color:#E96D05; background-image:url('images/bgDel.gif'); background-repeat:no-repeat
}
.edit{
	background: #F7EEDE url('images/bgEdit.gif') no-repeat;
	color:#E96D05; background-image:url('images/bgEdit.gif'); background-repeat:no-repeat
}