@charset "UTF-8";
/* CSS pour Sirius */

#main {
	width:652px;
}

#produits {
	background-image:url('../images/ongletProduit.png');
	background-repeat:no-repeat;
	background-position:center top;
	margin-top:120px;
	padding-left:25px;
	padding-top:25px;
	height:421px;
}

#categorie {
	padding-bottom:15px;
	
}

#categorie_titre {
	padding-bottom:15px;
}

#content_categorie #categorie_illustration {
	float:left;
	width:180px;
	padding-left:10px;
	text-align:center;
	vertical-align:middle;
	
}

#content_categorie #categorie_logo {
	float:left;
	width:146px;
	padding-left:10px;
	text-align:center;	
}

#content_categorie #categorie_site {
	float:left;
	width:220px;
	text-align:center;
	padding-left:20px;
}

#content_categorie #categorie_site a {
	color:#014171;
	font-size:11px;
	text-decoration:underline;
	display:block;
}


#conteneurProduit {
	color:#000;
	font-size:11px;
	overflow:auto;
	width:610px;
	height:370px;
	background-color:inherit;	
}

#categorie_logo img, categorie_site a {
	margin:3px;
	
}