/* Ce fichier contient les classes par défaut lorsqu'elles ne sont pas redéfinies dans un autre style*/

.scrolling{ /* classes pour les listes de joueurs, d'animaux etc.. */
	width:620;overflow-x:scroll;
}

.combleu {
font-weight : bold ;
font-size : 1em ;
}

a.combleu {
font-weight : normal ;
}

.sujetimportant{
color:violet;
font-family:"Comic Sans MS";
text-decoration: none;
}

.sujetnormal{
color:yellow;
font-family:"Comic Sans MS";
text-decoration: none;
}

.sujetclasse{
color:pink;
font-family:"Comic Sans MS";
text-decoration: none;
}

.atype12 {
	color: purple;
	text-decoration: none
}
.atype12:hover {
background-image:url(hrefbg.png);
	text-decoration: none
}

.comms {
font-size :13; font-family:Comic Sans MS; background-color:#000000; padding:3px; padding-left:5px; -moz-border-radius: 5px
}

span.accomp{
	border : solid transparent ;
	border-width : 7px 12px 6px 13px ;
	-moz-border-image : url(../parchemin.png) 20% 34% 17% 37% stretch;
	-webkit-border-image : url(../parchemin.png) 20% 34% 17% 37% stretch;
	-o-border-image : url(../parchemin.png) 20% 34% 17% 37% stretch;
	color : white ;
	font-weight : bold ;
	padding : 5px 5px 8px 0px;
	line-height: 2;
}
