/*******************************************

   StyleSheet
   par Sequence Digitale
       (450) 446-9178

*******************************************/

#pagewrap                            { width: 780px;
                                       margin: auto;
                                       background-color: #B1C3C9;
                                     }

body                                 { margin-top: 0px;

                                       font-family: Century Gothic, Verdana;
                                       font-size: 12px;
                                       color: #000000;
                                     }

#contenu                             { text-align: justify;
                                     }


h1                                   { display: none;
                                     }

h2                                   { color: #D44345;
                                       font-size: 18px;

                                     }

h3                                   { color: #4F8BED;
                                       font-size: 16px;
                                     }

p                                    { margin-top: 0px;
                                     }

/* Liens  */
a                                    { color: #345080;
                                       font-weight: bold;
                                     }

a:visited                            { color: #B53C4D;
                                       text-decoration: none;
                                     }

a:hover                              { color: #4F3480;
                                       text-decoration: underline;
                                     }

a:link                               { color: #345080;
                                       text-decoration: none;
                                     }

/* tables  */

table                                { width: 100%;
                                     }

table td                             { vertical-align: top;
                                     }

#services td                         { text-align: center;
                                       padding-bottom: 15px;
                                     }

/* Page d'Accueil */
#index_menu                          { margin: 0px;
                                       padding-left: 0px;
                                       width: 780px;
                                       height: 148px;

                                       position: relative;
                                     }


#index_menu li                       { list-style-type: none;
                                       position: absolute;

                                       cursor: pointer;

                                       background-image: url(images/index_2_hover.jpg);
                                       background-repeat: no-repeat;

                                       width: 260px;
                                       height: 148px;
                                     }

#index_menu span                     { display: none;
                                     }

   #vente_installation               { background-position: 0px 0px;
                                       left: 0px;
                                     }

   #vente_installation:hover         { background-position: 0px -148px;
                                       left: 0px;
                                     }

   #renovation                       { background-position: -260px 0px;
                                       left: 260px;
                                     }

   #renovation:hover                 { background-position: -260px -148px;
                                       left: 260px;
                                     }

   #stationnements_trottoirs         { background-position: -520px 0px;
                                       left: 520px;
                                     }

   #stationnements_trottoirs:hover   { background-position: -520px -148px;
                                       left: 520px;
                                     }




/* Galerie D'images */

.galerie_choix                       { background-image: url(images/tabs.jpg);
                                       background-repeat: no-repeat;
                                       text-align: center;
                                       vertical-align: middle;
                                       width: 306px;
                                       height: 30px;
                                     }

.galerie_selected                    {
                                     }

.galerie_disabled                    { background-position: 0px -37px;
                                     }

.galerie                             { /*border: 1px solid #000000;*/
                                       background-color: #FEFEFE;
                                       width: 95%;
                                       margin: auto;
                                       margin-bottom: 25px;
                                     }

.galerie td                          { text-align: center;
                                       color: #777777;
                                       padding-bottom: 15px;
                                     }

.galerie tfoot td                    { padding: 10px;
                                     }

   .galerie span                     { color: blue;
                                     }

   .galerie img                      { border: 1px solid #444444;
                                       padding: 5px;
                                     }

