/* UTILES */
.clear, .clear5, .clear10, .clear15 , .clear20, .clearRight {
	clear:both;
}
.line {
	background:transparent url(/img/bones-eu/bordure.gif) bottom left repeat-x;
}
.clear20 {
	height:1.25em;
}
.clear15 {
	height:0.9375em;
}
.clear10 {
	height:0.625em;
}
.clear5 {
	height:0.3125em;
}
.clearRight {
	height:0.3125em;
}
.blueBackground {
	background-color:#0E4B78;
	color:#fff;
} 
.brownBackground {
	background-color:#c6bdac;
	color:#9a0000;
}
.redBackground {
	background-color:#8289A5;
	color:#fff;
}
.separator {
	clear:both;
	background-color:#b7cddb;
	width:100%;
	font-size:1px;
	height:1px;
	margin-bottom:0.6125em;
}
/* UTILES */

/* SUB-TITLE BARRE */
.subTitleBarre {
	width:100%;
	margin-bottom:0.3125em;
	height:1.125em;
	clear: right;
}
.subTitleBarre H1, .subTitleBarre H2, .subTitleBarre H3 {
	padding:0.125em 0em 0em 0.3125em;
	font-size:0.75em;
	font-weight:bold;
	float:left;
}
.subTitleBarre lastUpdateDate {
        padding:0.3125em 0.625em 0em 20em;
	font-size:0.7125em;
	text-align:right;	
}
.subTitleBarre .date {
	padding:0.25em 0.625em 0em 0em;
	font-size:0.625em;
	float:right;
}
.subTitleBarre DIV {
	padding-top:0.2em;
	font-size:70%;
	text-align:right;
	margin-right:0.625em;
}
.subTitleBarre A {
	color:#fff;
}
/* SUB-TITLE BARRE */
div#global {
	width:100%;
	height:100%;
	background-color:#FFFFFF;
/*	border: 1px solid #000000;*/


	}
div#interne {
	width:98%;
	height:100%;
	position: relative;
	float: left;
/*	border: 0px solid #000000;*/
	border: 1px solid #064EA0;
	clear: left;
	}
div#contenu {
	width:75%;
	height:100%;
	position: relative;
	float: left;
	padding: 5px;
	clear: both;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	top: auto;
	}
div#droite {
	float:right;
	width:25%;
	height:100%;
	position: relative;
	visibility: visible;
	/*border: 1px solid #064EA0;*/
	padding: 5px;
	top: auto;
	clear: left;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	}
div#bloc_news {
	float:left;
	width:200px;
	height:200px;
	text-align: center;
	}
