#content {
	padding:14px 28px 10px 22px;
}
form {
	display:inline;
	margin:0px;
	padding:0px;
}

h1 {
	color: #d52211;
	font-size: 11px;
	font-weight: bold;
}

h2 {
	font-size: 11px;
	color:#388ED0;
	font-weight: bold;
}

body, td, input, select, textarea {
	font-family:tahoma,arial,helvetica,sansserif;
	color: #6f6f6f;
	font-size: 11px;
}

label, button {
	cursor:pointer;
}

button img {
	margin-right:6px;
	vertical-align:bottom;
}

img {
	border:0 none;
}

a {
	color:#06C;
}


/**
 * suggests dropdown list
 */
input.ac_loading {
	background-image:url(../images/ajax-loader.gif);
	background-position:center right;
	background-repeat:no-repeat;
}
div.ac_results {
	position:absolute;
	background-color:white;
	border:1px solid #444;
	margin:0px;
	padding:0px;
}
div.ac_results ul {
	max-height:256px;
	overflow:auto;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.ac_results ul li {
  background-image:none;
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  font-size:10pt;
}
div.ac_results ul li.ac_odd { background-color: #FFF; }
div.ac_results ul li.ac_even { background-color: #E2E2EF; }
div.ac_results ul li.ac_over { background-color: #FB8500; color:#FFF; }
div.ac_results ul li strong { color:#FB8500; }
div.ac_results ul li.ac_over strong { color:#444; }



/**
 * MAIN MENU
 */
table#mainMenu td {
	text-align:center;
}
table#mainMenu a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:10pt;
}
.mainMenuItem0 {
	height:58px;
	width:109px;
	background-image:url(../images/about.jpg);
}
.mainMenuItem1 {
	height:58px;
	width:108px;
	background-image:url(../images/events.jpg);
}
.mainMenuItem2 {
	height:58px;
	width:108px;
	background-image:url(../images/photos.jpg);
}
.mainMenuItem3 {
	height:58px;
	width:109px;
	background-image:url(../images/contacts.jpg);
}

/**
 * BOXES
 */
#boxStations {
	width:192px;
	float:left;
	text-align:left;
	margin:16px 8px 16px 16px;
	position:relative;
	top:45px;
}
#boxStations .text {
	color: #f6ccc8;
	font-size: 11px;
	font-family: tahoma;
}
#boxStations #station {
	background-color:#E88E85;
	border:1px solid #FFF;
	font-weight:bold;
	color:#FFF;
	width:100%;
}

#boxNewsletter {
	width:190px;
	float:left;
	text-align:left;
	margin:11px;
	position:relative;
	top:24px;
}
#boxNewsletter .text {
	color: #f6ccc8;
	font-size: 11px;
	font-family: tahoma;
	width:140px;
}
#boxNewsletter #email {
	background-color:#E88E85;
	border:1px solid #FFF;
	font-weight:bold;
	color:#FFF;
	width:160px;
	padding-left:2px;
	padding-right:2px;
	float:left;
}
#boxNewsletter .go {
	float:right;
}
/**
 * LOGOS
 */
#logosPartenaires {
	margin:16px;
	text-align:center;
	width:340px;
	float:left;
}

#logosPartenaires img {
	margin:0px 8px;
}

img.logo_station {
	margin-left:8px;
	margin-bottom:8px;
}

/**
 * LIEN
 */
#liensFooter {
	float:left;
	padding:16px;
	text-align:center;
	width:362px;
}

#liensFooter a {
	margin:0px 8px;
}

/**
 * LEFT BOX
 */
.leftBox {
	border:1px solid #BDD4E4;
	padding:8px;
	margin-bottom:8px;
}

.leftBox h2 {
	margin-top:0px;
	width:100%;
	text-align:center;
	text-transform:uppercase;
}

/**
 * SEARCH ENGINE
 */
#searchEngine {}
#searchEngine label {
	font-weight: bold;
}
#searchResults {}
#searchResults .annonce {
	border:0px solid #BDD4E4;
	padding-top:8px;
	padding-right:8px;
	padding-bottom:8px;
	padding-left:108px;
	margin-bottom:8px;
	background-repeat:no-repeat;
	background-position:8px 8px;
}
#searchResults .covoiturage {
	border:0px solid #FBB66C;
	background-image:url(../images/picto-covoiturage.png);
}
#searchResults .train {
	border:0px solid #FF8989;
	background-image:url(../images/picto-train.png);
}

/**
 * OFFRES PARTENAIRES
 */
#offresPartenaires {}
#offresPartenaires h3 {
	margin:0px;
	color:#D52211;
	font-size:11px;
}
#offresPartenaires #illustrationOffre {
	float:left;
}
#offresPartenaires #descriptionOffre p {
	margin:0px;
}
#offresPartenaires #lienOffre {}

/**
 * FORMS
 */
div.actions {
	text-align:right;
	padding:2px 8px;
	clear:both;
	border-top:1px solid #CCC;
}
div.actions a {
	padding:0px 8px;
}
form div.row {
	margin:4px;
	clear:left;
}
form div.rowGroup {
	margin-top: 32px;
	margin-left: 32px;
	margin-bottom: 16px;
	margin-right: 16px;
}
form div.rowGroup h2 {
	border-bottom:2px solid #FB8500;
	margin-bottom:32px;
	clear:left;
}
label.right {
	text-align:right;
	display:block;
	float:left;
	padding-top:2px;
	padding-right:14px;
	width:168px;
}
label.left {
	text-align:left;
	display:block;
	float:left;
	padding-top:2px;
	padding-right:14px;
	width:140px;
}
label.required {
	padding-right:14px;
	background:transparent url(../images/form_required.gif) no-repeat scroll right center;
}
.legend {
	margin-top:16px;
	margin-bottom:16px;
	margin-left:32px;

	font-style:italic;
}
.legend .required {
	padding-left:16px;
	background:transparent url(../images/form_required.gif) no-repeat scroll left center;
}

/**
 * ERROR BOX
 */
.errorBox {
	margin:16px 0px;
	border:2px solid #E00;
	background-color:#F44;

	padding:4px 4px 4px 32px;
	background-image:url(../images/icons/error.png);
	background-position:8px 8px;
	background-repeat:no-repeat;

}
.errorBox h2 {
	font-size:11pt;
	font-weight:bold;
	margin:0px 0px 6px 0px;
	padding:0;
	color:#FFF;
	border-bottom:1px solid #FFF;
}
.errorBox .messages {
	color:#FFF;
}
.errorBox .messages li {
	background-position:0 1px;
	background-repeat:no-repeat;
	list-style-type:none;
	padding:2px 2px 2px 18px;
	background-image:url(../images/icons/bullet_error.png);
}
