/* --------------------------------------------------------------------------------
	STYLES GLOBAUX (TYPOS, SPACERS...)
-------------------------------------------------------------------------------- */

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	width:100%;
}

div, span, p, a, img, form, ul, li, h1, h2, h3, h4, h5, h6, hr {
	border: 0px none;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

h1 {
	color: #BFCCD9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: normal;
}

h2 {
	color: #BFCCD9;
	font-size: 17px;
	text-indent: 20px;
	font-weight: normal;
}

h3 {
	color: #7F99B2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

h4 {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #7F99B2;
}

h5 {
	color: #7F99B2;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

h6 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
}

a {
	color: #003366;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.typo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.typo_blanc {
	color: #FFFFFF;
}

.typo_bleu {
	color: #003366;
}

.typo_bleuclair {
	color: #BFCCD9;
}

.typo_bleumedium {
	color: #7F99B2;
}

.typo_bleufonce {
	color: #40668C;
}

.typo_blancbold {
	color: #FFFFFF;
	font-weight: bold;
}

.typo_bleubold {
	color: #003366;
	font-weight: bold;
}

.typo_blancsmall {
	color: #FFFFFF;
	font-size: smaller;
}

.typo_bleusmall {
	color: #003366;
	font-size: smaller;
}

.modif, .valid {
	color: Blue;
}

.depub {
	color: Red;
}

label {
	color: #7F99B2;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

select {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.input_button {
	color: #003366;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 22px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.input_text {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	margin: 0px;
}

.input_textarea {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}

.input_select {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	margin: 0px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.spacer_liste {
	line-height: 1px;
	border-bottom: 1px solid #7F99B2;
	clear: both;
	font-size: 1px;
}

.spacer_edit {
	line-height: 1px;
	border-bottom: 1px solid #7F99B2;
	clear: both;
	font-size: 1px;
	margin: 10px 0 0 0;
}

.spacer {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.display_none {
	display: none;
}

.display_block {
	display: block;
}

.split {
	width: 8px;
	height: 100%;
	position: absolute;
	top: 35%;
	left: 0px;
}

.split a {
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
 	background-position: 0px 0px;
 	height: 50px;
	overflow: hidden;
}

.split a:hover {
	background-position: -8px 0px;
}

.split a.split_right {background-image: url(../img/split_right.gif);}
.split a.split_left {background-image: url(../img/split_left.gif);}

.label-click{
	color: #003366;
}
.label-click:hover{
	text-decoration: underline;
	cursor: pointer;
}
.label-click-bold{
	color: #003366;
	font-weight: bold;
}
.label-click-bold:hover{
	text-decoration: underline;
	cursor: pointer;
}
