/* Formulaire */

label {
	display: block;
	width: 39%;
	float: left;
	padding-right: 1%;
	text-align: left;
	padding-top: 4px;
}

p {
	margin:1px  0px 0px 0px;
	color: #292929;
	line-height: 12px;
	clear: both;
}

html>body p {
	margin:2px 0px 0px 0px;
	color: #292929;
	clear: both;
	line-height: 12px;
}

input, select {
	font-size: 11px;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #B8B8B8;
}

.inputCheckBox input {
	margin-left: 2%;
}

.input input, .inputDropDown select {
	border:1px solid #CCCCCC;
	margin-left:1%;
	width:90%;
	/*margin-top: 5px;*/
}

.inputRadio input, .inputCheckBox input{
	border: 0px;
	margin-left:1%;
}

html>body .input input, .inputDropDown select{
	width: 51%;
}

.inputButton {
	text-align: center;
	padding: 10px 0px;
}

.button {
	background:transparent url(../images/btn.gif) no-repeat scroll 0%;
	border:0pt none;
	height:19px;
	margin:0pt 0pt 0px 3px;
	padding-bottom:2px;
	width:78px;
}

.phone input {
	border: 1px solid #cccccc;
	margin-left: 1%
}

/*input[type="submit"] {
	border:1px solid #666666;
	width:27%;
}

input[type="submit"]:hover {
	border:1px solid #66CC33;
	width:27%;
}*/

.left {
	text-align: left;
	padding-left: 2%;
}

.right {
	text-align: right;
	padding-right: 7%;
}

/* Texte */

.evidence{
	font-size: 12px;
	font-weight: bold;
}

.error {
  color: #c00;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 0px;
  text-align: center;
}

div.title {
	padding: 10px 0px;
}

div.intro {
	padding: 10px 0px;
}


/* LISTE */

ul.loginListBottom li {
	list-style-position:inside;
	list-style-type:disc;
}

/* LIENS */

.link {
	margin-left: 2%;
}

a{
	color:#c00;
	text-decoration:underline;
}

a:hover{
	color:#000;
	text-decoration:none;
}

/* DIVERS */

.height30 {
	height: 30px;
}

.padBottom10 {
	padding-bottom: 10px;
}

/* TABLEAU */

.table_list {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	width: 100%;
}

.table_list td, .table_list th {
	border-left: 1px solid black;
	padding-left: 2px;
	text-align: center;
}

.table_list td.input input {
	border: 1px solid #999;
}

th {
	font-weight: bold;
	background-color: #6A6F77;
	height: 25px;
	vertical-align: middle;
	font-size: 11px;
	color: white
}

td {
	font-weight: normal;
	font-size: 11px;
}

.oddLine {
	background-color: #eeeeee;
}

/* SEPARATOR */

HR {
	color: #cccccc;
	height: 1px;
	clear: both;
}

/* ADMIN */

.autocomplete {
  color: #333;
  background-color: #fff;
  border: 1px solid #666;
  font-family: Arial;
  overflow: hidden;
}

.autocomplete ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: auto;
}

.autocomplete li {
  display: block;
  white-space: nowrap;
  cursor: pointer;
  margin: 0px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #fff;
}

.autocomplete li.selected {
  background-color: #cef;
  border-top: 1px solid #9bc;
  border-bottom: 1px solid #9bc;
}

p.title{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0;
	font-size: 16px;
	color: #888;
}
P.title span {
  font-size: 16px;
}
span.red {
	color: #c00;
}
p.intro {
	margin: 10px 0;
}

.tab1 {
	padding-left: 20px;
}

.tab2 {
	padding-left: 40px;
}

.form h3 {
	font-weight: bold;
	padding-bottom: 10px;
}

.borderNull {
	border: 0;
}