body {
    /*
	background-attachment: scroll;
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat-y;
	background-position: center top;*/
    text-align:center;
    font-family:Verdana, Arial, Helvetica, sans-serif;

}

a{
    text-decoration: none;
    color:#ffffff;
}

P.Tache{
  font-size: 18px;
  font-weight : bold;
  font-style: italic
}

P.Compo{
  padding-left : 40px;
}

P.Compo A{
position : absolute;
left : 200px;

}





#container{
  position:absolute;
  width:1000px;
  height:775px;
  top: 0px;
  left:50%;
  margin-left:-500px;
  margin-top:0px;
  text-align:left;
    border: 1px solid #000000;

}


#header{
  position:float;
  background-image: url(image/bandeau.jpg);
  left:10px;
  height:152px;
  width: 1000px;
  border-bottom: 3px solid #ffffff;
}

#header h1{
  display: none;
}

#header p{
    display: block;
    position:absolute;
    float:right;
    top:15.5%;
    right:1%;
    font-size:13px;
  font-weight: bold
}


#footer{
    height: 20px ;
    background-color: #999999;
    border-top: 6px solid #ffffff;
    padding-top:5px;
    padding-right:10px;
    font-size:11px;
    text-align:right;
    vertical-align: center;
}

#footer ul {

    position:absolute;
    top:745px;
    left:-30px;

}

#footer ul li{
    padding:2px 5px 2px 5px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    display: inline;
}


#footer a.BDC{
  color:#000000;
  background-color: #ffffff;
  border-left:2px solid #ffffff;
  border-right:2px solid #ffffff;
  font-weight: bold
}


#footer a.BDC span{
  color:#ff0000;
}


#navig{
    top:155px;
    width:155px;
    height:589px;
    padding:0px;
    background-image: url(image/fond_menu.jpg);
    background-repeat: repeat-x;
}

#navig H2{
    display:none;

}

#menu{
    top:155px;
    background-image: url(image/fond_menu.jpg);
    background-repeat: repeat-x;
    width:155px;
    border-bottom: 3px solid #ffffff;
    padding-top:12px;
}

#menu h3{
    width:129px;
    height:20px;
    background-color: #ff0000;
    margin:0px 12px;
    font-size:14px;
    color:#ffffff;
    text-align: center;
    border: 1px solid #ffffff;
    border-bottom:none;
    font-variant: small-caps;
}

#menu ul{
    margin:0px 12px 12px 12px;
    padding:0;
    border: 1px solid #ffffff;
    border-top:none;
}

#menu ul li{
  list-style-type:none;
  font-variant: small-caps;
}

#menu ul li a{
  color:#999999;
  /*padding-left:5px; */
}

#menu ul li a:hover{
  color:#ffffff;
  background-image: url(./image/fleche_d.png);
  background-repeat: no-repeat;
  background-position: 0px;
  padding-left:11px;
}

#menu ul li.m1{
  font-size: 12px;
  background-color:#000000;
  border-bottom: 1px solid #666666;
  padding: 4px 0px 4px 5px;
}

#menu ul li.m1select{
  color: #ffffff;
  background-image: url(./image/fleche_d.png);
  background-repeat: no-repeat;
  background-position: 5px;
  font-size: 12px;
  background-color:#000000;
  border-bottom: 1px solid #666666;
  padding: 4px 0px 4px 16px;
}

#menu ul li.m2{
  font-size: 11px;
  background-color:#333333;
  border-bottom: 1px solid #666666;
  padding: 4px 0px 4px 13px;
}

#menu ul li.m2select{
  color: #ffffff;
  background-image: url(./image/fleche_d.png);
  background-repeat: no-repeat;
  background-position: 13px;
  font-size: 11px;
  background-color:#333333;
  border-bottom: 1px solid #666666;
  padding: 4px 0px 4px 24px;
}

#menu ul li.m3{

  font-size: 11px;
  background-color:#555555;
  border-bottom: 1px solid #666666;
  padding: 4px 0px 4px 21px;
}

#menu ul li.m3select{
  color: #ffffff;
  background-image: url(./image/fleche_d.png);
  background-repeat: no-repeat;
  background-position: 21px;
  font-size: 11px;
  background-color:#555555;
  border-bottom: 1px solid #666666;
  padding: 4px 0px 4px 32px;
}

#menu ul li.m4{

  font-size: 11px;
  background-color:#777777;
  border-bottom: 1px solid #666666;
  padding: 4px 0px 4px 29px;
}

