/* Styles de la page d'accueil */

#globalheader, #header {
	padding: 0;
	height: 616px;
}

#page.accueil h1,
#page.home h1{
	display: none;
}
#sideB {
	width: 1024px;
	padding: 0px;
	position: absolute;
	left: 0;
	top: 0;
}
#content {
	height: 502px;
	width: 1024px;
	background: none;
	background-color: #776c6c;
	/*background: url(img/content-accueil-bk.jpg);*/
	position: relative;
}

#navOnglets {
	top:584px;
}



/* pscroller */
#pscroller{
height: 70px;
padding: 0;
}

.someclass{
}

#scroller{
	margin : 0 auto;
	padding: 0;
	height: 118px;
	position: absolute;
	left: 770px;
	top: 16px;
	background: url(img/actu-bg.jpg);
	z-index: 999;
}
#pscroller,
#scroller,
.scroller_item{
	width: 245px;

}
#scroller h1 {
	color: white;
    font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    padding: 2px 0 0;
    text-align: center;
    text-transform: uppercase;
	background: url(none);
}
#scroller h1 a {
	color: #fff;
}
#scroller h1 a:hover {
	color: #fff;
}

.scroller_item{
	font-size: 11px;
	margin: 0 15px 0 15px;
	width: 215px;
}
.scroller_item a{
	color: #a52c32;
	font-weight: bold;
}

.scroller_item a:hover {
	color: #840500;
}

.scroller_desc{
}

.scroller_desc p {
	line-height: normal;
}
.scroller_desc p.right {
	font-size: 11px;
	color: #E7621B;
	text-align: right;
}
.scroller_desc p.right a {
	color: #335273;
	display: none;

}
.scroller_desc p.right a:hover  {
	color: #840500;
	display: none;
}

#page {
	padding: 0px;
	color: white;
	text-align: justify;
}
#page.accueil p,
#page.home p{
	font-size: 13px;
    line-height: 20px;
}
#intro {
	width: 732px;
	margin: 17px 0px 0 20px;
}
#intro h2 {
	display: none
}

#services h2 {
	display: none;
}
#services {
	width: 246px;
	height: 340px;
	margin-left: 8px;
	margin-top: 25px;
	float: left;
}
#services:hover {
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}


#globalfooter {
	/*background: url(img/globalfooter-accueil-bk.gif)no-repeat center top;
	margin-top: -13px;*/
}

