/**
 *	CSS pour Taxis de France
 */


html
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: black;
	background: #2E2E2E url('haut.jpg') repeat-x top;
}


body
{
	background: url('bas.jpg') repeat-x bottom;
	margin: 0;
	padding: 0;
}


/* Un grand div qui contient tout pour placer le fond du bas sur toute la largeur, sinon inutile. */
div.c
{
	width: 984px;
	margin: 0 auto;
	position: relative;
}


a
{
	color: black;
	text-decoration: none
}
a:hover, a.hover, p.titrepage a:hover, p.fin a:hover, strong.taxis /* Note: pas bien de mettre la même couleur que les liens sur les strongs, on peut confondre... */
{
	color: #FF9933;
}

p.titrepage a, p.fin a
{
	color: #A6A6A6;
}


a.an10s
{
	text-decoration: underline;
}


h1
{
	color: #FF9933;
	font-size: 16pt;
}


p.titrepage
{
	font-family: Arial;
	font-size: 8pt;
	color: #A6A6A6;
	text-decoration: none;
	margin: 2px;
}

p.logo
{
	width: 350px;
	height: 80px;
	vertical-align: bottom;
	text-align: center;
	line-height: 9pt;
}


p.banniere
{
	position: absolute;
	top: 25px;
	right: 78px;
	width: 468px;
	height: 60px;
	text-align: center;
}


.onglets
{
	margin-top: 20px;
	white-space: nowrap;
}

.onglets a
{
	display: inline-block;
	width: 123px;
	height: 15px;
	background: url('onglet.png') left top;
	text-align: center;
	padding: 15px 0 0;
	color: #A6A6A6;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.onglets a:hover, .onglets a#annuaire
{
	background: url('onglet-hover.png');
	color: black;
}


table.fonctions
{
	width:944px;
	margin: 5px 0 20px;
	font-size: 12pt;
}

table.fonctions td
{
	 height: 50px;
	 background: url('fond-taxi.png') top repeat-x;
	 border: 1px solid #C0C0C0;
	 text-align: center;
}


div.contenu
{
	background-color: white;
	padding: 20px;
}


.bloc
{
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	/* border: 1px dotted red; */
}


p.fin
{
	text-align: center;
	margin: 0;
	padding: 10px;
	font-size: 8pt;
	color: #A6A6A6;
	clear: both;
}

p#texte-carte
{
	padding: 0;
	margin: 0;
	height: 3em;
}

img#carte
{
	border: none;
	/* opacity: 0.8;
	filter: alpha(opacity=80); */
}


fieldset
{
	border:1px solid #C0C0C0;
	padding:10px;
	color:black;
	margin-bottom:20px;
}
legend
{
	font-weight:bold;
	color: #FF9933;
	font-size: 11pt;
}

ul.prop
{
	margin: 0;
	position: absolute;
	padding: 5px;
	border: 1px solid #FF9933;
	background-color: #F9F9F9;
	width: 220px;
	cursor: pointer;
	list-style: none;
	z-index: 10;
	display: none;
}
ul.prop li
{
	padding: 3px 6px;
	border-radius: 2px;
}
ul.prop li:hover
{
	background-color: #C0C0C0;
}

.slogan
{
	font-family: Lucida Handwriting, Lucida Calligraphy;
	font-size: 8pt;
	color: #DBD9D7
}

p.pagination
{
	text-align: center;
	font-weight: bold;
}

div.départements
{
	width: 930px;
	border: 1px solid #C0C0C0;
	padding: 5px;
	margin-top: 20px
}

div.départements table
{
	width: 930px;
}

div.départements table td
{
	width: 150px;
	vertical-align: top;
}


p.régions a, div.départements table td, div.départements table td a
{
	font-size: 9pt;
	color: #666666;
}
p.régions a:hover, div.départements table td a:hover
{
	color: #FF9933;
}


.puce
{
	color: #FF9933;
	font-weight: bold
}



table.tarifs
{
	border: 1px solid #C0C0C0;
	border-collapse: collapse;
	background-color: #F9F9F9;
	font-size: 7pt;
}
table.tarifs td
{
	border: 1px solid #C0C0C0;
	padding: 2px 10px;
	vertical-align: middle;
}

table.tarifs td.prix
{
	text-align: center;
}



p.annonce
{
	background: url('fond-taxi.png') repeat-x top;
	padding: 10px;
	border: 1px solid #C0C0C0;
	margin-top: 7px;
}


.cadretaxi
{
	margin: 7px 0 7px;
	background: url('fond-taxi.png') repeat-x top;
	border: 1px solid #C0C0C0;
}

span.coord
{
	font-size: 8pt;
	color: #666;
}


form.inscription input
{
	margin-bottom: 1px;
}


#slider
{
	position:relative;
	width:400px;
	height:267px;
	border:2px solid #fff;
	background:#fff
}
#slider ul
{
	position:absolute;
	list-style:none;
	top:0;
	left:0;
	margin:0;
	padding:0
}
#slider li
{
	float:left;
	width:400px;
	height:270px;
	padding-right:5px
}
	

