body {
    font-weight: normal;
    font-size: 10px;
    margin: 16px 0px;
    padding: 0;
    text-align: center;
}

.lieninactif{
   font-size: 12px;
   color:#C00000;
   text-decoration: none;
}

.lienactif{
   font-size: 12px;
   text-decoration: none;
}

/*titre bannière*/	
.grandtitre { 
    font-size: 25px;
    font-weight: bold;
}

/*sous titre bannière*/
.grandsoustitre {
    text-decoration: none;
    font-size: 20px;
}

  /* titre des pages */
.soustitre { 
    text-decoration: none;
    font-size: 18px;
}

/*Coordonnées page "nous trouver"*/
.coordonnees{
    text-decoration: none;
	font-weight: bold;
    font-size: 14px;
}	

/* le tableau des liens */	
.tableaux_liens {
    font-size: 12px;
}

/* texte des zones de texte dans les pages*/
.textaccueil{
    font-size: 11px;  
}
	
#container {
	width: 761px;
	margin: 0 auto;
	text-align: left;
} 
  
#top {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}
  
#main {
	float:left;
	padding: 5px 16px;
}
  
#maincolumn {
	padding: 0px 0px;
	width:565px;
	float:left;
	/*height:100%;*/
}
  
#sidebar{
	display:inline;
	width:150px;
	float:right;
	/*height:100%;*/
 }
 
#box{
	width:150px;
}

#box-title{
	font-weight:normal;
	font-size:12px;
	font-weight:bold;
	color:white;
	text-align:center;
	padding:2px;
}

#box-content{
	margin-top:2px;
	padding-top:10px;
	padding-bottom:5px;
	font-size:12px;
}

#zone {
    text-align: center;
	/*height: 112px;*/
	/*width: 150px;    */
  }	
  
#bottom { 
	margin-top:10px;
	font-size:11px;
	clear:both;
}
  
#debug{
	margin:10px;
}

div#map {
	width:95%;
	height:410px;
	background-color:#FFFFFF;
	margin-top: 5px;
}  

div#streetview {
	width:95%;
	height:300px;
	background-color:#FFFFFF;
	margin-top: 5px;
}  
 

/******************* zone d'aide en mode admin ****************/ 
.help{
	background-color:#FFFAAD;
	border:2px solid #ECECEC;
	margin-left:13px;
	margin-right:16px;
	margin-bottom:15px;
	position:relative;	
	color: #333333;
	font-family: verdana,arial;
	font-size:10px;
	padding:5px;
	text-align:left;
}  
  

/**********************Menu***********************/
div#navigation {
	display:inline;
	float:left;
	margin:10px 10px 9px;
	padding-left:5px;
	position:relative;
	width:720px;	
}

/*
a.menu,a.menu_selected {
	float:left;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	margin-bottom:0px;
	padding:6px 30px 6px 5px;
	text-decoration:none;
	white-space:nowrap;
	outline: none;
	margin-right:3px;
}

a.menu_image,a.menu_image_selected {
	float:left;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	margin-bottom:0px;
	padding:4px 10px 4px 5px;
	text-decoration:none;
	white-space:nowrap;
	outline: none;
	margin-right:3px;
}
*/

table#menu_onglets {
	height:30px;
	margin-bottom:0px;
}


table#menu_onglets a{
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}


.menu_tabs{
	font-weight:bold;
	font-size:12px;
	text-decoration:none;	
	padding-left: 3px;
	padding-top:0px;
	padding-bottom:3px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	height:20px;
}

.menu_tabs li{
	display: inline;
	line-height:15px;	
	/*margin-right:3px;	*/
	margin-bottom:0px;	
}

.menu_tabs li a{
	padding-top:7px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
}

/*les couleurs et le survol est gérée dans la feuille de style du site*/




/***** mise à jour du style - cadre blanc qui ne dépend pas de la couleur du site***/
a.link_majstyle {
	color:#444444;
}

a.link_majstyle:hover {
	color:orange;
}



/*************************formulaire de contact******************/
#formul_contact input{
	border:1px solid #CFCFCF;
	color:#777777;
	font-family:Verdana,sans-serif;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:2px;
}

#container .bouton_submit{
	border:1px solid #888888;
	color:#444444;
	font-family:Verdana,sans-serif;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:2px;
}

#container .bouton_submit:hover{
	border:1px solid #000000;
	color:#000000;
}


#main textarea {
	border:1px solid #CFCFCF;
	color:#666666;
	display:block;
	font-family:Verdana,sans-serif;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:2px;
	width:450px;
}

.label_contact{
	font-weight:bold;
}

/*-----------------style de l'édition du site en ligne--------------*/
#topbar{
	position:absolute;
	border: 1px solid black;
	padding: 2px;
	background-color: #FFFF99;
	width: 650px;
	visibility: hidden;
	z-index: 100;
	text-align:left;
	color:#000000;
}

#param{
	position:absolute;
	border: 1px solid black;
	padding: 2px;
	background-color: #FFFF99;
	z-index: 100;
	text-align:left;
	color:#000000;
}

#module{
	border: dotted 1px #C0C0C0;
	padding: 2px;
}


#toolbar_edit{
	float:right;
	margin-top:-10px;
}

#toolbar_edit img{

}
