@charset "UTF-8";

@import url(include/style.css);
@import url(include/menu.css);
@import url(include/scroller.css);


table td {
	text-align: center;
}

.encart .news{
	float: left;
	width: 45%;
	margin-right: 3%;
	font-size: 11px;
	text-align: justify;
	
}

.encart .news h2, .encart .news h3{
	font-size: 12px;
}

.encart .news h2{
	font-weight: bold;
}

.encart .news h3{
	color: gray;
	font-size: 11px;
}

/* Boutons ACCUEIL */

/* lié avec btnArtisant, btnSemi, btnIndus */

a.btnsAccueil { 
    display: block;
    float: left;
    height: 115px;
    width: 130px;
    text-decoration: none;
	font-size: 0;
	text-indent: -10000px;
	line-height: 0;
	padding: 0;
	margin: 0 0 10px 20px;
}

a.btnsAccueil:hover {
	background-position: 0 -115px;
}

.btnArtisant {
	background: url(../img/btn-artisant.gif) top left no-repeat;
}

.btnSemi {
	background: url(../img/btn-semi.gif) top left no-repeat;
}

.btnIndus {
	background: url(../img/btn-industriel.gif) top left no-repeat;
}

.btnProduits {
	background: url(../img/btn-produits.gif) top left no-repeat;
}

.btnsProduits, .btnArtisant {
	width:200px;
	float: left;
	text-align: center;
	padding-bottom: 12px;
}

.btnsProduits img {
	padding-bottom: 10px;
}

/* fin boutons */