*{outline:none;}

html, body {height :95%; margin:5px; padding:0px;}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #535353;

}

p {margin: 8px 0 8px 0;}
h1, h2, h3, h4 {margin: 0px 0 8px 0;}
h1{font-size:23px; font-weight:normal;}
h2{font-size:22px; font-weight:normal;}
h3{font-size:18px; font-weight:normal;margin: 18px 0 18px 0;  }
h4{font-size:14px; font-weight:normal;}

a { color: #000;  text-decoration: none; font-weight:normal;	}
a:hover {	color: #000; text-decoration: underline;}
a img {border:0;}

.hidden {display:none;}

.small {font-size:10px;}
.small-x {font-size:9px;}

.txt1 {font-size:11px;}
.txt2 {font-size:12px;}
.txt3 {font-size:14px;}
.txt4 {font-size:16px;}
.txt5 {font-size:18px;}
.txt6 {font-size:20px;}
.txt7 {font-size:22px;}



/*
--------------------------------------------------
		Formulaires
--------------------------------------------------
*/

div.regForm {}


.regForm .hr {margin: 5px 0 5px 0; border:1px solid #fff; border-bottom:1px solid #999;  color:#fff;} 

table.regForm {
	border:solid 1px #ccc;
  font-family: Arial, Helvetica, sans-serif; font-size: 11px;
  border-collapse: collapse; 
	width:100% !important;
	/width:97%; /*IE hack pour eviter l'ascenceur horizontal sur modalbox*/
	background: #fff ;
	color:#353535;
}

table.regForm td { border-bottom:1px dotted #ccc; padding :5px 3px 5px 3px;}
table.regForm td.split { border-bottom:1px solid #ccc; padding :5px 3px 5px 3px; background:#e5e5e5;font-size:12px; font-weight:bold;}
table.regForm td.titre { border-bottom:1px solid #fff; padding :5px 3px 5px 3px; background:#ccc; font-size:18px;}
table.regForm td.labels {background:#fff;  font-size:11px; }
table.regForm td.champs {/*background:#fff; */}
table.regForm td.note { border-bottom:0px solid #fff; font-size:11px;}

form.regForm { }
form.regForm input[type="text"] { padding:2px; background:#fff ; border:1px solid #aaa; width:400px}
form.regForm select { padding:1px; background:#fff ; border:1px solid #aaa;}

form.regForm input[type="text"], form.regForm select  {
font-size:11px;
}

form.regForm input[type="submit"],
form.regForm input[type="button"],
form.regForm input[type="reset"] {
/*font-size:11px;
color:#000;

/padding : 0px;
background:#d0d0d0;
*/
}
