/* Styles du formulaire de contact de Pérey */


/* the main layout */

#contentForm {
	display: block;
	width: 705px;
	padding: 0px 0px 0px;
	font-size: 0.8em;
	line-height: 1.8em;
	position: relative;
}
form {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	line-height: 1em;
 }
p.titre {
	background:#6A7392;
	color:#FFFFFF;
	padding:.2em .3em;
	font-size:1.2em;
	border:2px outset #6A7392;
	position:relative;
	margin-bottom:-1em;
	width:10em;
	margin-left:1em;
	margin-top:1em;
	font-weight: bold;
  }
fieldset {
  border:none;
  margin-bottom:1em;
  width:340px;
}
fieldset#coordonnees {
	border:outset #6A7392;
	background-color: #FFFFFF;
}
#civilite {
  margin-left:0px;
  color: #6A7392;
}
#civilite input + input {
  margin-left:25px;
}
#coordonnees label {
  position:absolute;
  padding-top:4px;
  left:15px;
}
fieldset#message {
	border:outset #6A7392;
	background-color: #FFFFFF;
}



/* and now the form formatting itself */

.errormsg {
	display: block;
	width: 300px;
	color: #7D1C23;
	font-weight: bold;
	background: #F4D59C url(../images/stop.gif) no-repeat 10px center;
	padding: 5px 10px 5px 40px;
	border: 1px solid #FF0000;
	position: absolute;
	left: 200px;
	top: 0px;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}

input, textarea, select {
	margin: 0;
	padding: 2px;
	font-size: 1em;
	color: #666666;
	background: #F5F5F5;
	border: 1px solid #ccc;
	margin: 3px 0px 4px;
}

input, textarea, select, p {
  font-family: verdana, arial, sans-serif;
}

textarea {
	margin-left: 15px;
	width:300px;
	padding:10px;
}
select {
	margin-left: 120px;
	margin-bottom:0;
}
#coordonnees input {
  margin-left:120px;
  line-height:1.4em;
  margin-bottom:.2em;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 5px 0px 0px;
	display: block;
	background:#6A7392;
	color:#FFFFFF;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-align:center;
}
.valider {
	background-color: #FF9900;
	color: #FFFFFF;
}
.valider:hover {
	background-color: #F5F5F5;
	color: #FF0000;
}
.float-left{
	display: block;
	float: left;
	clear: left;
	Width: 120px;
	margin: 0px;
	text-align: right;
	padding: 8px 5px 0px 0px;
	font-size: 0.95em;
	line-height: 1em;
}

span.required, .obligatoire {
	font-size: 15px !important;
	color: #CE5B55 !important;
}
.obligatoire {
	font-size: 10px !important;
	font-style:italic;
 }
.box {
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 0.9em;
}
