﻿.Head_Contact
{
	font-size: 1.1em;
	font-weight: bold;
	color: #ABBB1A;
}

.Champs_Contact
{
	background-color: #EFEFEF;
	border: medium none;
	font-size: 0.9em;
	height: 16px;
	padding: 0 0 2px;
	width: 200px;
}

.Select_Contact
{
	background-color: #EFEFEF;
	font-size: 0.9em;
	height: 20px;
	width: 200px;
}

.Head_Message
{
	font-size: 1.1em;
	font-weight: bold;
	color: #ABBB1A;
}

.Champs_Message
{
	background-color: #EFEFEF;
	border: medium none;
	font-size: 0.9em;
	height: 180px;
	padding: 0;
	width: 400px;
}

.Bloc_Centre_Contact
{
	
	padding: 0;
	width: 400px;
	margin : 23px 0 0 0;
}

.Bloc_Gauche_Contact
{
	float: left;
	margin: 23px 19px 0 0;
	padding: 0;
	width: 400px;
}

.Bloc_Gauche_Contact table
{
	margin-bottom : 10px;
}


a.Submit:Link, a.Submit:Hover, a.Submit:Visited
{
	background-color: #ABBB1A;
	background-image: url(./images/bt_valider.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
	text-decoration: none;
	height : 16px;
	width: 165px;
}

a.Cancel:Link, a.Cancel:Hover, a.Cancel:Visited
{
	background-color: #B2B3B5;
	background-image: url(./images/bt_annuler.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
	text-decoration: none;
	margin-right: 28px;
	height : 16px;
	width: 165px;
}

.Label_Contact
{
	width : 200px ;
}
.Normal_Bleu
{
	color: #2461BF;
	font-weight: bold;
	font-size: 13px;

}

