@import "jcarousel.css";

#content {
	width: 550px;
	padding: 0 25px;
	}
	
.publicite {
	margin: 10px 0;
	}
	
.fournisseur_frame {
	color: white;
	padding: 15px 20px;
	width: 560px;
	height: 420px;
	overflow: hidden;
	}
.fournisseur_frame .etab {
	color: #666;
	}
.fournisseur_frame .texte {
	height: 100px;
	overflow-x: auto;
	padding-right: 20px;
	}
.fournisseur_frame .detail {
	color: #ccc;
	font-size: 11px;
	font-style: italic;
	}
.fournisseur_frame .detail a {
	color: red;
	font-style: italic;
	}
.fournisseur_frame .detail a:hover {
	text-decoration: underline;
	}
.fournisseur_frame p {
	margin-bottom: 5px;
	line-height: 170%;
	font-size: 12px;
	}

	
	
.bloc_actu {
	background: url("../../templates/media/bloc_actu.gif");
	width: 210px;
	height: 80px;
	overflow: hidden;
	float: left;
	padding: 10px;
	}
.bloc_actu h1, .bloc_actu h2 {
	margin: 0 !important;
	}
.fleche {
	width: 25px;
	padding-top: 25px;
	overflow: hidden;
	float: left;
	text-align: center;
	}
.bloc_actu .suite {
	text-align: center;
	font-size: 11px !important;
	}
.bloc_actu .suite a {color: #eee; }
.bloc_actu .suite a:hover {color: red; }
