/* CSS Manuel Franco-allemand V2 */


/* Page d'accueil */
h2 ul{
	list-style-type: square;
	margin: 0 0 -10px 20px;
	padding: 0;
}
h2 li{
	margin: 0;
	padding: 0 10px 15px 0px;
}
.historique_projet{
		background: url(images/bg_hist_media.gif) top left no-repeat;
		float: left;
		display: block;
		/*margin-left: 10px;*/
		width: 235px; /* 255px */
		height: 130px;
		padding: 0 10px 0 10px;
		margin: 0 0 15px 0;
		font-size: 1.2em;
		line-height: 1.2em;
}

#accroche_mot_directeur{
	float: left;
	width: 795px;
	height: auto;
	margin: 10px 0 20px 0;
}
	#accroche_collection{
		float: left;
		display: block;
		width: 435px;
		font-size: 1.2em;
	}
	#mot_directeur{
		background: url(images/bg_mot_dir_coll.gif) top left no-repeat;
		float: left;
		display: block;
		width: 775px; /* 795px */
		height: 285px;
		padding: 0 10px 0 10px;
		font-size: 1.2em;
		line-height: 1.2em;
	}
		#mot_directeur img{
			float: right;
			margin-left: 5px;
		}
		.titre_dir_coll{
			font-size: 1.2em;
			font-weight: bold;
			margin-bottom: 15px;
		}
		.lien_mot_dir{
			background: url(../img/puce_fleche_orange.gif) center left no-repeat;
			margin-top: 5px;
		}
		.lien_mot_dir a, .lien_mot_dir a:hover, .lien_mot_dir a:visited{
			text-decoration: underline;
			padding-left: 10px;
			color:#ff3300;
		}


/* Rubrique historique */
	.book ul{
		list-style-type: square;
		margin: 0 0 0 10px;
	}
	.book li{
		margin: 0;
		padding: 0 10px 15px 0px;
		font-size: 1em;
	}
	li a{
		color: #666666;
	}



/* Rubrique manuels */
.bloc_manuels_haut{
	float: left;
	width: 780px; /* 795 */
	height: 23px; /* 30 */
	padding: 7px 0 0 15px;
	color: #016299;
	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;
}
	a.forfait_ens{
		background: transparent url(images/fleche_forfait_ens.gif) bottom left no-repeat;
		padding-left: 12px;
		color: #FFFFFF;
		width: 162px; /* 174 */
		height: 19px;
	}
	.bloc_manuels .book{
		float: left;
		display: inline;
		margin: 0 10px 0 0;
		padding: 10px 0px 10px 10px;
		font-weight: normal;
	}
	
	.bloc_couv{
		float: left;
	}
		.nouveau_manuel{
			color: #ff6600;
			font-size: 1.4em;
			font-weight: bold;
			margin-bottom: 5px;
			margin-left: 15px;
		}
		.couv{
			margin: 0 10px 0 0;
		}
		.bt_fiche_produit{
			background: #016299 url(../img/sitesCollection2008/bt_fiche_produit_bleu.gif) top left no-repeat;
			margin: 10px 0 0 10px;
			width: 103px; /* 110px */
			height: 17px; /* 22px */
			padding: 5px 0 0 7px;
		}
			.bt_fiche_produit a, .bt_fiche_produit a:hover, .bt_fiche_produit a:visited{
				/*color: #00797d;*/
				font-size: 1.1em;
				font-weight: bold;
				text-decoration: none;
			}
	.parution_MFA{
		padding: 5px 0 0 0;
		font-size: 1em;
		font-weight: normal;
		color: #CC0000;
	}
	.description{
		margin-top: 10px;
		font-size: 1.2em;
		
	}
	.bt_cd_abitur{
		background: transparent url(images/cd-rom_abitur.gif) top left no-repeat;
		width: 160px; /* 190 */
		height: 34px; /* 37 */
		margin: 5px 0 0 0;
		padding: 3px 0 0 42px;
		font-size: 1.1em;
		font-weight: bold;		
		line-height: 16px;
	}
	.bt_cd_abitur a, .bt_cd_abitur a:hover, .bt_cd_abitur a:visited{
		color: #b3002c;
		text-decoration: none;
	}
	
	
/* Rubrique ressources */	
	.sous_titre_ressources{
		float: left;
		color: #016299;
		font-size: 1.2em;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.contenu_ressources{
		background-color: #cee3ee;
		float: left;
		width: 735px; /*590px*/
		padding: 10px 10px 10px 10px;
		color: #016299;
		font-size: 1.2em;
	}
		.contenu_ressources ul{
			list-style-image: url(images/fleche_ressouces.gif);
			margin-left: 15px;
			padding: 0;
		}
		.contenu_ressources li{
			margin: 5px 0 0 5px;
			vertical-align: top;
			padding: 0;
		}
		.contenu_ressources li a, .contenu_ressources li a:visited{
			color: #666666;
			font-size: 1.2em;
			font-weight: normal;
			text-decoration: none
		}
		.contenu_ressources li a:hover{
			color: #016299;
			font-size: 1.2em;
			font-weight: normal;
			text-decoration: underline;
		}


