html, body {
	height:100%;
}
body {
	margin:0px;
	text-align:center;
	background:#f1f1f1 url(../images/back/background.gif) center repeat-y;
	font-family:'Trebuchet MS', Arial;
	font-size:12px;
	color:#5a5a5a;
}
#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -30px;
}
#push {
	clear:both;
	height:30px;
}
a, a:visited {
	color: #000;
	text-decoration:none;
}
a:hover, a:focus, a:active {
	color: #e9e9e9;
	text-decoration:none;
}
/*-----------------------------------------------------------------------*/

#header_container {
	/*background:#5a5a5a url(../images/logo/logo.png) bottom no-repeat;*/
	background:#5a5a5a;

}
#header_container1 { background:#5a5a5a; }

#header_content {
	width:980px;
	height:45px;
	margin:0px auto;
	padding:5px;
	text-align:left;
	position:relative;

}
#header_content1 {
	width:980px;
	height:45px;
	margin:0px auto;
	padding:5px;
	text-align:left;
	position:relative;
	/*background: url(../images/logo/logo.png) bottom left no-repeat;*/
}
#header_content h1 {
	margin:0px;
}
#header_content strong {
	color:#a9c832;
}
#header_content span {
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	padding:5px;
	color:#fff;
}
#header_content1 a, #header_content a:visited {
	color: #fff;
}
#header_content1 a:hover, #header_content a:focus, #header_content a:active {
	color: #e9e9e9;
}
#header_content1 h1 {
	margin:0px;
}
#header_content1 strong {
	color:#FFD300;
}
#header_content1 a, #header_content a:visited {
	color: #fff;
}
#header_content1 a:hover, #header_content a:focus, #header_content a:active {
	color: #FFD300;
}
/*-----------------------------------------------------------------------*/

#footer_container {
	height:30px;
	background-color:#5a5a5a;
}
#footer_content {
	width:980px;
	margin:0px auto;
	padding:5px;
	text-align:center;
	color:#fff;
}
#footer_content strong {
	color:#FFD300;
}
#footer_content a, #footer_content a:visited {
	color: #fff;
}
#footer_content a:hover, #footer_content a:focus, #footer_content a:active {
	color: #ff7800;
}
/*-----------------------------------------------------------------------*/
#content_container {
	width: 990px;
	margin: 0px auto;
}

/*-----------------------------------------------------------------------*/

#menu {
	background-color:#e9e9e9;
	text-align:center;
	font-size: 18px;
	font-weight: bold;
}
.ul-titre {
	color:#5a5a5a;
	font-size:18px;
	font-weight:bold;
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:190px;
}
.ul-titre img {
	border:0px;
	vertical-align:middle;
	margin-right:5px;
}
.ul-titre a, .ul-titre a:visited {
	color: #5a5a5a;
}
.ul-titre a:hover, .ul-titre a:focus, .ul-titre a:active {
	color: #ff7800;
	text-decoration:underline;
}
.ul-titre li {
	background:#e9e9e9 url(../images/back/background-title.gif) top repeat-x;
	padding:10px;
}
.ul-sous-titre {
	color:#5a5a5a;
	font-size:14px;
	font-weight:normal;
	background:none;
	list-style-image:url(../images/back/picto_puce_small.png);
	margin:0px;
	padding-top:5px;
}
.ul-sous-titre li {
	background:none;
	padding:1px 0px;
}
/*-----------------------------------------------------------------------*/

.left { float: left; }
.right { float: right; }
.clear {
	display: block;
	clear: both;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

#content {
	width:920px;
	/*padding:20px;*/
	margin:0 auto;
	text-align:left;
	font-size:13px;
}
#content h2 {
	font-size: 20px;
	margin: 20px auto;
	padding: 20px 0 15px;
	border-bottom: 2px dotted;
}
.heading-labels {
	margin: 30px 0 0;
}
#heading {
	margin: 20px auto;
	padding: 20px 0 15px;
	border-bottom: 2px dotted;
}
#heading h2 {
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: none;
}
#heading::after {
	content: "";
	display: block;
	clear: both;
}
#heading > a {
	float: right;
}

#content img {
	vertical-align:middle;
	border:0px;
}
#content span {
	float:right;
	display:block;
	width:100px;
	text-align:left;
	font-size:14px;
	margin-right:50px;
}
#content a, #content a:visited {
	color: #5a5a5a;
}#content_container a, #content a:visited {
	color: #5a5a5a;
	font-style: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content a:hover, #content a:focus, #content a:active {
	color: #ff7800;
	text-decoration:underline;
}
#content hr {
	clear:both;
	width:766px;
	border: 1px dashed;
	margin:10px auto 10px;
}
#content form {
	margin: 0px;
}

