/* ----- CONTENT --------------------------------------------------------------------------- */

h1 {
	margin: 15px 15px 10px 15px;
	font-size: 15px;
	/*font-weight: normal;*/
	color: #2b85bc;
}

h2 {
	margin: 15px 15px 5px 15px;
	font-size: 12px;
	color: #2b85bc;
}

h3 {
	margin: 15px 15px 5px 15px;
	font-size: 12px;
	color: #696a6b;
}

h4 {
	margin: 0px 15px 20px 15px;
	font-size: 11px;
	font-weight: bold;
	color: #696a6b;
}

p {
	margin: 0px 15px 20px 15px;
	font-size: 11px;
}

p.remarques {
	font-size: 9px;
	color: #969697;
}

ul, ol {
	margin: 10px 15px 20px 20px;
}

li {
	margin: 5px 5px 10px 5px;
	padding: 0px 0px 0px 20px;
	list-style: none;
	background-image: url(../img/construct/bullet.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

ul.classic, ol.classic {
	margin: 10px 15px 20px 40px;
}

ul.classic li, ol.classic li {
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	list-style: disc;
	background: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #2b85bc;
}

a:hover {
	text-decoration: underline;
	color: #2b85bc;
}

/* ----- TABLE ------------------------------------------------------------------------------- */

table {
	margin: 15px auto 15px auto;
	font-size: 11px;
	border: 1px solid #494f5a;
}

thead {
	padding: 1px;
}

thead th, thead td {
	padding: 10px;
	background-color: #2b85bc;
	border: 1px solid #2b85bc;
	color: #ffffff;
	font-weight: bold;
}

tbody th, tbody td {
	margin: 0px 0px 2px 0px;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #494f5a;
	color: #494f5a;
	font-weight: normal;
}

th {
	text-align: left;
}

td {
	text-align: center;
}

/* ----- FORM -------------------------------------------------------------------------------- */

fieldset {
	display: block;
	width: 450px;
	margin: 0px auto 15px auto;
	border: 0px;
	text-align: left;
}

fieldset legend {
	display: none;
}

label {
	margin: 7px 5px 0px 10px;
	display: inline;
	float: left;
	width: 180px;
	text-align: left;
	font-weight: bold;
}

input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	background-color: #ffffff;
	border: 1px solid #595959;
	font-size: 11px;
}

input, select {
	width: 250px;
}

textarea {
	width: 250px;
}

.error {
	color: #cc0000;
	font-weight: bold;
}