#ButtonSociete {
width:                 100px;
margin-right: 50px;
}

#ButtonDocuments{
width:                 100px;

}

#ButtonProject{
width:                 100px;
margin-right: 50px;
}

#ButtonDemos{
width:                 100px;
margin-right: 50px;
}

#FullContent{
padding-left:19px;
}
#AdresseBox
{
text-align:center;
position:absolute;
top:40px;
border: 2px solid white;
padding: 5px;
}

#ContactTable{
width:70%;
margin-left:25%;
border: 0px solid white;
}

.tdLabel{
width:22%;
text-align:right;
}


.tdError{
width: 20px;
}

#FillerButtonForm{
position:relative;
width:100px;
top:0;
height:48px;
}


#contactForm
{
	width: 100%;
}

/* fieldset , legend */
#contactForm fieldset
{
	margin-bottom: 10px;
	border: white 1px solid;
}

#contactForm fieldset:hover legend
{
	color: gray;
}

#contactForm fieldset legend
{
	padding: 0 10px;
	border-left: white 1px solid;
	border-right: white 1px solid;
	font-family:  calibri;
	font-size: 20px;
	color: white;
}

#contactForm label
{
  font-family: calibri;
  color: white;
}
#contactForm label:hover
{
	color : gray;
}
/* Input */
#contactForm input, #contactForm select, #contactForm textarea
{
  width:100%;
	border: #F5F5F5 1px solid;
}

#contactForm input:hover, #contactForm select:hover, #contactForm input:focus, #contactForm select:focus, #contactForm textarea:hover, #contactForm textarea:focus
{
	border: #b1c702 1px solid;
	background-color: #d2df3a;
}

/* button submit */
#contactForm #Envoyer
{
  background: none;
  border :none;
  font-family:calibri;
  color:white;
}

#contactForm input[type="submit"]:hover
{
	cursor: pointer;
}

#contactForm input[type="reset"]
{
	border: #DDEEFF 1px solid;
	width: 27%;
}

#contactForm input[type="reset"]:hover
{
	background-color: #E6484D;
	cursor: pointer;
}

#ButtonValiderForm
{
width:100px;
}

#ButtonValiderForm .Button{
background-image: url('../images/buttonform-centre.gif');
}

#ButtonValiderForm .ButtonLeft{
background-image: url('../images/buttonform-gauche.gif');
}

#ButtonValiderForm .ButtonRight{
background-image: url('../images/buttonform-droite.gif');
}
