@charset "iso-8859-2";
#tout {
	height: 100%;
	min-height: 460px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bandeau2.jpg);
	background-repeat: no-repeat;
	border: 1px solid #015293;
	background-color: #FFFFFF;
	background-position: center top;
	position: relative;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005495;
	background-attachment: fixed;
	background-image: url(images/arbres2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #B9C8DB;
}

#tout #logo {
	height: 80px;
	width: 950px;
}
#tout #sommaire {
	height: 50px;
	width: 950px;
	position: relative;
}
#tout #contenu {
	min-height: 450px;
	height: 500px;
	width: 930px;
	background-color: #FFFFFF;
	padding: 10px;
	background-image: url(images/rh.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.justifie {
	text-align: justify;
}

.titre {
	font-size: 12px;
	font-weight: bold;
	color: #E20040;
}
.citation {
	font-style: italic;
	text-align: justify;
}
.lien {
	color: #6687AE;
}
.citation_titre {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #018CB7;
}

.rubrique {
	font-size: 16px;
	font-weight: bold;
	color: #005193;
	text-transform: uppercase;
}
.bord {
	border: 1px solid #BECBDC;
}

.fondbleu {
	background-color: #ECEFF4;
}
.majuscules {
	text-transform: uppercase;
}

/***** Flash & error messages ****/
/* COPYRIGHT LUDOVIC MARTINEAU */
#errorExplanation, div.flash, .nodata {
    padding: 4px 4px 4px 30px;
    margin-bottom: 12px;
	font-size: 1.1em;
	border: 2px solid;
}

div.flash {margin-top: 8px;}

div.flash.error, #errorExplanation {
    background: url(images/false.png) 8px 5px no-repeat;
	background-color: #ffe3e3;
	border-color: #dd0000;
	color: #550000;
}

div.flash.notice {
    background: url(images/true.png) 8px 5px no-repeat;
	background-color: #dfffdf;
	border-color: #9fcf9f;
	color: #005f00;
}

.nodata {
    text-align: center;
	background-color: #FFEBC1;
	border-color: #FDBF3B;
	color: #A6750C;
}
/* FIN CSS FLASH ERRORS - LMARTINEAU */

.fondblanc {
	background-color: #FFFFFF;
	border: 1px solid #9EB1CB;
}
.titre_annonce {
	font-size: 14px;
	font-weight: bold;
	color: #005495;
}
.bord_rouge {
	border: 1px solid #E20040;
}
.premierelettre {
	font-size: 16px;
	font-weight: bold;
	color: #E20040;
}

#menu dl, dt, dd, ul, li {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

#menu dl {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #EAF0F4;
	font-size: 10px;
	width: 12em;
	float: right;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	border: 1px solid #EFEEED;
	background-color: #EAF0F4;
	color: #005193;
	height: 20px;
	line-height: 20px;
	width: 13em;
}
#menu dd {
	background-color: #EAF0F4;
	border: 1px solid #BEC3C7;
	width: 13em;
	display: none;
}
#menu li {
	text-align: center;
	height: 18px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #EAF0F4;
}
#menu li a {
	font-size: 10px;
	font-weight: normal;
	color: #035496;
	text-decoration: none;
}

#menu li a, #menu dt a {
	color: #025291;
	text-decoration: none;
	display: block;
	height: 100%;
}
#menu {
	width:809px;
	height:79px;
	z-index:1;
	float: right;
	position: absolute;
	left: 115px;
	top: 11px;
}

#menu li a:hover, #logo dt a:hover {
	background-color: #AAC0D8;
}
.textepetit {
	font-size: 10px;
	color: #005495;
}
