
#contactus {
    position: absolute;
    top: -110px;
    left: 100px;
    height: 500px;
    width: 600px;
    padding-left: 20px;
    padding-top: 3px;
    padding-right: 20px;
    background-image: url('/images/Block_cgu.png');
    background-repeat: no-repeat;
	z-index: 10;
}

#contactus .titre {
    text-decoration: none;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11.0pt;
    color: #fd7d12;
    font-weight: bolder;
    font-style: italic;    
}

#contactus .label {
    text-decoration: none;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9.0pt;
    color: #a1a1a1;
    font-weight: normal;
    font-style: normal;
    width: inherit;
    margin: 0px 0px 0px 0px;
    border: 0px;
}

#contactus .small_label {
    text-decoration: none;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8.0pt;
    color: #a1a1a1;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 0px;
    border: 0px;
}



.fermer_contactus {
	position: absolute;
    top: 7px;
    left: 540px;
	 text-decoration: none;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8.0pt;
    color: #a1a1a1;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 0px;
    border: 0px;
	cursor: pointer;
	
}

.fermer_contactus:hover {
	text-decoration: underline;
}



#contactus .input{
    text-decoration: none;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9.0pt;
    color: #777777;
    font-weight: normal;
    font-style: normal;
	border: 1px solid  #ffd99c;
	height: 20px;
	padding-top: 5px;
	width:325px;
}

#contactus .input:active{
   background-color   : #f6f6f6;
}

#contactus .input:focus{
   background-color   :  #f6f6f6;
}


#contactus .textarea{
    text-decoration: none;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9.0pt;
    color: #777777;
    font-weight: normal;
    font-style: normal;
	border: 1px solid  #ffd99c;
	height: 20px;
	padding-top: 5px;
	width:325px;
	height: 150px;
}

#contactus .textarea:active{
   background-color   : #f6f6f6;
}

#contactus .textarea:focus{
   background-color   :  #f6f6f6;
}

#contactus .erreur{
    text-decoration: none;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8.0pt;
    color: #ff0000;
    font-weight: normal;
    font-style: normal;
	margin: 0px 0px 0px 0px;
    border: 0px;
}
