/* Start of CMSMS style sheet 'home' */
/*********** HOME ***********/
#pictos-container {
	padding:30px 0 0 0;
}
#pictos-container li {
	display:inline;
}
#pictos-container #pictos-competences a {
	float:left;
	width:227px;
	height:176px;
	margin:0 8px 0 0;
	text-align:right;
	background:url(templates/images/picto-competences.gif) no-repeat #fff;
}
#pictos-container #pictos-competences a:hover {
	background:url(templates/images/picto-competences-over.gif) no-repeat;
}
#pictos-container #pictos-entreprise a {
	float:left;
	width:227px;
	height:176px;
	margin:0 9px 0 0;
	text-align:right;
	background:url(templates/images/picto-entreprise.gif) no-repeat #fff;
}
#pictos-container #pictos-entreprise a:hover {
	background:url(templates/images/picto-entreprise-over.gif) no-repeat;
}
#pictos-container #pictos-contact a {
	float:left;
	width:227px;
	height:176px;
	margin:0 9px 0 0;
	text-align:right;
	background:url(templates/images/picto-contact.gif) no-repeat #fff;
}
#pictos-container #pictos-contact a:hover {
	background:url(templates/images/picto-contact-over.gif) no-repeat;
}
#references-container {
	padding:25px 0 0 0;
}
/* End of 'home' */

