/* Paragraphe plus */
.retour {
	cursor: pointer;
	text-align: right;
	margin: 10px 0 0 0;
	clear: both;
}
.retour a {
	background-image: url(/images/imgRedon/retour.gif);
	background-repeat: no-repeat;
	font-weight : bold;
	padding-left: 18px;
	color: #5E93C7;
	font-size: 10px;
	text-decoration: none;
}
.retour a:hover {
	color: #0054A6;
}


/* Paragraphe */
.img2left {
	float: left;
	margin: 2px 8px 0 0;
}
.img2right {
	float: right;
	margin: 2px 0 0 8px;
}
.img2center {
	text-align: center;
	margin: 2px 0 0 8px;
}
.legend{
	text-align: center;
}

/* Plan du site */
#plan-site{
	margin-left: 150px;
}
.map-menu-1{
	color : black;
	font-size: 13px;
	list-style: none;
	font-weight : bold;
}
.map-menu-2{
	list-style: none;
	font-size: 12px;
	color : black;
}
.map-menu-2 a{
	list-style: none;
	font-size: 12px;
	color : #5E93C7;
	text-decoration: none;
}
.map-menu-2 a:hover{
	list-style: none;
	font-size: 12px;
	color : #0054A6;
	text-decoration: underline;
}
.map-menu-3{
	list-style: none;
	font-size: 11px;
	color : black;
}
.map-menu-3 a{
	list-style: none;
	font-size: 11px;
	color : #5E93C7;
	text-decoration: none;
}
.map-menu-3 a:hover{
	list-style: none;
	font-size: 11px;
	color : #0054A6;
	text-decoration: underline;
}
.map-menu-4{
	list-style: none;
	font-size: 10px;
	color : black;
}
.map-menu-4 a{
	list-style: none;
	font-size: 10px;
	color : #5E93C7;
	text-decoration: none;
}
.map-menu-4 a:hover{
	list-style: none;
	font-size: 10px;
	color : #0054A6;
	text-decoration: underline;
}

/* Formulaire */
#position-form{
	margin-left: 130px;
}
.mentionlegales{
	color: black;
	font-weight: bold;
}
.erreur{
	color : #CD0D37;
	font-size : 11px;
	margin-left : 4px;
}

/*En savoir plus*/
.lien-ensavoirplus {
	background-image: url(/images/imgRedon/ensavoirplus.gif);
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
}
.lien-ensavoirplus a {
	padding-left: 20px;
	color: #5E93C7;
	text-decoration: none;
	font-weight: bold;
}
.lien-ensavoirplus a:hover {
	color: #0054A6;
}

/* Actualités */
.lien-actuLight{
	margin: 0 0 10px 0;
	font-size: 10px;
}
.lien-actuLight a {
	padding-left: 10px;
	color: #5E93C7;
	text-decoration: none;
	font-weight: bold;
}
.lien-actuLight a:hover {
	color: #0054A6;
}

/*Recherche*/
.nbr-result{
	color: #0054A6;
	font-size: 13px;
}
.suiv-prec{
	color: #26CEBD;
	font-weight: bold;
	font-size: 12px;
}
.suiv-prec a{
	text-decoration: none;
}
.suiv-prec a:hover{
	text-decoration: underline;
}
.titre-recherche{
	color: #0054A6;
	font-weight: bold;
	font-size: 12px;
}
.recherche-entete{
	color: #0054A6;
	font-size: 12px;
}
.recherche-titre{
	color: #F9B23B;
	font-size: 11px;
	font-weight: bold;
}
.recherche-corps{
	color: #0054A6;
	font-size: 11px;
}
.recherche-corps a{
	color: #5E93C7;
	text-decoration: none;
	font-weight: bold;
}
.recherche-corps a:hover{
	color: #0054A6;
}
.more{
	color: #5E93C7;
	font-weight: bold;
}
.chapo{
	color: #5E93C7;
	font-weight: bold;
}

/* ------------- EQUIPE ------------- */
.blocequipe {
	margin-top: 20px;
	/*Les deux lignes suivantes ont été ajoutées*/
	float:left;
	width: 580px;
}
.blocequipe h2 {
	font-size: 12px;
	margin: 0 0 4px 0;
	padding: 0;
	padding-bottom: 4px;
	background-image: url(/images/imgRedon/titre_points.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.detailperso {
	float: left;
	width: 245px;
	margin: 0 15px 5px 0;
}
.detailperso img {
	float: left;
	padding: 5px;
}
.detailperso .nom {
	font-weight: bold;
	color: #CD0D37;
	margin: 10px 0 -10px 0;
	display: block;
}
.detailperso .fonction {
	color: #747373;
	display: block;
}

/* ------------IMPRIMER------------ */
#imprimer {
	background-image: url(/images/imgRedon/picto_print.gif);
	background-repeat: no-repeat;
	color: #243F8F;
	padding-left: 24px;
}
#imprimer a {
	
	text-decoration : none;
}
#imprimer a:hover {
	text-decoration : underline;
}

/* ------------ Home page -----------*/
#titreaccueil{
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0 10px 0;
	padding: 0 2px 2px 0;
	border-bottom: 2px dotted #0054A6;
}
#textaccueil{
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 10px 0;
	padding: 5px 2px 2px 0;
}