@import url(yui.css);

html {
  padding: 0;
  margin: 0;
  color: #FFF;
  background: #1F1E1E url(../images/bgs/bd.gif) repeat-x 0 0;
}

body { 
  font-family: Arial;
}

/* --[ titles ]--------------------- */

#title {
  width: 319px;
  font-size: 138.5%;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin: 0 0 -21px 631px;
  color: #000;
  cursor: default;
}
h1 {
  font-size: 123.1%;
  height: 20px;
  padding: 0;
  margin: 20px 0 15px 0;
  text-transform: uppercase;
}
h6 {
  font-size: 77%;
  text-transform: uppercase;
  font-weight: normal;
  color: #666;
  padding: 0;
  margin: 0;
}

/* --[ links ]--------------------- */

a {
  color: #FFF;
  text-decoration: none;
}
a:hover {
  color: #FFF;
  text-decoration: underline;
}

/* --[ common elements ]--------------------- */

p {
  text-align: justify;
}
img {
  border: 0;
  padding: 0;
  margin: 0;
}

.clear {
  clear: both;
  height: 1px;
  line-height: 1px;
}

/* --[ doc ]--------------------- */

#doc2 {
  margin-top: 6em;
  margin-bottom: 3em;
}

/* --[ body ]--------------------- */

#bd {
  clear: both;
  font-size: 93%;
  border: 8px solid #000;
  background: #000;
}

/* --[ header ]--------------------- */

#hd {
  clear: both;
  float: left;
  width: 320px;
  height: 45px;
  background: url(../images/bgs/header.jpg) no-repeat 0 100%;
}

#gohome, #gohome:hover {
  float: left;
  width: 115px;
  height: 45px;
  text-decoration: none;
}

/* --[ footer ]--------------------- */

#ft {
  float: left;
  width: 600px;
  padding: 0.5em 0 0 0;
  margin: 0;
}

#inscription {
  float: right;
  padding: 0.3em 0 0 0;
  text-align: right;
}
#inscription a {
  font-size: 77%;
  text-transform: uppercase;
  color: #FFF;
  padding: 0;
  margin: 0;
}
#inscription a:hover {
  text-decoration: underline;
}

/* --[ nav ]--------------------- */

#nav-main {
  float: right;
  width: auto !important;
  width: 310px;
  margin-top: 25px;
}
#nav-main ul {
  height: 20px;
  font-size: 85%;
  margin: 0;
  padding: 0;
  background: #000;
}
#nav-main ul li {
  float: left;
  padding: 5px 10px 0 10px;
  margin: 0;
  list-style-type: none;
}
#nav-main ul li a {
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
}
#nav-main ul li a:hover {
  color: #FFF;
  text-decoration: underline;
  text-transform: uppercase;
}

/* --[ main ]--------------------- */

#yui-main {
  width: 934px;
  height: 450px;
  /*border: 8px solid #FF0000;*/
}

/* --[ home ]--------------------- */

#affiche {
  float: left;
  width: 355px;
  height: 450px;
  padding: 0;
  margin: 0;
  background: #000;
}
#affiche img {
  border: 0;
}

#home {
  float: left;
  width: 579px;
  height: 450px;
  background: #000;
}
#home .feature {
  height: 112px;
  border-bottom: 1px dotted #666;
}
#home .feature h2 {
  margin: 0;
  padding: 42px 0 0 50px;
  text-transform: uppercase;
  color: #00BCFF;
}
#home .feature p {
  margin: 0;
  padding: 0 0 0 50px;
}
#home .programme {  
  background: #000 url(../images/bgs/feat-programme.jpg) no-repeat 0 0;
}
#home .resultats {
  background: #000 url(../images/bgs/feat-resultats.jpg) no-repeat 0 0;
}
#home .galerie {
  background: #000 url(../images/bgs/feat-galerie.jpg) no-repeat 0 0;
}
#home .archives {
  border: 0;
  background: #000 url(../images/bgs/feat-archives.jpg) no-repeat 0 0;
}
#home .link {
  position: absolute;
  width: 579px;
  height: 112.5px;
  cursor: pointer;
}
#home .link:hover {
  text-decoration: none;
}

/* --[ programme ]--------------------- */

#programme {
	height: 450px;
  padding: 0 0 0 400px;
  margin: 0;
  background: #000 url(../images/banners/programme.jpg) no-repeat -100px 100%;
}
#programme h1 {
	padding: 20px 0 15px 0;
	margin: 0;
}
#programme h3.toggler {
  color: #FFF;
  font-size: 93%;
  padding: 0.5em;
  margin: 0;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  cursor: pointer;  
  background: #383637; 
}
#programme h3.toggler:hover {
  background: #1f1e1e; 
}
#programme .element { height: 170px; padding: 0; margin: 0; background: url(../images/bgs/opacity.png) repeat 0 0; }
#programme .element div { height: 150px; padding: 10px; }
#programme .element div.overflow { height: 150px; }
#programme .element ul { padding: 0; margin: 0; }
#programme .element li { list-style: none; }

/* --[ resultats ]--------------------- */

#resultats {
	height: 450px;
  background: #000 url(../images/banners/resultats.jpg) no-repeat 0 0;
}
#resultats h1 {
  float: left;
}
#resultats #buttons, #resultats #selects {
  float: right;
  list-style: none;
  height: 20px;
  padding: 0;
  margin: 20px 0;
}
#resultats #buttons li, #resultats #selects li {
  display: inline;
  padding: 0 1em;
  cursor: pointer;
}
#resultats #buttons li:hover {
  background: #000;
}
#resultats #buttons li.active {
  background: #000;
}

#resultats #selects select {
	border: 0;
}

#resultats #overflow {
  clear: both;
  width: 934px;
  height: 390px;
  overflow: auto;
}

.resultat {
  width: 934px;
  height: 390px;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.resultat table {
  clear: both;
  width: 100% !important;
  width: 98.2%;
  border: 0;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}
.resultat table th {
  text-align: left;
  text-transform: uppercase;
  border: 0;
  background: #383637;
}
.resultat table tbody {
  border: 0;
  /*background: url(../images/bgs/opacity.png) repeat 0 0;*/
}
.resultat table td {
  border: 0;
  border-left: 1px solid #383637;
  background: url(../images/bgs/opacity.png) repeat 0 0;
}

/* --[ gallery ]--------------------- */

#galerie {
  width: 934px;
  height: 450px;
}

/* --[ archives ]--------------------- */

#archives {
  width: 934px;
  height: 450px;
  overflow: auto;
  background: #000 url(../images/banners/archives.jpg) no-repeat 0 0;
}
#archives table {
  width: 934px;
  border: 0;
  border-collapse: collapse;
}
#archives table th {
  text-align: left;
  text-transform: uppercase;
  border: 0;
  background: #383637;
}
#archives table tbody {
  border: 0;
  background: url(../images/bgs/opacity.png) repeat 0 0;
}
#archives table td {
  border: 0;
  border-left: 1px solid #383637;
}

