/* ======================== Reset ====================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/* ======================== Block elements ====================== */

html {
  font-size: 62.5%;
}

body {
  font-size: 1.2em;
  font-family: "Arial", sans-serif;
  background-color: #aec501; 
  color: #475157;
}
  
h1 { 
  font-size: 3.0em;
  font-family: "Arial Black";
  color: #d8dde0;
  text-transform: uppercase;
  border-bottom: 1px dotted #c3c3c3;
  margin: 0 0 0.5em 0;
  line-height: 1em;
}
h1 small {
  display: block;
  font-size: 0.5em;
  line-height: .8em;
  padding: 0;
  margin: 0;
}   
h2 { 
  font-size: 1.8em;
  font-family: "Arial Black";
  line-height: 1em;
  padding-bottom: 0.3em;
  color: #a5c700;
  border-bottom: 1px solid #d8dde0;
  margin: 0.5em 0 0.5em 0;
}
h2 span { 
  color: #d8dde0;
}
#agenda h2 { clear: both; margin-top: 0; }

h3 {
  font-size: 1.2em;
  line-height: 1em	;
  font-family: "Arial Black";
  text-transform: uppercase;
  margin: 0.8em 0 0.5em;
  color: #a5c700;
}
h3.first {
  margin-top: 0;
}
h4 {
  font-family: "Arial Black";
  margin-top: 0.5em 0 0 0;
  color: #475157;
}
h5 {
  font-family: "Arial Black";
  color: #9acf16;
  margin-top: 15px 0 0 0;
}
h6 {
  color: #a5c700;
  margin-top: 5px;
	font: 14px Arial, sans-serif;
	margin-bottom: 15px;
}
/*
h1 + h2 {
  margin-top: 0em;
}
h2 + h3 {
  margin-top: 0.4em;
}
h3 + h4 {
  margin-top: 0.4em;
}
*/
h1.title { 
    font-family: "Myriad Pro", "MyriadPro", "Trebuchet MS", "Arial", sans-serif; 
    font-size: 2.0em;
    color: #a4936a;
    border: 0;
    margin: 0.5em 0em 0.5em 0em;
}
h1.title + h2.subtitle {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #5f5c4b; 
    font-size: 0.9em;
    border: 0;
    margin: -1.4em 0em 1.5em 0em;
}

p {
  text-align: justify;
  margin-bottom: 0.5em;
}
   
blockquote {

}
blockquote p {

}
cite {
  display: block;
  text-align: right;
  font-style: italic;
}

pre {
    margin: 1em 1em;
    font-family: "Lucida Console", "Courier New", "Courier";
    font-size: 0.85em;
    line-height: 1.1em;
    letter-spacing: -0.03em;
    padding: 0.5em 0.5em;
    color: #4f5c54;
    border: 1px solid #ddd;
    overflow: auto;
}

table.pricelist {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
	margin: 0 auto;
}
table.pricelist tr td, table.pricelist tr th {
  border-bottom: 3px solid #FFF;
}
table.pricelist tr.odd {
  background: #f7f8f9;
}
table.pricelist tr.even {
  background: #FFF;
}
table.pricelist th {
  width: 65%;
  padding-left: 1em;
  height: 60px;
  vertical-align: middle;
}
table.pricelist th span {
  display: block;
  font-family: "Arial Black";
  font-size: 1.2em;
  color: #9acf16;
}
table.pricelist tr.odd td.thinborder {
  border-bottom: 1px solid #FFF;
}
table.pricelist tr.even td.thinborder {
  border-bottom: 1px solid #f7f8f9;
}
table.pricelist td.price {
  width: 20%;
  font-family: "Arial Black";
  font-size: 1.8em;
  text-align: right;
  color: #FFF;
  background: #7c9196;
	padding-right: 8px;
}
table.pricelist td.period {
  text-align: right;
	padding-right: 20px;
}

table.pricelist td.price span {
  font-size: 14px;
}
table.pricelist th.last {
  height: auto;
}

