/*#contact{
    float:left;
    margin-left:200px;
    border: 1px solid #ff0000;
}*/
.tabform{
    border:1px solid red;
    margin:auto;
    width:450px;
}

.succes_msg{
    margin: auto;
    padding:3px 0 3px 0;
    background-color: #eeeeee;
    width:100%;  
    text-align: center;
    font-weight:bold;
    color:green;
    border:1px solid #eeeeee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;  
}

.error_msg{
    margin: auto;
    padding:3px 0 3px 0;
    background-color: #eeeeee;
    width:100%;  
    text-align: center;
    font-weight:bold;
    color:red;
    border:1px solid #eeeeee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; 
}
.screenshot1{
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:5px;
    display:none;
    color:#fff;
}
.msgErreurCont{
    margin: auto;
    margin-top: 10px;
    border: 0px solid #ff0000;
}

.msgErreurCont td{
    color:#ee0000;
    font-size:10px;
    font-family: verdana;

}

.mail_ok{
    margin: 30px 0 0px 265px;
    color: #009900;
    font-family: verdana;
    font-size: 14px;
}



/*Page Contact*/
.title_join_as{
    background-color:#eeeeee;
    margin: 5px 0 5px 0;
    padding: 5px 0 5px 0;
    width: 150px;
    color: #333333;
    font-size: 18px;
    font-weight:bold;
    text-align:center;
    border:1px solid #eeeeee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;  
}    

/***********ABOUT US***************/
.title_about_us{
    background-color:#eeeeee;
    margin: 5px 0 5px 0;
    padding: 5px 0 5px 0;
    width: 200px;
    color: #333333;
    font-size: 18px;
    font-weight:bold;
    text-align:center;
    border:1px solid #eeeeee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;  
}
.pos_logo_about_us{
    float:left;
    width:237px;
    height:161px;
    margin:  0 10px 0px 0;
    display: block;
}

.content_about_us p{
    width:675px;
    margin: 10px 0 10px 0;
    color: #5d5d5d;
    text-align:justify;
}
/***********ABOUT US***************/
/*Fin Page Contact*/
