/* GLOBAL */
*{
	margin: 0;
	padding: 0;
}
body{
	background: url(../images/bgbottom.jpg) repeat-x scroll center bottom;
	color: #8E8E8E;
	font-family: Tahoma;
	font-size: 11px;
}
a{
	color: #838383;
	text-decoration: none;
}
img{
	border: 0px;
}
hr.divSeparator{
	border: 0.1em dotted #DFDFDF;
	clear: both;
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 94%;
}

/* DIV PRINCIPALE (divPage) */
div#divPage{
	background: url(../images/bgtop.jpg) repeat-x scroll center top;
}

/* DIV CONTENU (divContent) */
div#divContent{
	margin-left: auto;
	margin-right: auto;
	padding-top: 27px;
	width: 678px;
}

/* DIV CAROUSELLE (divCarouselle) */
div.divCarouselle{
	padding: 0;
	margin: 0;
	height: 248px;
	width: 680px;
}
div#divCarouselleCRM{
	background: url("../images/slider_crm_bg.jpg") no-repeat;
}
div#divCarouselleSW{
	background: url("../images/slider_sw_bg.jpg") no-repeat;
}
.divCarouselle p.paragCarouselle{
	color: #666666;
	display: block;
	float: left;
	margin-left: 270px;
	margin-top: 44px;
	text-align: justify;
	width: 300px;
}
.divCarouselle span.titre{
	color: #1399EA;
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 12px;
}
.divCarouselle a.lnk_savoirplus{
	background: url("../images/bt_savoirplus_bleu.gif") no-repeat;
	color: white;
	display: block;
	font-weight: bold;
	height: 20px;
	margin-top: 20px;
	padding-left: 24px;
	padding-top: 2px;
	width: 108px;
}

/* DIV HEADER (divHeader) */
div#divHeader{
	height: 48px;
	margin-bottom: 12px;
	width: 678px;
}
#divHeader a:hover{
	color: #3CABEE;
}
#divHeader a.actif{
	color: #FAB200;
	font-weight: bold;
}
#divHeader img#imgLogo{
	float: left;
	margin-right: 47px;
}
#divHeader ul#menutop{
	background: url("../images/menutop_bg.jpg");
	float: right;
	list-style-type: none;
	margin-top: 10px;
	width: 456px;
}
#menutop li{
	display: inline;
	float: left;
	height: 24px;
	padding-top: 8px;
	text-align: center;
	width: 90px;
}
#menutop li#ext_left{
	background: url("../images/menutop_left.jpg") no-repeat left top;
	width: 93px;
}
#menutop li#ext_right{
	background: url("../images/menutop_right.jpg") no-repeat right top;
	width: 93px;
}

/* DIV CAROUSSELLE (divCarouselle) */
div#divCarouselle{
	margin-bottom: 18px;
}

/* DIV BLOC CATEGORIE (divBlocCategorie) */ 
div.divBlocCategorie{
	display: block;
	margin-bottom: 12px;
	width: 222px;
}
div.divBlocCategorieContent{
	border: thin solid #D4D4D4;
	padding: 10px 10px 12px 10px;
}
.divBlocCategorie p.paragBlocTitreCategorie{
	background: url("../images/bgbloc_top.jpg") no-repeat center top;
	height: 26px;
	padding-top: 14px;
}
.paragBlocTitreCategorie img.imgBlocTitreCategorie{
	float: right;
	margin-right: 10px;
	margin-top: -8px;
}
.paragBlocTitreCategorie span{
	color: #5C5C5C;
	float: left;
	font-size: 15px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: -3px;
}

.paragBlocContentCategorie span.spanBlocCatTitre{
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
.paragBlocContentCategorie span#spanBlocCatTitDetails{
	color: #1399EA;
}
.paragBlocContentCategorie span#spanBlocCatTitProduits{
	color: #A1CC46;
}
.paragBlocContentCategorie span#spanBlocCatTitCompetences{
	color: #F9B200;
}

.paragBlocContentCategorie a.linkBlocCategorie{
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	height: 17px;
	margin-left: 122px;
	margin-top: 10px;
	padding-top: 3px;
	text-align: center;
	width: 78px;
}
.paragBlocContentCategorie a#linkBlocCatDetails{
	background: url("../images/cmdAccueilDetails.gif") no-repeat center top;
}
.paragBlocContentCategorie a#linkBlocCatProduits{
	background: url("../images/cmdAccueilProduits.gif") no-repeat center top;
}
.paragBlocContentCategorie a#linkBlocCatCompetences{
	background: url("../images/cmdAccueilCompetences.gif") no-repeat center top;
}

/* DIV FOOTER (divFooter) */
#divFooter{
	clear: both;
	height: 34px;
	padding-top: 4px;
}
#divFooter p#paragFooter{
	float: right;
}