table.timetable {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
}
table.timetable th {
	font-family: "Arial Black";
	color: #FFF;
	text-align: center;
	padding: 0.2em;
	background: #9dce0d;
}
table.timetable th.row {
	font-size: 1.2em;
	text-align: left;
	height: 50px;
	padding: 0 0.5em;
	border-bottom: 1px solid #a4bd5c;
}
table.timetable th.row span {
	display:  block;
	font-family: "Arial";
	font-size: 0.8em;
	color:  #000;
	text-align: left;
}
table.timetable tr.odd td, table.timetable tr.even td {
	padding: 0.2em;
	width:  11%;
	text-align: center;
	border: 1px solid #d0d0d0;
}
table.timetable tr.head td {
	border-bottom: 1px solid #d0d0d0;
}
table.timetable tr.odd {
	background: #FFF;
}
table.timetable tr.even {
	background: #f5f5f5;
}
ul.notes li {
	list-style: none;
	padding:  0;
	margin: 0;
}

div.caption {
    font-style: italic; 
    font-family: "Book Antiqua", "Palatino Linotype", "Palatino", "Georgia", "Times", "Times New Roman", serif;
    margin: 1em auto 1em auto;
    font-size: 1.0em;
    text-align: center;
    letter-spacing: 0.02em;
}
div.caption span {
    font-style: normal;
    font-size: 0.9em;
    letter-spacing: 0em;
}
pre + div.caption {
    margin-top: -0.5em;
}
table + div.caption {
    margin-top: -1.5em;
    margin-bottom: 2em;
}
p.figure + div.caption {
    margin-top: -1.5em;
}

ul,ol {
    margin: 0.4em 0em;
}
li {
    margin: 0.4em 0em 0.4em 2em;
    list-style-type: disc;
    text-align: justify;
}

ul.path {
    text-align: left;
    margin: 1em 0em;
}
ul.path > li {
    margin: 0;
    display: inline;
    list-style-type: none;
    padding-right: 0.3em;
}
ul.path > li:after {
    content: "\00BB";
    padding-left: 0.6em;
    font-size: 1.1em;
    font-family: "Times New Roman", serif;
}
ul.path > li.current:after {
    content: "";
}    
        

/* ======================== Inline elements ====================== */

a:link {
    color: #475157;
    text-decoration: underline;
}
a:visited {
    color: #475157;
}
a:hover {
    color: #475157;
}
a:focus {
    color: #475157;
}
a:active {
    color: #475157;
}

q {
    font-family: "Georgia", "Times", "Times New Roman", serif;
    quotes: "\201C" "\201D" "\2018" "\2019";
}
q:before {
    content: "\201C";
    padding-right: 0.05em;
}
q:after {
    content: "\201D";
    padding-left: 0.05em;
}

code {
    font-family: "Lucida Console", "Courier New", "Courier";
    font-size: 0.9em;
    letter-spacing: -0.03em;
    color: #4f5c54;
}

em, i {
  font-style: italic;
}

strong, b {
    font-weight: bold;
}

acronym {
    font-variant: small-caps;
    color: #4f5c54;
}

span.new {
    font-family: "Tahoma", sans-serif;
    font-size: 0.75em;
    position: relative;
    letter-spacing: -0.05em;
    bottom: 0.3em;
    color: #b91f13;
    margin-left: 0.2em;
}

/* ======================== Helpers ====================== */

.clear { clear: both; }
.clearer { clear: both; height: 0; font-size: 1px; line-height: 1px; }

/* ======================== Structure ====================== */

#global {
  width: 974px;
  padding: 0 10px;
  margin: 0 auto;
  background: url(../images/global.gif) repeat-y 0 0;
}

#header {
  height: 210px;
  background: #364850 url(../images/header.jpg) no-repeat 0 0;
}

#main {
  overflow: hidden;
  border: 1px solid #FFF;
  border-left: 0;
  border-right: 0;
  background: url(../images/sidebar.jpg) no-repeat 100% 100%;
}
#welcome #main {
  background: #FFF;
}
#galeries #main {
  padding: 20px;
  background: #FFF;
}

#competitions #main {
  padding: 20px;
  background: #FFF;
}

#content {
  float: left;
  width: 610px;
  padding: 20px;
}

#sidebar {
  float: right;
  width: 324px;
  height: auto !important;
  height: 700px;
  min-height: 700px;
}
#welcome #sidebar {
  height: 475px !important;
  height: 475px;
  min-height: 475px;
  background:  #FFF;
}

#footer {
  clear: both;
  height: 38px;
  line-height: 45px;
  padding: 0 10px;
  background: #000;
}
#footer ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
#footer ul li {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer ul li.right {
  float: right;
  margin-left: 1em;
}
#footer ul li a, #footer ul li a:hover {
  font-family: "Arial Black";
  font-size: 1.1em;
  text-transform: uppercase;
  color: #e2001a;
}
#footer ul li.right a, #footer ul li.right a:hover {
  font-family: "Arial";
  color: #FFF;
}

