	html {
		height: 100%;
	}
	body {
		margin: 0;
		padding: 0;
		height: 100%;
		color: #634228;	
		background-color: white;
		font: normal normal 10px Verdana, Arial, Helvetica, sans-serif, Times;
		/*border: 1px red solid;*/
	}
	#container { 
		width: 794px;
		background-color: #EEEADC;
		text-align: left;
	}
	
/*****************************/
/*			  	HEADER  				 */
/*****************************/
	.Bande {
		height: 4px;
		font-size: 0;
		background-color: #E3D4BE;
	}
	#nav {
		height: 20px;
		background: url(/cite-malesherbes_images/nav_bg.gif) repeat-x;
	}
	
/*****************************/
/*			  	FOOTER  				 */
/*****************************/
	#footer {
		/*text-align: center;*/
		padding-bottom: 6px;
	}
	#footer .Bande {
		height: 4px;
		font-size: 0;
		background-color: #04173D;
		margin-bottom: 4px;
	}
	#footer p {
		/*text-align: center;*/
		font: normal normal 9px Arial, Verdana, Helvetica, sans-serif, Times;
		color: #9A9A9A;
		padding: 0;
		margin: 4px 0 4px 0 ;
	}

/*****************************/
/*			  	ROOT	  				 */
/*****************************/
	.Left {
		width: 500px;
		vertical-align: top;
	}
	.Right {
		width: 100%;
		vertical-align: top;
	}
	.Visuel {
		width: 211px;
		margin-right: 28px;
	}
	.Visuel p {
		padding: 0 4px 0 0;
		margin: 0;
		position: relative;
		top: -20px;
		font: normal bold 13px Times, Helvetica, Verdana, Arial, sans-serif;
		text-align: right;
		color: #634228;
	}
	.Diapo {
		text-align: center;
		background-color: #E0CDB5;
		border: 1px #634228 solid;
	}
	.Diapo td {
		text-align: center;
	}
	.Diapo img {
		vertical-align: middle;
	}
	.Diapo .Controle {
		border-top: 1px #634228 solid;
	}
	#listeproduit {
		color: white;
		font: normal bold 10px Verdana, Arial, Helvetica, sans-serif, Times;
		text-transform: uppercase;
		text-align: center;
	}
	#listeproduit td {
		background-color: #BB9175;
		border-top: 1px #9F643C solid;
		border-bottom: 1px #9F643C solid;
		border-right: 1px #D7BEAE solid;
		margin: 10px;
		padding: 3px 6px 3px 6px;
	}
	#listeproduit .Head td {
		color: white;
		background-color: #9F643C;
	}
	#listeproduit .Libre {
		color: white;
		background-color: #22A246;
	}
	#listeproduit .Occupe {
		color: white;
		background-color: #DE882C;
	}
	#listeproduit .Vendu {
		color: white;
		background-color: #DA3E3E;
	}
	.Annotation{
		padding:0; 
		margin:2px 0 0 12px;
		font: italic normal 10px Verdana, Arial, Helvetica, sans-serif, Times;
		color:#634228;
	}
	#pages {
		float: right;
		font: normal bold 10px Verdana, Arial, Helvetica, sans-serif, Times;
		text-align: right;
		margin: 4px 2px 0 0;
		padding: 0;
	}
	#pages ul {
		margin:0; 
		padding:0;
		list-style-type: none;
	}
	#pages li { 
		float: left;
		margin: 0 2px 0 2px;
		padding: 2px 4px 2px 4px;
		background-color: #BB9175;
	}
	#pages a:link, 
	#pages a:visited, 
	#pages a:hover, 
	#pages a:active {
		text-decoration: none;
		color: white;
		padding: 0;
	}
	#pages .Selected {
		background-color: #9F643C;
	}
	#pages .Texte {
		margin:0;
		padding: 3px 3px 0 0;
		vertical-align: bottom;
		color:#634228;
		background-color: #EEEADC;
	}
/************************/	
/*****		GLOBAL		*****/	
/************************/	
	h1 {
		font: normal normal 24px Times, Verdana, Arial, Helvetica, sans-serif;
		padding: 8px 4px 4px 16px;
		color:#634228;
		background-color: #E0CDB5;
	}	
	h2 {
		background-color: #E0CDB5;
		margin: 0 0 20px 0;
		padding: 8px 4px 6px 34px;
		font: normal normal 12px Times, Verdana, Arial, Helvetica, sans-serif;
	}	
	h2 strong {
		font-size: 18px;
	}
	h3 {
		font: normal bold 12px Verdana, Arial, Helvetica, sans-serif, Times;
	}	
	h4 {
		font: italic normal 12px Verdana, Arial, Helvetica, sans-serif, Times;
	}	
	p {
		font: normal normal 10px Verdana, Arial, Helvetica, sans-serif, Times;
		text-align: justify;
		padding-left: 16px;
	}
	p strong {
		color: #634228;
	}
	a:link, a:visited, a:active {
		color: #836248;
		text-decoration: none;
	}
	a:hover {
		color: white;
	}
	
	.Formate {
		background-image: url(/cite-malesherbes_images/p.gif);
		background-repeat: no-repeat;
		background-position: 0 3px;
		padding : 0px 0px 0px 55px;
		margin-bottom : 14px ;
	}
	.FormateStrong {
		background-image: url(/cite-malesherbes_images/p_strong.gif);
		background-repeat: no-repeat;
		background-position: 0 3px;
		padding : 0px 0px 0px 55px;
		margin-bottom : 14px ;
		color: #634228;
		font-weight: bold;
	}
	.FormateContact {
		color: #634228;
		background-color: #E0CDB5;
		font: normal bold 11px Arial, Verdana, Helvetica, sans-serif, Times;
		margin: 0 0 14px 55px;
		padding : 4px 0px 4px 150px;
	}
	.FormateContact a:link, .FormateContact a:visited, .FormateContact a:active { 
		color: #836248;
		text-decoration: none;
	}
	.FormateContact a:hover {
		color: white;
	}

.Clikeo { 
	padding-top:10px;
	color :#B3B1B1;
	text-align : center;
}
.Clikeo a,.Clikeo a:visited,.Clikeo a:hover,.Clikeo a:active { 
	color :#B3B1B1;
	font: normal normal 7pt Verdana; 
}
