/* Document conforme CSS niveaux : 2.1
<p>
<a href="http://jigsaw.w3.org/css-validator/">
    <img style="border:0;width:88px;height:31px"
        src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
        alt="CSS Valide !" />
</a>
</p>
*/


img, img a {
	border:0px;
}



.code{
	color				: #000000;
}
.code .code_OnOff{
	font-weight			: bold;
	color				: #000000;
}
.code .code_Commentaire{
	color				: #959595;
}
.code .code_Balise{
	font-weight			: bold;
	color				: #000000;
}
.code .code_Variable{
	color				: #1A87E0;
}
.code .code_Condition{
	color				: #C1B91D;
}
.code .code_Boucle{
	color				: #CCC422;
}
.code .code_String{
	color				: #CC0000;
}













div.error {
	background-image			:   url(./img/error_small.png);
	background-repeat			:  no-repeat;
	background-position			: 10px 10px;
	border					: 0pt none;
	background-color			: #FF4444;
	border					: 1px solid #333333;
	color					: #333333;
	text-align				: center;
}
div.error .para{
	margin-left				: 50px;
	text-align				: left;
}

div.success {
	/*background-image			: url(./img/success_small.gif);*/
	background-repeat			: no-repeat;
	background-position			: 10px 10px;
	border					: 0pt none;
	background-color			: #33FF88;
	border					: 1px solid #333333;
	color					: #333333;
	text-align				: center;
}
div.success .para{
	margin-left				: 15px;
	text-align				: left;
}

div.notice {
	background-image			: url(./img/notice_small.gif);
	background-repeat			: no-repeat;
	background-position			: 10px 10px;
	border					: 0pt none;
	background-color			: #FFFF88;
	border					: 1px solid #333333;
	color					: #333333;
	text-align				: center;
}
div.notice .para{
	margin-left				: 15px;
	text-align				: left;
}

div.tip {
	background-image			: url(./img/notice_small.gif);
	background-repeat			: no-repeat;
	background-position			: 10px 10px;
	border					: 0pt none;
	background-color			: #AACCCC;
	border					: 1px solid #333333;
	color					: #333333;
	text-align				: center;
}
div.tip .para{
	margin-left				: 15px;
	text-align				: left;
}

div.warning {
	background-image			: url(./img/error_small.gif);
	background-repeat			: no-repeat;
	background-position			: 10px 10px;
	border					: 0pt none;
	background-color			: #AACCCC;
	border					: 1px solid #333333;
	color					: #333333;
	text-align				: center;
}
div.warning .para{
	margin-left				: 15px;
	text-align				: left;
}

div.caution {
	background-color			: #FFFFCC;
	border					: 1px solid #333333;
	color					: #333333;
}
div.warning table, div.warning table tr, div.warning table td, div.caution table, div.caution table tr, div.caution table td {
	border					: 0pt none;
}


pre {
	background-color:white;
	color:#000077;
	border: 1px solid gray;
	overflow-x: auto;
}

