/******************************************************************************************
 *
 *  Feuille de Style pour tout élément dit "externe", donc qui ne fait pas parti du iframe
 *
 ******************************************************************************************/
 
body.main
 {
	background: url('../pages/img/bg3.jpg');
	background-color: black;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
}
p.elink 
{
	font-family: 'Verdana', sans-serif;
	color: #FFF;
	font-size: 13px;
	margin: 0px 0px 100px 430px;
	padding: 0px;
	text-align: center;
}
p.elink a:link 
{
	color: #FFF;
	text-decoration: none;
}
p.elink a:visited 
{
	color: #FFF;
	text-decoration: none;
}
p.elink a:hover 
{
	color: #FFF;
	text-decoration: underline;
}
p.elink a:active
 {
	color: #FFF;
	text-decoration: none;
}
.dalton
 {
	visibility: hidden;
	color: #777;
}
body 
{
	background-color: #010100;
}
iframe
{
	background: url('../pages/img/mainmenu/pageviewer.jpg');
	background-color: white;
	padding: 0px;
	vertical-align: top;
}
p {
	margin: 0px;
	padding: 0px;
}
p.text {
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	text-align: left;
}

img.defilant 
{
	border: solid blue 2px;	
	z-index:1;
}

p.defilant 
{
	font-family: 'Tahoma', sans-serif;
	font-size: 15px;
	text-align: left;
	border: solid 2px;
	position: relative;
	top : -45px;
	left: 0px;
	color :red;
	z-index:0;
}