#menu ul li.m4 a{
  color:#222222;
}

#menu ul li.m4 a:hover{
  color:#ffffff;
}

#menu ul li.m4select{
  color: #ffffff;
  background-image: url(./image/fleche_d.png);
  background-repeat: no-repeat;
  background-position: 29px;
  font-size: 11px;
  background-color:#777777;
  border-bottom: 1px solid #666666;
  padding: 5px 0px 5px 40px;
}

#menu ul li.m1select a,
#menu ul li.m2select a,
#menu ul li.m3select a,
#menu ul li.m4select a {
  color: #ffffff;
}

#menu ul li.m1select a:hover,
#menu ul li.m2select a:hover,
#menu ul li.m3select a:hover,
#menu ul li.m4select a:hover{
  background-image: none;
  padding-left:0px;
}

#sponsors{
  margin:12px;

  background-color: #000000;
  border: 1px solid #ffffff;
}

#sponsors ul{
  margin:5px 0 5px 0;
  padding-left:5px;
  list-style-position: inside;
}

#sponsors ul a li{
    text-align:center;
    color:#666666;
    list-style-type:none;
    font-size: 11px;
    font-variant: small-caps;
    padding:3px;
}

#sponsors ul a:hover li{
  color:#ffffff;
}


#sponsors h3{
    width:129px;
    height:20px;
    background-color: #ff0000;
    margin:0px;
    font-size:14px;
    color:#ffffff;
    text-align: center;
    font-variant: small-caps;
}


#article{
  position:absolute;
  font-size: 12px;
  left:155px;
  width: 633px;
  height:583px;
  padding:3px;
  margin:0px;
  background-color:#858585;
  overflow:auto;
  border: 3px solid #ffffff;
  border-top:0;
  border-bottom:0;
  text-align:justify;
  background-image: url(image/fond_art.jpg);
  background-repeat: repeat;
  color:#ffffff;
  background-attachment: fixed;
  background-position: 0px 0px;

}




#article a{
  border-bottom : 1px dashed #ff0000;
  padding-left:2px;
  padding-right:2px;
  color:#ffffff;
}

#article a.big{
  border:none;
}

#article a:hover{
  background-color: #777777;
}

#article h2 a:hover,#article h2 a{
  background-color: transparent;
  border-style: none
}


#titre{
/*height: 50px; */
}

#titre.galerie{
  height: 10px;
}


#article p{
  margin:10px;
  line-height: 130%;
  text-indent: 10px;
  clear : both;
}


#titre h1{
    display:block;
    position:fixed;
    top:647px;
    font-size: 92px;
    color:#888888;
    margin: 0px;
    padding:0px;
    z-index:-1;
    /*overflow: show ;*/
  vertical-align: text-top
}

#article h2{

    font-size:50px;
    margin:0px 0px 0px 0px;
    padding : 0;
    color: #eeeeee;
    font-variant: small-caps;
    font-weight: normal;
    overflow: show ;
    text-align: right;
/*    float:right;
  line-height: 1*/
}

#article h2 a:focus, #article h2 a:visited{
    color:#ffffff;
    text-decoration:none;
}

#article h3{
    float:right;
    font-size:25px;
    margin:00px;
    padding:0px 10px 10px 30px;
    color: #eeeeee;
    font-variant: small-caps;
    font-weight: normal;
  line-height: 0.5;
  margin-bottom : 20px;
}
#article h2 span, #article h3 span{
  font-weight: bolder;
    font-size:15px;
}

#article h4{
    display:block;
    font-size:35px;
    margin:0px 0px 0px 0px;
    color: #eeeeee;
    font-variant: small-caps;
    font-weight: normal;
    line-height: 100%;
    width:95%;
    text-align: right;
    float:right;

}

#article table{
margin-top:20px;
margin-bottom:20px;
border:1px solid #ffffff;
border-collapse: collapse;
}

#article table thead{
 text-align:center;
height:25px;
font-size: 13px;
background-color: #999999;
}

#article table.calendrier td{
    text-align:center;
    width:120px;
    height:20px;
}

#article table td{

    padding:10px;
    width:180px;
}

#article table td.nom{
    width:130px;
    text-align:right;
}

#article table tr{
background-color: #666666;
}

#article table tr.paire{
background-color: #777777;
}

#partenaire{
    display:block;
    position:relative;
    height:120px;
    z-index:0;
}

#partenaire p{
    position:relative;
    width:370px;
    padding:10px;
    border:1px solid #FF0000;
    top:-110px;
    height:90px;

}

