#info {
	width:720px;
	float: left;
}

.fieldset_info_general{
	width: 700px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border: thin solid #999999;
	box-shadow: 2px 2px 6px #aaa;
	/* margin-bottom: 20px; */
	background-color: #FFFFFF;
	padding-top: 20px;
}

.titre_info{
	text-align: left;
	margin-left: 10px;
	color: #FFFFFF;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border: thin solid #999999;
	box-shadow: 2px 2px 6px #aaa;
	font-weight: normal;
	padding: 4px;
	background-color: #474340;
}

.fieldset_info{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}

.soustitre_info {
	color: #000000;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
}

.fieldset_info_imgbas{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
}

.img_arrondie{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border: thin solid #999999;
	box-shadow: 2px 2px 6px #aaa;
}


/* Image vignette à Droite avec MEF */
.img_info_1{
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border: thin solid #999999;
	box-shadow: 2px 2px 6px #aaa;
	width: 218px;
}

/* Image vignette à Gauche avec MEF */
.img_info_2{
	float:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border: thin solid #999999;
	box-shadow: 2px 2px 6px #aaa;
	width: 218px;
}

/* Image Panorama avec MEF */
.img_info_3{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border: thin solid #333333;
	box-shadow: 2px 2px 6px #aaa;
	width: 100%;
	vertical-align: top;
}



/* Image vignette à Droite sans MEF */
.img_info_4{
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 218px;
}

/* Image vignette à Gauche sans MEF */
.img_info_5{
	float:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 218px;
}

/* Image Panorama sans MEF */
.img_info_6{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 100%;
	vertical-align: top;
}



/* Image bas vignette avec MEF */
.img_info_7{
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border: thin solid #999999;
	box-shadow: 2px 2px 6px #aaa;
	width: 212px;
	vertical-align: top;
}

/* Image bas Panorama avec MEF */
.img_info_8{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border: thin solid #999999;
	box-shadow: 2px 2px 6px #aaa;
	width: 100%;
	vertical-align: top;
}


/* Image bas vignette sans MEF */
.img_info_9{
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	width: 212px;
	vertical-align: top;
}

/* Image bas Panorama sans MEF */
.img_info_a{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 100%;
	vertical-align: top;
}

.txt-2colonnes {
	-moz-column-count: 2;
	-moz-column-gap: 1em;
	-moz-column-rule: 1px solid black;
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
	-webkit-column-rule: 1px solid black;
}


.txt-3colonnes {
	-moz-column-count: 3;
	-moz-column-gap: 1em;
	-moz-column-rule: 1px solid black;
	-webkit-column-count: 3;
	-webkit-column-gap: 1em;
	-webkit-column-rule: 1px solid black;
}

.plansite {
	margin-left: 25px;
}

