/* CSS Document */

body {
	background-image: url(../theme/background.gif);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:400;
	color:#FF9900;
}
a:link {
	color:#FFFFFF;
}
a:visited {
	color:#CCCCCC;
}
a:hover {
	color:#FF9900;
}
a:active {
	color:#FFFFFF;
}

.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/abubull2.gif);
	list-style-position:outside;
	padding:5px;
	text-indent:inherit;
}
.texte36b {
	font-size:36px;
}

.texte30b {
	font-size: 30px;
}

.texte28b {
	font-size: 28px;
}

.texte26b {
	font-size: 26px;
}

.texte24b {
	font-size: 24px;
}

.texte20b {
	font-size: 20px;
}

.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;
}

img {
	border-color:##FF9900;
	border:2px solid;
}
.img-sans-cadre {
	border:none;
}




