/* Toute la page */
body
{
	width: 920px;
	margin: auto;
	background: #e6eff4 url("fond.jpg") repeat-x fixed top left;
	font-family: "Book Antiqua", "Times New Roman", Times;
}

/* L'entête */
#en_tete
{
	width: 920px;
	height: 121px;
	background-image: url(banniere.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*Le Menu*/
#menu
{
	float: left;
	width: 150px;
	background-color:#F4F9FD;
}
#menu h4
{
	line-height: 20px;
	margin: 0;
	padding-top: 6px;
	padding-left:50px;
	padding-bottom:4px;
	vertical-align: bottom;
	background: url("titre_menu.png") no-repeat;
	color: #29ae8f;
	font-weight: bold
}

#menu .corpsmenu 
{
	height:330px;
	background-color:#F4F9FD;
	padding-left:15px;
	margin: 0px;
	border: 1px solid #848686;
	font-weight: bold
}
#menu ul
{
	list-style-type: none;
	padding: 0;
	margin-left: 5px;
}
#menu li
{
	padding-top: 7px;
	padding-bottom: 10px;
}
#menu a:hover
{
	text-decoration: underline;
	color: #ff6600;
}

#menu a
{
	text-decoration: none;
	color: #0037ac;
}


/*Le Corps*/
#corps_texte
{
	padding: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
	background-color:#F4F9FD;
	text-align:left;
	border: 1px solid #848686;
}

#corps
{
	background-color:#F4F9FD;
	margin-left: 160px;
}

#corps h4
{
	line-height: 20px;
	margin: 0;
	padding-top: 6px;
	padding-left:50px;
	padding-bottom:4px;
	vertical-align: bottom;
	background: url("titre_corps.png") no-repeat;
	color: #29ae8f;
	font-weight: bold
}


#corps h2
{
	color: #884eff;
	height: 30px;
	padding-left: 40px;	
	background: url("titre.png") no-repeat;
	font-style: italic;
}
#corps h2:first-letter 
{
   font-weight: bold;
   font-size: 1.2em;
}

#corps ul
{
	padding-left: 20px;
	list-style-image: url("puce.png");
}
#corps li
{
}
#image
{
	width: 600px; 
	margin-left:80px; 
	border: 2px solid black;
}

#corps_desc
{

}

#corps_devis
{

}
.table_horaire
{
   margin: auto;
   border: 2px solid blue;
   border-collapse: collapse;
}
.th_horaire
{
	background-color: #884eff;
	color: white;
	font-size: 1.1em;
	text-align: center; 
	padding: 10px;
}

.td_horaire
{
	border: 1px solid black;
	text-align: center; 
	padding: 10px;
}

.adresse
{
	font-weight: bold ;
	font-size: 1.1em;
}

.societe
{
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
	color: #ff0000;
}

.partenaire
{
	color: #485c5e;
}

.offre
{
	font-style: italic;
}

textarea
{
	margin-bottom: 20px; 
	margin-top: 20px; 
	overflow: hidden;
}

input:focus, textarea:focus
{
	background-color: #FFFF99;
}

label
{
	color: blue;
   	margin-top: 10px;
	margin-bottom: 10px;   
}

fieldset
{
	margin-top:20px;
	margin-bottom:20px;
	padding-left:5px;
	padding-top:20px;
	padding-bottom:10px;
}

caption
{
   font-weight: bold;
}

legend
{
   color: black;
   font-weight: bold;
   background:#FFFF99;
 }
 
#submitform
{
	text-align: center;
}

#submitform input:hover
{
   background-color: #FFFF99;
}
#invisible
{
	color: #f4f9fd;
}

.gsmsc-mapDiv {
	height : 300px;
	min-height : 300px;
}

.gsmsc-idleMapDiv {
	height : 300px;
	min-height : 300px;
}

#mapsearch {
    width : 600px;
    margin: 35px;
    padding: 4px;
}

#legende
{
	text-align: center; 
	font-size: 0.9em;
	font-style: italic;
}		
/*Le Pied de page*/
#pied_de_page
{
	margin-left: 160px;
	text-align: center;
}
