/*
<!--  	APPLICATION ATELIERPHP-FORMULAIRE - VERSION 1.3		-->
<!--  	SITE : WWW.ATELIERPHP.NET				-->
<!--  	CONTACT : APPLICATIONS (arobase) ATELIERPHP (point) NET	-->
<!--  	MERCI DE NE PAS SUPPRIMER CETTE MENTION			-->
*/

body
{
	background:#AAAAAA;
}

.tb_formulaire
{
	background:#7777AA;
	width:65%;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	margin-top:10px;
}

.th_formulaire
{
	width:220px;
	background:#9999AA;
}

.th_formulaire_fond /* fond rouge */
{
	width:220px;
	background:#DD6666; /* fond rouge */
}

.th_formulaire_nom
{
	width:50px;
	background:#9999AA;
}

.th_formulaire_nom_fond /* fond rouge */
{
	width:50px;
	background:#DD6666; /* fond rouge */
}

.td_selection
{
	width:100px;
}

input, textarea, select
{
	background:#CCCCFF;
}

.envoyer
{
	margin:10px;
	background:#CCCCFF;
	text-align:center;
	width:10%;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
}

/* POUR LA MISE EN FORME DU PIED DE PAGE 				*/

.hr_pied_de_page
{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

.tb_pied_de_page
{
	width:35%;
	margin-left:auto;
	margin-right:auto;
	font-size:80%;
}

.td_pied_de_page
{
	text-align:center;
}