@import "custom.css";

body
{
	background-color: #ffffff;
	font-size: 77%;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #000000;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
a
{
    color: #006859;
	text-decoration: underline;	
}
a:hover
{
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, form, fieldset, img, p, div
{
	padding: 0px;
	margin: 0px; 
	border: 0px;
}
table, td
{
	font-size: 100%;
}
input, select, textarea
{
    border: solid 1px #d2dbe1;
    color: #000000;
}

/*  MISE EN PAGE */
.invisible { display: none; }
.left { float: left; }
.right { float: right; }
.middle { vertical-align: middle; }
.center { text-align: center; }
.clear { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
.overflow { overflow: auto; }
.hidden { height: 0px; width: 0px; overflow: hidden; }

/* erreur, confirmation, etc... */
.error
{
	font-weight: bold;
	color: #972321;
}
.success
{
	font-weight: bold;
	color: #015e26;
}
.disabled
{
	color: #5a5b5a;
}
.legende
{
    font-size: 92%;
}

/* Images */
.leftimg { float: left; }
.rightimg { float: right; }
.topimg { text-align: center; }

/* Liens divers */
.lienRI
{
	background-image: url("../img/fr/bus_icon.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 48px;
	padding-top: 15px;
	padding-bottom: 0px;
}
.lienHoraire
{
	background-image: url("../img/fr/hour_icon.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 26px;
	padding-top: 15px;
	padding-bottom: 0px;
}

/*  STRUCTURE GENERALE */
#global
{
	width: 960px;
	margin: 10px auto 10px auto;
    text-align: left;
}

/* Boutons retour, fermer la fenêtre, etc... */
#back
{
    text-align: center;
	font-size: 92%;
    color: #999999;
    font-weight: bold;
}

/* menu d'accessibilité */
#navaccess
{
	float: left;
	font-size: 92%;
    color: #5a5b5a;
	list-style: none;
    font-weight: bold;
    height: 21px;
	padding: 4px 0px 0px 4px;
	margin: 0px;
}
#navaccess li
{
	display: inline;
}
#navaccess span
{
}
#navaccess a
{
	text-decoration: none;
}
#navaccess a:hover
{
	text-decoration: underline;	
}

/* menu d'aide */
#navhelp
{
	float: right;
	font-size: 92%;
    color: #5a5b5a;
	list-style: none;
    font-weight: bold;
    height: 21px;
	padding: 4px 0px 0px 0px;
	margin: 0px;
	text-align: right;
}
#navhelp li
{
	display: inline;
}
#navhelp li.rss
{
	background-image: url("../img/fr/rss_icon.jpg");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	padding-top: 3px;
}
#navhelp strong
{
	text-decoration: underline;
}
#navhelp a
{
	text-decoration: none;
}
#navhelp a:hover
{
	text-decoration: underline;	
}

/* Mon espace */
#head div.head6 ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#head div.head6 li
{
    padding-left: 20px;
    padding-bottom: 2px;
}

/* Zone principale */
#main
{
	background: url("../img/fr/main-bg.jpg");
	background-position: left top;
	background-repeat: repeat-y;
}
#main div.maintop
{
	background: url("../img/fr/maintop-bg.jpg");
	background-position: left top;
	background-repeat: no-repeat;
}
#main div.mainbottom
{
    height: 73px;
    text-align: right;
}

/* Menu principal */
.clearprinc
{
	clear: both;
    height: 12px;
}
#navprinc
{
	padding-left: 28px;
}
#navprinc a
{
    display: block;
    color: #000000;
    float: left;
	color: #000000;
	font-weight: bold;
	font-size: 107%;
	text-align: center;
	padding-top: 10px;
    height: 26px;
    text-decoration: none;
}

#navprinc div.hor a
{
    width: 92px;
	padding-right: 7px;
	background: url("../img/fr/navprinc-hor-bg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
#navprinc div.hor a:hover, #navprinc div.hor a.hover
{
	background: url("../img/fr/navprinc-hor-bg-hover.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

#navprinc div.tra a
{
    width: 88px;
	padding-right: 10px;
	margin-left: 19px;
	background: url("../img/fr/navprinc-tra-bg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
#navprinc div.tra a:hover, #navprinc div.tra a.hover
{
	background: url("../img/fr/navprinc-tra-bg-hover.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

#navprinc div.tar a
{
    width: 82px;
	padding-right: 16px;
	margin-left: 25px;
	background: url("../img/fr/navprinc-tar-bg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
#navprinc div.tar a:hover, #navprinc div.tar a.hover
{
	background: url("../img/fr/navprinc-tar-bg-hover.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

#navprinc div.res a
{
    width: 216px;
	padding-right: 15px;
	margin-left: 18px;
	background: url("../img/fr/navprinc-res-bg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
#navprinc div.res a:hover, #navprinc div.res a.hover
{
	background: url("../img/fr/navprinc-res-bg-hover.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

#navprinc div.eco a
{
    width: 144px;
	padding-right: 10px;
	margin-left: 7px;
	background: url("../img/fr/navprinc-eco-bg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
#navprinc div.eco a:hover, #navprinc div.eco a.hover
{
	background: url("../img/fr/navprinc-eco-bg-hover.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

#navprinc div.tel a
{
    width: 144px;
	padding-right: 10px;
	margin-left: 16px;
	background: url("../img/fr/navprinc-tel-bg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
#navprinc div.tel a:hover, #navprinc div.tel a.hover
{
	background: url("../img/fr/navprinc-tel-bg-hover.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

/* Formulaire recherche */
#recherche
{
    width: 220px;
    text-align: right;
    height: 30px;
}
#recherche fieldset
{
}
#recherche legend
{
    display: none;
}
#recherche LABEL
{
    display: none;
}
#recherche input
{
	width: 150px;
}
#recherche input.submit
{
    height: 25px;
	width: 31px;
    border: none;
    color: #ffffff;
    font-weight: bold;
	background: url("../img/fr/home/recherche-submit-bg.jpg");
	background-position: left center;
	background-repeat: no-repeat;
}

/* Numéro Azur */
div.numazur
{
    margin-top: 20px;
    color: #006859;
    font-size: 92%;
    padding-top: 5px;
    background-image: url("../img/fr/numazur-bg.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 1px;
}
div.numazur img
{
}

/* pied de page */
#navbas
{
    text-align: center;
	font-size: 92%;
    color: #5a5b5a;
}
#navbas .content
{
    margin: 5px auto;
    width: 350px;
}
#navbas strong
{
	text-decoration: underline;
}
#navbas a
{
    font-weight: bold;
	text-decoration: none;
}
#navbas a:hover
{
	text-decoration: underline;	
}
#navbas img
{
    float: left;
    margin-right: 5px;
}
#navbas p
{
    padding-top: 4px;
}


/* Zone affichée pour l'impression */
#printhead {
	display:none;
}
.printdate {
	display:none;
}



/* Info bulle pour Google Maps */

.bgImageInfoBulle60
{
    
    padding-left:10px;
    padding-right:10px;
    height:60px;
}

.bgImageInfoBulle80
{
    
    padding-left:10px;
    padding-right:10px;
    height:80px;
    width:300px;
}

.bgImageInfoBulle100
{
    
    padding-left:10px;
    padding-right:10px;
    height:100px;
    width:300px;
}

.bgImageInfoBulle60 H2, .bgImageInfoBulle80 H2, .bgImageInfoBulle100 H2
{

}

.bgImageInfoBulle60 P, .bgImageInfoBulle80 P, .bgImageInfoBulle100 P
{

}


.bgImageInfoBulle60 INPUT, .bgImageInfoBulle80 INPUT, .bgImageInfoBulle100 INPUT
{
	
}