/* ---------------------------------------------------------------------
     styles propres � la page de contact
------------------------------------------------------------------------*/

@import url(styles.css);

@import url(menu.css);

#contact {
	background-image:url(../elements/fonds/fond_contact.jpg);
	background-repeat:no-repeat;
	background-position : 0 0;
	width : 840px;
	height : 1121px;
	
}
#contenu{
	color : #1e1f9c;
	font-size : 13px;
	font-family : "Trebuchet MS";
}
#contenu{
	color : #1e1f9c;
	font-size : 13px;
	font-family : "Trebuchet MS";
}
#reponse{
    margin : 300px 0 0 260px;
    text-align : left;
}
#formulaire{
	position : absolute;
	left:250px;
	top : 350px;
	text-align : left;
    width : 500px;
}
#formulaire table td {
	padding : 1em;
}

#formulaire select{
	width :210px;
}

#message_erreur{
    color : #900;
}
#retour_accueil {
	display : block;
	position : absolute;
	background-image:url(../elements/accueil.png);
	background-repeat:no-repeat;
	left:450px;
	top : 830px;
	width : 99px;
	height : 35px;
}
