/* CSS des blocs Catalogue, Services enseignants et Cartothèque */

#bloc_catalogue{
	background: #FFFFFF url(../image/css/bloc_catalogue_bg.gif) bottom left no-repeat;
	float: left;
	display: inline;
	width: 195px; /* 210 */
	height: 350px;
	margin: 0 0 0 10px;
	padding: 0 8px 0 7px;
}
	#bloc_catalogue_titre{
		/*background: #FFFFFF url(../image/css/bloc_catalogue_titre.gif) top left no-repeat;*/
		width: 195px;
		height: 18px; /* 35 */
		padding: 17px 0 0 0;
		color: #008bd4;
		font-size: 1.5em;
		font-weight: bold;
		text-align: right;
	}
	#bloc_feuilleter{
		width: 195px;
		height: 130px;
		margin: 10px 0 0 0;
		font-size: 1.1em;
	}
		#bloc_feuilleter_couv{
			float: left;
			display: inline;
			width: 85px;
			height: 127px;
		}
		#bt_feuilleter{
			float: right;
			display: inline;
			width: 90px;
			height: 90px;
			margin: 40px 0 0 0;
			color: #000000;
			font-size: 1em;
		}
		#bloc_feuilleter img{
			border: none;
		}
	#bloc_consulter_offres{
		background: transparent url(../image/css/bloc_consulter_offres_bg.gif) top left no-repeat;
		width: 195px; /* 195 */
		height: 125px; /* 125 */
		margin: 15px 0 0 0;
		/*padding: 5px 5px 0 5px;*/
	}
		#bloc_consulter_offres_contenu{
			float: left;
			display: inline;
			margin-top: 5px;
			margin-left: 5px;
			width: 185px;
		}
			.bloc_consulter_offres_col{
				float: left;
				display: inline;
				margin: 0;
			}
			.lien_fleche_bleue{
				background: transparent url(../image/css/fleche_bleue.gif) top left no-repeat;
				margin: 10px 0 0 0;
				padding: 0 0 0 15px;
			}
				.lien_fleche_bleue a, .lien_fleche_bleue a:visited{
					font-family:Arial, Helvetica, sans-serif;
					font-size: 1.1em;
					color: #000000;
					line-height: 12px;
				}					
				.lien_fleche_bleue a:hover{
					font-family:Arial, Helvetica, sans-serif;
					font-size: 1.1em;
					color: #000000;
					line-height: 12px;
					text-decoration: underline;
				}

#bloc_services{
	background: #FFFFFF url(../image/css/bloc_services_bg.gif) top left no-repeat;
	float: left;
	display: inline;
	width: 209px; /*209 */
	height: 130px; /* 130 */
	margin: 15px 0 0 10px;
	/*padding: 0 5px 0 5px;*/
}
	#bloc_services_contenu{
		float: left;
		display: inline;
		margin-top: 35px;
		margin-left: 8px;
		width: 195px;
	}

#bloc_cartotheque{
	background: #FFFFFF url(../image/css/bloc_cartotheque_bg.gif) top left no-repeat;
	float: left;
	display: inline;
	width: 220px; /*220 */
	height: 160px; /* 160 */
	margin: 15px 0 0 0;
}	
	#bloc_cartotheque_contenu{
		float: left;
		display: inline;
		margin-top: 130px;
		margin-left: 80px;
		width: 130px;
	}
