/* CSS Document */

	* {
		border:0;
		margin:0;
		padding:0;
		font-family: "Lucida Grande", "Trebuchet MS", verdana, arial, helvetica, sans-serif;
		font-size:11px;	
	}
	body {
		background-color: #DDD5C7;
	}
	/* HEADER */
	#header {
		background-color:#404d54;
		font-size:13px;		
		font-weight: bold;
		color: #e3ecf0;
		border-bottom: #A7CBDF 1px solid;
	}
	#header_stats {
		text-align:left;
		float:left;
		width:460px;
		margin-left:20px;
	}
	#header_menu {
		text-align:right;
		float:right;
		width:460px;
		margin-right:20px;
	}
	#header_menu a {
		color: #e3ecf0;
		text-decoration:none;
	}
	#header_menu a:hover {
		color: #e3ecf0;
		text-decoration:underline;
	}
	
	/* Principal */
	.header_img {
		width:1000px;	
	}
	.container {
		border-left: #9F9F9F solid 1px;
		border-right: #9F9F9F solid 1px;
		width:1000px;
		margin : 0 auto;		
	}
	#left .fond {
		background: #FFFFFF;
		margin-bottom:20px;
	}
	#right .fond {
		background: #D5DEE4;
		margin-bottom:20px;
	}
	#left {
		float : left;
		width: 740px;
		margin: 20px !important;
		margin: 20px 2px 20px 2px;	
	}
	#right {
		float : right;
		width : 198px;
		margin-right : 20px;
		margin-top : 20px;
		margin-bottom : 20px;
	}
	.fond_left {
		float:left;
		width:100px;
	}
	.fond_right {
		margin-left:130px;
		height: 1%;
	}
	#principal {
		width:100%;	
	}
	#principal .container {
		border-bottom: #9F9F9F solid 1px;
		background-color: #FFFFFF;
	}
	.clear {
		clear:both;
	}
	#right * ul {
		list-style-image: url('http://www.astel.be/img/design/puce.gif');
		margin-left: 20px;
	}
	#right * li {
		margin: 0;
	}
	#left * ul {
		list-style-image: url('http://www.antennes-gsm.be/images/puce.png');
		margin-left: 18px;
	}
	#left * li {
		margin: 0;
	}
	.pub_carre {
		
	}
	.demi_gauche {
		float:left;
		width:360px;
	}
	.demi_droite {
		float:right;
		width:360px;
	}
	.titre {
		background-color:#84544a;
		margin-bottom:5px;
		padding:3px;
		color:#FFFFFF;
		height: 1%;
	}
	#left * a {
		text-decoration:none;
		color:#000000;
	}
	#left * a:hover {
		text-decoration:underline;
		color:#000000;
	}
	#right * a {
		text-decoration:none;
		color:#000000;
	}
	#right * a:hover {
		text-decoration:underline;
		color:#000000;
	}
	#gauche_localisation {
		float:left;
		width:300px;
	}
	#droite_localisation {
		float:right;
		width:430px;
	}
	td {
		text-align:center;
	}
	table {
		width:100%;
	}
	th,.titre2 {
		background-color:#93806D;
		padding:3px;
		color:#FFFFFF;
	}
	.titre2 {
		padding-left:20px;
	}
	input,textarea {
		background-color:#F0F0F0;
	}
	#bas * td {
		text-align:left;
	}
	#map {
		margin:2px;
	}
	#map span {
		font-size: 7px;
	}
	form.css fieldset {
		padding: 1em;
	}
	form.css label {
		display: inline;
		float: left;
		width: 70px;
	} 
	form.css input {
		border: 1px solid #000000;	
	}
	.gm_legende * {
		font-size:11px;
	}