/* CSS Document */

body { margin:0; padding:0; background-image:url(images-index/site-fond.jpg); background-color:#93338a; background-repeat:no-repeat; background-position:center top; }

body, table, td, input, pre { color:#fff; }

#ligne-haut { height:8px; width:100%; position:relative; top:65px; background-image:url(images-index/site-lignes.png); background-repeat:repeat-x; }
#ligne-bas { height:8px; width:100%; position:relative; background-image:url(images-index/site-lignes.png); background-repeat:repeat-x; }
#index-logo { position:relative; margin-left:50%; left:-148px; height:247px; margin-top:30px; }

/* home page */
#home #entrance {
	margin-left: 50%;
	left:-375px;
	width: 800px;
	height: 350px;
	overflow: hidden;
	position: relative;
}

#home #entrance ul {
	position: absolute;
	top:0px;
	left:0px;
	width: 1036px;
}

#home #entrance li {
	width: 218px;
	height: 307px;
	overflow: hidden;
	float:left;
	margin-right:10px;
}

#home #entrance li a {
	text-indent: -5000px;
	display: block;
	width: 218px;
	height: 307px;
	position:relative;
	background-position: 0 0;
}

#col-tourisme a, #col-tourisme a span {  background-image: url('images-index/tourisme.jpg'); }
#col-affaires a,  #col-affaires a span  { background-image: url('images-index/affaires.jpg'); }
#col-groupes a,   #col-groupes a span   { background-image: url('images-index/groupes.jpg'); }
#col-tourisme li { background-image: url('images-index/tourisme.jpg'); background-position:right top; background-repeat:no-repeat; }
#col-affaires li { background-image: url('images-index/affaires.jpg'); background-position:right top; background-repeat:no-repeat; }
#col-groupes li { background-image: url('images-index/groupes.jpg'); background-position:right top; background-repeat:no-repeat; }

#home #entrance li a span {
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 218px;
	height: 307px;
	background-position: -218px 0;
	visibility: hidden;
}
#home #entrance li a:focus, #home #entrance li a:hover {
	cursor: pointer;
}

.gris { color:#666; }

label { color:#666; }


