/* -- Document CSS ------------------- -- */
/* -- Pour : http://www.bus-tca.fr/ -- -- */
/* -- Par : http://www.mental-orb.com/ -- */

body {
	color: #000000;
	background-color: #FFFFFF;
	font: 0.7em arial, sans-serif;
	margin: 0;
	padding: 0;
}

a { color: #000000; text-decoration: none; }
a:hover { color: #999; }

#header, #wrap, #footer, #index {
	width: 800px;
	margin: 0 auto;
}
#header { padding-top: 15px; }
#wrap, #footer { margin-top: 10px; }

#index { margin-top: -5px; }

/* Menu */
#menu {
	background-image: url(images/menu-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 200px;
	float: left;
}
#menuBlank { width: 200px; float:left; }

#menu a { 
	display: block;
	padding: 0 0 0 12px;
	margin: 12px 0 0 0;
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
}

.sub { 
	display: block;
	padding: 0 0 0 12px;
	margin: 12px 0 0 12px !important;
	font-size: 0.9em;
	color: #666 !important;
	text-decoration: none;
}


#menu a:hover, .menuOver { 
	background-image: url(images/puce.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #999 !important;
}

#inMenu {
	background-image: url(images/menu-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
} .marginMenu { padding: 0 0 12px 3px; }

#content {
	background-image: url(images/content-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 580px;
	float: left;
}

.ligne { width: 280px; float: left; text-align:center; }
#inContent {
	background-image: url(images/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
} .marginContent { padding: 10px; }

#outIndex {
	background-image: url(images/index-top.gif);
	background-repeat: repeat;
	background-position: top;
	width:  780px;
	float: left;
}

#inIndex {
	background-image: url(images/index-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
} .marginIndex {  }

.indexBloc {
	width: 260px;
	float: left;
} .indexBlocMargin { padding: 15px; }


.borderIndex {
	background-image: url(images/borderIndex.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#index img { margin: 0 auto; }

h2 {
	padding: 0 0 5px 15px;
	margin: 0;
	font-size: 1.1em;
	background-image: url(images/puce-h2.gif);
	background-repeat: no-repeat;
}


.tdfonce { background-color: #b5e6ff; }
.tdclair { background-color: #daf3ff; }
h1 {
	padding: 0;
	margin: 0 0 1em 0;
	font-size: 1.3em;
	clear: left;
}
.h1float {
	float: left;
	width: 340px;
	clear: none;
}


.blocTitreAlt {
	width: 220px;
	float: right;
	font-size: 1.1em;
	font-style: italic;
}


#destination a { text-decoration: none; color: #000000; font-weight: bold; }
#destination a:hover { color: #00ccff; }

.destOver { color: #00ccff !important; }

/* Footer */
.links {
	width: 580px;
	float: left;
}

.copyright {
	width: 200px;
	float: left;
	font-size: 1em;
}

#index p { margin: 9px 0 0 0 !important; text-align: left; }
p { clear: both; font-size: 1.15em; line-height: 19px; padding: 0; margin: 1em 10px 0 0; }
h3 { color: #00ccff; clear: both; font-size: 1.20em; font-weight:bold; padding: 0; margin: 1em 10px 0 0; }

ul { clear: both; padding: 0; margin: 0; font-size: 13px; list-style-type: none; font-weight: bold; color: #33ccff; padding-top: 6px; line-height: 19px; }
ul a { text-decoration: none; color: #33ccff; }
ul li ul { padding-left: 10px; font-weight: normal;  font-size: 12px;  color: #000; padding-top: 0; }
ul li ul a { color: #000; }

ul li ul li ul { padding-left: 10px; font-style: italic;  padding-top: 0; }
em { font-weight: normal; }
img { border: 0; }

.image { display: block; clear: both; text-align: center; margin: 1em 0 0 0; }
.clear { clear: left; }

.acenter { text-align: center !important; }
.aright { text-align: right !important; }

.indexLink {
	background-image: url(images/puce-link.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}

.tableTicket td { font-size: 13px; }
dl { padding-top: 15px; margin: 0; font-size: 1.1em; }
dt { color: #00ccff; margin: 0; padding: 0; font-weight:bold; }
dd { color: #000000; margin: 0; padding: 0;  font-weight:normal; }

ol { font-size: 1.1em; color: #00ccff; }
ol li span { color: #000000; }

.formulaire { border: 1px solid #cccccc; }