.accordion_toggle{
	display: block;
	height: 30px;
	width: 280px;
	background: url(../images/accordion_toggle.jpg) no-repeat top right #a9d06a;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}
.ssmenu1_toggle {
	display: block;
	height: 30px;
	width: 270px;
	background: url(../images/accordion_toggle.jpg) no-repeat top right #a9d06a;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}

.accordion_toggle_active, .accordion_toggle:hover {
	background: url(../images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}
.ssmenu1_toggle_active, .ssmenu1_toggle:hover{
	background: url(../images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}


.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}
.ssmenu1_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}
	
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
	


body {
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	overflow: hidden;
	font: normal 0.7em Arial, Helvetica, sans-serif;

	color: #000000;
}

@media screen {
	table#general {
		width:100%;
		padding:0;
		margin:0;
		border:0;
		border-collapse:collapse;
		border-spacing:0;
	}
	#menu{
		display:block;
		border: solid 0px red;
		width: 300px;
		height: 500px;
		float: right;
		background:black;
		overflow: auto;
		overflow-x: hidden;
		overflow-y: auto;
		z-index:100;
		text-align:left;
		background: url(../images/logo.png) no-repeat bottom;/* right black; */
		vertical-align:top;
	}
	#map{
		border: solid Opx black;
		background: url(../images/fond_carte.jpg) no-repeat top right #99b3cc;
		margin:auto;
		height:600px;
		width:100%;
		z-index:1;
	}
	#print{
		position: fixed;
		top:260px;
		left:17px;
		height:41px;
		width:41px;
		border: solid Opx black;
		background: url(../images/main_print.png) no-repeat top right transparent;
		cursor:pointer;
		z-index:100;
	}
	#infos{
		position: fixed;
		top:310px;
		left:19px;
		height:37px;
		width:37px;
		border: solid Opx black;
		background: url(../images/info.png) no-repeat top right transparent;
		cursor:pointer;
		z-index:100;
	}
}
@media print {

	#menu{
		display:none;
	}

}

fieldset {
	/* border: 1px solid #000; 
	-moz-border-radius: 8px; */
}
legend{
	cursor:pointer;
	font-weight: bold;
}
.detail{
	font-weight:normal;
}

label {
	float:left;
	width:50px;
	text-align:right;
	text-decoration:underline;
}
input.add, textarea.add, select.add{
	width:220px;
}
#statu_add{
	background:#cc0000;
	color:#ffffff;
	border: 1px solid #cc0000; 
	text-align:center;
	-moz-border-radius: 8px;
}
a.modif {
	float:right;
	border:0;
}


img.ImgModif{
	cursor: pointer;
}