/**************************************************/
/*coder par phpdevsource@gmail.com*/
/****************************************************/


body{
background-color: white;
margin: auto;
margin-top: 60px;
width: 600px;
font-family: Arial;
text-align: center;
}

#logo{
margin-bottom: 10px;
}


img, a{
border: none;
}




#formulaire{
margin-top: 20px;
}

input{
border: 2px solid #82be09;
padding: 2px;
font-size: 15px;
background-color: white;
font-weight: bold;
color: #82be09;
}

input:hover{
}


#corps{
margin-top: 20px;
text-align: center;
}

#corps a{
border: none;
}

#corps img{
border: 2px solid #82be09;
}

.partenaire{
margin-top: 10px;
}


#lienTixiz label{
color: #82be09;
font-size: 15px;
font-weight: bold;
}

#footer{
margin-top: 50px;
color: #82be09;
font-size: 12px;
}

#footer a{
color: #82be09;
font-size: 12px;
text-decoration: none;
}

#footer a:hover{
text-decoration: underline;
}

#publicite{
margin-top: 20px;
width: 468px;
height: 60px;
border: 1px solid #82be09;
margin-left: 50px;
}

#publicite img{
border: 2px solid #82be09;
}