@charset "utf-8";

/* CSS Document 
-----------------------------------------

Nom  : Elekt'Rhone Festival
Site : http://www.elektrhone.com/
mail : xuan.crenais@gmail.com

-----------------------------------------*/

html{
	height:100%;
}

body{

	background-color:#2E529C;
	width:986px;
	margin:auto;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;


}

/*----------- AU CAS OU BUG ! IMG -----------------------
	background:url("../image/loader.jpg") no-repeat;
	height:743px;
	width:986px;
}
--------------------------------------------- */

img{
	border:none;
}

.padding{
margin-left:120px;
}

a{
	color:white;
	font-size:11px;
	text-align: center;
	font-family:verdana, Arial, Helvetica, sans-serif;
}

object, a{
	outline-color:invert;
	outline-style:none;
}


#404{
	width:986px;
	margin:auto;
}

#footer{
	width:700px;
	margin:auto;
	color:#ffffff;
	font-size:11px;
}

#footer p{
	font-style:italic;
}

#footer p a{
	color:#ffffff;
	text-decoration:none;
}

#footer p a:hover{
	color:#921297;
	text-decoration:none;
}



