/* CSS Document | Kit Landscape */

/* Style de la page */

body { background:#000; margin:0px 0 0px 0; padding:0; font-size:11px; font-family: Verdana, Arial, Helvetica, sans-serif; }
p { font-family: Verdana, Arial, Helvetica, sans-serif; color:#7d7d7d; font-size:1em; line-height: 19px;}

li { border-bottom:1px dotted #4a4a4a; width: 200px; padding-bottom:5px; padding-top:5px; text-align: left; list-style:none; font-family: Arial, Helvetica, sans-serif; font-size:0.90em; }
li:hover { background:#1e1e1e; }

/* Haut de page | global */

#header {
	background:#27292c url(images/header.jpg);
	margin:auto;
	width:950px;
	height: 230px;
	text-align:center;
}

/* Design menu / onglets */

a.menu:link {font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #ff8949; text-decoration: none;}
a.menu:visited {font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #ff8949; text-decoration: none;}
a.menu:hover {font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #fff; text-decoration: none;}
a.menu:active {font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #fff; text-decoration: none;}

/* Bas de page | design du footer et des liens */

#footer {
	background:#27292c url(images/footer.jpg);
	width:950px;
	height: 83px;
	padding: 0;
	margin:auto;
}
#footer p{ text-align:right; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7d7d7d; font-size:9px; padding: 0; margin: 0;}
#footer a:link{ color: #dbdbdb; text-decoration: none; font-size:9px;}
#footer a:visited{ color: #dbdbdb; text-decoration: none; font-size:9px;}
#footer a:hover{ color: #dbdbdb; text-decoration:underline;}

/* Style du texte */

.titre { font-family: Georgia, "Times New Roman", Times, serif; color:#ff8949; font-size:17px; border-bottom:1px dotted #4a4a4a; padding-bottom:10px;}
.soustitre  { font-family: Verdana, Arial, Helvetica, sans-serif; color:#ff8949; font-size:12px;}

a:link { color:#ff8949; text-decoration:underline; }
a:visited { color:#19F500; text-decoration:underline; }
a:hover { color:#fff; text-decoration:underline; }

/* Éléments de mise en page | rollover image et mise en page des images droite ou gauche*/

#picture img{ margin: 0 0 3px 0; border: 2px solid #1e1e1e;}
#picture a:hover img{margin: 0 0 3px 0; border: 2px solid #4a4a4a;}

.picturedesignR { float:right; margin-left: 15px;}
.picturedesignL { float:left; margin: 5px 30px 0 0;}

/* Table Rules
----------------------------------------------- */
td.rank { }

#events { 
	border-collapse:collapse;
	width:340px;
	margin: 0;
	color: #00a0af;
}

#events tbody { margin: 0; }

#events th {
	background-color: #ffffff;
	padding: 6px 0.25em;
	font-weight: bold;
	font-size: 90% ;
	color: #000000;
	text-transform: uppercase;
	margin: 0;
	border-bottom: solid 1px #c2e8ee;
	cursor: pointer;
}

#events td, #events th { 
	margin: 0; 
	padding: .75em 0.375em .75em 0.375em;
	text-align: left;
}

#events tr.titlerow { background: none; }

#events tr td.eventNameTD {
    background-color: #f0f9fb;
    width: 200px;
	 border-bottom: solid 1px #c2e8ee;
}

#events tr td.locationTD {
    background-color: #f0f9fb;
    width: 140px;
	 border-bottom: solid 1px #c2e8ee;
}

#events tr.rowSelected td.eventNameTD {
    background-color: #d0eef4;
	 width: 200px;
	 border-bottom: solid 1px #c2e8ee;
}

#events tr.rowSelected td.locationTD {
    background-color: #d0eef4;
	 width: 140px;
	 border-bottom: solid 1px #c2e8ee;
}

#apDiv1 {
	position:absolute;
	left:572px;
	top:299px;
	width:360px;
	height:160px;
	z-index:1;
}

#imgwrapper { height: 175px; }

.eventname {
	font-weight: bold;
	font-size: 12px;
}

.date {
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
}

.location {
	color: #000;
	font-size: 10px;
}

.rowHover {
	color: #000;
	cursor: pointer;
}

#content1, #sidebar {
	float: left;
	text-align: left;
}

#content1 {	
	width: 340px;	
	margin: 0px;
}
#sidebar {
	width:400px;
	margin-top: 0;
	margin-left: 20px;
	background: url('../i/bg_events_detail.gif') no-repeat;
}

#sidebar_brace {
	float: left;
	width:360px;
	height:340px;
	margin: 20px 10px 20px 20px;
	display: inline;
}

.SpryHiddenRegion {
   visibility: hidden;
}

/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

code { color: #000; }
pre { font-size: small; color: #000; }

.highlightedcode {background-color: #ff9;}

.sample {
	background: #eee;
	padding: 20px;
	border: 2px solid #666;
	margin-top: 20px;
	overflow: scroll;
}

/* Accordion Classes
----------------------------------------------- */
.Accordion {
	overflow: hidden;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelOpen .AccordionPanelTab {
	background-color: #a6dee6;
}

.AccordionPanelTabHover {
	color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

.AccordionFocused .AccordionPanelTab {
	background-color: #a6dee6;
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #a6dee6;
}

.AccordionPanelTab {
	color: #ccc;
	cursor: pointer;
	background: #a6dee6;	
	
}
.AccordionPanelTab h3 {
	margin: 0;
	padding: 2px 2px 4px 36px;
	font-size: 110%;
	background: url('../i/arrow_events_open.gif') no-repeat left 50%;
} 
.AccordionPanelContent {
	overflow: auto;
	height: 110px;
	font-size: 110%;
	line-height: 140%;
}
.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelTabHover { color: #fff; }
.AccordionPanelClosed .AccordionPanelTab h3 {
	background: url('../i/arrow_events_closed.gif') no-repeat left 50%; 
	border-bottom: solid 1px #d0eef4;
}
.AccordionPanelContent div { margin: 6px 8px; }



