#contact-main {
	width: 700px;
	padding: 18px;
	height: 100%;
	overflow: auto;
	}

#contact-titre {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	height: 64px;
	line-height: 58px;
	}

#contact-texte {
	padding: 5px;
	margin-bottom: 24px;
	border: 1px dotted #a90f1f;
	font-family: Verdana;
	font-size: 9pt;
	color: #5D646D;
	text-align: left;
	line-height: 14pt;
	}

#contact-alert {
	margin-bottom: 24px;
	font-family: Verdana;
	font-size: 9pt;
	color: #FF0000;
	text-align: justify;
	line-height: 14pt;
	}

#contact-form {
	width: 100%;
	font-family: Verdana;
	font-size: 9pt;
	}

#contact-form td {
	height: 36px;
	vertical-align: middle;
	}

#contact-libelle {
	width: 140px;
	}

#contact-bouton {
	text-align: right;
	}

#contact-background {
	width: 300px;
	background-image: url(../images/contact-background.jpg);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: bottom;
	}
	
.input {
	font-family: Verdana;
	font-size: 10pt;
	width: 244px;
	}

.textarea {
	font-family: Verdana;
	font-size: 10pt;
	width: 244px;
	height: 124px;
	}
	
.bouton {
	font-family: Verdana;
	font-size: 11px;
	}

