/* thème street */

body{
	background: #F1F1F1 url(../images/theme05/bg_body.jpg) repeat-x left top;
}

#header{
	background: transparent none no-repeat left top;
	padding: 0;
	margin: 5px 0 0 0;
}

  #logo{
    background: none;
  }

#bar_search{
  background: transparent url(../images/theme05/bg_info_bar.gif) no-repeat left top;
  height: 25px;
}

#page{
  background: transparent url(../images/theme05/bg_page.gif) repeat-y left top;
  padding: 0;
  /*width: 980px;*/
}

/* connect
*******************************************************************************/
  #connect a{
    color: #000;
  }

  #connect a:hover{
    color: #444;
  }

/* Menu
*******************************************************************************/
#menu{
  background: tranparent url(../images/theme05/menu.jpg) no-repeat 120px 20px;
  padding: 5px 0 0 80px;
}

#menu ul{
  padding: 10px 0 0 14px;
}

#tab01, #tab02, #tab03, #tab04, #tab05, #tab06{
  height: 30px;
  width: 130px;
}

  #tab01 a, #tab02 a, #tab03 a, #tab04 a, #tab05 a, #tab06 a{
    height: 30px;
    width: 130px;
  }

#tab01{ background: transparent url(../images/theme05/tab01.gif) no-repeat 0 0;}
#tab02{ background: transparent url(../images/theme05/tab02.gif) no-repeat 0 0;}
#tab03{ background: transparent url(../images/theme05/tab03.gif) no-repeat 0 0;}
#tab04{ background: transparent url(../images/theme05/tab04.gif) no-repeat 0 0;}
#tab05{ background: transparent url(../images/theme05/tab05.gif) no-repeat 0 0;}
#tab06{ background: transparent url(../images/theme05/tab06.gif) no-repeat 0 0;}

  #tab01 a:hover{ background: transparent url(../images/theme05/tab01.gif) no-repeat 0 -30px; cursor: pointer; }
  #tab02 a:hover{ background: transparent url(../images/theme05/tab02.gif) no-repeat 0 -30px; cursor: pointer; }
  #tab03 a:hover{ background: transparent url(../images/theme05/tab03.gif) no-repeat 0 -30px; cursor: pointer; }
  #tab04 a:hover{ background: transparent url(../images/theme05/tab04.gif) no-repeat 0 -30px; cursor: pointer; }
  #tab05 a:hover{ background: transparent url(../images/theme05/tab05.gif) no-repeat 0 -30px; cursor: pointer; }
  #tab06 a:hover{ background: transparent url(../images/theme05/tab06.gif) no-repeat 0 -30px; cursor: pointer; }

#header .bande{
  display: none;
}

/* Container
*******************************************************************************/
#content{
  background: transparent url(../images/theme05/bg_content.png) repeat-y left top;
  padding: 5px 5px 0 10px;
  margin: 5px 5px 0 0;
  width: 670px;
  min-height: 550px;
}

#content_dialog{
  background: transparent url(../images/theme05/bg_content.png) repeat-y left top;
  padding: 5px;
  margin: 5px 0 0 0;
}

  #content_dialog h2{
    padding: 0 5px;
    border: none;
    margin: 0;
  }
  
    #content_dialog h2 b{
      padding: 0;
      margin: 0;
    }

/* title */
#actualite, #about, #club, #abo, #en_image, #contact{ border-bottom: 1px solid #C3020D;}

  #actualite b, #about b, #club b, #abo b, #en_image b, #contact b{ color: #C3020D; }

.article{
  /*width: 650px;*/
}


/* Sidebar
*******************************************************************************/
#sidebar{
  background: transparent none no-repeat 0 0;
  padding: 0;
}

  .block{
    background: transparent url(../images/theme05/bg_bloc.png) no-repeat left top;
  }


  .block h3{
    height: 19px;
    color: #FFA519;
    padding: 6px 0 0 10px;
  }

  .block .plus{
    padding: 7px 5px 0 0;
  }

    .block .plus a{
      color: #FFA519;
    }

    .block .plus a:hover{
      color: #CCC;
    } 
  
  .block div{
    margin: 0;
  }

  .block .bottom{
    display: block;
    background: transparent url(../images/theme05/bg_bloc.png) no-repeat left bottom;
    height: 18px;
  }
  
  #posts .news{
    margin: 0;
    width: 100%;
  }
    
  #posts .news .content{
    width: 415px;
  }

  
#show_ecole_left{
  width: 645px;
}  
 

/* 1er article */
.une_a{
  margin: 5px 0 0 5px;
}

.une_a .photo {
  width: 380px;
}

.une_a .photo img{
  width: 375px;
} 
  
  #go_home a, #go_back a{
    color: #FFF !important;
  }

.alert_layout{
  color: #000;
}


/* Footer
*******************************************************************************/	
#footer{
  height: 25px;
  background: #333 none no-repeat 0 0;
  padding: 0;
  margin: 0;
}

   #footer ul{
     margin: 5px 0 0 0;
     padding: 2px 0 0 0;
   }

    #footer ul li a{
      font-size: 1em;
      color: #FFF;
    }

