/* 
    Document   : styleform
    Created on : 29 avr. 2010, 15:43:13
    Author     : gweltaz
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.left
{
    float:left
}
.right
{
    float:right;
}
#descriptif
{
    margin-left: 15%
}
#formulaire
{
    list-style: none
}
#banniere
{
    width:60%;
    height: 100px;
    position: static;
    margin-top:0%;
    margin-left:25%;
    margin-right:20%;
    color:White;
    padding-left: 10px;
    padding-right: 10px;
    border:0
}
#banniere span,#banniere a,#banniere img
{
    border:0;
    margin: 0;
    padding: 0;
}
.ban_left span, .ban_left img
{
    
    float:left;
    margin-right:0;
    

}
.ban_right span, ban_right img
{
    float:right;
    margin-left:0;
    
}
#banniere img
{
    width: 45%
}
