
@import url(layout.css);

@import url(nav.css);

@import url(arbo-title.css);

@import url(editablestyles.css);


/*=================================== SCREEN ===================================*/
@media screen {


/* ----------------------------------- 
	Logo
-----------------------------------  */
div#front-name{
	padding: 0;
	margin:0px;
	/*width: 990px;*/
	/*height:122px;*/
    margin-left:10px;
	width: 969px;
	background: url(../../images/Insti/bandeau.jpg) 0 0 no-repeat;
	height:90px;
	z-index: 10;
	overflow:visible;
}

div#front-name-flash
{
    padding: 0;
    margin-left:10px;
	width: 970px;
	/*border:1px solid black;
	text-align:center;*/
	height:90px;
	z-index: 10;
	overflow:hidden;
}

div#front-name h1{
	position: relative;
	margin:0 0 0 20px;
	padding:0;
	display:block;
	height:75px;
	overflow: hidden;
}

div#front-name h1 a{
	display:block;
	position: absolute;
	top:0px;
	left:0px;
	width: 50px;
	height: 75px;
	padding:113px 0 0 0;
	margin: 0;
	overflow: hidden;
}

div#front-name h1 > a{
	height: 0;
	padding: 80px 0 0 0;
}


div#chiffres-marquants{
    width: 600px;
    height:424px;
    background: url(../../images/Insti/chiffres_marquants.jpg) 0 0 no-repeat;
    margin-left:13px;
}   

/*
div#txt-chiffres-marquants{
    position:relative;
    width:220px;
    height:240px;    
    top:60px;
    left:280px;
    line-height:26px;
    font-size:8px;
    vertical-align:middle;
    text-align:center;
} 
  
div#txt-chiffres-marquants span.number{
    font-size:11px;
    font-weight:bold;
    color:#ff7f00;
}   
div#txt-chiffres-marquants span.text{
    font-size:11px;
    color:#000000;
}    
*/ 

/* ----------------------------------- 
			suivant precedant
-----------------------------------  */ 
  div#prec-suiv{
  	 display: none;
  }
/*----------------------------------- 
		lang
----------------------------------- */
div#lang-menu{
	position: absolute;
	margin: 0;
	padding:0;
	/*top:125px;*/
	top:93px;
	left:20px;
   width:auto;
   z-index:6000;
}

div#lang-menu ul{
   list-style:none;
   margin:0;
   padding:0;
 }
 
div#lang-menu ul li{
   float:left;
   width:20px;
   height:12px;
   list-style:none;
   margin:0 5px 0 0;
   padding:0px;
   overflow:hidden;
   border:1px solid #fff;
 }
 
div#lang-menu ul li a{
	display: block;
   width:22px;
   height:14px;
   padding:12px 0 0 0;
	margin: 0;
	overflow: hidden;
}

div#lang-menu ul li > a{
	height: 0;
}

div#lang-menu ul li#fr a{
	background:url(../../images/Insti/flag_fr.gif) no-repeat;
}

div#lang-menu ul li#en a{
	background:url(../../images/Insti/flag_en.gif) no-repeat;
}

}
