body 														
{
	margin: auto;
	background: #A0A0A0 url("images/back.png");
	background-repeat: repeat-x;
	text-align: justify;
	font-family: time new roman;
	color: #D2C964;
}

/* TITRES */
h1
{	
	font-family: Times New Roman;
	text-transform : uppercase;
	font-weight : normal;
	padding: 6px;
    background-image:url('images/h1.png');
		-moz-border-radius:10px;
	font-size: 11px;
	color: #C18B76;
	text-align:center;
	margin-top:10px;
}

h2
{	
	font-family: Times New Roman;
	text-transform : uppercase;
	font-weight : normal;
	padding: 6px;
    background-image:url('images/h2.png');
		-moz-border-radius:10px;
	font-size: 11px;
	color: #EBCF75;
	text-align:center;
	margin-top:10px;
	height: 25px;
}

h3
{	
	font-family: Times New Roman;
	font-weight : normal;
	padding: 6px;
    background-image:url('images/h3.png');
		-moz-border-radius:20px;
	font-size: 11px;
	color: #EBCF75;
	text-align:left;
	margin-top:10px;
}

/* LIENS */
A:link {
text-decoration:underline;
color:#13876C;
}

A:visited {
text-decoration:underline;
color:#13876C;
}

A:hover {
text-decoration:none;
color:#E3BEA0;
cursor:w-resize;
} 

/*IMAGES */
a img:hover{border:1px solid #EBCF75; opacity: 0.5; padding:3px; -moz-border-radius:10px;}
a img{border:1px solid #C18B76; opacity: 1 ; padding:3px; -moz-border-radius:10px;}
img.elite:hover{opacity: 1;border:1px solid #E8B084;padding:4px; -moz-border-radius:10px;}
img.elite{opacity: 0.5;border:1px solid #80ACB9;padding:4px; -moz-border-radius:10px;}

/* CARACTERES*/
b, strong
{ 
	color:  #CC827F;
	font-weight: strong;
}

em, i 
{ 
    color: #DEADAB;
	font-style: italic;
}
	

u
{
    color: #DEADAB;
    font-weight:none;
}

/* MENU */
  a.menu:active, a.menu:visited, a.menu:link  
{
display: block;
color:#ADA895;
border-left: 1px dotted #D5BA9D;
border-right: 1px dotted #D5BA9D;
background-color: #B72035;
text-align: center;
font-size: 12px; 
padding: 5px; 
text-decoration: none;
font-family: arial;
}

a.menu:hover
{
display: block;
color: #B1963C;
border-right: 2px solid #000000;
background-image: url('images/fond.png');
text-align: center;
font-size: 12px; 
padding: 5px; 
font-family: arial;
}