body {
	font-family: Verdana, Trebuchet, Arial, sans-serif;
	font-size: 75%;
	color: Black;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../medias/fond_page/fond.png);
	background-repeat: repeat-y;
}

a{
	text-decoration: none;
/*	color: inherit; */
	color: Black;
	border: none;
}

/** Elements consituant l'architecture des pages publiques **/
#corps{
	width: 750px;
	min-height: 592px;
	margin: 0;
}
#ciel{
	width: 543px;
	height: 120px;
	margin: 0;
	background-image: url(../medias/fond_page/ciel.png);
	float: left;
}
#manosque{
	width: 207px;
	height: 120px;
	margin: 0;
	background-image: url(../medias/fond_page/manosque.png);
	float: left;
}
#menu{
	width: 135px;
	height: 472px;
	margin: 0;
	background-image: url(../medias/fond_page/bandeau.png);
	float: left;
}
#menutexte{
position: relative;
}
#contenu{
	width: 615px;
	min-height: 472px;
	margin: 0;
	background-image: url(../medias/fond_page/village.png);
	float: left;
	background-repeat: no-repeat;
}
* html #contenu, * html #menu{
	margin-top : -1px;
	height: 420px;
}

#logo{
	border: none;
	margin-left: 20px;
	margin-top: 10px;
}
#souslogo{
	border: none;
	margin-left: 0px;
	margin-top: 10px;
}
#adresse{
	float: right;
	margin-top: -15px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	font-stretch: narrower;
	clear: none;
}
* html #adresse{
	margin-top: 0px;
	font-size: 0.85em;
}
hr.separateur{
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	border: 0;
}
.drapeau{
	margin-top: 100px;
	margin-left: 10px;
}


/*** MENU  ****/
dl.menu, p.menu{
	margin-top: 150px;
}
dl.menu, dt.menu, dd.menu, ul.menu, li.menu {
	font-family: Verdana, Arial, sans-serif;
	font-stretch: narrower;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
}
dt.menu, dd.menu, ul.menu {
	margin-top: 5px;
	margin-left: 5px;
}
dt.menu{
	cursor: pointer;
}
li.menu {
	margin-left: 5px;
}

#menu0, #menu0 a{
	color: #FFFFFF;
}
#menu1, #smenu1, #smenu1 a{
	color: #FFF05F;
}
#menu2, #smenu2, #smenu2 a{
	color: Lime;
}
#menu3, #smenu3, #smenu3 a{
	color: White;
}
#menu4, #menu4 a{
	color: #B5D095;
}
#menu5, #smenu5, #smenu5 a{
	color: #EACBDD;
}
#afaq{
	margin-top: 50px;
}


span.cgv{
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
}

.navigation{
	margin-left:20px;
	margin-right:35px;
}
.navigation, .navigation a{
	font-size: 0.85em;
	font-weight: bold;
	color: #305FA8;
}

a:hover{
	text-decoration: underline;
	color: inherit;
}
a:visited{
	text-decoration: none;
	color: inherit;
}
#menu a:hover{
	text-decoration: underline;
}
.accroche {
	border: none;
}
a.image:hover{
	border: medium White;
}

input, select, option, textarea, pre{
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
}

input.gareprinc{
	font-weight: bold;
}

caption, legend{
	font-size: 1.2em;
	font-weight: bold;
}
fieldset, caption{
	margin-top : 15px;
}
caption{
	background-color: #305FA8;
	color: white;
}

img.logo_noir{
	float: right;
	clear: none;
	position: relative;
}

/** Cartouche de signalement de la page **/
#cartouchesignal{
	background: url(../medias/bandeaux/blanc_gauche.gif) left bottom ;
	padding-right: 7px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	height: 32px;
	min-width: 320px;
}
* html #cartouchesignal{
	width: 460px;
}

#cartouchesignal a{
	color: #CC0000;
}
#cartouchesignal a:hover{
	text-decoration: underline;
}
#cartouchesignal p, #alaffiche{
	margin: 0;
	color: #CC0000;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	line-height: 32px;
}
#cartouchesignaldroit{
	position: absolute;
	left: 0px;
	top: 160px;
	z-index: 50;
	clear: none;
	height: 32px;
	padding-right: 13px;
	background-image: url(../medias/bandeaux/blanc_droit.gif);
	background-position: right;
	background-repeat: no-repeat;
}


/** Tableau des horaires  **/

table.horaires{
	empty-cells: show;
}
table.horaires td, table.horaires th{
	padding: 3px;
	margin: 0px;
}
table.horaires tbody, table.horaires tr{
	margin: 0px;
}
* html table.horaires{
	font-size: 1em;
}
tr.zero{
	background-color: white;
}
td.adroite{
	text-align: right;
	padding-right: 1em;
}
.equerre{

}

/** Tableau des jours  **/
table.jours, table.ligne {
	border-width: 2px;
	border-style: solid;
}
table.jours td, table.ligne td {
	border-style: dotted;
	border-width: 1px;
}


/** Bouton **/
div.bouton{
	font-weight: bolder;
	font-size: 1.1em;
	background: Silver;
	color: Blue;
	width: 100px;
	margin: 0 auto;
	text-align: center;
	border: outset ;
	border-width: 1px;
	border-left-color: #DCDCDC;
	border-top-color: #DCDCDC;
	border-right-color: Gray;
	border-bottom-color: Gray;
	padding: 2px;
	border-style: solid;
}
div.bouton:active{
	border-left-color: Gray;
	border-top-color: Gray;
	border-right-color: #DCDCDC;
	border-bottom-color: #DCDCDC;
}



/**** Formulaires *****/
/* div contenant un champ et son énoncé */
div.querep{

}
/* classe par défaut d'un fieldset */
fieldset.defaut{

}
/* classe par défaut des checkbox et radio */
.boutrad{

}
div.alerte{
	border: medium Gray;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: Red;
}


h4{
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	color: black;
}

#promos{
	display: block;
	margin-left: 20px;
	margin-right: 35px;
	padding-top: 30px;
}

#alerteLignes, #presentation, #devis{
	margin-left: 20px;
	margin-right: 35px;
	padding-top: 30px;
}
*html #devis{
	position: absolute;
}
#devis{
	margin-left: 5px;
	margin-right: 35px;
	padding-top: 30px;
	margin-top: 50px;
}

a.alerte{
	font-weight: bold;
	color: #EE0000;
	font-size: 1.1em;
}

#alaffiche{
	background-color: White;
	margin: 5px;
	border: 1px solid Black;
	text-align: center;
	width: 265px;
}

.engagement{
	font-style: italic;
}

.presentation{
	background-image: url(../medias/fond_page/trans.gif);
	padding-left: 0.25em;
}
#presentation_abonnement{
	background-image: url(../medias/fond_page/trans.gif);
}