/****** Home page style ******/
/**
 * @author Loops <pierrot at nvision dot lu>
 * 
 * Style sheet used for home page adjustement.
 *
 * This style sheet should contains any CSS propreties used for screen media.
 */

/* Layout */
#wrap-bg { background: url(images/backgrounds/wrap-bg.jpg) left top no-repeat }      

#content-bg { margin-top: 28px; margin-bottom: 2px; background: url(images/backgrounds/wrap-bg.jpg) -253px top no-repeat; zoom: 1 }  
  #content { }
    #content-col{ min-height:617px; float: left; display: inline; width: 800px; margin:0px; overflow: hidden; position: relative;padding-bottom:0px } 

/* Content left */
#home-left-col { float: left; display: inline; width: 497px; overflow: hidden }  
  #home-left-col li { float: left; display: inline; width: 497px; height: 142px; overflow: hidden; margin-top: 3px; position: relative }  
  #home-left-col li.first { margin-top: 0px }  
  #home-left-col li div { margin: 10px 18px; width: 461px; height: 122px; overflow: hidden; position: absolute; top: 0px; left: 0px; z-index: 2 }  
  #home-left-col li div.bg { z-index: 1; width: 497px; height: 142px; margin: 0px } 
  #home-left-col li div h2 { margin-bottom: 7px;padding-top:3px }
 
/* Content right */
#home-right-col { float: left; display: inline; width: 297px; overflow: hidden; margin: 0px 3px 0px 3px }   
  #home-right-col div h2 a { color:white; text-decoration:none }     
  #home-right-col div h2 a:hover { color: #b61d22}     
  
/* menu prestations */
  .box .menu li { padding:3px 0px;color: black; background: url(images/bullets/red-arrow-blt.gif) 10px 8px no-repeat;border:none;font-size:13px} 
    .box .menu li.first {margin-top:15px}
    .box .menu li a {padding-left:20px}
    
/* Colors */

/* Content left */
  #home-left-col li div.bg { background: white; opacity: 0.5 }
  #home-left-col li div h2 a { color: black }
  #home-left-col li div h2 a:hover, #home-left-col li div h2 a:active { text-decoration: none }
  #home-left-col li div p a { color: #b61d22 }
  #home-left-col li div p a:hover, #home-left-col li div p a:active { text-decoration: none }
  #home-left-col li { cursor: pointer }
  #home-left-col li:hover div.bg { background: #b61d22; opacity: 1 }
  #home-left-col li:hover div h2 a { color: white }
  #home-left-col li:hover div p a { color: white }
 
/* Content right */
  #home-right-col .events-list h3 { background: url(images/bullets/red-arrow-blt.gif) 10px 8px no-repeat; }
  
      
/* Typo */

/* Content left */
  #home-left-col li div h2 { font-size: 33px; line-height: 33px; text-transform: uppercase }
  #home-left-col li div p { font-size: 16px; font-weight: bold }
 
/* Content right */