#logo, #logo:hover {
  float: left;
  width: 200px;
  height: 70px;
  margin-top: 20px;
  margin-left: 35px;
  text-decoration: none;
}
#cdm {
  float: right;
  width: 290px;
  height: 120px;
  margin-top: 90px;
  text-decoration: none;
  background: url(../images/buttons/coupedumonde.jpg) no-repeat 0 0;
}

#legals {
  margin: 0 -10px;
  padding: 15px 0;
  text-align: center;
  background: #AEC501 url(../images/footer.gif) no-repeat 0 0;
}


/* ======================== Navigation ====================== */

#nav {
  list-style: none;
  height: 30px;
  padding: 0;
  margin: -30px 0 0 0;
}
#nav li {
  display: block;
  float: left;
  width: 125px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 0 5px;
  padding: 0;
  font-size: .8em;
  font-family: "Arial Black";
  color: #fff;
  text-transform: uppercase;
  background: url(../images/navtab.gif) no-repeat 0 0;
  /* Pour IE
  margin: 0 0 0 4px;
  background: url(../images/navtab.gif) no-repeat 0 0;
  */
}
#nav li a, #nav li a:hover {
  display: block;
  color: #fff;
  text-decoration: none;
}
#nav li ul {
  list-style: none;
  height: auto;
  padding: 0;
  margin: 0;
}
#nav li ul li {
  display: block;
  float: none;
  width: 125px;
  height: 25px;
  line-height: 25px;
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-family: "Arial";
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background: #475156;
  background-image: none;
}
#nav li ul li.last, #nav li ul li.last a:hover {
  -moz-border-radius: 0 0 3px 3px;
  -khtml-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-radius: 0 0 3px 3px;
}
#nav li ul li a {
  display: block;
  height: 25px;
  padding-left: 0.8em;
}
#nav li ul li a:hover {
  background: #344247;
}

#sidenav {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #FFF;
}
#sidenav li {
	height:  35px;
	line-height: 35px;
	list-style: none;
  text-align: left;
  padding:  0;
  margin: 0;
  border-bottom: 1px solid #FFF;
  font-family: "Arial Black";
  color: #000;
  text-transform: uppercase;
}
#sidenav li a, #sidenav li a:hover {
	display: block;
	height:  35px;
	padding:  0 0 0 2em;
	color: #000;
	text-decoration: none;
}
#sidenav li a:hover {
  color: #FFF;
}
#sidenav li.first {
	background: #f4c100 url(../images/icons/arrow-sidebar.gif) no-repeat 0.7em 53%;
}
#sidenav li.second {
	background: #f1af00 url(../images/icons/arrow-sidebar.gif) no-repeat 0.7em 53%;
}
#sidenav li.third {
	background: #ef9c00 url(../images/icons/arrow-sidebar.gif) no-repeat 0.7em 53%;
}
#sidenav li.fourth {
	background: #eb880e url(../images/icons/arrow-sidebar.gif) no-repeat 0.7em 53%;
}
#sidenav li.fifth {
	background: #e97118 url(../images/icons/arrow-sidebar.gif) no-repeat 0.7em 53%;
}

/* ======================== Slideshow ====================== */

#welcome #content #slideshow, #welcome #content #slideshow #flash {
  height: 475px;
  background: #FFF;
}
#welcome #content #slideshow img {
  border: 0;
}
#sidebar #slideshow, #sidebar #slideshow #flash {
	height: 237px;
	padding: 0;
	margin: 0;
}

/* ======================== Home ====================== */

#welcome #main {
  height: 475px;
}
#welcome #content {
  padding: 0;
}
#welcome #sidebar {
  height: 475px;
  background: #FFF;
}
#welcome #sidebar dl {
  margin: 1em;
  clear: both;
}
#welcome #sidebar dt {
  font-family: "Arial Black";
  font-size: 1.1em;
  line-height: 1em;
  padding-bottom: 0.3em;
  color: #bdd644;
  text-transform: uppercase;
}
#welcome #sidebar dt .date {
  color: #475157;
}
#welcome #sidebar dd {
  text-align: justify;
  margin-bottom: 1.5em;
  clear: both;
  overflow: hidden;
}
#welcome #sidebar dd.last {
  margin-bottom: 0;
}
#welcome #sidebar dd img {
  float: left;
  margin: .2em .7em .2em 0;
}

