
/* index et carte */

/* corps de page, en -tête, pieds de page */
body {
	background-color: white;
	color: #E89700;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}

.entete {
	margin-top: 0; 
	padding: 30px 30px 30px 80px;*/
	background-color: white;
	color: #FFAC11;
	font-size: 30px;
	font-weight: normal;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	text-align: center;
	width: 60%;
}  

.entete_formulaire {
	margin-top: 0;
	padding: 30px 30px 30px 80px;
	background-color: white;
	color: #FFAC11;
	font-size: 30px;
	font-weight: normal;
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	text-align: center;
}  

img.titre {
position : absolute;
left : 250px;
top : 25px;
}

.logo_rgd {
	position:absolute;
	left:25px;
	top:15px;
}

.logo_thyez {
	position:absolute;
	right:25px;
	top:15px;
	width:100px;
}

#note {
	font-size: 65%;
	color: #BD7B00;
}

#map {
margin-top:5px;
border: 2px solid;
border-style: border-color:#FFAC11;
}

#legende {
margin-top:5px;
padding:3px;
}

#warning {
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	border: 2px solid;
	border-style: border-color:#FFAC11;
	color:red;
	padding:5px;
	font-size:12px;
	text-align:center;
	width:70%;
}

/* liens bulles */

.link {
	background: none;
	color: #1E90FF;
	text-decoration: underline;
	font-weight:normal;
}
.link:hover {
	color: #0056A8;
	text-decoration: underline;
}

/* formulaire de saisie */

.btnvalide {
	font-weight: bold;	
	background-color: #6A6A6A;
	color:#E89700;
}
.btnvalide:hover {
	color:#E89700;
	background-color: #7E7E7E;
	font-weight: bold;	
}

/* chargement loadinf ... */

#loading{
        position:absolute;
        left:45%;
        top:40%;
        padding:2px;
        z-index:20001;
        height:auto;
        border:1px solid #ccc;
}
#loading a {
        color:#225588;
}
#loading .loading-indicator{
        background:white;
        color:#444;
        font: 13px tahoma,arial,helvetica;
        padding:10px;
        margin:0;
        height:auto;
}
#loading-msg {
        font: normal 10px arial,tahoma,sans-serif;
}
