﻿/* AJAX Banner */
.homeAnim {
	background-image: url(images/home-bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 982px;
	height: 307px;
	margin: 0 auto;
	padding: 0;
}
/* ENSEMBLE */
div#feature_list {
	width: 982px;
	height: 307px;
	overflow: hidden;
	position: relative;
}
/* LISTE DROITE + GAUCHE?!? */
div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}
/* LISTE DROITE */
ul#tabs {
	left: 671px;
	z-index: 1;
	width: 320px;
}
/* ELEMENTS DE LA LISTE */
ul#tabs li {
	font-size: 12px;
	font-family: Arial;
	list-style: none;
	list-style-type: none;
	height: 61px;
	text-align: left;
}
/* ICONE ELEMENTS DE LA LISTE */
ul#tabs li img {
	padding: 0;
	border: none;
	float: left;
	margin: 0 10px 0 0;
	list-style-type: none;
}
/* LIENS ELEMENTS DE LA LISTE */
ul#tabs li a {
	color: #a0a0a0;
	text-decoration: none;
	display: block;
	padding: 11px 0 0 30px;
	height: 51px;
	width: 281px;
	outline: none;
	line-height: 20px;
}
/* LIENS ELEMENT DE LA LISTE HOVER */
ul#tabs li a:hover {
	text-decoration: none;
	background-image: url(images/menu_hover.png);
	color: #FFF;
}
/* ELEMENT EN COURS */
ul#tabs li a.current {
	background-image: url(images/menu_hover.png);
	color: #FFF;
	height: 51px;
}
/* ELEMENT CLIQUE */
ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}
/* EMPLACEMENT IMAGE GAUCHE */
ul#output {
	left: 0;
	width: 691px;
	height: 307px;
	position: relative;
}
/* EMPLACEMENT IMAGE GAUCHE */
ul#output li {
	position: relative;
	width: 691px;
	height: 307px;
}
/* BOUTON PLUS D'INFOS */
li#blue a {
	position: absolute;
	bottom: 20px;
	right: 525px;
	width: 140px;
	text-decoration: none;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	-moz-border-radius: 5px;
	background-image: url(images/bg_btn.jpg);
	height: 21px;
	padding: 5px 0 0 0;
}
/* BOUTON SURVOL */
li#blue a:hover {
	background-image: url(images/bg_btn_hover.jpg);
	color: #FFFFFF;
}
/* BOUTON PLUS D'INFOS */
li#blueHome a {
	position: absolute;
	bottom: 90px;
	left: 350px;
	width: 140px;
	text-decoration: none;
	font-size: 12px;
	color: #00a1eb;
	font-weight: bold;
	-moz-border-radius: 5px;
	background-image: url(images/bg_btn.jpg);
	height: 21px;
	padding: 5px 0 0 0;
}
/* BOUTON SURVOL */
li#blueHome a:hover {
	background-image: url(images/bg_btn.jpg);
	color: #333333;
}
li#pink a {
	position: absolute;
	bottom: 20px;
	right: 525px;
	width: 140px;
	text-decoration: none;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	-moz-border-radius: 5px;
	background-image: url(images/bg_btn.jpg);
	height: 21px;
	padding: 5px 0 0 0;
}
li#pink a:hover {
	background-image: url(images/bg_btn_hover_pink.jpg);
	color: #FFFFFF;
}
li#gold a {
	position: absolute;
	bottom: 20px;
	right: 525px;
	width: 140px;
	text-decoration: none;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	-moz-border-radius: 5px;
	background-image: url(images/bg_btn.jpg);
	height: 21px;
	padding: 5px 0 0 0;
}
li#gold a:hover {
	background-image: url(images/bg_btn_hover_gold.jpg);
	color: #FFFFFF;
}
/* SLOGAN */
.sloganSlider {
	position: absolute;
	top: 20px;
	left: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 28px;
	text-align: left;
}
.sloganSliderGold {
	position: absolute;
	top: 20px;
	left: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #d39430;
	font-size: 28px;
	text-align: left;
}
.sloganSliderRed {
	position: absolute;
	top: 20px;
	left: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	font-size: 28px;
	text-align: left;
}
/* TITRES ELEMENTS */
.homeAnimTitle {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

