/* Styles de la page d'accueil */

@import "default/pausescroller.css";

#box01 {
	background: url(img/boxes/box-01-bk.gif) no-repeat;
	height: 175px;
	width: 162px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	left: 727px;
	top: 223px;
	z-index: 1000;
}
#box01 #float01 {
	width: 152px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 27px;
	font-size: 13px;
	font-weight: bold;
	color: #FFEC9F;
	text-transform: uppercase;
	line-height: 27px;
	padding-left: 10px;
}
#box01 #float01 a:link,
#box01 #float01 a:active,
#box01 #float01 a:visited {
	color: #FFFFFF;
}
#box01 #float01 a:hover {
	color: #8AD25F;
}
#box01 #float02 {
	width: 143px;
	position: absolute;
	left: 9px;
	top: 33px;
	height: 134px;
	font-size: 11px;
	font-weight: normal;
	color: #C63030;
	line-height: normal;
	z-index: 2000;
}
#box01 #float02 a:link,
#box01 #float02 a:active,
#box01 #float02 a:visited {
	color: #C63030;
	font-weight: bold;
}
#box01 #float02 a:hover {
	color: #F4C535;
}

/* Réglages particuliers page d'accueil */
#animFlash {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:410px;
	z-index:1;
}
#globalheader {
	height: 33px;
}
#header {
	height: 33px;
	background: url(none);
}
#content {
	height: 410px;
}
#baseline {
	left: 102px;
}

#scroller_item{
font-size: 10px;
font-family: verdana;
width: 130px;
height: 120px;
padding: 5px;

}

.someclass{ //class to apply to your scroller(s) if desired
}
