/* Merlin Central */

body 														
{
margin: auto;
}

#page											
{
	width: 450px; 
	position:absolute;
	top: 380px;
	left:380px;
}

#colonne
{
	position: absolute;
	top:250px;
	width:224px;
	height: auto;
	left:70px;
}

#pictures
{
	position: absolute;
	top:62px;
	width:245px;
	height: 72px;
	left:770px;
}

p													
{
   text-align: justify;
   font-family: tahoma;
   font-size:10px;
   margin-left: 20px;
   margin-right: 20px;
   color: #B4B4B4;
   padding-bottom:10px;
}

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: #C1A1A4;
	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: #8AA9B5;
	text-align:center;
	margin-top:10px;
}


A:link {
text-decoration:underline;
color:#C1A1A4;
}

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

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

a img:hover{border:1px solid #C1A1A4;padding:4px; opacity: 0.4; -moz-border-radius:3px;}
a img{border:1px solid #B4B4B4; padding:4px; opacity: 0.8; -moz-border-radius:3px;}


b, strong
{ 
	color: #988586;
    font-weight: bold;
}

em, i 
{ 
    color: #8687A0;
	font-style: italic;
	letter-spacing:1px;
}
	

u
{
    color: #CD96D2;
    font-weight:underline;
}

  a.menu:active, a.menu:visited, a.menu:link  
{
display: block;
color: #8687A0;
background-color: #EDF2F2;
		-moz-border-radius:50px;
text-align: center;
font-size: 12px; 
padding: 5px; 
text-decoration: none;
font-family: arial;
}

a.menu:hover
{
display: block;
color: #B4B4B4;
   background-image: url("images/h1.png");
		-moz-border-radius:10px;
background-color: #000000;
text-align: center;
font-size: 12px; 
padding: 5px; 
font-family: arial;
}


#colonne p {margin-left:0px;}
