/*
           @font-face { font-family:"Arial"; src:local("Arial"), src:url("css/ARIAL.ttf") format("TrueType"); }
           @font-face { font-family:"ArialBD"; src:local("ArialBD"), src:url("css/ARIALBD.ttf") format("TrueType"); }
           @font-face { font-family:"Gothic"; src:local("Gothic"), src:url("css/GOTHIC.ttf") format("TrueType"); }
           @font-face { font-family:"GothicB"; src:local("GothicB"), src:url("css/GOTHICB.ttf") format("TrueType"); }
*/
.comboChoix{
    color:white;
    text-align:left;
}
.comboChoix td.cwt{
    min-width:100px;
    width: 170px;
}
.comboChoix select{
    margin-left:10px;
    width:170px;
}
.groupBeanForm{
    color:white;
    text-align:left;
}
.innerTable td{
    color:white;
    margin:12px;
}
.pointer{
    cursor:pointer;
}
.social{
    width:100%;
    height:50px;
    background-color:white;
}
.social img{
    margin-right:15px;
    width:40px;
    height:40px;
}
.lien_img{
    border-width:0px;
    border:none;
}
body {
    color:white;
    background-color:white;
    background-image:url(img/background.png);
    background-repeat:repeat-x;
    font-family: Verdana;
    margin:0px;
}
#central {
    background-image:url(img/fond.jpg);
    background-repeat:no-repeat;
}
.tl {
    padding-left:10px;
}
.trtop {
    padding-left:70px;
}
.ttop {
    margin-top:5px;
}
.error {
    font-size:10px;
    text-decoration:none;
    color : rgb(171, 20, 73);
}
.cwt{
    font-size: 12px;
}
.info{
    font-size: 10px;
    min-width:100px;
    padding-bottom:5px;
    padding-top:5px;
}
#cancelButton{
    display:none;
}
#submitButton{
    display:none;
}
.validate{
    cursor:pointer;
    float:right;
    margin-right:50px;
}
