html  { font-size: 100%; } /* IE hack */

* { margin:0; padding:0; }

body {
	font-family: 'Droid Sans', helvetica, arial, sans-serif;
	font-size: 68.7%; /* Resets 1em to 11px*/
	}

table, th, td, input, select { font-size: 100%; } /* IE hack */

a 		{ color:#008595; text-decoration:none;  }
a:hover { color:#000;}
a img 	{ border:0;}

/* Heading */
h1 { font-size: 2.1818em;} /* 24px */
h2 { font-size: 1.5em;}	/* 18px */
h3 { font-size: 1.33em;} /* 16px */
h4 { font-size: 1.1667em;} /* 14px */
h5 { font-size: 1.083em; }
h6 { font-size: .95em; }

p { line-height: 1.5em; margin: 4px 0;}

/* Table */
th { padding:0; text-align:left; vertical-align:top; }
td { padding:0; vertical-align:top;}

/* Form */
form { display:inline;}
fieldset { border:none; }
legend {display:none;}
input, select, button { vertical-align:middle; }

/* Lists */
dt { display:block; font-weight:bold; }
li { list-style:none; }

/* Size */
small,.small { font-size: 0.9167em; }
big { font-size:1.1em; }

hr { height:0; margin:8px 0; overflow:hidden; }
.nowrap { white-space:nowrap; }
:focus { outline: 0; }
.bold { font-weight:bold; }

/* Flottant */
.float, .left { float: left;}
.a-droite, .right  { float: right;}

.clear {
	clear: both; display: block;
  	overflow: hidden; visibility: hidden;
  	width: 0; height: 0;
	}

/* Espace */
.fine {
	display: inline-block;
	width: 1px;
	overflow: hidden;
	}

.error-message{
    color: red;
    /*float:left;*/
    margin:3px 0 0 5px;
}
.border-red{ border: 1px dotted red !important;}