/* ======================== Agenda ====================== */

.article { margin-bottom: 1em; overflow: hidden; }
.article .picture {
  float: left;
  width: 120px;
  text-align: center;
}
div.picture + div.entry {
  float: left;
  width: 490px;
}
.article .read-more {
  float: right;
}

table.calendar {
  width: 100%;
  margin: 0 0 2em 0;
  padding: 0;
}
.calendar th {
  padding-bottom: .5em;
}
.calendar th.prev-month {
  text-align: left;
}
.calendar th.current-month {
  font-family: "Arial Black";
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  color: #a5c700;
}
.calendar th.next-month {
  text-align: right;
}
.calendar th.prev-month a, .calendar th.prev-month a:hover {
  float: left;
  width: 13px;
  height: 15px;
  text-decoration: none;
  background: url(../images/icons/arrow-prev.gif) no-repeat 0 0;
}
.calendar th.next-month a, .calendar th.next-month a:hover {
  float: right;
  width: 13px;
  height: 15px;
  text-decoration: none;
  background: url(../images/icons/arrow-next.gif) no-repeat 0 0;
}
.calendar td.week-day {
  font-family: "Arial Black";
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  background: #a5c700;
}
table.calendar td {
  width: 14.2%;
  font-family: "Arial Black";
  font-size: 2.8em;
  text-align: center;
  color: #7d8589;
  border: 1px solid #757e82;
}
table.calendar td a, table.calendar td a:hover {
  color: #a5c700;
  text-decoration: none;
}
table.calendar div.highlight {
  background: #d8dde0;
}

ul.documents {
  padding: 0 0.5em;
  margin: 2em 0 0 0;
  border: 1px solid #CCC;
  background: #FFF;
}
ul.documents li {
  list-style: none;
  padding: 0.5em 0 0.5em 25px;
  margin: 0;
}
ul.documents li p {
  font-size: 0.9em;
  padding: 0;
  margin: 0;
}
ul.documents li.pdf {
  background: url(../images/icons/pdf.gif) no-repeat 0 4px;
}
ul.documents li.doc {
  background: url(../images/icons/word.gif) no-repeat 0 4px;
}

/* ======================== Club ====================== */

table.enseignants {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #FFF;
  margin: 1em 0 0 0;
  padding: 0;
}
table.enseignants td {
  width: 29%;
  padding: 2%;
  vertical-align: top;
  border: 1px dotted #C2C2C2;
  border-top: 0;
  border-bottom: 0;
}
table.enseignants td .picture {
  width: 180px;
  height: 140px;
  margin-bottom: 0.8em;
  text-align: center;
  background: #EEE;
}
table.enseignants td h3 {
  font-family: "Arial Black";
  font-size: 1.1em;
  text-transform: none;
  margin-top: 0;
  color: #475157;
  border: 0;
}
table.enseignants td h3 strong {
	color: #a5c700;
	text-transform: uppercase;
}
table.enseignants td span.fonction {
	font-style: italic;
}
table.enseignants td span.fonction {
	display: block;
	margin: -0.3em 0 1em 0;
}
table.enseignants tr.inline td {
  border: 0;
}
table.enseignants hr {
  margin: 1em 0;
  border: 0;
  border-top: 1px dotted #C2C2C2;
}

.members, .equip {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #FFF;
}
.members td, .equip td {
  padding: 25px;
  border: 1px dotted #c2c2c2;
	width: 175px;
	vertical-align: top;
}
.members .picture, .equip .picture {
  height: 140px;
  margin-bottom: 0.5em;
  background: #000;
}
.members .name, .equip .name {
	font-family: "Arial Black";
  font-size: 1.2em;
}
.members .name strong, .equip .name strong {
	color: #a5c700;
}
.members .function {
  font-style: italic;
}
.members p, .equip p {
	margin: 0.5em;
}
.maitre {
	width: 92%;
	border-bottom: 1px dotted #c2c2c2;
	margin: 10px auto;
}
.maitre td{
	padding-bottom: 20px;
}
.maitre .picture{
	height: 140px;
  	background: #000;
	margin-right: 35px;
}
.maitre .name {
	font-family: "Arial Black";
  font-size: 1.2em;
}
.maitre .name strong {
	color: #a5c700;
}
.maitre p {
	margin-top: 0.5em;
}

/* @group Plamarès */

