/*** Cooky's style pour le formulaire de contact***/


/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
.cform { 
	margin-top:20px; 
	width: 640px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.cform fieldset	{ 
	margin:10px 0 0 2%; 
	padding:5px 0 15px 0; 
	background:#FFE48D; 
	border:none;
	border:1px solid #FFE48D;
}

.cform fieldset.cf_hidden { 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend {
	border-bottom:1px solid black;
	font-size:11px;
	margin-bottom:20px;
}

ol.cf-ol { 
	padding-bottom:15px;
	border-bottom:1px dashed #CCC;
}

ol.cf-ol li	{ 
	list-style:none;
}

/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:70px; 
	margin:2px 5px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
}

.cform label span {
	width:70px; /* must be the same as above!*/
	display:block; 
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:1px 3px;
	background: #f9f9f9; 
	border: 1px solid #CCC; 
}

.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#b6c0fe; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#d8e0ee; 
}

.cform input {
	width:200px; 
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:3px 5px 0 0;
	font-size:0.9em;
	display: -moz-inline-box; 
	vertical-align:top;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	margin: 0;
}

.cform input.sendbutton	{ 
	width:83px;  
	font-size:11px;
	background-color:#FFA88A;
	border:1px solid #000 !important;
}

/*                                                      */
/*           Personnalisation des champs               */
/*                                                    */
.cf-fs2 {
	float:left;
}

.cf-fs2 input{
	width:150px;
}

.cf-fs3 {
	float:right;
}

.cf-fs3 input {
	width:120px;
}

.cf-fs3 legend  {
	text-indent:-10000px;
}

.cf-fs3 ol.cf-ol { 
	/*padding-bottom:10px;
	border-bottom:1px dashed #CCC;*/
	border-bottom:none;
	width:200px;
	margin-left:10px;
}

.cf-fs4 {
	clear:both;
	overflow:hidden;
	float:none;
}

.sendbutton {
	margin-left:410px;
	margin-top:-10px;
}

/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .error { 
	color:red!important; 
	border:1px solid #FF0000!important; 
	padding:1px 3px; 
}

.cform .errortxt {
	color:red!important; 
}


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	margin-top:7px;
}

input.secinput {
	width:45px;
	margin-top:7px;
	vertical-align:top;
}

img.captcha	{
	margin:0 0 0 10px!important;
	border:none!important;
	padding-top:10px;
}

#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:top;
	margin-top:10px;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
p.failure 	{
	color:red;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	text-indent:-10000px;
}




