/* CSS Document */
	/* -------------------------------------------- BALISE GENERAL --------- */
	* { padding:0; margin:0; }
	body {
		font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
		background-color:#E6E6E6;
	}
	
	
	/* -------------------------------------------- BALISE STRUCTURE --------- */
	div { border:0px solid blue; }
	#page {
		position:relative;
		width:740px;
		margin:20px auto;
		border-width:0px;
	}
	#bandeau {
		position:relative;
		width:100%;
		height:90px;
		margin:0px auto;
		background:#7EC727 url(../img/bandeau.jpg) no-repeat 0 0;
		border-width:0px;
	}
	#menu {
		position:relative;
		width:100%;
		height:43px;
		margin:0px auto;
		border-width:0px;
	}
	#imgMaison {
		position:relative;
		width:100%;
		height:182px;
		margin:0px auto;
		background:#ffffff url(../img/imgMaison.jpg) no-repeat 0 0;
		border-width:0px;
	}
	#contenu {
		position:relative;
		width:700px;
		/*
		min-height:300px;	!important
		height:200px;*/
		background:#FFFFFF;
		margin-left:22px;
		border-width:0px;
	}
	#pied {
		position:relative;
		width:100%;
		height:22px;
		background:#004E49 url(../img/pied.jpg) no-repeat 0 0;
		border-width:0px;
	}
	
	
	/* -------------------------------------------- BALISE MENU --------- */
	#menu ul, #menu li { display:inline; }
	#menu li { margin-left:80px; }
	#menu li, #menu a { font-size:12pt; font-weight:bold; }
	#menu a { text-decoration:none; color:#FFFFFF; }
	#menu a.encours { color:#004E49; font-weight:bold; }
	
	
	/* -------------------------------------------- BALISE PARTIE CONTENU --------- */
	#contenuGauche {
		position:relative;
		float:left;
		width:475px;
		border-width:0px;
	}
	#contenuDroit {
		position:relative;
		float:right;
		width:220px;
		border-width:0px;
	}
	.floatClear { position:relative; clear:both; }
	
	#greenBox {
		position:relative;
		width:210px;
		height:220px;
		margin-top:20px;
		background:#FFFFFF url(../img/box.jpg) no-repeat 0 0;
		border-width:0px;
	}
	
	
	/* -------------------------------------------- BALISE TEXTUELLE --------- */
	.couleurCyanVert { color:#004E49; }
	
	h1, h2, h3, p { padding:15px 20px 0 20px; }
	p { text-align:justify; }
	h1 { font-size:1.5em; }
	h2 { font-size:1.2em; }
	
		
	/* -------------------------------------------- BALISE FORMULAIRE --------- */	
	label { float:left; display:block; width:90px; margin-left:20px; }
	input, textarea, label { margin-top:3px; }
	.zoneBouton { width:350px; margin-left:100px; }
	.zoneBouton input { margin-left:20px; }
	.commentaire { color:#666666; text-align:right; }
	.message { background-color:#CCCCCC; color:#004E49; font-weight:bold; margin:10px 20px; display:block; }



