/* obligé de placer contentRight en absolute a cause de con de IE */
#content {
height:750px;
}
.contentRight {
position:absolute;
left:190px;
}
legend {
color:#5F6B00;
}
fieldset {
text-align:center;
border:1px solid #5F6B00;
margin-top:5px;
width:500px;
}
input {
margin:5px 2px;
}
label {
margin-left:5px;
}
#adresse {
width:250px;
}
#email {
width:250px;
}
#sujet {
width:400px;
}
#message {
width:400px;
display:inline;
}
.checkNewsletter {
text-align:center;
}
.btnEnvoyer {
border:1px solid #5F6B00;
background-color:#5F6B00;
color:#FFF;
font-weight:bold;
width:150px;
display:block;
margin:5px auto;
}
.btnEnvoyer:hover {
background-color:#FFF;
color:#5F6B00;
text-decoration:underline;
cursor:pointer;
}
.champsObli{
text-align:center;
margin-bottom:5px;
}
#infoPopup {
background-color:#D6E400;
padding:5px;
border:1px solid #5F6B00;
width:245px;
}
.close {
cursor:pointer;
background-color:#5F6B00;
color:#FFF;
padding:5px;
border:1px solid #5F6B00;
display:block;
margin:5px auto;
width:125px;
}
.close:hover {
background-color:#FFF;
color:#5F6B00;
text-decoration:underline;
}
