body{ 
height: 100%; 
} 

body { 
margin: 0; 
padding: 0; 
background-color : #FFF; 
text-align :left; 
font-family : arial; 
font-size : 13px ; 
color : #FFF; 


 scrollbar-base-color:#ccc;

  scrollbar-arrow-color:#FFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#ccc;
  scrollbar-highlight-color:#ccc;
 
  scrollbar-track-color:#ccc;
} 

/* SITE
*************************************************/ 

#site { 
position:absolute; 
left: 50%; 
top: 50%; 
width: 1050px; 
height: 600px; 
margin-top: -300px; 
margin-left: -535px; 
background :#000 url(images/bg_all_006.jpg) ; 
text-align : left; 
border : 1px solid #CCC ; }


/* MENU
*************************************************/ 

#menu {
padding : 0; 
margin : 0 ; 
list-style : none ; 
margin-left : 0px ; 
float : right ; 
height : 600px;}

#menu li a span{
position: absolute;
left: -5000px;
}

#menu li {
float : left; 
display : block;
} 

#menu li a {
float : left; 
padding : 0  0 0 1px; 
margin : 0 ;
width : 29px ; 
height : 600px ; 
display : block;
background : #CCC ; 
-moz-opacity:0.8;
opacity: 0.8;
filter:alpha(opacity=80); 
} 

#menu li a:hover {
background : #CCC ;  
} 

#menu a.portfolio{
background: url(images/boot_photo_portfolio.jpg); 
background-position : 30px 0;
}

#menu a.portfolio:hover {
background: url(images/boot_photo_portfolio.jpg); 
background-position : 0 0 ;}

#menu a.home{
background: url(images/boot_photo_home.jpg); 
background-position : 30px 0}

#menu a.home:hover {
background: url(images/boot_photo_home.jpg); 
background-position : 0 0 ;}

#menu a.news{
background: url(images/boot_photo_news.jpg); 
background-position : 30px  0}

#menu a.news:hover {
background: url(images/boot_photo_news.jpg); 
background-position : 0 0 ;}

#menu a.prints{
background: url(images/boot_photo_prints.jpg); 
background-position : 30px 0 ;
}

#menu a.prints:hover {
background: url(images/boot_photo_prints.jpg); 
background-position : 0 0;}

#menu a.links{
background: url(images/boot_photo_links.jpg); 
background-position : 30px 0}

#menu a.links:hover {
background: url(images/boot_photo_links.jpg); 
background-position :  0 0 ;}

#menu a.contact{
background: url(images/boot_photo_contact.jpg); 
background-position : 30px 0}

#menu a.contact:hover {
background: url(images/boot_photo_contact.jpg); 
background-position :  0 0 ;}

#menu a.biography{
background: url(images/boot_photo_biography.jpg); 
background-position : 30px 0}

#menu a.biography:hover {
background: url(images/boot_photo_biography.jpg); 
background-position : 0 0 ;}


/* SIDE
***************************************************/ 

#side {
background : transparent ; 
width : 230px ;
height : 600px;  
text-align : left; 
float : left ; 
overflow : auto;
}

#side p {
margin : 0 0 0 10px ; 
padding : 0
}

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

/* CONTENU
***************************************************/ 

#contenu {
background : transparent ; 
float : left ; 
margin-left : 0px ; 
border-left :1px solid #CCC; 
height : 600px; 
width : 593px; 
overflow : auto;
}



#contenu-texte {
background : #fff ; 
float : left ; 
margin-left : 0px ; 
border-left :1px solid #CCC; 
border-right :0px solid #CCC; 
height : 600px; 
width : 585px; 
overflow : auto;
color : #000
}

#contenu-texte ul{
list-style : none ; 
margin : 5px 0 10px 0;
padding : 0;
}

#contenu-texte img {
margin : 7px 0 0 0; 
}


/* Titres
************************************************/ 


h1 {
margin: 10px 0 0 10px; 
padding: 0; 
font-size : 12px;
}

h2 {
margin : 20px 5px 0 15px ; 
padding : 0 ; 
font-size : 14px ; 
border-bottom : 1px dotted #454545 ; 
padding-bottom : 5px;
color : #454545 ;
}


h2 span {
font-size : 10px ; 
font-style : italic
}


h3 {
margin : 10px 10px 10px 15px ; 
padding : 0 ; 
font-size : 10px ; 
border-bottom : 1px dotted #454545 ; 
padding-bottom : 5px;
color : #454545 ;
text-align : right; 
text-transform : uppercase
}

h4 {
margin : 10px 10px 0 15px ; 
padding : 0 ; 
font-size : 12px ; 
border-bottom : 1px dotted #603900 ; 
padding-bottom : 5px;
color : #603900 ;
}




/* PARAGRAPHES 
***********************************************/ 


p {

padding-top : 0 ;
padding-left : 15px ;
padding-bottom : 0; 
margin-top : 5px; 
margin-bottom : 0 ; 
margin-left : 0
margin-right : 20px

}

p span {
font-weight : bold;
color : #111
}


.para_top2 {
margin : 5px 0 0 15px
}

.notop{
margin : 0 
}





/* LIENS
**********************************************/ 


a {color : #454545 }  
a:hover {color : #454545 } 

a.class1 {text-decoration : none ; text-transform : uppercase ; font-weight : bold}
a:hover.class1 {text-decoration : none ; text-transform : uppercase; }


/* FORMULAIRE 
**********************************************/ 

input {
width : 375px ; 
margin : 0 0 5px 0
}

textarea { 
margin : 0 0 10px 0 ;
width : 375px ; 
}

/* FOOTER
**********************************************/ 

#footer {
position : absolute ;  
text-align : center ; 
bottom : 20px ; 
left : 0 ; 
width : 100% ; 
color : #454545;
} 

#footer a {
color : #454545; 
text-decoration : none ;
} 

#footer p {
margin : 0 ;
padding : 0 
} 

#footer a:hover {
color : #454545 ; 
text-decoration : underline ;
}



