/* CSS Bibliothèque Lettris */




/* Page Le coffret */
.lien_coffret{
	background: url(../img/sitesCollection2008/puce_fleche_bleue.gif) center left no-repeat;
	margin-top: 5px;
}
.lien_coffret a, .lien_coffret a:hover, .lien_coffret a:visited{
	text-decoration: underline;
	padding-left: 10px;
	color:#0091ab;
}

/* Rubrique manuels */
.bloc_manuels_haut{
	float: left;
	width: 780px; /* 795 */
	height: 23px; /* 30 */
	padding: 7px 0 0 15px;
	color: #c92741;
	font-size: 1.6em;
	font-weight: bold;
}
.bloc_manuels{
	float: left;
	width: 785px; /* 795 */
	margin-top:0px;
	margin-left: 0;
	width: 785px;
	height: auto;
	padding: 0 0 0 10px;
}
.bloc_manuels_bas{
	float: left;
	width: 780px; /* 795 */
	height: 23px; /* 30 */
	margin-bottom: 20px;
	padding: 7px 0 0 15px;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
}
	.bloc_manuels .book{
		float: left;
		display: inline;
		margin: 0 10px 0 0;
		padding: 10px 0px 10px 0;
		font-weight: normal;
	}
	
	.bloc_couv{
		float: left;
	}
		.titre_seance{
			color: #0091ab;
			font-size: 1.2em;
			font-weight: bold;
			margin: 0 0 10px 0;
		}
		.couv{
			margin: 0 10px 0 0;
		}
		.titre_atelier{
			margin: 0;
			color: #000000;
			font-size: 1.2em;
			font-weight: bold;
		}
	.description{
		margin-top: 10px;
		font-size: 1.2em;
	}	
	
/* Page extraits et séances pédagogiques */	
.lien_ressource{
	background: #FFFFFF url(images/fleche_ressouces.gif) top left no-repeat;
	width: 175px;/* 190 */
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;

}
	.lien_ressource a, .lien_ressource a:visited, .lien_ressource a:hover{
		color: #b3002c;
		font-size: 1.2em;
		font-weight: bold;
		text-decoration: none
	}
.bt_powerpoint{
	margin: 10px 0 0 0;
	width: 162px; /* 190px */
	height: 30px; /* 35px */
	padding: 5px 0 0 28px;
}
	.bt_powerpoint a, .bt_powerpoint a:hover, .bt_powerpoint a:visited{
		/*color: #00797d;*/
		font-size: 1.1em;
		font-weight: bold;
		text-decoration: none;
	}	
