/* -------------------------------------------------------------- 
  
   style.css
   * Cascaded Style Sheet for http://denis.turnthelighton.fr/
   * Author : Denis Fongue
   
   This file contains the style (image, color, border, ...) of the website
   
-------------------------------------------------------------- */

/* GENERAL *****************************************************
****************************************************************/

body {background-color:#fafafa;}

div#main{background:transparent url(img/horizontale.gif) repeat-y top right;}
	
	div#main div {background: #fafafa url(img/not-loaded.gif) no-repeat}
	div#main div#interactive, div#main div#print{background: #FFF url(img/title-background.gif) no-repeat;}
	
div#column{
	background: transparent url(img/horizontale.gif) repeat-y top left;
}
	div#column div{
		border-bottom:#f3f3f3 1px solid;
	}
	div#column ul li{list-style: none;}
	
div#header{background: transparent url(img/header.png) repeat-x top left;}

div#footer{background: transparent url(img/verticale.gif) repeat-x bottom 20px;}


