@charset "UTF-8";

/* DEBUT DES PARAMETRES COULEUR A CHANGER EN FONCTION DU FESTIVAL */

/* couleur du fond (haut du dégradé) */

#fond {
	background-color:#8EF;
}

/* FIN DES PARAMETRES COULEURS A CHANGER EN FONCTION DU FESTIVAL */




* {
	line-height:16px;
}

#fond {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:0;
	overflow:visible;
}
#degrade {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:741px;
	background-image:url(../img/degrade_blanc.png);
	z-index:16;
	overflow:hidden;
}
#blanc {
	position:absolute;
	left:0px;
	top:741px;
	width:100%;
	height:100%;
	background-color:#FFF;
	z-index:7;
	overflow:hidden;
}

#grille {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-image:url(../img/grille_blanc.png);
	z-index:15;
	overflow:hidden;
}

#scroll {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:22;
	overflow:auto;
}


#image {
	position:fixed;
	top:60px;
	left:50%;
	width:980px; height: 900px;
	margin-left:-490px;
	z-index:10;
	overflow:hidden;
}


#logo {
	position:fixed;
	left:20px;
	top:10px;
	width:831px;
	z-index:20;
	overflow:hidden;
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	letter-spacing:1px;
	line-height:36px;
	color:#FFF;
	text-decoration:none;
}

img {
border:none;	
}

#topdroite{
	position:fixed;
	text-align:right;
	width:300px;
	margin-left:-330px;
	top:16px;
	left:100%;
	z-index:21;
	overflow:hidden;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-style:italic;
	line-height:22px;
}

#image_accueil {
	position:fixed;
	top:60px;
	left:50%;
	width:980px; height: 900px;
	margin-left:-490px;
	z-index:60;
	overflow:hidden;
}


:focus
{
  -moz-outline-style: none;
}