.contact, .edition
{
	font-family: Verdana;    
	font-size: 12px;
	padding: 0 20px;	
}

/****************************/
/*         CONTACT          */
/****************************/

.contact p.formtitle
{
	color: #026475;
	font-size: 12px;
	font-weight: bold;
}

.contact fieldset
{
	width: 460px;
	margin: 12px auto 24px auto;
	border: 1px solid #9fa1b1;
	-moz-border-radius: 0.4em;
	-khtml-border-radius: 0.4em;
	background-color: #868798;
}

.contact fieldset legend
{
	color: #333333;
	padding: 2px 8px;
	margin-left: 9px;
	font-size: 18px;
	background-color: white;
	border: 1px solid #bcbcc6;
	-moz-border-radius: 0.4em;
	-khtml-border-radius: 0.4em;
}

.contact .edit-field
{
	width: 460px;
	padding: 5px;
}

.contact .edit-field label
{
	display: block;
	float: left;
	padding: 1px;
	color: #333333;
	text-align: right;
	width: 150px;
}

.contact .edit-field input, .contact .edit-field  select
{
	padding: 1px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	
	font-family: Verdana;    
	font-size: 1em;
	
	-moz-border-radius: 0.4em;
	-khtml-border-radius: 0.4em;

	background: #fefefe;
}

.contact .submit input
{  
	font-size: 12px;
	padding: 4px;
	background: #f6f6f6;
	border: 1px solid #bcbcc6;
	
	-moz-border-radius: 0.4em;
	-khtml-border-radius: 0.4em;

	width: 160px;
	display: block;
	margin: 10px auto;
}

/*********************************/

h2.titre-contact
{
	padding: 18px 0 14px 20px;
	text-align: center;
	color: #ffffff;
	background-color: #484863;
}

h3.reponse-contact
{
	padding: 10px 20px;
}

p.texte-contact
{
	font-size: 12px;
	padding: 8px 20px;
}

/****************************/
/*          EDITION         */
/****************************/

.edition fieldset
{
	width: 900px;
	margin: 0 auto;
	padding-top: 14px;
	border: 1px solid #bcbcc6;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	background-color: #868798;
}

.edition fieldset legend
{
	color: #333333;
	padding: 2px 8px;
	margin-left: 9px;
	font-size: 18px;
	background-color: white;
	border: 1px solid #bcbcc6;
	-moz-border-radius: 0.4em;
	-khtml-border-radius: 0.4em;
}

.edition .edit-field label, .edition fieldset fieldset.ressources label
{
	display: block;
	float: left;
	padding: 1px;
	color: #333333;
	text-align: right;
}

.edition .edit-field label
{
	width: 200px;
}

.edition .edit-field input, .edition .edit-field select
{
	padding: 1px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	
	font-family: Verdana;    
	font-size: 1em;
	
	-moz-border-radius: 0.4em;
	-khtml-border-radius: 0.4em;
}

.edition fieldset input radio
{
	color: #333333;
	padding: 2px 48px;
	margin-left: 50px;
	font-size: 12px;
}

.edition .edit-field input, .edition .edit-field  select
{
	background: #FFFFFF;
}

.edition fieldset textarea
{
	background: #FFFFFF;
	margin-bottom: 10px;
}

.edition .check-field
{
	width: 300px;
	margin-left: 133px;
	margin-bottom: 5px;
}

.edition .check-field .checkbox
{
	padding: 2px 70px;
}

.edition .check-field .checkbox label
{
	padding: 0 4px;
}

.edition .submit input
{  
	font-size: 12px;
	padding: 4px;
	background: #f6f6f6;
	border: 1px solid #bcbcc6;
	
	-moz-border-radius: 0.4em;
	-khtml-border-radius: 0.4em;
}

.edition .submit input
{
	width: 160px;
	display: block;
	margin: 10px auto;
}


