/* font size */

* {
  font-size : 13px;
}

/*** General ***/


* {
  font-family : "Trebuchet MS", sans-serif;
}

body {
	margin : 20px 30px 10px 30px;
	border-color : #cc0000;
  background-color : #000;
  color : #999;
}

H1, H2, H3, H4 {
  margin : 0;
  padding : 0;
  font-weight : normal;
  color : white;

}

H2 {
  margin : 0px 0px 20px 20px;
  color : #555;
}

h3 {
  line-height : 25px;
  padding-left : 10px;
  letter-spacing : 0.2em;
  border-bottom : solid #333 1px;
  margin-bottom : 10px;
  margin-left : -10px;
}


h4 {
  padding : 10px 0;
  letter-spacing : 0.2em;
  /*margin-left : -5px;*/ /* BUG IE */
}






IMG {
  border : 0;
}

A {
  color : #fff;
  text-decoration : none;
}
A:hover {
  text-decoration : underline;
}

p {
  text-align : left;
  line-height : 1.3em;
  margin-bottom : 0.5em;
}



.right {
  float : right;
}

.left {
  float : left;
}

.clear {
  clear : both;
}
.hidden {
  display : none;
}


/*** Layout ***/

#main {
  background : #222 url(../images/babilio_round.png) no-repeat    bottom right;
  padding : 10px;
  width : 760px;
}

#menu {

  float : left;
}

#content {
  margin : 0 0 0 120px;
  padding : 0px 0px 0px 25px;
  background : url(../images/bg_border.png) repeat-y;
}

#footer {
  text-align : right;
  width : 780px;
  color : #292929;
  font-size : 10px;
  margin-top : 11px;
}
#footer A {
  color : #292929;
  font-size : 11px;
text-decoration : underline;
}

/*** Menus ***/

ul {
  padding: 5px 15px;
  margin: 0;
  list-style: url(../images/li.png);
  list-style-position : left center;
}

/* main menu */

UL#menu {
  height : 380px;
  list-style: url(); /* BUG IE */
  list-style: none;  padding: 0;
  margin: 0;
}

UL#menu li a {
  line-height : 25px;
  padding-left : 10px;
  width : 100px;
  display : block;
  /*  text-transform : uppercase;*/
  letter-spacing : 0.2em;
  border-bottom : solid #333 1px;

}
UL#menu li a.last { 
  background : none;
}

UL#menu li a:hover, UL#menu li a.current {
  background-color : #333;
  text-decoration : none;
  
}

/* submenu */

H3 UL {
  padding : 0px;
  list-style: url(); /* BUG IE */
  list-style: none;
  height : 25px;
}

H3 UL li  {
  display : relative;
  float : left;

}
H3 UL li a {
  display : relative;
  color : #888;
  padding-right : 20px;
  margin-right : 20px;
  
  background : url(../images/li_bg.png) no-repeat right center;
  float : left;
  line-height : 25px;
}

H3 UL li a:hover, H3 UL li a.current {
  text-decoration : none;
  color : white;
  
}


/* page menu */



/* page auteur */

img.photo, img.photo2 {
  float : right;
  border : solid #444 5px;
  
  margin-left : 10px;
  margin-bottom  : 5px;
}

img.photo2 {
  float:none;
}

.go {
  padding-left : 14px;
  background : url(../images/fleche_droite.gif) no-repeat 0px 2px;
  color : #888;
}
.dl {
  padding-left : 14px;
  background : url(../images/fleche_bas.gif) no-repeat 0px 2px;
  color : #888;

}

.ml {
  margin-left : 13px;
}

ul#liste_auteurs {
  margin-top : 10px;
}

ul#liste_auteurs a {
  color : #888;
  line-height : 1.3em;
}


ul#liste_auteurs a.current, ul#liste_auteurs a:hover {
  color : white;
}

/* Page galery */

.thumb {
  float: left;
  margin : 13px;
  border : solid #666 1px;
}