#content th {
	padding:5px;
	background-color:#e9e9e9;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
}

#content input {
	width:630px;
	border:solid 1px #e9e9e9;
	background-color:#fff;
	font:13px Arial;
}
#content td .bouton {
	min-width: 200px;
	width: auto !important;
	padding: 10px 30px;
	text-align: center;
	margin: 15px auto;
}
#content td .bouton:hover {
	background-color: #e9e9e9 !important;
}
#content textarea {
	width:630px;
	height:400px;
	border:solid 1px #e9e9e9;
	background-color:#fff;
	font:13px Arial;
}
#classement table {
	margin-bottom:0px;
}
#classement th, td {
	border-bottom:none;
}
#classement ul, li {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.bt-valid,
#content .bt-valid {
	padding: 10px 20px;
	text-align: center;
	background-color: #e3e3e3;
}
.bt-valid:hover,
#content .bt-valid:hover {
	background-color: #333;
	color: #fff;
}

a#check-all {
	display: block;
	padding: 2px;
	border-radius: 5px;
}
a#check-all.checked {
	background-color: #fff;
	color: #000;
}

td.check-oui,
td.check-non {
	cursor: pointer;
	background-color: #f7f7f7;
}
td.check-oui.checked { background-color: #72AD35 }
td.check-non.checked { background-color: #D83336; }
td.input-hidden { cursor: default !important }
td.input-hidden input { visibility: hidden }

.td-titre {
	width:100px;
}
.td-picto {
	width:22px;
}
.td-picto2 {
	width:55px;
}
.ordre {
	text-align:center !important;
}
.ordre:hover {
	cursor:move;
}
.bouton-valider {
	width:160px !important;
	height:35px;
	margin:0px 5px;
	padding-left:40px;
	background:#f7f7f7 url(../images/back/picto_enregistrer_big.png) left no-repeat !important;
	border:solid 1px #ccc !important;
	font:bold 15px "Trebuchet MS" !important;
	cursor:pointer;
}
.bouton-annuler {
	width:160px !important;
	height:35px;
	margin:0px 5px;
	padding-left:40px;
	background:#f7f7f7 url(../images/back/picto_annuler_big.png) left no-repeat !important;
	border:solid 1px #ccc !important;
	font:bold 15px "Trebuchet MS" !important;
	cursor:pointer;
}
.bouton {
	width:98% !important;
	height:35px;
	margin:0px 5px;
	padding-left:40px;
	background:#f7f7f7 left no-repeat !important;
	border:solid 1px #ccc !important;
	font:bold 15px "Trebuchet MS" !important;
	cursor:pointer;
}
.checkbox {
	width:10px;
	height:10px;
	padding:0;
	margin:0;
}
.bouton-zone-validation {
	text-align:center;
	margin-bottom:30px;
	margin-top: 30px;
}

.lat-lng input {
	width: 150px;
}


/*-----------------------------------------------------------------------*/

#login {
	width:400px;
	height:300px;
	margin:80px auto 20px auto;
	text-align:center;
	font-size:13px;
}
#login form {
	margin: 0px;
}
#login table {
	margin:0px auto;
	margin-bottom:10px;
	width:400px;
	border-spacing:1px;
	background-color:#ccc;
}
#login th {
	padding:5px;
	background-color:#e9e9e9;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
}
#login td {
	padding:5px;
	background-color:#f7f7f7;
	text-align:left;
}
#login input {
	width:270px;
	border:solid 1px #e9e9e9;
	background-color:#fff;
	font:13px Arial;
}
.bouton-identification {
	width:160px !important;
	height:35px;
	margin:0px 5px;
	padding-left:40px;
	background:#f7f7f7 url(../images/back/picto_membre_big.png) left no-repeat !important;
	border:solid 1px #ccc !important;
	font:bold 15px "Trebuchet MS" !important;
	cursor:pointer;
}
/*-----------------------------------------------------------------------*/

.erreur {
	margin:20px 0px 20px 0px;
	padding:5px 20px;
	background-color:#dd8d8d;
	border:dashed 1px #c83232;
	font:15px "Trebuchet MS";
	text-align:left;
}
.valide {
	margin:20px 0px 20px 0px;
	padding:5px 20px;
	background-color:#cddd8d;
	border:dashed 1px #a9c832;
	font:15px "Trebuchet MS";
	text-align:left;
}
.pointPosGeo::before {
	content: "- ";
	font-size: 1.5em;
}
