@charset "utf-8";
/**********************************************************************
 _____   _____   _   __   _   _____        _          __  _____   _____  
|  _  \ /  _  \ | | |  \ | | |_   _|      | |        / / | ____| |  _  \ 
| |_| | | | | | | | |   \| |   | |        | |  __   / /  | |__   | |_| | 
|  ___/ | | | | | | | |\   |   | |        | | /  | / /   |  __|  |  _  { 
| |     | |_| | | | | | \  |   | |        | |/   |/ /    | |___  | |_| | 
|_|     \_____/ |_| |_|  \_|   |_|        |___/|___/     |_____| |_____/ 
/***********************************************************************
Copyright 2010 POINT WEB
type : screen
categorie : validation form
Auteur : 
site :
/*******************************************************/
.cmxform fieldset p.error label { color: #ff9c00; }
div.blockError{border:#002c43 solid 1px; padding:10px; margin:10px 0 15px 0; background:#dddddd}
div.blockError h4{ font-size:13px; color:#002c43}
div.blockError ol li { list-style-type: none; margin-left: 40px; color:#002c43; }
div.blockError li{ cursor:pointer; font-size:11px }
div.blockError { display: none; }
.blockError label.error {	display: inline; }
form.cmxform label.error { display: block;	margin-left: 1em; width: auto; }
#contact-form form.cmxform input.error, #contact-form form.cmxform textarea.error{ border:1px dashed #FF0000; }
#formContact fieldset{ padding:20px; font-size:12px; color:#002c43; border:1px solid #002c43}
#formContact legend{ font-weight:bold}
#formContact label{ width:150px; display:block; float:left;}
#formContact input{ width:300px; float:left; color:#002c43; background:#dddddd; border:1px solid #99a7b1;}
#formContact input:focus{ background:#cdcecf}
#formContact textarea{ width:300px; float:left; color:#002c43; background:#dddddd; border:1px solid #99a7b1;}
#formContact textarea:focus{background:#cdcecf}
#formContact div{ margin-bottom:10px; float:left}
#btEnvoyer{ margin-left:150px;}