.palmares {
  width: 100%;
  margin-bottom: 2em;
  border-collapse: collapse;
}
.palmares th, .palmares td {
  padding: 0.5em 0;
  text-align: center;
  border-bottom: 1px solid #757e82;
}
.palmares tr.last td {
  border-bottom-color: #FFF;
}
.palmares th.odd, .palmares td.odd {
  background: #FFF;
}
.palmares th.even, .palmares td.even {
  color: #FFF;
  background: #a5c700;
}
.palmares th {
  font-family: "Arial Black";
  font-size: 1.2em;
	width: 15%;
	padding: 0.2em 0;
}
.palmares th.first, .palmares td.first {
  text-align: left;
	width: 40%;
}

/* @end */

/* @group Compétitions */

table.competitions {
  width: 100%;
  margin-bottom: 2em;
  border: 1px solid #000;
  border-collapse: collapse;
}
table.competitions th {
  padding: 0.7em 0;
  text-align: center;
  color: #FFF;
  border: 1px dashed #000;
  border-bottom: 1px solid #FFF;
  background: #b2d700;
}
table.competitions td {
  text-align: center;
  padding: 0.7em;
  border: 1px dashed #000;
}
table.competitions td.left {
  text-align: left;
}
table.competitions tr.sen {
  background: #e6ff6b;
}

.pagination {
	text-align: center;
}

/* @end */


.partenaires {
	width: 100%;
}
.partenaires tr {
	border-bottom: 1px dotted #c2c2c2;
}
.partenaires td {
	padding: 1em 0;
	vertical-align: top;
}
.partenaires td h4 {
	padding: 0 0 0.5em 0;
	margin: 0;
	color: #aec501;
}
.partenaires td.picture {
	width: 140px;
	text-align: center;
}
/*
#club h3{
	font-size: 15px;
  font-family: "Arial Black";
  text-transform: uppercase;
  color: #a5c700;
	border-bottom: 1px dotted #b5adac;
	padding-bottom: 8px;
	padding-top: 30px;
}
*/
#club .text p {
	padding-left: 30px;
}

#infos #content {
  overflow: hidden;
}
#infos .col-left {
  float: left;
	width: 170px;
}
#infos .col-left p {
	text-align: right;
}

#infos .col-right {
  float: right;
	width: 400px;
	padding-left: 20px;
	border-left: 1px dotted #b2aaa9;
}
#infos .col-right .box {
	padding: 1em;
	margin: 2em 0 0 0;
	background: #ede9e5;
}

/* ======================== STAGES ====================== */

.trainings {
  width: 100%;
  border-collapse: collapse;
	margin: 0 auto;
}
.trainings th, .trainings td {
  padding: 0.5em 0;
  text-align: center;
  border-bottom: 1px solid #757e82;
}
.trainings tr.last td {
  border-bottom-color: #FFF;
}
.trainings th {
	width: 30%;
  padding: 0.2em 0;
  font-family: "Arial Black";
  font-size: 1.2em;
}
.trainings th.odd, .trainings td.odd {
  background: #FFF;
}
.trainings th.even, .trainings td.even {
  color: #FFF;
  background: #a5c700;
}
.trainings th.first, .trainings td.first {
  text-align: left;
	width: 40%;
}
div.training h3 {
  padding-bottom: .3em;
  border-bottom: 1px solid #d2d4d5;
}
div.training table {
  width: 100%;
  margin: 2em 0;
  border-collapse: collapse;
}
div.training table tr {
  border-top: 1px solid #757e82;
}
div.training table tr.first {
  border-top: 0;
}
div.training table th, div.training table td {
  padding: 0.2em 0.5em;
}
div.training table th {
  width: 40%;
  font-family: "Arial Black";
  color: #FFF;
  text-transform: uppercase;
  background: #a5c700;
}

div.contest h3 {
  padding-bottom: .3em;
  border-bottom: 1px solid #d2d4d5;
}
div.contest table {
  width: 100%;
  margin: 1em 0;
  border-collapse: collapse;
}
div.contest table tr {
  border-top: 1px solid #757e82;
}
div.contest table tr.first {
  border-top: 0;
}
div.contest table th, div.contest table td {
  padding: 0.2em 0.5em;
}
div.contest table th {
  width: 40%;
  font-family: "Arial Black";
  color: #FFF;
  text-transform: uppercase;
  background: #a5c700;
}
div.contest .picture, div.training .picture {
  float: right;
  margin-left:  1em;
}
div.contest .document {
  margin-top:  2em;
}


/* ======================== SITEMAP ====================== */

