body {
    
    font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
    background: #333333;
    line-height: 120%;
    color: #ffffff;
    overflow:hidden;/*Needed to eliminate scrollbars*/
    margin: 0;
    padding: 0;
    }
    
h1 {
    font-size: 18px;
     line-height: 18px;
    display: inline;
	font-weight: 700;
    }

h2 {
    font-size: 16px;
	font-weight: 300;
	margin: 0 0 3px 0;
    }
    
h3 {
    font-size: 14px;
	font-weight: 300;
    }
    
h4 {
    font-size: 13px;
	font-weight: 300;
    }


p {
    font-size: 15px;
    line-height: 18px;
	font-weight: 200;
	margin: 0 3px 10px 0;
	letter-spacing: 1px;
}

a {
    font-size: 15px;
    text-decoration: none;
	font-weight: 700;
	color: #ffffff;
	
}

a:hover {
   text-decoration: underline;
}
/*------    
#container {
    top: 0px;
    }
    
    
#content {
    position: absolute;
    left: 340px;
    top: 80px;
    width: 400px;
    }
------*/  

#content{
			margin:0px auto;
			height:100%;
			width:100%;
			top: 50px;
			z-index: 3;
			position:absolute;
		}
		#contentframe{
			position: relative;
	margin: 0px auto;
	text-align:left;
	width: 750px;
			z-index: 3;
		}
		#logo {
	top: 100px;
	position: relative;
	background: transparent url(/images/ictinus.png) no-repeat;
	width: 307px;
	height: 60px;
	margin: 0 0 0 49px;
	z-index: 3;
	}
  
.newsbox {
    position: relative;
    width:287px;
    text-align: right;
    
    padding: 10px;
    margin: 100px 0px 25px 50px;
    z-index: 3;
}    
 

.date {
    position: relative;
    display: inline;
    font: italic normal 11px/14px helvetica, sans-serif;
    padding: 2px 12px 2px 10px;
    margin: 0 0 0 50px;
    background: #f3f3f3;
    border-top:  0px solid #d7d7d7;
    z-index: 3;

}   
  
.nav_container
    {
    position: relative;
    text-decoration: none;
     z-index: 2;
     margin: 0 0 20px 0;
    }
    
.nav 
    {
    display: inline;
    text-align: right;
    text-decoration: none;
    }
    	
.nav a:link, .nav a:visited 
    {
    padding: 10px 10px 3px 30px;
    font: italic bold 11px/14px helvetica, sans-serif;
    line-height: 25px;
    text-align: right;
    color: #ffffff;
    display: inline;
    text-decoration:none;
    background: #ffad00;
    }
	
.nav a:hover{
    color: #FFFFFF;
    background: #4a98e4;
    border-style: none;
}


img.spip_logos {

padding: 0px 0px 5px 5px;


}

