/*
** ----------------------------------------------
** | CONTACT CSS				|
** ----------------------------------------------
*/


/* Content
 -------------------------------------------- */

/*
** Bouton d'envois du formulaire.
*/
#sendformbtn
{
	margin-left: 110px;
	padding-right: 110px;
	font-weight: bold;
	overflow: hidden;
	
	

}

/*
** Boites d'insertions de texte.
*/
input, textarea
{
	font-family: Verdana, Times, serif;
	
}

/*
** Paramètres de la boite de commentaires
*/
textarea#comments
{
	width: 480px;
	height: 50px;
	
}

/*
** Event lorsqu'un champ est cliqué.
*/
input:focus, textarea:focus
{
	background-color: #ffffcc; /* Couleur de fond jaune pâle  */
}

/*
** Paramètres des labels.
*/ 
label
{
	font-size:XX-small;
	font-family: Verdana, Times, serif;
}

h1.title_contact
{
	font: 70% Verdana, Arial;
	line-height: 12px;
	text-align: left;
	font-weight: bold;
	color: #000000; /* Couleur noir */
}

/*
** Image de séparation des éléments du formulaire (line).
*/
img.form_separator
{
	width: 470px;
	height: 4px; 
}

/*
** Etoiles servant pour les champs obligatoires.
*/
span.stars
{
	color: #ff0000; /* Couleur rouge */
}

/*
** Tableau: A propos de vous.
*/
table.aboutyou
{
	text-align: left;
	width: 460px;
	height: 45px;
}

/*
** Cellule du tableau: A propos de vous.
*/
td.td_aboutyou
{
	text-align: right;
	width: 115px;
	height: 15px;
}

/*
** Alignement à gauche pour les petites cases.
*/
td.td_littleinput
{
	text-align: left;
}

/*
** Tableau: Votre entreprise.
*/
table.votreentreprise
{
	text-align: left;
	width: 450px;
	height: 24px;
}

/*
** Cellule du tableau: Votre entreprise.
*/
td.td_votreentreprise
{
	text-align: right;
	width: 142px;
	height: 12px;
}

/*
** Tableau pour les checkboxs.
*/
table.crmerpbi
{
	text-align: left;
	width: 460px;
	height: 81px;
}

/*
** Cellules du tableau pour les checkbox.
*/
td.td_crmerpbi
{
	width: 108px;
	height: 81px;
}

/*
** Tableau autres.
*/
table.others
{
	text-align: left;
	width: 460px;
	height: 12px;
}

/*
** Cellules autres.
*/
td.td_others
{
	font-family: Verdana;
	width: 216px;
	height: 12px;
}


/* ------------------------------------------ */

