form.contactsw  {
	margin:12px 0;
}
/*2 colonnes*/
#formcolgauche, #formcoldroite {
	 width:48%;
}
#formcolgauche {
	 float:left;
}
#formcoldroite {
	 float:right;
}
#formcolcentre {
	text-align:center;
	padding:8px; 
	border-top:#999 1px solid; 
	margin-top:8px;
}
.kas {
	clear:both;
}
/* *** */

/*1 colonne*/
#form1col {
	 width:100%;
}
/* *** */

form.contactsw label  {
	font-size:11px;
	font-weight:bold;
	line-height:22px;
	padding-left:20px;
}
form.contactsw input.infomail, form.contactsw textarea  {
	width:96%;
	border-radius: 10px;   
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;    
	-khtml-border-radius: 10px;
	background:url(../images/fd-form-input-textarea.jpg) bottom repeat-x #fff;
	border:#999 1px solid;
	padding:0 6px;
}
form.contactsw input {
	height:25px;
	line-height:25px;
}
form.contactsw input.copicode {
	border-radius: 10px;   
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;    
	-khtml-border-radius: 10px;
	border:#999 1px solid;
}
form.contactsw textarea{
	height:150px;
}
form.contactsw span.renouv a {
	font-size:10px;
	color:#444;	
	text-decoration:underline;
}
form.contactsw span.renouv a:hover {
	color:#f00;	
	text-decoration:none;
}
#six_letters_code {
	width:170px;
	border:#999 1px solid;
	border-radius: 10px;   
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;    
	-khtml-border-radius: 10px;
}
div .merci {
	width:90%;
	margin:6px auto;
	padding: 8px;
	background:#c00;
	color:#fff;
	font-size:16px;
	border:#000 1px solid;
	border-radius: 10px;   
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;    
	-khtml-border-radius: 10px;
	text-align:center;
	text-shadow:#000 1px 1px 2px;
}
#contact_form_errorloc li, .err {
	color:#f00;
	font-weight:bold;	
}
input:focus, textarea:focus {
	outline: none !important;
	border:1px solid #f00;
	border-radius: 10px;   
	box-shadow: 0 0 10px #999;
	padding:0 8px;
}
form.contactsw input.infomail:hover, form.contactsw textarea:hover, form.contactsw input.copicode:hover {
	border:1px solid #000;
}
form.contactsw input.btsubmit {
	background:url(../images/fd-input-submit.jpg) center center repeat-x #999;
	width:100%;
	margin:8px auto;
	border-radius: 10px;   
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;    
	-khtml-border-radius: 10px;
	border:#999 1px solid;
	background-color: rgb(220, 220, 220);
	background-image: linear-gradient(transparent, rgb(190, 190, 190));
	font-size:16px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	text-shadow:#fff 1px 1px 1px;
}
form.contactsw input.btsubmit:hover {
	background-color: rgb(80, 80, 80);
	background-image: linear-gradient(transparent, rgb(200, 200, 200));
	color:#fff;
	text-shadow:#000 1px 1px 2px;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

@media screen and (max-width:969px) {

#formcolgauche, #formcoldroite {
	 float:none;
	 width:100%;
}
#form1col {
	 width:100%;
}

}