/* ID des hotspots *****
* 1 prochain match     *
* 2 stadedereimstv.com *
* 3 boutique           *
* 4 supporters         *
* 5 news               *
* 6 partenaires        *
* 7 saison             *
* 8 billetterie        *
***********************/

.encart1 {
width: 100%;
background: url("images/hot_spots/nextmatch_frame.png") repeat-x center top;
}

.encart2 {
width: 100%;
background: url("images/hot_spots/webtv_frame.png") repeat-x center top;
}

.encart3 {
width: 100%;
background: url("images/hot_spots/boutique_frame.png") repeat-x center center;
}

.encart4 {
width: 100%;
background: url("images/hot_spots/supporters_frame.png") repeat-x center top;
}

.encart5 {
width: 100%;
background: url("images/hot_spots/news_frame.png") repeat-x center top;
}

.encart6 {
width: 100%;
background: url("images/hot_spots/rougeblanc_frame.png") repeat-x center top;
}
.encart7 {
width: 100%;
background: url("images/hot_spots/saison_frame.png") repeat-x center top;
}

.encart8 {
width: 100%;
background: url("images/hot_spots/tickets_frame.png") repeat-x center top;
}

.encart1 a:hover, .encart2 a:hover, .encart3 a:hover, .encart4 a:hover, .encart5 a:hover, .encart6 a:hover, .encart7 a:hover, .encart8 a:hover {
	text-decoration: none;
}

.encartcat {
color: white;
font-weight:bold;
background-color: red;
margin-bottom: 0;
padding: 0 0.5em;
}

.encartitre {
font-size: 1.1em;
font-weight: bold;
color: white;
text-align:justify;
padding: 0.4em ;
margin: 0;
}


.encartexte {
font-size: 0.9em;
font-weight:bold;
text-align:justify;
color: white;
padding: 0 0.6em 0.5em ;
margin: 0;
}

.hotspotimg {
	margin-bottom: 1em;
	border: solid 1px #505050;
}

a img {
	border: none;
}

.hotspotvideo {
	width: 300px;
	height: 250px;
	background: url("images/hot_spots/conteneur_webtv_hotspot.png") no-repeat;
	margin-bottom: 1em;
	text-align: left;
	color: white;
}

.hotspotvideo a {
	position: relative;
	top: 190px;
	margin-left: 10px;
}

.hotspotvideo object {
	margin: -1.5em 6px 0;
}
