/* CSS Document */

/* Accueil*/
#accueil {
	background-image:url(../images/fond/taches_accueil.jpg);
	background-repeat: no-repeat;
	background-position: 0 48px;
	width: 505px;
	height: 410px;
	position: relative;
	
}

#video {
	margin-top:40px;
}

#bloc_ursiea, #bloc_iae, #bloc_siae {
	position: absolute;
	color: #332e2c;
	width: 240px;
}

#bloc_ursiea {
	top: 102px;
	left: 242px;
}

#bloc_iae {
	top: 257px;
	left: 70px;
}

#bloc_siae {
	top: 285px;
	left: 359px;
}

#accueil h3 {
	margin: 0 0 2px 0;
}

#accueil h3 a {
	color: #332e2c;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	text-transform: lowercase;
	border-bottom: none;
}

#accueil h3 a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#accueil p {
	font-size: 0.9em;
	margin: 0 0 5px 0;
}

#accueil p a {
	color: #FFF;
}

#accueil p a span {
	text-decoration: none;
}

#accueil p a:hover {
	color: #332e2c;
}




/* Fin accueil */

/* Bandeau image */

#bandeau_img {
	position: relative;
	width: 580px;
	margin-top: 50px;
}

#defilement {
	position: relative;
	list-style-type: none;
	height: 200px;
	overflow: hidden;
}

#defilement li {
	float: left;
}

#degrade_droite {
	width: 200px;
	height: 200px;
	background: url(../images/bandeau_image/degrade_droite.png);
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 100;
	display: none;	
}

  #degrade_gauche {
	width: 200px;
	height:200px;
	background: url(../images/bandeau_image/degrade_gauche.png);
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 100;
	display: none;
}

html>body #degrade_droite, html>body #degrade_gauche {
	display: block;
}
/* Fin bandeau image */


