#contactFormContainer {
position:absolute;
margin-left:810px;
float:right;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: none;
}

#contactForm{
height:180px;
width:175px;
background-image:url('../images/bkg.jpg');
display:none;
}

#contactForm fieldset{
padding-left:10px;
padding-right:10px;
padding-top: 10px;
border:none;
}      

#contactForm label{
display:block;
color:#ffc400;
}      

#contactForm input[type=text]{
display:block;
border:solid 1px #4d3a24;
width:140px;
margin-bottom:10px;
_margin-bottom:10px;
height:24px;
}  
#contactForm input[type=password]{
display:block;
border:solid 1px #4d3a24;
width:140px;
height:24px;
} 
 
#contactForm input[type=submit]{
background-color:#4d3a24;
border:solid 1px #23150c;
color:#fecd28;
padding:5px;
-cursor: pointer;
}                

.button {
border:solid 1px #23150c;
background-color:#4d3a24;
width: 140px;
color:#FFF;
margin-top:-10px;
]margin-top:-15px;
-margin-top:0px;
cursor: pointer;
}

#messageSent{
color:#ff9933;
display:none;
text-align:center;
}
			
#contactLink {
height:20px;
width: 175px;
display:block;
cursor:pointer;
float:left;
}
			
#lien {
height:30px;
width:175px;
display:inline;
background-image:url(../images/login.jpg);
background-repeat: no-repeat;
float:left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #f5bb86;
text-decoration: none;
padding-top: 10px;

}

.liens {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
color: #f5bb86;
text-decoration: none;
text-align:center;
}

#lien_interne {
height:25px;
width:196px;
display:inline;
background-image:url(../images/login_interne.jpg);
background-repeat: no-repeat;
float:left;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
color: #f5bb86;
text-decoration: none;
padding-top: 4px;
padding-left: 8px;
}