@charset "utf-8";
/* CSS Document */

H1, H2, H3, .chapo, .chapo a{
	color:#8cb335;
}

h2.sous_titres_thematiques {
	font-size :20px;
	font-weight: normal;
	color: #8cb335;
	display: block;
	letter-spacing:3px;
	text-transform:uppercase;
	margin-bottom:10px;
}


a, a.rubrique{
	text-decoration:none;
	color:#728026; /*couleur rubrique */
}

a:hover, a.rubrique:hover{
	text-decoration:underline;
	color:#728026; /*couleur rubrique */
}

a.liste:visited{
	color:#728026; /*couleur rubrique */
}

li{
	list-style-image:url(../images/puce-ressources.png);
}

#contenu_general_ressources {
	margin:0 auto;
	padding:0;
	width:1024px;
	height:1000px;
	background-color:#FFFFFF;
}


#menu_gauche {
	width:185px;
	float:left;
	padding-left:5px;
	
}
#menu_gauche ul {
	margin:0;
	padding:0;
	color:#728026; /*couleur lien section*/
	line-height:16px;
	font-size:11px;
}
#menu_gauche li {
	list-style:none;
	color:#728026; /*couleur lien section*/
}
#menu_gauche a {
	color:#6b6b6b; /*gris*/
	text-decoration:none;
}
#menu_gauche a:hover {
	color:#728026; /*couleur lien section*/
	font-weight:bold;
}

#menu_gauche .selected a {
	color:#728026; /*couleur lien section*/
	font-weight:bold;
}

#contenu_ressources {
	width:511px;
	height:875px;
	background-color:#e8e5dc;
	padding-left:47px;
	padding-top:20px;
	padding-right:47px;
	float:right;
	margin-right:10px;
	text-align:justify;
}
h1.titre_ressources {
     font-size :10px;
     font-weight: normal;
     color: #43545a;
	 letter-spacing:2px;
	 width:100%;
}
h2.titre_ressources {
     font-size :13px;
     color: #8cb335;
	 letter-spacing:2px;
	 margin-top:-5px;
	 width:100%;
}

.image_ressources_g {
	margin-top:15px;
	margin-bottom:10px;
	margin-right:10px;
	float:left;
	background-color:#8cb335;
}
.image_ressources_d {
	margin-top:15px;
	margin-bottom:10px;
	margin-left:10px;
	float:right;
	background-color:#8cb335;
}
.cartouches_images {
	padding:5px;
	color:#FFF;
	font-size:10px;
}
.intro_ressources {
	color:#8cb335;
	font-weight:bold;
	line-height:17px;
	word-spacing:3px;
}
.texte_ressources {
	line-height:1.3em;
	padding-bottom:10px;
}
.ressources_similaires {
	padding-top:5px;
}
.titre_ressources_similaires {
	font-size:13px;
	color:#8cb335;
}
.ressources_similaires a{
	color:#000;
	text-decoration:none;
	font-size:11px;
}
.ressources_similaires a:hover{
	color:#000;
	text-decoration:underline;
}

.docElement{
	margin:10px 0 10px 0;
}

