
a.homepage { display: block; height: 135px; }
.invisible { display: none; }
/*=================================================================*/
body {
	text-align: center;
	background-image: url(design/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
div.bodycontainer {
	background-image: url(design/container_bg.jpg);
	background-repeat: repeat-x;
}
/*=================================================================*/
h1 { color: #c82731; font-size: 16px; font-weight: bold; text-transform: uppercase; margin-bottom: 10px; }
h2 { color: #c82731; font-size: 14px; font-weight: bold; border-bottom: solid 1px #3F3E3E; margin-bottom: 10px; }
h3 { color: #c82731; font-size: 12px; font-weight: bold; margin-bottom: 10px; }
ul, ol { list-style-position: inside;  margin-bottom: 10px; }
p { margin-bottom: 10px; }
hr { border: none; }
/*=================================================================*/
/*==========================CONTAINER==============================*/
div.container {
	text-align: left;
	width: 955px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin: auto;
	position: relative;
}
div.homepage div.container {
	background-image: url(design/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
div.index div.container {
	background-image: url(design/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
/*=================================================================*/
/*============================HEADER===============================*/
div.header {
	background-image: url(design/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
/*=================================================================*/
/*============================SIDEBAR===============================*/
div.sidebar {
	color: #FFFFFF;
	background-image: url(design/tourisme/sidebar_bg.jpg);
	background-repeat: repeat-y;
	width: 187px;
	float: left;
	margin-left: 23px;
	margin-right: 6px;
	margin-top: 40px;
	padding-bottom: 105px;
	position: relative;
}
div.sidebar div.sacha {
	font-size: smaller;
	text-align: right;
	padding: 10px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
div.sidebar a, div.sidebar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
div.sidebar h2 {
	color: #FFFFFF; font-size: 14px; font-weight: bold; border: none; margin-bottom: 3px;
}
div.sidebar p {
	margin-bottom: 3px;
}
div.sidebar input.text {
	width: 130px;
	border: solid 1px #000000;
}
div.sidebartop {
	background-image: url(design/tourisme/sidebartop_bg.jpg);
	background-repeat: no-repeat;
	height: 210px;
	padding: 10px;
}
div.sidebartop div.recherche {
	background-image: url(design/tourisme/sidebartop_separator.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
/*=================================================================*/
/*=========================HOMEPAGE START==========================*/
/*=================================================================*/

/*=================================================================*/
/*============================TOPNAVI==============================*/
div.homepage div.topnavi {
	margin: 0 23px;
	float: left;
}
/*=================================================================*/
/*============================CONTENT==============================*/
div.homepage div.content {
	float: left;
	width: 229px;
	margin-left: 23px;
}
/*=================================================================*/
/*============================CENTER===============================*/
div.homepage div.center {
	float: left;
	width: 347px;
	margin-right: 17px;
}
/*=================================================================*/
/*============================RIGHT================================*/
div.homepage div.right {
	float: left;
	width: 314px;
}
/*=================================================================*/
/*============================NEWS=================================*/
div.homepage div.news {
	padding: 0 10px;
}
div.homepage div.news ul.news {
	list-style: none;
	list-style-position: outside;
}
div.homepage div.news ul.news li.news {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: dashed 1px #000000;
}
div.homepage div.news ul.news p {
	margin-bottom: 4px;
}
div.homepage div.news ul.news .date {
	font-weight: bold;
	font-size: smaller;
}
div.homepage div.news ul.news .title {
	font-size: 14px;
	color: #c82731;
	font-weight: bold;
}
/*=================================================================*/
/*===========================AGENDA================================*/
div.homepage div.agenda {
	padding: 0 10px;
}
div.homepage div.agenda ul.agenda {
	list-style: none;
	list-style-position: outside;
}
div.homepage div.agenda ul.agenda li.agenda {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: dashed 1px #000000;
}
div.homepage div.agenda ul.agenda p {
	margin-bottom: 4px;
}
div.homepage div.agenda ul.agenda .date {
	font-weight: bold;
	font-size: smaller;
}
div.homepage div.agenda ul.agenda .title {
	font-size: 14px;
	color: #c82731;
	font-weight: bold;
}
/*=================================================================*/
/*==========================HOMEPAGE END===========================*/
/*=================================================================*/

/*=================================================================*/
/*==========================INDEX START============================*/
/*=================================================================*/

/*=================================================================*/
/*============================CONTENT==============================*/
div.index div.content {
	float: left;
	width: 654px;
	padding: 50px 30px;
}
/*=================================================================*/
/*==========================YOU ARE HERE===========================*/
div.index div.youarehere {
	color: #ef4707;
	font-size: 18px;
	background-image: url(design/tourisme/youarehere_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-top: 10px;
	padding-left: 50px;
	border-bottom: solid 1px #ef4707;
	margin-bottom: 20px;
}
div.index div.youarehere a {
	color: #979696;
	text-decoration: none;
}
div.index div.youarehere a.homepagelink {
	color: #ef4707;
}
/*=================================================================*/
/*============================FOOTER===============================*/
div.footer {

}


/*=================================================================*/
/*==========================ADMINISTRATION=========================*/
.administration a { color: #c82731; text-decoration: underline;}
.administration a:hover { color: #000000; text-decoration: underline;}
.administration div.sidebar {
	background-image: url(design/administration/sidebar_bg.jpg);
}
.administration div.sidebartop {
	background-image: url(design/administration/sidebartop_bg.jpg);
}
.administration div.sidebartop div.recherche {
	background-image: url(design/administration/sidebartop_separator.jpg);
}
.administration div.index div.youarehere {
	color: #c82731;
	background-image: url(design/administration/youarehere_bg.jpg);
	border-bottom: solid 1px #c82731;
}
.administration div.index div.youarehere a.homepagelink {
	color: #c82731;
}
.administration h1 { color: #c82731; }
.administration h2 { color: #c82731; }
.administration h3 { color: #c82731; }
/*=================================================================*/
/*============================TOURISME=============================*/
.tourisme a { color: #ef4707; text-decoration: underline;}
.tourisme a:hover { color: #000000; text-decoration: underline;}
.tourisme div.sidebar {
	background-image: url(design/tourisme/sidebar_bg.jpg);
}
.tourisme div.sidebartop {
	background-image: url(design/tourisme/sidebartop_bg.jpg);
}
.tourisme div.sidebartop div.recherche {
	background-image: url(design/tourisme/sidebartop_separator.jpg);
}
.tourisme div.index div.youarehere {
	color: #ef4707;
	background-image: url(design/tourisme/youarehere_bg.jpg);
	border-bottom: solid 1px #ef4707;
}
.tourisme div.index div.youarehere a.homepagelink {
	color: #ef4707;
}
.tourisme h1 { color: #ef4707; }
.tourisme h2 { color: #ef4707; }
.tourisme h3 { color: #ef4707; }
/*=================================================================*/
/*============================TOERISME=============================*/
.toerisme a { color: #fba10e; text-decoration: underline;}
.toerisme a:hover { color: #000000; text-decoration: underline;}
.toerisme div.sidebar {
	background-image: url(design/toerisme/sidebar_bg.jpg);
}
.toerisme div.sidebartop {
	background-image: url(design/toerisme/sidebartop_bg.jpg);
}
.toerisme div.sidebartop div.recherche {
	background-image: url(design/toerisme/sidebartop_separator.jpg);
}
.toerisme div.index div.youarehere {
	color: #fba10e;
	background-image: url(design/toerisme/youarehere_bg.jpg);
	border-bottom: solid 1px #fba10e;
}
.toerisme div.index div.youarehere a.homepagelink {
	color: #fba10e;
}
.toerisme h1 { color: #fba10e; }
.toerisme h2 { color: #fba10e; }
.toerisme h3 { color: #fba10e; }


/* =========================================================================
	LIGHT BOX Styles
   ========================================================================= */
#lightbox {
	background-color:#EEEEEE;
	padding: 0px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#lightbox a {	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#lightboxDetails{ font-size: 0.8em; padding-top: 0.4em; }	
#lightboxCaption{ float: left; }
#keyboardMsg{ 
	float: right; 	
}
#closeButton{ top: -5px; right: -5px; }
#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #999999;
	/*background-color: transparent;*/
	/*background-image: url(blank.gif);*/
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}

/* =========================================================================
	EVENT : News, Calendar
   ========================================================================= */

div.eventbox {
	border-bottom:solid  2px #C82731;
	background-color: #F6F6F6;
	padding: 8px;
	margin: 0 0 10px 0;
}

div.eventbox h1 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

div.eventbox span.dates {
	float: right;
	font-size: 10px;
}   

/* =========================================================================
	CONTACT : Annuaire
   ========================================================================= */
   
div.contactbox {
	border-bottom:solid  2px #C82731;
	background-color: #F6F6F6;
	padding: 8px;
	margin: 0 0 10px 0;
}

div.contactbox H1 {
	font-size: 18px; 
	font-weight: bold;
	margin: 0px;
	letter-spacing: 2px;
}

div.contactbox H2 {
	border: none;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 40px;
	color: #000000;
}

div.contactbox TD { vertical-align: top; padding: 4px 0; border-top: 1px solid #979696; }
div.contactbox TD.label { width: 160px; }

div.contactbox div.photo {
	float: right; 
	background-color: #FFFFFF;
	border: 1px solid #979696;
	padding: 2px;
}


span.pagination {
	float: right;
	font-size: 14px;
}

span.pagination a {
	text-decoration: none;
}
  

/* =========================================================================
	CALENDAR
   ========================================================================= */
   
	/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar { }

.calendar table {
	border: 1px solid #666666;
	font-size: 11px;
	color: #000000;
	background: #F6F6F6;
	font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
/*  background: #999999 url(menuarrow.gif) no-repeat 100% 100%;*/
	background-color: #999999;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #FFFFFF;
  color: #000000;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #999999;
  color: #FFFFFF;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #DDDDDD;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #666666;
  padding: 2px;
  text-align: center;
  color: #000000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #999999;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #F6F6F6;
  color: #000000;
  border: 1px solid #FFFFFF;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #EEEEEE;
  color: #666666;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #000000;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #999999;
}
.calendar tbody .day.othermonth.oweekend {
  color: #999999;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #DDDDDD;
}

.calendar tbody .rowhilite td {
  /*background: #FFFFFF;*/
}

.calendar tbody .rowhilite td.wn {
  background: #FFFFFF;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #EEEEEE;
  padding: 1px 3px 1px 1px;
  border: 1px solid #666666;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #FFFFFF;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #666666;
  padding: 1px 3px 1px 1px;
  background: #FFFFFF;
  color: #000000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #999999;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #666666;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #666666;
  color: #FFFFFF;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #FFFFFF;
  color: #999999;
  border-top: 1px solid #666666;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #F6F6F6;
  border: 1px solid #000000;
  color: #000000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #999999;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  /*cursor: default;*/
  border: 1px solid #999999;
  background: #F6F6F6;
  color: #000000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #DDDDDD;
}

.calendar .combo .active {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #999999;
  background: #F6F6F6;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000000;
  padding: 1px 0px;
  text-align: center;
  background-color: #DDDDDD;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #666666;
  font-weight: bold;
  background-color: #F6F6F6;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #666666;
  background-color: #666666;
  color: #FFFFFF;
}

.calendar td.time span.active {
  border-color: #666666;
  background-color: #666666;
  color: #FFFFFF;
}

.special { background-color: #FBA10E; color: #f00; }


/*========STYLES MAILFORM=======*/
td.mail_label {
	width: 30%;
}