/*
 * Style des pages décrivant les articles et des programmess
 */

#blocContenu h1{
	font-size: 1.6em;
	border-bottom: white solid 1px;
	margin-bottom: 1%;
	margin-top: 0.5%;	
}

#blocContenu h1 a{
	text-decoration: none;
}

#blocResume, #blocDescription{	
	padding-bottom: 1%;
	margin-bottom: 2%;
	border-bottom: dotted white 1px;		
}

#blocContenu h2, #blocContenu h3{
	margin: 20px 0 5px 0 !important;
}

#blocContenu h2>a, #blocContenu h3>a, #blocContenu h4>a, a.ancre {
	text-decoration: none;	
}

#blocContenu h2>a:hover,#blocContenu h3>a:hover, #blocContenu h4>a:hover, a.ancre:hover {
	color: white;
}

#blocContenu h2{
	font-size: 1.45em;
}
#blocContenu h3{
	font-size: 1.3em;
}
#blocContenu h4{
	font-size: 1.1em;
}

#blocContenu ul, #blocContenu ol{
	margin: 0 0 10px 20px;
	text-align: justify;
}

#blocContenu ul>li, #blocContenu ol>li{
	margin: 0 0 2px 0;
}

ol.listeTitre{
	list-style-type: inherit;
}
ol.listeSousTitre{
	list-style-type: lower-roman;
}
ol.listeSousSousTitre{
	list-style-type: lower-alpha;
}


div.code{
	border: dotted #888888 1px;
	font-family: monospace, "Courier New";
	padding: 5px 5px 5px 5px;
	margin: 5px 0 5px 0;		
}

div.shell{
	border: dotted #888888 1px;
	font-family: monospace, "Courier New";
	padding: 5px 5px 5px 5px;
	margin: 5px 0 5px 0;
	color: yellow;
}

.centre{
	text-align : center;
	width: 50%;
	margin: 10px auto 10px auto;
}

