/* style_acceuil.css */

/* pour tous les Ã©lÃ©ments de type div, le texte sera centrÃ© */
div {
text-align : center;
}

/* texture de fond */
body {
background-image : url(/background/bg_contact.jpg);
}

/* style pour le titre */
.Style1 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 32px;
color : maroon;
font-weight : bold;
}

/* style pour l'adresse */
.Style2 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 16px;
color : maroon;
font-weight : bold;
}

/* style pour les liens */
.Style3 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
color : maroon;
font-weight : bold;
}

/* style pour l'electricite  */
.Style10 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 16px;
color : blue;
font-weight : bold;
}

/* style pour les liens electricite */
.Style13 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
color : blue;
font-weight : bold;
}


/* style pour l'espace disco */
.Style20 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 16px;
color : red;
font-weight : bold;
}

/* style pour les liens espace disco */
.Style23 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
color : red;
font-weight : bold;
}
