.obligatoire 
{
	background: #CCCCCC;
}

h1
{
	font-size: 14px;
	color: #FFFFFF;
	padding: 13px 0 13px 67px;
	margin: 40px 0 20px 0;
}

.coordonnees 
{
	width: 500px;
}
.coordonnees td
{
	width: 250px;
}
.coordonnees td label
{
	display: block;
	text-align: right;
	padding: 0 10px 0 0;
}

.boutons 
{
	width: 500px;
	text-align: center;
	margin: 10px 0;
}

.boutons a
{
	display: inline-block;
	color: #FFFFFF;
	padding: 3px 5px;
}

/******************************** GRIS *************************/

.contactaccueil h1
{
	background: url(../img/titre-accueil.jpg) no-repeat;
}

.contactaccueil .obligatoire
{
	background: #8B8C8C !important;
}

.contactaccueil input, .contactaccueil textarea, .contactaccueil select, .contactaccueil hr
{
	border: solid 1px #8B8C8C;
}

.contactaccueil .boutons a
{
	background: #8B8C8C;
}


/******************************* ORANGE ************************/

.contactmenbat-alu .obligatoire
{
	background: #F56D2E !important;
}

.contactmenbat-alu input, .contactmenbat-alu textarea, .contactmenbat-alu select, .contactmenbat-alu hr
{
	border: solid 1px #F56D2E;
}

.contactmenbat-alu h1 
{
	background: url(../img/titre-alu.jpg) no-repeat;
}

.contactmenbat-alu .boutons a
{
	background: #F56D2E;
}

/******************************** BLEU *************************/

.contactmenbat-bois .obligatoire
{
	background: #1A9FC7 !important;
}

.contactmenbat-bois input, .contactmenbat-bois textarea, .contactmenbat-bois select, .contactmenbat-bois hr
{
	border: solid 1px #1A9FC7;
}

.contactmenbat-bois h1
{
	background: url(../img/titre-bois.jpg) no-repeat;
}

.contactmenbat-bois .boutons a
{
	background: #1A9FC7;
}

/******************************** VERT *************************/

.contactplastimen h1
{
	background: url(../img/titre-plastimen.jpg) no-repeat;
}

.contactplastimen .obligatoire
{
	background: #8DAF2F !important;
}

.contactplastimen input, .contactplastimen textarea, .contactplastimen select, .contactplastimen hr
{
	border: solid 1px #8DAF2F;
}

.contactplastimen .boutons a
{
	background: #8DAF2F;
}

