/* CSS Document */

body {
	background-image: url(../theme/fond16.gif);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	color:#9B0000;
}
a:link {
	color:#333333;
}
a:visited {
	color:#006600;
}
a:hover {
	color:#FF0000;
}
a:active {
	color:#FF0000;
}

.lien-petit-10 {
	font-size:10px;
	color:#006600;
}
.lien-petit-10:visited {
	font-size:10px;
	color:#333333;
}
.lien-petit-10:hover {
	font-size:10px;
	color:#D78100;
}
.lien-petit-10:active {
	font-size:10px;
	color:#800000;
}

.lien-agrandissement {
	font-size:14px;
	color:#006600;
}
.lien-agrandissement:visited {
	font-size:14px;
	color:#333333;
}
.lien-agrandissement:hover {
	font-size:16px;
	color:#D78100;
}
.lien-agrandissement:active {
	font-size:14px;
	color:#800000;
}

.puce-dessin {
	list-style-image:url(../theme/patte_noire.gif);
	list-style-position:outside;
	padding:5px;
	text-indent:inherit;
}
.texte36b {
	font-size:36px;
}

.texte24b {
	font-size: 24px;
}

.texte18b {
	font-size:18px;
}

.texte14b {
	font-size:14px;
}

.texte12b {
	font-size: 12px;
}

.texte10b {
	font-size: 10px;
}

.texte08b {
	font-size: 8px;
}

.ligne {
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#000066;
	width:auto;
}




