/*DEBUT Style des graphismes  des éléments de "souscontenu" */
#sous_contenu, #scGraphHaut, #scGraphBas, #sous_contenu_sscat {
	margin: auto;
}

#sous_contenu {
	width: 930px;
	background-color: white;
	background-image: url(images/savoirfaire_fondRight.png);
	background-position: right;
	background-repeat: repeat-y;
	height:900px;
	display: block;
}
#scGraphHaut{
margin-top:17px;
background: url(images/savoirfaire_mini_haut.png) no-repeat right;
width:930px;
height:16px;
}
#scGraphBas{
	background: url(images/savoirfaire_mini_bas.png) no-repeat right;
	width: 930px;
	height: 16px;
}
#rightGraph{
width: 210px;
height: 100%;
margin-top:40%;
}

#interneMenu {
	background-image: url(images/savoirfaire_rightFondMenu.png);
	background-repeat: no-repeat;
	width: 142px;
	height: 177px;
	margin-top: 50px;
}
a#l2{
	margin-left:10px;
	margin-top:55px;
	display:block;
	width: 15px;
	float:left;
}
a#l1 {
	margin-top:25px;
	margin-left:30px;
	display:block;
	width: 15px;
	float:left;
}
#RightPart {
	height: auto;
	width: 210px;
	float: right;
	position: relative;
}
/*FIN style graphismes "sous contenu" */


/* DEBUT style contenu des éléments de "sous contenu" */

#pot{/*Nom à changer selon la page*/
background:url(images/savoirfaire_rightGraph.png) no-repeat;
width:163px;
height:422px;
margin-left:40px;
}
/*FIN style contenu des éléments de "sous contenu"*/

/*----Sous cat générale ----*/


#sous_contenu {
	width: 930px;
	background-color: white;
	background-image: url(images/savoirfaire_fondRight.png);
	background-position: right;
	background-repeat: repeat-y;
	height:650px;
	display: block;
	margin: auto;
}
h2 {
	margin-left:20px;
	padding-top:15px;
}
#pot_sscat{/*Nom à changer selon la page*/
background:url(images/savoirfaire_rightGraph.png) no-repeat;
width:163px;
height:300px;
margin-left:40px;
}
img.graphleft {
	float: left;
	margin-top:25px;
	margin-right:20px;
}
ul {
	margin-left:100px;
	list-style: none;
}
ul li.page {
	display: block;
	background-image: url(images/accueil_bleu_puce.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:20px;
	line-height:20px;
	color:#66b7c1;
	font-size: 13px;
	margin-top:5px;
}
ul li.sspage {
	display: block;
	background-image: url(images/plan_puce.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	line-height: 15px;
	font-size: 10px;
}