

/* formail */

form.cmxform fieldset { margin-bottom: 10px; margin-top: 30px; }
	
form.cmxform legend {
	padding: 5px 2px 0px 0px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
	}

form.cmxform label { width: 140px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

form.cmxform {
	width: 80%;
	font-size: 1em;
	color: #000;
	}
	
form.cmxform legend { 
padding-left: 0px;
}
	
form.cmxform legend,
form.cmxform label { color: #000; }

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #FF0000;
	background: url(../pics/fieldset1.gif) left top repeat-x;
	}

.field
{
	background: url(../pics/fieldset1.gif) left bottom repeat-x;
}


.adresse form.cmxform fieldset fieldset { background: none; }
	
.adresse form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(../pics/divider.gif) left bottom repeat-x;
	}

.adresse input {
	background: #F0F0F0;
	border: 1px solid #ff0000;
	width: 200px;
	height: 25px;
	font-weight:bold;
	color: #000;
	}

.adresse input:focus {
	background : #ffffea;
	}

.adresse textarea {
	background: #F0F0F0;
	border: 1px solid #ff0000;
	font-weight:bold;
	color: #000;
	width: 95%;
	height: 200px;
}

textarea:focus {
	background: #ffffea;
	color:#000000;
	}


select {
	background: #F0F0F0;
	border: 1px solid #ff0000;
	width: 200px;
	height: 25px;
	font-weight:bold;
	color: #000;
}

/* adresse */

.adresse {
	width: 100%;
	margin-bottom : 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ff0000;
}

.adresse h1 {
	display:block;
	width: 80%;
	font-size: 3em;
	font-weight: bold;
	font-size: 2.3em;
	padding-bottom: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff0000;
	color: #353535;
}

.adresse h2 {
	display: block;
	width : 50%;
	border-bottom: dotted 1px #FF0000;
	color: #555555;
	margin-top: 35px;
	margin-left: 10px;
	padding-bottom: 0.1em;
}

.adresse h4 {
	margin-top: 30px;
}

.adresse h5 {
	margin-top: 25px;
}

.adresse h6 {
	display: block;
	width : 20%;
	border-bottom: dotted 1px #FF0000;
	color: #666666;
	margin-top: 35px;
	margin-left: 10px;
	padding-bottom: 0.1em;
}

.adresse ul
{	
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

.adresse li 
{
	background: url('img/adr_li.gif') left top no-repeat;
	padding-left: 15px;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.adresse a {
	color:#FF0000;
}

.adresse a:hover {
	background: #FF0000;
	color:#FFFFFF;
}

/* contact */

.txtform { 
	font-size: 12px; 
}

.txterreur {
	display:block;
	background: #FF0000;
	color : #FFF;
	font-weight:bold;
}

.dimgray {
	color: dimgray;
}

.adresse img {
	margin: 0px;
	padding: 0px;
}
