/* CSS Document #DescriptionDiplome h1
{
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3B7A74;
	background-attachment: fixed;
	background-image: url(images/puce_h1_turquoise.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	text-indent: 45px;
}*/

/* bloc haut de description du diplome*/
 #container
{

width:95%;
margin-left:auto;
margin-right:auto;
border: 1px solid #3B7A74;
margin-top:1em;

}


#DescriptionDiplome
{
padding: .5em;
border-bottom: 1px solid #3B7A74;
}


#DescriptionDiplome ul{
	
	font-style: normal;
	font-weight: normal;

	list-style-type: none;
	margin:0;
	padding:0;

}

#DescriptionDiplome li{
	display: inline;
	margin: 0;
padding-right:5px;
	white-space: normal;

}

.domaine {
font-size:0.9em;
	text-transform: uppercase;
	color: 3F382F;
	font-style: normal;
	font-weight: bold;
}
.sous-domaine {
font-size:0.9em;
	font-style: italic;
	color: #9A887C;
	font-weight: normal;
}
.TitreModule {

	font-weight: bold;
	text-transform: uppercase;
	color: #3B7A74;
}
/* bloc central 2 colonnes*margin-top:0.2em;*/


#content
 {
 margin-left:0;
margin-right:17em;
padding:0.5em;


}
#rightnav
{
	width:15em;
	/*float:right;*/
	border-left: 2px dotted #3B7A74;
	font-weight: normal;
	padding:0.5em;
	margin:0;



}
#content p.TitreRubrique,#rightnav  p.TitreRubrique{
	font-weight: bold;
	color: #3F382F;
	 padding-left:8px;
	 	margin-bottom:0.5em;

	background-image: url(../images/puces/puce_nav_turquoise.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom:0.5em;
}

#rightnav p.blocHaut {

	font-weight: bold;
	color: #3B7A74;
font-size:1.1em;
padding-bottom:0.5em;
margin-top:0.5em;
margin:0;
text-align:right;
	border-bottom: 2px dotted #3B7A74;


}
#content p.TitreRubrique:first-child{
 margin-top:0;
}

#rightnav p.blocHaut+p.TitreRubrique{
 margin-top:0.5em;

}

#content ul,#rightnav ul
 {
margin-top:0;
padding-left:5px;
}




/* bloc du bas*/

#BasDiplome
{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #9A887C;
	border-top: 1px solid #3B7A74;
	text-align: left;
	font-size:0.9em;
}

#BasDiplome a { color:#9A887C ;text-decoration: none; }
#BasDiplome a:hover {
color:#9A887C  ;
text-decoration: underline;
}


