/*******************************************************
* Feuille de style du site du Ski Club de Bruxelles.   *
*                                                      *
* Autheur: Olivier Godart                              *
*(email: olivier point godart arobase swing point be)  *
*                                                      *
* Version: 0.2  Date: 2008-10-21                       *
*                                                      *
*******************************************************/

body{
background-color:white;
background-image:url(bg_home_blue1.png);
background-position: 165px 100px;
background-repeat:no-repeat;
margin: 0px;
padding: 0px;
font-family: sans-serif;
}

.centre{
padding: 4px;
padding-left: 40px;
padding-right: 10%;
padding-bottom: 30px;
color: #002060;
}

.titre_de_menu{
background-color: #006aa1;
color: white;
padding: 5px;
text-indent: 20px;
}

.element_de_menu{
text-indent: 10px;
display : block;
color: #006aa1;
}

div.menu{
border-style: dashed;
border-width: thin;
border-color: #006aa1;
}

td.menu{
padding-top: 20px;
vertical-align: top;
width: 160px;
}

.haut{
background-image:url(curvy_h_800i.png);
background-repeat:repeat-x;
//background-color: #006aa1;
//background-attachment: fixed;
//background-position: 0px 20px;
background-position: top center;
text-align: center;
color: white;
font-style: italic;
height: 180px;
}

.titre{font-size: 300%;}
.asbl{ font-size: 150%;}

a.bouton{
background-image: url(greenball.gif);
background-repeat: no-repeat;
background-position: 0% 80%;
padding-left: 20px;
color: #006aa1;
}

a.bouton:hover{
background-image: url(redball.gif);
background-repeat: no-repeat;
background-position: 0% 80%;
padding-left: 20px;
color: #006aa1;
}

table.principale{
width: 100%;
}

td.principale{
vertical-align: top;
}

h2{
text-indent: 100px;
}

h4{
font-style: italic;
text-indent: 20px;
}

h5{
text-indent: 50px;
}

p,ul{
font-size: small;
line-height: 150%;
}

.photo_contact{
float: right;
padding-right: 10px;
}

.image_gauche{
float: left;
padding-left: 10px;
}

.image_droite{
float: right;
padding-right: 10px;
}

table.contact{
font-size: small;
line-height: 150%;
color: #002060;
}

.news_sign{
font-size: 60%;
font-style: italic;
text-align: right;
font-family: serif;
}

table.prix{
border-collapse: collapse;
border: 1px solid #4060a0;
font-size: small;
}

th.prix{
font-size: 100%;
font-weight: normal;
border: 1px solid #4060a0;
}

td.prix{
font-size: 60%;
font-style: italic;
border: 1px solid #4060a0;
text-align: center;
}

fieldset{
padding: 10px;
}

fieldset.hidden{
display: none;
}

