div#colonne_principale{
	width: 74%;
	float: left;
	margin: 0;
	padding: 0;
}

div#colonne_secondaire{
	width: 25%;
	float: right;
	margin: 0;
	padding: 0;
}
div.module#accueil{
	border: 1px solid #ffcc33;
	background-color: #ffffcc;
	margin-bottom: 0;
}

div.module#accueil ul.menu_top{
	background-color: #ffcc33;
}
div.infobulle{
	width: 300px;
	margin: 0;
	padding: 0;
}

div.infobulle img{
	float: right;
	margin: 0 0 5px 5px;
	padding: 0;
	border: 1px solid grey;
	width: 75px;
	height: 75px;
}

div.infobulle p{
	margin: 0;
	padding: 0;
	text-align: justify;
}

div.infobulle h2{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1em;	
}

div.module#menu{
	border: 1px solid rgb(204,204,204);
	margin-left: 10px;
}

div.module#menu h1{
	background-color: rgb(204,204,204);
}

div.module#gestcat h1{
	background-color: #339900;
}

div.module#gestcat{
	border: 1px solid #339900;
}

div.module#menu ul{
	margin-left: 15px;
	text-indent: 9;
	padding-left: 0;
}


div.module#carte{
	border: 1px solid #339900;
}

div.module#carte h1{
	background-color: #339900;
	color: white;
}

div#formulaire_edition{
}


div#map{
	margin: 0;
	padding: 0;
	height: 350px;
}

div#map.small{
	height: 150px;
}

div.incat{
	font-size: 1em;
	border: 1px solid rgb(237,237,237);
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

div.incat h1, div.incat h2{
	font-family: arial, sans-serif;
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
	padding-left: 0;
}

div.bloc p.infos{
	font-size: 0.80em;
}

div#colonne_principale img.thumb{
	float: right;
	border: 1px solid grey;
	margin: 5px 0 5px 5px;
}
	
div.incat img.icone{
	border: 0;
	float: left;
	margin: 0 10px 0 0;
}

div.bloc li{
	list-style-type: none;
	margin-bottom: 8px;
}

div.bloc div.formulaire fieldset{
	margin-left: 0;
	margin-right: 0;
}

div.formulaire#commenter fieldset{
	margin: 0 0 0 0;		
}

div.commentaire{
	font-family: "Georgia", serif;
	border: 1px solid rgb(204,204,204);
	padding: 0 10px 5px 10px;
	margin: 15px 0 10px 0;
	font-size: 1em;
}

div.commentaire h2{
	font-family: arial, sans-serif;
}

div.commentaire p.infos{
	font-size: 0.9em;
	margin-bottom: 5px;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 80%;
}

div.commentaire p.infos{
	font-size: 0.9em;
	margin-bottom: 0;
}

table.liste{
	width: 100%;
}

table.liste img{
	border: none;
	vertical-align: middle;
}


