/* Main container for form */
/* A modifier si nécessaire  l'image formbg.gif (même image utilisé dans pop3.css)  de la ligne 21 * + faire un replace all de la couleur utilisé ligne 28 (ex: #ddd) */


.form-container { 
width: 550px; 
padding: 5px; 

color: #ddd;
font: smaller bold "Trebuchet MS", Tahoma, Verdana, Arial, Georgia;
background-color: transparent;
text-align:left}

.form-container form p { 
margin: 0; }

.form-container form fieldset { 
margin: 10px 0; 
padding: 10px; 

background: transparent  bottom left repeat-x;}

/* Legend definition */

.form-container legend { 
font-weight: bold;
font-size: 20px;
color: #b22222; }

.legend {
font-weight: bold; 
color: #b22222; }
/* Fieldset definition */ 

.form-container form fieldset div { 
padding: 0.2em 0; }

/* Label, textarea and other content of form */

.form-container form * {
padding:0;
margin:0;}

.form-container label { 
margin-right: 5px; 
padding-right: 15px; 
width: 150px; 
display: block; 
float: left; 
text-align: right;
font-weight: bold;
position: relative; 
color: #000000; }

.form-container label em{ 
position: absolute; 
right: -1px; }

em {
font-style: normal;
font-size: 20px;
color: #FF0000; 
}

.form-container input, .form-container textarea {
color: #333333; border:1px solid #ddd;}

.form-container input, .form-container textarea {
color: #333333; border:1px solid  #333333;}

.form-container input {
height: 20px;
line-height: 20px;}

.form-container textarea {
width: 300px;
height: 150px;
}

.form-container #par1, .form-container #par2, .form-container #par3{
color: #333333; border:none;}

.form-container input:focus, .form-container textarea:focus {	
background-color: #eee; border-color: #ccc; outline: 1px solid #ccc; }

/* Button of form */

.form-container div.buttonrow, .form-container div.buttonrow * { 
text-align: center;

border: 0;}

.form-container div.buttonrow input{
	background-color: #ff8c00;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

.cnil {
font-weight: bold;
color: #2a2a2a;}

/* These are the classes applied on the error messages
 * which prevent them from being displayed by default. */
.textfieldRequiredMsg, .textfieldInvalidFormatMsg, .textfieldMinValueMsg, .textfieldMaxValueMsg, .textfieldMinCharsMsg, .textfieldMaxCharsMsg, .textfieldValidMsg {
	display: none; }

/* * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg, .textfieldMinValueState .textfieldMinValueMsg, .textfieldMaxValueState .textfieldMaxValueMsg, .textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg {
	display: block; 
	margin: 5px 0;
	font-size: 90%;
	line-height: 16px;
	color :  #333333;	
	text-align: center;
	font-weight: bold;
	border: #FFfff0 solid 1px; }

/* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	border: 2px solid #0c0; }

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	border: 2px solid  #c00; }


.textfieldRequiredState .formLabel, .textfieldInvalidFormatState .formLabel, .textfieldMinValueState .formLabel, .textfieldMaxValueState .formLabel, .textfieldMinCharsState .formLabel, .textfieldMaxCharsState .formLabel {
	color: #CC3333;	}


.textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg {
	margin: 5px 0;
	font-size: 90%;
	color :  #fff;	
	text-align: center;
	font-weight: bold;
	border: #FFfff0 solid 1px;
	background: #900 url(/images/error.gif) no-repeat center right; }


.validMsg {
	display:none; }

.textfieldValidState .validMsg {
	display:inline; }

.textfieldFlashText input, input.textfieldFlashText {
	color: red !important; }

.coord {
text-align: center;
margin:0 auto;
font-weight: bold;
margin-bottom: 20px;
color: #292929;}

.txt1, .txt2{
	color: #2a2a2a;
}