/* CSS conteneur.css */
	
body
{
	margin: 10px 0;
	padding: 0;
	text-align: center;
	background-color: #CCFF66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	list-style-position: inside;
	list-style-type: disc;
	}

div#conteneur
{
	width: 770px;
	margin: 0 auto;
	border: 2px solid #77B53B;
	background: #fff;
	text-align: left;
	list-style-type: circle;
	list-style-position: inside;
}

#centre {
	margin-left: 150px;
	list-style-type: disc;
	list-style-image: url(images/puce_ver.gif);
	}


div#centre
{
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}

div#centre h2
{
	padding-left: 25px;
	line-height: 25px;
	font-size: 1.6em;
	color: #77B53B;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-bottom-color: #CCFF66;
	border-left-color: #CCFF66;
	font-style: oblique;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#centre h3
{
	margin-left: 15px ;
	padding-left: 5px ;
	border-bottom: 1px solid #9b2 ;
	border-left: 3px solid #9b2 ;
	color: #CC0000;
}

div#centre h4
{
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#centre h5
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.h7
{
	font-size: 1.3em;
	font-family: Times New Roman, Times, serif;
	background-repeat: no-repeat;
	text-align: left;
	background-color: #FFFFCC;
	padding: 10px;
	margin-top: 30px;
	line-height: normal;
	font-weight: bold;
}
div#centre p
{
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.7em ;
}

div#centre a
{
	color: #8a0;
	text-decoration: underline;
}

div#centre a:hover
{
	color: #CC0000;
	text-decoration: none;
}


pre
{
	overflow: auto;
	background: #dea;
	border: 2px solid #9b2;
	padding: 5px 0 0 5px;
	font-size: 1.2em;
	position: relative;
	width: auto;
}

* html pre
{
}

pre span
{
	color: #560 ;
}

pre span.comment
{
	color: #b30000;
}
	
.Style1 {color: #000000}
.Style3 {
	font-size: 12px;
	color: #CC0000;
}
.Style4 {color: #FF0000}
.Style5 {font-size: 36%}	
