@font-face {
font-family: "SHERWOO0";
font-style: normal;
font-weight: normal;
src:url('SHERWOO0.eot');
}

BODY  {
	SCROLLBAR-FACE-COLOR: #FFCC33;
	SCROLLBAR-SHADOW-COLOR: #CCFFCC;
	SCROLLBAR-3DLIGHT-COLOR: #3366FF;
	SCROLLBAR-ARROW-COLOR: #ff0000;
	SCROLLBAR-TRACK-COLOR: #993300;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	font-family : Verdana, Arial,Helvetica, sans-serif; 
	background-attachment: fixed;
	background-color: #B30000;
	background-image:url(textures/ac1023.jpg);
	cursor:url('moine_non.ani');
	/*background-image: url(cel5c.gif); 
	background-repeat: repeat-y;*/

}

/*A:link  {
	color : #FFCC33;
}
*/
/*
A:visited  {
	color : #CCFFCC;
	font : normal normal normal;
}*/
/*
A:hover  {
	color : red;
	font-weight : bolder;
	cursor:url('moine_oui.ani');
}
*/
P  {
	text-align : justify;
}

INPUT  {
	font : 10px "arial";
	background : #D9C395;
	color : #493305;
	height : 23px;
	border-width : small;
}

SELECT  {
	font : 11px "arial";
	background : #D9C395;
	color : #493305;
	border-width : small;
	border-style : ridge;
}

TEXTAREA  {
	font : 11px "arial";
	background : #D9C395;
	color : #493305;
	border-width : small;
	border-style : ridge;
}

DIV  {
color: #FF3300;
}

.police {
font-family: "SHERWOO0, verdana, sans-serif";
font-size: 36px;
color: #FF8000;
}

.province { 
position:absolute;
top:100px;
left:10%;
font-family: "SHERWOO0, verdana, serif" ;
font-size:32px;
/* font-style:italic; */
color=#FF0000;
}

.ecu {
position:absolute;
top:145px;
left:40% ;
height:100% ;
padding:5px;
/* background-color:"#660000"; */
}

.herald {
position:absolute;
top:100px;
font-family: "SHERWOO0, Verdana, Arial, Helvetica, sans-serif";
font size: 20px;
font-style:italic;  /* */ 
color="#FF0000";
}

.link-heraldique{
position:absolute;
bottom:20px;
left:40%;
font-family: "SHERWOO0, Verdana, Arial, Helvetica, sans-serif";
font size: 8px;
font-style:italic;
color="#CCCCCC";
}

.cartes{
position:absolute;
top:0px;
left:10%;
right:10%;
width:auto;
}

a {
 color: #FF0000;
 cursor: url("moine_oui.ani");
 text-decoration: none;
 }
a:hover {
 background: none; /* correction d'un bug IE */
 font-weight : bolder;
 }
a span { /* définition de la balise <span> inclue dans <a> */
 display: none;
 }
 a:hover span {
 position: absolute;
 width: 200px;
 height: 100px;
 background-color: #666666;
 padding: 5px;
 display: inline;
 color: #CCCCCC;
 margin-top: 10px;
 }
