/*
//Auteur:	Serge Boulianne
//Date:		2010.06.01
*/

/* Couleur du background de la page */
body{
background-color:#FFFFFF;
font-family:Times New Roman;
font-size:14pt;
}

address{
   font-style:inherit;
}

/* Division pour centrer la page */
div#pageCentre{
text-align:center;
}

/* Division pour les caractéristiques de la page */
div#page{
width:1000px;                           /*Value setted in js */
height:100%;
text-align: left;
margin: 0 auto;
background-color:#FFFFFF;
padding:10px;
font-family:Lucida Grande, Lucida Sans, Arial, sans-serif;
}

/* Division pour le logo de la page */
div#logo{
width:1000px;                           /*Value setted in js */
height:200px;
text-align: left;
}

/* Division pour le menu horizontal */
div#topMenu{
width:1000px;                           /*Value setted in js */
height:30px;
text-align:left;
}

/* Division pour le corps de la page */
div#body{
width:1000px;                           /*Value setted in js */
height:100%;                            /*Value setted in js */
text-align:left;
padding:5px;
margin-top:5px;
}

/* Division pour le pied de page */
div#piedPage{
width:1000px;                           /*Value setted in js */
text-align:center;
height:25px;
font-size:12pt;
margin-top:50px;
}

/* Division pour la photo dans la page d'accueil */
div#photo
{
/*
width:275px;   */                         /* Picture size */
/*height:277px;*/

text-align:center;
float:left;
margin-right:20px;
margin-left:0px;
margin-bottom:10px;
margin-top:0px;
}

/* Division pour le conteneur des coordonnées et de la map google*/
div#Conteneur{
width:1000px;
margin-top:20px;
}

div#Coordonnee{
width:590px;
float:left;
}

div#map{
width:400px;
height:225px;
float:left;
border-width:1px;
text-align:left;
margin-left:0;
}

/* Top menu section */
table, td{
border-style:solid;
border-spacing: 1px;
border-color:transparent;
border-collapse:collapse;
}

td.tm{
background-color:#3ac2d6;
border-color:white;
border-right-width: 4px;
text-align:center;
font-size:16pt;
color:white;
width:25%;
}

td.selectPage{
background-color:#e95966;
color:black;
cursor:auto;
border-color:white;
border-right-width: 4px;
text-align:center;
font-size:16pt;
width:20%;
}

td.tm:hover{
background-color:#e95966;
color:black;
cursor:pointer;
}

/* Tarif section */
table.tarif, td.tarif{
border-spacing: 1px;
border-color:transparent;
border-collapse:collapse;
}

.prix
{
    padding-left:16px;
}

img.map:hover{
cursor:pointer;
}

p{
/*text-indent:1cm;*/
margin-top:0px;
text-align:justify;
}

h1{
font-size: 19pt;
}

span.gras{
font-weight:bolder;
font-size:14pt;
}

ul{
padding-left:16px;
}

img.map{
border-style:solid;
border-width:1px;
}

a.auteur{
text-decoration:none;
color:black;
}

.ligneCoor
{
    width: 90%;
    margin-left:0;
    text-align:center;
}

a
{
    color:blue;
    text-decoration:underline;
}

a:hover
{
    cursor:pointer;
}
.test
{
    text-align: right;
    padding-right:15px;
}
