/* CSS Document */

#fondContenu {
	position: absolute;
	width: 69.8em;
	height: 49em;
	top: 0em;
	right: 0em;
	}

#barreMenu {
	position: absolute;
	top: 0em;
	left: 0em;
	width: 14.6em;
	height: 0.2em;
	}
	
/* liste des actus */
	
#listActus {
	position: absolute;
	top: 3em;
	left: 2.5em;
	width: 17.7em;
	height: 38em;
	overflow: auto;
	color: #FFFFFF;
	text-align: justify;
	}
	
#listActus span {
	font-size: 2em;
	}
	
#listActus ul {
	margin: 0em;
	padding: 0em;
	margin-right: 1.5em;
	}
	
#listActus em {
	text-decoration: underline;
	color: #f2bf15;
	}
	
#listActus ul li {
	list-style-type: none;
	margin: 0em;
	padding: 0em;
	font-size: 1.1em;
	}
	
#listActus ul li li {
	margin-left: 1em;
	}
	
#listActus a {
	text-decoration: none;
	color: #FFFFFF;
	}
	
#listActus a:hover {
	color: #FFFFFF;
	}
	
/* recherche */

#recherche {
	position: absolute;
	bottom:1em;
	left: 2em;
	width: 18em;
	height: 6em;
	color: #FFFFFF;
	vertical-align: bottom;
	}
		
#rechercheAvancee {
	position: absolute;
	top: 0em;
	left: 0em;
	font-size: 0.9em;
	}
	
#motCle {
	position: absolute;
	bottom: 0em;
	left: 0em;
	width: 18em;
	font-size: 0.8em;
	text-align: center;
	}

#ligneRecherche {
	position: absolute;
	top: 2em;
	left: 0em;
	width: 18em;
	height: 2em;
	}
	
#btnRecherche {
	position: absolute;
	top: 0em;
	right: 0.3em;
	width: 2.2em;
	height: 1.8em;
	}
	
#inputRecherche {
	position: absolute;
	top: 0.2em;
	left: 0em;
	width: 14em;
	height: 1.6em;
	font-size: 10px;
	border: none;
	background-color: #FFFFFF;
	}
	
/* actualité sélectionnée */

#date {
	position: absolute;
	left: 24em;
	top: 3em;
	width: auto;
	height: auto;
	color: #333333;
	}
	
#date span {
	font-size: 1.4em;
	}
	
#categorie {
	position: absolute;
	right: 13em;
	top: 3em;
	width: auto;
	height: auto;
	color: #FFFFFF;
	}
	
#categorie span {
	font-size: 1.4em;
	}
	
#titre {
	position: absolute;
	top: 6.5em;
	left: 24em;
	width: 51em;
	height: auto;
	color: #6F0B09;
	}
	
#titre span {
	font-size: 1.8em;
	}
	
#texte {
	position: absolute;
	top: 10em;
	right: 0em;
	width: 61em;
	height: 37em;
	overflow: auto;
	text-align: justify;
	}
	
#texte div {
	margin-right: 16em;
	}