/* Start of CMSMS style sheet 'css_joufflus_main' */
/*----------------------------------------------------------------------------------------------------------------------------------*/
  *{
    margin: 0;
    padding: 0;
    text-align: justify;
  }
  body{
    oldfont: 12px Times New Roman, Times, Georgia, serif;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #666;
    background: #7393c4 url(/uploads/Joufflus/bottom_bg.jpg) left bottom repeat-x;
  }
  #container{
    margin: 0 auto;
    width: 990px;
    background: transparent url(/uploads/Joufflus/content_bg.jpg) repeat-y;
    text-align: left;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #header{
    height: 350px;
    background: transparent url(/uploads/Joufflus/header_bg.jpg) no-repeat;
  }
  h1#logo{
    position: relative;
    top: 140px;
    left: 530px;
    width: 485px;
    height: 150px;
  }
  ul#mainNav{
    position: relative;
    top: 170px;
    right: 60px;
    float: right;
    font-size: 18px;
    list-style: none;
  }
  ul#mainNav li{
    float: left;
    text-align: center;    
  }
  ul#mainNav a{
    display: block;
    padding: 5px 0;
    width: 120px;
    color: #999;
    text-decoration: none;
  }
  ul#mainNav a:hover{
    background: #f3f3f3;
    color: #666;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #wrapper{
    overflow: hidden;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 0 60px;
    padding: 40px 0;
  }
  #content{
    float: left;
    width: 420px;
  }
  #addColumn {
    margin-left: 450px;
}

  ul {
    list-style: square inside;
   }
  h2{ 
    font-size: 14px;
    color: #369;
  }
  h3{
    font-size: 12px;
    color: #369;
  }
  h4{
    font-size: 11px;
    color: #369;
  }
  #content p, #addColumn p{
    margin: 5px 0 20px 0;
  }
  div.newsContent{
    margin-top: 0px;
    text-align: center;
  }
  div.miniPhoto{
    margin-top: 60px;
    margin-left: 50px;
    text-align: center;
  }
  div.miniPhoto img{
    margin: 0 5px
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  ul#metaLink{
    padding: 2px 60px 160px 60px;
    background: transparent url(/uploads/Joufflus/footer_bg.jpg) left bottom repeat-x;
    font-size: 9px;
    color: #ccc;
    list-style: none;
  }
  ul#metaLink a{
    color: #ccc;
    text-decoration: none;
  }

  ul#metaLink a:hover{
    text-decoration: underline;
  }
  li.validate{
    padding-right: 5px;
    float: left;
  }
  li.copyright{
    float: right;
  }
/* End of 'css_joufflus_main' */

/* Start of CMSMS style sheet 'imageHovers' */
#imageHovers {
	width: 900px;
	overflow: hidden;
}
	#imageHovers a {
		color: #FFFFFF;
		text-decoration: none;
		filter: alpha(opacity=100); 
		-moz-opacity: 1.0; 
		opacity: 1.0;
	}
	#imageHovers a img {
		float: left;
		width: 98px;
		height: 150px;
		margin: 0px 12px 12px 12px;
		padding: 0px 0px 0px 0px;
		background-color: #CCCCCC;
		border: 1px solid #FFFFFF;
		filter: alpha(opacity=90); 
		-moz-opacity: 0.90; 
		opacity: 0.90;
	}
	#imageHovers a:hover img {
		float: left;
		width: 110px;
		height: 160px;
		margin: 0px 6px 0px 6px;
		padding: 0px 0px 0px 0px;
		background-color: #CCCCCC;
		border: 1px solid #FFFFFF;
		filter: alpha(opacity=100); 
		-moz-opacity: 1.0; 
		opacity: 1.0;
	}
/* End of 'imageHovers' */

