div#dernier_document {
		position: relative;
		margin: 0px 9px 30px 9px;
		width: 537px;
		border: 0px solid #999;
	}
		div#dernier_document div.image {
			position: relative;
			float: left;
			margin-right: 8px;
			width: 67px;
		}
		
		div#dernier_document div.texte {
			position: relative;
			float: left;
			width: 455px;
			
		}
			div#dernier_document div.titre {
				margin-bottom: 5px;
				font-weight: bold;
				color: #006;
			}
			div#dernier_document div.resume {
				text-align: justify;
				color: #006;
			}


/******************************************************/


div.bandeau_theme { 
		position: relative;
		margin-bottom: 1px;
		width: 100%;
		height: 14px;
		text-indent: 4px;
		font-weight: bold;
		color: #FFF;
		background-repeat: repeat-x;
	}
	div#bandeau_theme_1 { background-image: url(../images/bandeau_t1.jpg); }
	div#bandeau_theme_2 { background-image: url(../images/bandeau_t2.jpg); }
	div#bandeau_theme_3 { background-image: url(../images/bandeau_t3.jpg); }
	div#bandeau_theme_4 { background-image: url(../images/bandeau_t4.jpg); }


/******************************************************/
div.bandeau_soustheme {
		position: relative;
		float: left;
		margin-bottom: 20px;
		padding-right: 15px;
		min-width: 50px;
		height: 14px;
		border: 0px solid #000;
		background-repeat: no-repeat;
		background-position: right;
		text-indent: 4px;
		font-weight: bold;
		color: #FFF;
	}
	div#bandeau_sousthemes_t1 { background-color: #BB003D; background-image: url(../images/sousthemes_t1.jpg); }
	div#bandeau_sousthemes_t2 { background-color: #FF4F4F; background-image: url(../images/sousthemes_t2.jpg); }
	div#bandeau_sousthemes_t3 { background-color: #FE8772; background-image: url(../images/sousthemes_t3.jpg); }
	div#bandeau_sousthemes_t4 { background-color: #FEB834; background-image: url(../images/sousthemes_t4.jpg); }
	

/******************************************************/

a.archives_t1 { color: #BB003D; text-decoration: none; }
a.archives_t2 { color: #FF4F4F; text-decoration: none; }
a.archives_t3 { color: #FE8772; text-decoration: none; }
a.archives_t4 { color: #FEB834; text-decoration: none; }

a.archives_t1:hover { text-decoration: none; }
a.archives_t2:hover { text-decoration: none; }
a.archives_t3:hover { text-decoration: none; }
a.archives_t4:hover { text-decoration: none; }


