*{
margin: 0px;
padding: 0px;
}

html, body{
background-color: #000;
font-size: 83%;
font-family: arial, verdana, sans-serif;
}

#all{
/*background: transparent url("../img/bg.gif") bottom left no-repeat;*/
height: 545px;
width: 980px;
margin: auto;
margin-top:10px;
}



#logo{
  width: 441px;
  text-align: right;
  float: right;
  margin-top: 10px;
}


h1{
   background: transparent url("../img/logo.png") top left no-repeat;
   height: 38px;
}

h1 span, h2 span{
  display: none;
}


h2{
   background: transparent url("../img/accroche.png") 91px top no-repeat;
   height: 30px;

}

h3{
  font-size: 1.5em;
  color: #000;
  float: right;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#content{
  background: transparent url('../img/fond.png') center center no-repeat;
  float: right;
  width: 625px;
  height: 423px;
  margin-top: 38px;
  margin-right: 20px;
}

#content2{
  background: transparent url('../img/fond2.png') center center no-repeat;
  float: right;
  width: 625px;
  height: 423px;
  margin-top: 38px;
  margin-right: 20px;
}

.txt-galery{
  clear: both;
  margin: 10px;
}


 #cv #all{
  background: transparent url("../img/bg-cv2.jpg") center left no-repeat;
 }
  #accueil #all{
  background: transparent url("../img/bg-cv.jpg") center left no-repeat;
 }
 #dvd #all{
  background: transparent url("../img/bg-dvd.jpg") center left no-repeat;
 }
 #livre #all{
  background: transparent url("../img/bg-livre.jpg") center left no-repeat;
 }
 #portfolio #all{
  background: transparent url("../img/bg-portfolio.jpg") center left no-repeat;
 }
  #poesie #all{
  background: transparent url("../img/bg-poesie.jpg") center left no-repeat;
 }

 p.pagination{
   clear: both;
 }

  p.pagination a.suite{
    float: right;
    color: #000;
    font-size: 1.5em;
    font-weight: bold;
    margin-right: 10px;
    text-decoration: none;
    margin-top: 10px;
  }
  p.pagination a.suite:hover{
    color: #FFF;
  }
    p.pagination a.prec{
    float: left;
    color: #000;
    font-size: 1.5em;
    font-weight: bold;
    margin-left: 10px;
    text-decoration: none;
    margin-top: 10px;
  }
  p.pagination a.prec:hover{
    color: #FFF;
  }

  .publi li{
    font-size: 1.1em;
  }

  .contact{
    float: right;
    clear: both;
    margin-right: 20px;
  }

  .contact li{
    float: left;
    margin-left: 10px;
    color: #666;
    list-style-type : none;
  }
    .contact li a{
    color: #666;
  }

/*--------------------------------------- menus ----------------------------------*/

#menu{
margin-left: 50px;
}

#menu li{
display: block;
width: 30px;
height: 545px;
float: left;
}

#menu li span{
width: 5px;
}

#menu li a{
display: block;
width: 30px;
height: 545px;
border-right: #FFF solid 1px;
}

#menu li a span{
  display: none;
}


#menu li a:hover{
border-right: #F0F solid 1px;
}

#menu .accueil a{
  background: transparent url('../img/menu_accueil_off.gif') bottom right no-repeat;
}
#menu .accueil a:hover{
  background: transparent url('../img/menu_accueil_on.gif') bottom right no-repeat;
}

#menu .portfolio a{
  background: transparent url('../img/menu_portfolio_off.gif') bottom right no-repeat;
}
#menu .portfolio a:hover{
  background: transparent url('../img/menu_portfolio_on.gif') bottom right no-repeat;
}

#menu .dvd a{
  background: transparent url('../img/menu_dvd_off.gif') bottom right no-repeat;
}
#menu .dvd a:hover{
  background: transparent url('../img/menu_dvd_on.gif') bottom right no-repeat;
}

#menu .livre a{
  background: transparent url('../img/menu_livre_off.gif') bottom right no-repeat;
}
#menu .livre a:hover{
  background: transparent url('../img/menu_livre_on.gif') bottom right no-repeat;
}

#menu .cv a{
  background: transparent url('../img/menu_cv_off.gif') bottom right no-repeat;
}
#menu .cv a:hover{
  background: transparent url('../img/menu_cv_on.gif') bottom right no-repeat;
}

#menu .poesie a{
  background: transparent url('../img/menu_poesie_off.gif') bottom right no-repeat;
}
#menu .poesie a:hover{
  background: transparent url('../img/menu_poesie_on.gif') bottom right no-repeat;
}



/*---------------------------------scroll stylisé-------------------------------------*/
/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */

a.jScrollArrowUp {
	background: url('../images/basic_arrow_up.gif') repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url('../images/basic_arrow_down.gif') repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url('../images/drag_grab.gif') no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}

.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {

	width: 200px;
	height: 200px;
	overflow: auto;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
}
#pane2 {
	height: 150px;
}
#pane3 {
	height: 190px;
}
#pane4 {
	height: 340px;
    width: 600px;
    margin-left: 30px;
}

.ancre{
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  float: left;
}

.ancre li{
  list-style-type: none;
}

.ancre li a{
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}

.ancre li a:hover{
  color: #FFF;
}

#pane4 p{
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 30px;
  font-size: 1.1em;
}


#pane4 li{
   margin-left: 30px;
}

/*---------------------------------lightbox-------------------------------------*/

#gallery img{
  border: 0;
}
 #gallery ul{
   margin: 0px;
   margin-left: 5px;
   clear: both;
 }


#gallery li{
  display: block;
  float: left;
  margin: 5px 5px 5px 5px;
}

#gallery li a{
    background-color: #666;
   height: 120px;
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

#gallery li a:hover{
    background-color: #FFF;

}

#content2 p{

 text-align: justify;
}
}


