body {
font-family : sans-serif, verdana, arial;
font-weight : bold;
background-color : #ffffff;
color : #000000;
margin : 0;
height: 100%;
padding: 0 
}
#gauche {
border : 1px groove #999;
margin : 9px;
padding : 9px;
width : 45%;
float : left;
background-image : url('/images/fond.png');
}
#droite {
border : 1px groove #999;
margin : 9px;
padding : 9px;
width : 45%;
float : right;
background-image : url('/images/fond.png');
}
.suite {
text-align : center;
border : 1px groove #999;
margin : 9px 60px 9px 60px;
padding : 9px;
background-image : url('/images/fond.png');
clear : both;
}
h1 {
font-size : 13px;
background-image : url('/images/fleur.jpg');
background-repeat : no-repeat;
background-position : 50% 50%;
padding : 7px 0 7px 9px;
margin : 0;
}
h2 {
margin : 0 0 6px;
padding : 3px 0;
border-style : solid;
border-width : 1px 0;
background-color : #eee;
color : #000000;
text-align : center;
}
a {
color : #497D19;
text-decoration : none;
}
a:hover {
text-decoration : none;
border-bottom-width : thin;
border-bottom-style : groove;
border-bottom-color : #006633;
}
img {
border : medium none #006633;
border-style : solid;
border-width : 1px;
}
.vide {
border : medium none white;
}
.soul {
text-decoration : underline;
}
.ha {
/*background-color : greylight;*/
/*color : white;*/
}
.hb {
background-color : #006633;
color : white;
}
#map_canvas {
height: 100%
}
#container{position:relative;width:990px;margin:auto;background:#FFFFFF;padding:20px 0px 20px 0px;}
#container h3{margin:0px 0px 10px 20px;}
#container #map{width:700px;height:500px;margin:auto;}
#container #panel{width:700px;margin:auto;}
#container #destinationForm{margin:0px 0px 20px 0px;background:#EEEEEE;padding:10px 20px;border:solid 1px #C0C0C0;}
#container #destinationForm input[type=text]{border:solid 1px #C0C0C0;}