#banner
{
width: 80%;
margin:10%;
height: 100px;
}
#logo
{
float: left;
height : 100px;
}

#bannertitre
{
height:100px;
}


#titre
{
float: right;
font-size: 35px;
}

#sstitre
{
float : right;
clear :right;
font-size: 20px;
}

#liens
{
float: none;
clear: none;
font-size: 20px;
}

#tbox
{
height:20px;
min-width:400px;
width : 80%;
padding-top : 1px;
padding-bot : 1px;
margin : 10%; /*Taille de la marge extérieure*/
}

#fbox
{
min-height: 100px;
min-width:400px;
width : 80%;
padding :  2px ;    /*taille de la marge intérieure*/
margin : 10%; /*Taille de la marge extérieure*/
border:solid;
border-width : 1px;
}

#fvbox
{
width : 80%;
padding :  2px ;    /*taille de la marge intérieure*/
margin : 10%; /*Taille de la marge extérieure*/
border:solid;
border-width : 1px;
}

#gauche
{
float: left;
width:60%;
}

#droite
{
float: right;
width:40%;
}

#dessous
{
float: none;
clear: both;
margin:10%;
width:80%;
}

#address
{
float : left;
font-family : "Arial";
font-size : medium;
}

#contact
{
float : right;
font-family : "Arial";
font-size : medium;
}

#email
{
font-size: small;
}