#partenaire p.part_pair{


}

#partenaire p.part_impair{
    text-align: right;
    left:200px;
}

#partenaire p span {
    font-size:24px;
    text-transform: capitalize
}

#partenaire a{
  border:none;
}


#partenaire img{
    padding-top:10px;
  border:none;
}

#partenaire img.web{

}


#partenaire img.part_pair{
    display:block;
    position: relative;
    top: 5px;
    left: 410px;

}

#partenaire img.part_impair{
    display:block;
    position: relative;
    top: 5px;
    left:20px;
}




#test{
    width:100%;
    clear:both;
    padding-top:20px;
    padding-bottom:10px;
    color:#ffffff;
}

#test a{
  margin:0px;
}

#test>span{
  background-color: #444444;
  padding: 2px 20px 2px 20px;
  }


#test a.prev{
  background-image: url(image/fleche_g.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #444444;
  padding: 2px 0px 2px 0px;
}

#test a.next{
  background-image: url(image/fleche_d.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #444444;
  padding: 2px 0px 2px 0px;
}

#test a span{
 visibility: hidden;
  overflow: hidden
}

#photos{
    text-align: center;
}

img.big{
  border: 8px solid #f6f6f6;
}

img.portrait{
    float:left;
    margin:10px;
  border: 8px solid #f6f6f6;
}

#photos p.année{
  font-variant: small-caps;
  padding:0;
  margin:0;
  font-weight: bold
}

#minit{
    float:right;
    width:98%;
    margin: 0px 0px 40px 0px;
}

#bloc{
    float:left;
    height:100px;
    width:24%;
    font-variant: small-caps;
}

#bloc>img{
  margin-top:10px;
}

#thumbs{
    padding:0 40px 0 40px;
    text-align:center;
}

#thumbs li{
display:inline;
}


#thumbs img.select{
  border: 2px solid #ff0000;
}

#thumbs a{
    border:none;
}


#news_container{
  position: absolute;
  top: 155px;
  left: 800px;
  width: 200px;
  height: 534px; /*534*/
  background-image: url(image/fond_menu.jpg);
  background-repeat: repeat-x;
  color:#ffffff;
  font-size: 12px;
  padding:0px;

  padding-top:55px;
}

#news_container img{
  border: none;
}

#news_container table{
  position: absolute;
  margin:5px 5px 5px 5px;
  text-align: center;
  height: 141px;
  width:191px;
  bottom:0px;
  border: 1px dashed #999999;
  background-color: #444444;
  empty-cells: hide;
  table-layout: fixed;
  border-collapse: collapse
}


#news_container table tr{
/*  height : 20px;*/
}

#news_container table th{
  height:22px;
  border-bottom: 1px dashed #999999;
  border-left: 1px dotted #999999;
  text-transform: capitalize
}

#news_container table td{
  color:#bbbbbb;
  border-left: 1px dotted #999999;
}

#news_container table td span{
  color:#ffffff;
  font-weight: bold;
  width:15px;
  padding:1px;
  border:2px solid #ff0000;
}

#news_container table td.news{
background-color: #666666;
  border:1px solid #ffffff;
}

#news_container table td.course{
background-color: #66ff66;
  border:1px solid #ffffff;
}

#news{
    width:100%;
    height:380px;
    overflow:auto;
}

#news h1{
    position: absolute;
    top:4px;
    left:-2px;
    height:60px;
    font-size: 60px;
    color:#999999;
    margin: 0px;
    padding: 0px;
    line-height:70%;
    overflow: hidden ;
    text-align: left;
}

#news p{
    width:179px;
    font-size:11px;
    border: 1px dashed #999999;
    background-color: #444444;
    padding:5px 5px 5px 5px;
    text-align: justify;
    margin-left:5px;
}

#news p.nav_news{
position:relative;
display:block;

    height:20px;
    width:120px;
    padding-left:40px;
    border:none;
    background-color: transparent;
}

#news p span{
    width:120px;
  font-weight: bold;
}


#news a p:hover{

    border: 1px dashed #dddddd;
    background-color: #888888;
}

#news p.nav_news a{
text-align: center;
float:left;
display: block;
width:35px;

}

#article ul.moto_desc{            
}

#article ul.moto_desc li{
    list-style-type:none;
    margin-left:0px;
}

#article ul.moto_desc span{

  font-weight: bold;

}

#moto_detail{
    padding-top:20px;
    padding-bottom:20px;
    text-align: center;

}









