/*DEBUT Style des graphismes  des éléments de "souscontenu" */
#diaporama {  
    margin-left:355px;
	margin-top:20px;
	height:  268px;  
    width:   350px;  
    padding: 0;   
} 
 
#diaporama img {    
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  350px; 
    height: 268px; 
    top:  0; 
    left: 0 ;
} 

#sous_contenu, #scGraphHaut, #scGraphBas {
	margin: auto;
}

#sous_contenu {
	width: 930px;
	background-color: white;
	background-image: url(images/realisation_fondRight.png);
	background-position: right;
	background-repeat: repeat-y;
	height:830px;
	display: block;
}
#scGraphHaut{
margin-top:17px;
background: url(images/realisation_mini_haut.png) no-repeat;
width:930px;
height:16px;
}
#scGraphBas{
	background: url(images/realisation_mini_bas.png) no-repeat;
	width: 930px;
	height: 16px;
}
#rightGraph{

width: 210px;
height: 100%;
margin-top:40%;
}
#pad_haut{
	float: left;
	width: 720px;
	height: auto;
	position: relative;
	border-bottom: 1px dashed #cbc8c8;
	margin-bottom:50px;
}
h3 {
	padding-left:30px;
}
#pad_bas{
	float: left;
	width: 720px;
	height: auto;
	position: relative;
}

.Work {
	float:left;
	width: 350px;
	margin-left:20px;
}
.Work a{
	color:#e4c750;
	text-decoration: none;
}
.Work img{
	border: 1px solid #e4c750;
}

#reaListe {
	margin-top:20px;
	width:350px;
	height:290px;
	float: left;
	overflow:scroll;
}
#reaListe ul{
list-style:  url(images/realisation_puce.png);
line-height: 15px;
width:350px;
height:290px;
cursor:pointer;
}
#titre_categorie {  
	color:#E4C750;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 17.5px;
	margin-left:45%;
	margin-top:20px;  
} 
#reaListe div{
background-image: url(images/realisation_fondMiniListe.png);
width:315px;
height:25px;
display:block;
color:#e4c750;
padding-bottom:0px;
}
#reaListe div:hover{
	background: url(images/realisation_fondMiniListe2.png) no-repeat;
	color:#4c4c4c;
}
#reaListe img{
margin-left:150px;
margin-top:15px;
}
#RightPart {
	height: auto;
	width: 210px;
	float: right;
	position: relative;
}
.lastWork {
	float:left;
	margin:30px;
	display:block;
}
.lastWork h4 {
	margin-left:50px;
	margin-top:20px;
}
.lastWork img {
		margin-left:50px;
			margin-top:5px;
}
/*FIN style graphismes "sous contenu" */


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

#pad h2{
font-size: 18px;
padding-top:15px;
padding-left:30px;
color:#676969;
width: 100%;
height: 70px;
background-image: url(images/realisation_titre_graph.png);
background-repeat: no-repeat;
background-position: left;
margin-left:5px;
}


#pot{/*Nom à changer selon la page*/
background:url(images/realisation_rightGraph.png) no-repeat;
width:163px;
height:422px;
margin-left:40px;
}
#interneMenu {
	background-image: url(images/realisation_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;
}
#arrowUp {
height:25px;
left:170px;
position: absolute;
}
#arrowDown {
padding-top:30px;
left:170px;
position: absolute;

}
#arrowDown img{
	border:0;
}
#realisation_arrowRight {
margin-top:5px;
margin-left:330px;
position: absolute;
}
#realisation_arrowLeft {
margin-top:5px;
margin-left:300px;
position: absolute;
}
/*FIN style contenu des éléments de "sous contenu"*/


/* diaporama */ 

div #image1, div #image2,div #image3,div #image4 {
	position: absolute;
	display:block;
}
div #image1 p , div #image2 p,div #image3 p,div #image4 p {
max-width: 300px;
}
#reaListe ul li span {
cursor: pointer;
display:block;
}
.Work h4{
	padding-left:0px;
	padding-bottom:5px;
}

/*Code couleur h4*/

h4.e46a4b6{
	color:#46a4b6;
}
h4.ed6028e {
	color:#d6028e;
}
h4.e54902c {
	color:#54902c;
}