.sitemap {
	padding: 0;
	margin: 0;
}

.sitemap li {
  list-style: none;
	font-size: 1.2em;
  line-height: 1em	;
  font-family: "Arial Black";
  text-transform: uppercase;
  margin: 1em 0;
  color: #a5c700;
}
.sitemap li ul {
  padding: 0 0 0 2em;
  margin: 0;
}
.sitemap li ul li {
	color: #000;
	text-transform: none;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: .8em;
	list-style: outside disc;
	margin: 0.5em 0 0;
}
.sitemap a {
  color: #a5c700;
  text-decoration: none;
}
.sitemap a:hover {
	color: #878586;
	text-decoration: none;
}
.sitemap li li a {
  color: #000;
}

/* ======================== Contact ====================== */

#contact h2 {
	color: #434f54;
	font-size: 1.2em;
	text-decoration: underline;
	border-bottom: 0;
}
ul.vcard {
	float: left;
	width: 225px;
	padding:  0;
	margin:  0;
}
ul.vcard li {
	list-style: none;
	padding:  0;
	margin:  0;
}
ul.vcard li img {
	margin-bottom:  0.5em;
}
ul.vcard li.separator {
	padding-bottom:  0.5em;
	margin-bottom:  0.5em;
	border-bottom:  1px dotted #cfcfcf;
}
iframe.map {
	float: right;
	padding: 0;
	margin: 0;
}

#gallery #diaporama {
	height:  450px;
	padding: 0;
	margin: 0;
}


/* ======================== Superfish ====================== */

.sf-menu, .sf-menu * {
	margin:	0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 125px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display:	block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 30px; /* match top ul list item height */
	z-index: 	99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 125px; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 125px; /* match ul width */
	top: 0;
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(../images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* ======================== Shadowbox ====================== */

#shadowbox_container, #shadowbox_overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
#shadowbox_container {
  position: fixed;
  display: block;
  visibility: hidden;
  z-index: 999;
  text-align: center; /* centers #shadowbox in quirks and IE */
}
#shadowbox_overlay {
  position: absolute;
  background-image: url(../images/overlay.png);
  background-repeat: repeat;
}
#shadowbox {
  position: relative;
  margin: 0 auto;
  text-align: left; /* reset left alignment */
}
#shadowbox_body {
  position: relative;
  margin: 0;
  padding: 0;
  border: 4px solid #000;
  border-top: 0;
  overflow: hidden;
}
#shadowbox_body_inner {
  position: relative;
  height: 100%;
}
#shadowbox_content.html {
  height: 100%;
  color: #FFF;
  padding: 0 10px;
  overflow: auto; /* make html content scrollable */
}
#shadowbox_loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#shadowbox_body, #shadowbox_loading {
  background-color: #000; /* should match loading image background color */
}
#shadowbox_loading_indicator {
  float: left;
  margin: 10px 10px 0 10px;
  height: 32px;
  width: 32px;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
}
#shadowbox_loading span {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 10px;
  float: left;
  margin-top: 16px;
}
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
  text-decoration: underline;
}
#shadowbox_title, #shadowbox_info {
  position: relative;
  margin: 0; /* these must have no vertical margin or padding */
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner, #shadowbox_info_inner {
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  line-height: 16px;
}
#shadowbox_title {
  height: 26px;
  border: 4px solid #000;
  border-bottom: 0;
  background: #000;
}
#shadowbox_title_inner {
  width: 80%;
  font-size: 16px;
  padding: 5px 0 5px 10px;
  color: #fff;
}
#shadowbox_info {
  height: 20px;
}
#shadowbox_info_inner {
  font-size: 12px;
  color: #fff;
}
#shadowbox_nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}
#shadowbox_nav_close {
  display: block;
  float: right;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0;
  background: #000 url(../images/icons/shadowbox_close.png) no-repeat 0 0;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
  border-radius: 3px;
}
#shadowbox_nav_next {
  background-image: url(../images/icons/shadowbox_next.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_previous {
  background-image: url(../images/icons/shadowbox_previous.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_play {
  background-image: url(../images/icons/shadowbox_play.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_pause {
  background-image: url(../images/icons/shadowbox_pause.png);
  background-repeat: no-repeat;
}
#shadowbox_counter {
  float: left;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
}
div.shadowbox_clear {
  clear: both; /* clear floating counter & nav */
}
div.shadowbox_message {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  color: #fff;
  text-decoration: underline;
}