/* ---------------------------------------*/
/* ---------->>> GLOBAL <<<--------------*/
/* -------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Arial, Verdana, Tahoma, sans-serif;
  color: #bfc8d2;
  }
td {
  font-size: 0.75em;
}
td td {
  font-size: 100%;
}
h1 {
  font-size: 0;
  margin-left: -5000px;
  }
h2 {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  padding: 0;
  color: #95d7ff;
  }
h2.archives-h {
  font-size: 1.4em !important;
  }
h2.homepage-hidden-text {
  font-size: 0px;
  margin-left: -5000px;
  }
h3 {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 1px;
  color: #bfc8d2;
  }
h4 {
  font-size: 0.7em;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0.6px;
  color: #bfc8d2;
  }
h5 {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size: 0.7em;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.9px;
  color: #bfc8d2;
  }
h6 {
  }
ul {
  list-style-type: none;
  }
a {
   text-decoration: none;
   cursor: pointer;
   color:#FFFFFF;
   }
a:hover {
  text-decoration: none;
  }
a:active,
a:focus {
  outline: 0;
  }
a.hyperlink {
  }
.hyperlinkon {
  font-weight: bold !important;
  background: url('../images/roll.png') repeat;
  }
  .hyperlinkon a {
    color: #fff !important;
    }
p {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #bfc8d2;
  }
p.actu-title {
  font-family: Verdana, sans-serif;
  letter-spacing: 0px;
  }
p.actu-chapo {
  padding: 0 0 6px 0;
  font-family: Arial, sans-serif;
  letter-spacing: 0.1px;
  line-height: 1;
  color: #ffffff;
  }
p.dictword {
  padding: 10px 0 6px 0;
  font-family: Arial, sans-serif;
  font-size: 0.75em;
  letter-spacing: 0.9px;
  line-height: 1;
  color: #95d7ff;
  }
p.dictdef {
  letter-spacing: 0.9px;
  color: #ffffff;
  }
p.soustitre {
  font-weight: bold;
  font-size: 0.85em;
  letter-spacing: normal;
  }
p.chapo {
	padding: 10px 0 0 0;
  font-weight: normal;
  font-size: 0.75em;
  letter-spacing: normal;
  }
p.pdf {
  margin-top: 15px;
  }
label {
  padding: 0 3px 0 2px;
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #ffffff;
  }
span {
  } 
  /* common elements */
a.more {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size: 0.7em;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
  text-decoration: underline;
  }
a.more:hover {
  text-decoration: none;
  }
a.spip_in {
  padding: 20px 0 0 0;
  display: block;
  color: #bfc8d2;
  text-decoration: underline;
  }
a.spip_in:hover {
  text-decoration: none;
  }
a.spip_out {
  padding: 0;
  color: #bfc8d2;
  text-decoration: underline;
  }
a.spip_out:hover {
  text-decoration: none;
  }
span.hr {
  float: left;
  padding: 2px 0;
  width: 951px;
  height: 2px;
  background: url('../images/hr.png') repeat-x top;
  }
*html span.hr {
  background: none;
  border-top: #5c5c5c 1px solid;
  }
.clear {
  clear: both;
  }
.cb {
  clear: both;
  width: 586px;
  height: 5px;
  }
.button-up a {
  float: right;
  width: 15px;
  height: 15px;
  behavior: url("iepngfix.htc");
  background: url('../images/picto/up.png') no-repeat top;
  }
/*-- Media bloc --*/
.media-search-bar {
  float: left;
  margin: 0;
  width: 951px;
  height: 39px;
  }
.media-actu {
  position: relative;
  float: left;
  margin: 10px 0 9px 0;
  width: 951px;
  height: 20px;
  }
  
  /* both sides of actualites/news stripe have an gradient BG*/
  .media-actu .left-gradient,
  .media-actu .right-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 20px;
    z-index: 100;
    }
  .media-actu .right-gradient {
    left: 550px;
    }
   
   /* liScroll style declarations */

.tickercontainer { /* the outer div */
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  width: 620px; 
  height: 20px; 
  margin: 0; 
  padding: 0;
  overflow: hidden; 
  }
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 0px;
	width: 620px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 620px;
	margin: 0;
	padding: 0;
	z-index: 90;
}
ul.newsticker li {
 float: left; /* important: display inline gives incorrect results when you check for elem's width */
 width:620px;
 }
ul.newsticker a {
	float: left;
	margin: 1px 10px 0 0;
	font-size: 0.8em;
	color: #fff;
} 
ul.newsticker span {
	float: left;
	color: #fff;
	letter-spacing: 2px;
	font-size: 0.8em;
	margin: 0 10px 0 0;
} 
  
/*-- Search --*/
.search {
  position: relative;
  float: right;
  width: 244px;
  height: 37px;
  padding: 0 50px 0 0;
  margin: -37px 0 0 0;
  z-index: 100;
}
*html .search {
   margin: -40px 0 0 0;
}
.search .formulaire_spip.formulaire_recherche form {
    position: absolute;
	top: 7px;
	left: 15px;
}
    .search .formulaire_spip.formulaire_recherche form span {
  float: left;
  width: 177px;
  background: url('../images/search-input-bg-common.png') no-repeat;
      }
    .search .formulaire_spip.formulaire_recherche  span input#recherche {
  float: left;
  margin: 3px 0 3px 5px;
  color: #ffffff;
  width: 166px;
  height: 23px;
  border: none;
  background: none;
      }
.search input.button-search {
  float: left;
  padding: 6px 0 0 36px;
  height: 19px;
  background: url('../images/search-button.png') no-repeat 18px 6px;
  cursor: pointer;
}
*html .search input.button-search {
  background: url('../images/search-button-ie6.jpg') no-repeat 18px 6px;
      }
  /*-- END: Search --*/
        
  /* END: common elements */

/* ---------------------------------------*/
/* ---------->>> STRUCTURE <<<-----------*/
/* -------------------------------------*/

/* Table of Contents:

  Header Layout
  Middle Layout
  Footer Layout
  
*/
body {
  width: 100%;
  background: #000;
  font-family: Arial, Verdana, Tahoma, sans-serif;
}
#page {
	width: 980px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}
.rss {
  position: relative;
  z-index: 10000;
}
.rss a {
	float: right;
	height: 44px;
	width: 33px;
	background: url('../images/rss.png') no-repeat right top;
}
/*-- Header Layout ----------------- */
#header {
	position: relative;
	float: left;
	width: 980px;
	/* height: 513px;*/
	height: 463px;
	background: #ccc;
}
#header .logo {
	float: left;
	width: 346px;
	height: 73px;
	/* padding: 0 0 80px 0;*/
	padding: 0 0 30px 0;
}
*html #header .logo {
	padding: 0 0 65px 0;
}
#header .logo a {
	float: left;
	width: 346px;
	height: 84px;
	background:  url('../images/logo-common-bg.png') no-repeat 52px 18px;
}
*html #header .logo a {
	margin: 7px 0 0 52px;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='squelettes/images/logo-common-bg.png', sizingMethod='crop');
}
#header .top-menu {
	position: absolute;
	float: left;
	top: 0;
	/* right: 0px;*/
	left:360px;
	z-index: 120;
}
#header .top-menu ul#menu-drop-down {
}
#header .top-menu ul#menu-drop-down li {
	position: relative;
	float: left;
	width: 101px;
}
#header .top-menu ul#menu-drop-down li a {
	float: left;
	font-size: 0.6em;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	padding: 45px 10px 0 7px;
	margin: 0 10px 0 0;
	height: 29px;
}
#header .top-menu ul#menu-drop-down li:hover a {
	background: url('../images/menu1_level_bg.png') repeat-x;
}
#header .top-menu ul#menu-drop-down li.on a {
	background: url('../images/menu1_level_bg.png') repeat-x;
}
*html #header .top-menu ul#menu-drop-down li a.on {
	position: relative;
	background: url('../images/menu1_level_bg-ie6.png') repeat-x;
}
#header .top-menu ul#menu-drop-down li:hover span {
	float: left;
	height: 64px;
	width: 5px;
	padding: 0;
	margin: 0 0 0 -10px;
	background: url('../images/menu1_level_right.png') no-repeat top right;
}
#header .top-menu ul#menu-drop-down li.on span {
	float: left;
	height: 64px;
	width: 5px;
	padding: 0;
	margin: 0 0 0 -10px;
	background: url('../images/menu1_level_right.png') no-repeat top right;
}
*html #header .top-menu ul#menu-drop-down li a.on span.on {
    position: absolute;
    right: 0;
    top: 0;
    background: url('../images/menu1_level_right-ie6.png') no-repeat top right;
}
	
/* espace pro */	
	
#header .top-menu ul#menu-drop-down li.espace-pro {
	position: absolute;
	right: 20px;
	top:0;
	text-align: center;
	/*right: 300px;	*/
}

#header .top-menu ul#menu-drop-down li.espace-pro a.off  {		
	display: block;
	width: 100px;
	margin: 0;
	padding: 6px 0 0 0;
	color: #7589ae;
	height: 14px;   
	background: url('../images/fond-espace-pro-off.gif') no-repeat bottom left
} 

#header .top-menu ul#menu-drop-down li.espace-pro a.off:hover {
	color: #ff0000;		
	background: url('../images/fond-espace-pro-off.gif') no-repeat bottom left
} */      
              
/*#header .top-menu ul#menu-drop-down li.espace-pro:hover a {*/
	/*  background: none;*/
/*}*/

#header .top-menu ul#menu-drop-down li.espace-pro {
	position: absolute;
	top: -45px;
	right: 0;
}
#header li.espace-pro div#logger {
	position:absolute;
	right: 20px;
	height:20px;
	width:500px;
}

 #header li.espace-pro div#logger .gauche {
	background: url('../images/fond-logG.gif') no-repeat;
	width: 9px;
	height:20px;
	float: right;
	
}
#header li.espace-pro div#logger .milieu {
	background: url('../images/fond-logM.gif') repeat-x;
	padding-top: 6px;
	height:14px;
	font-size: .6em;
	color: #fff;
	float: right;
	
}

#header li.espace-pro div#logger .milieu .hello {
	display: inline;
	color: #77acd1;
}

#header li.espace-pro div#logger .milieu a.log {
	float: none;
	font-size: 1em;
	font-weight: normal;
	text-transform: lowercase;
	font-weight: bold;
	color: #ffffff;
	padding: 0;
	margin: 0;
	height: auto;
}

#header li.espace-pro div#logger .milieu a.log:hover {
	float: none;
	font-size: 1em;
	font-weight: normal;
	text-transform: lowercase;
	font-weight: bold;
	color: #ffffff;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: auto;
	color:red;
	border: none;
}


#header li.espace-pro div#logger .droit {
	background: url('../images/fond-logD.gif') no-repeat;
	width:9px;
	height:20px;
	float: right;
	
}
			    
#header li.espace-pro div#espace_pro_formulaire {
	text-align: left;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-weight: normal;
	line-height: 1.2;
	color: #7589ae;
	background:url('../images/fond-form.png') no-repeat top; 
	width: 288px;
	height: 121px;
	position:absolute;
	top:0; 
	right:0; 
	display:none;
}
/*		  
*html #header li.espace-pro div#espace_pro_formulaire {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/fond-form.png", sizingMethod="crop");
}*/
#header li.espace-pro div#espace_pro_formulaire .titre {
	position: absolute;
	top: 6px;
	right: 17px;
	font-weight: bold;
	font-size: 0.6em;
	color: #ff0000;
}
#header li.espace-pro div#espace_pro_formulaire form {
	 margin-top: 35px;
	 background: #ccc;
}
		    
#header li.espace-pro div#espace_pro_formulaire label {
	width:80px;
	display:block;
	float:left;
	margin:2px 5px 2px 20px !important ;
	margin:2px 5px 2px 10px ;
	color:#4b7a82;
	line-height:1.4em;
	margin-bottom:7px;
	color:#77acd1;
}

#header li.espace-pro div#espace_pro_formulaire input.champ {
	background: #7589ae;
	border: 1px solid #414e66;
	color: #fff;
	width:150px;
	float:left;
	height:16px;
	display:block;
	margin-bottom: 14px;
	padding-left:2px;
}

#header li.espace-pro div#espace_pro_formulaire input.valid { 
	position:absolute;
	bottom: 2px;
	left: 110px;
}  
#header li.espace-pro div#espace_pro_formulaire input.reset { 
	display:block;
	width:80px;
	position:absolute;
	bottom: 6px;
	right: 10px;
	background: none;
	color: #77acd1;
	font-size: .6em;
}  
/* #header .espace-pro div#espace_pro_formulaire td {
font-size: 80%;
}*/



#header ul.submenu {
	position: absolute;
	top: 64px;
	left: 0;
	width: 102px;
	padding: 0 0 8px 0;
	background: url('../images/submenu_bottom_bg.png') no-repeat bottom left;
}
*html #header ul.submenu {
	background: url('../images/submenu_bottom_bg-ie6.png') no-repeat bottom left;
}
#header ul.submenu li {
	/*float: left;*/
	clear: both;
	width: 101px;
	height: auto;
	padding: 2px 0 0 0;
	background: url('../images/submenu_bg.png') repeat;
}
#header ul.submenu li.active_art {
background-color: #5e6471;
}
*html #header ul.submenu li {
	padding: 0;
	background: url('../images/submenu_bg-ie6.png') repeat;
}
#header .top-menu ul#menu-drop-down li ul.submenu li a {
	float: left;
	width: 92px;
	height: auto;
	padding: 0 0 1px 5px;
	margin: 0 0 0 2px;
	background: none;
}
#header .top-menu ul#menu-drop-down li ul.submenu li a:hover {
	background-color: #fff;
	color:#000;
	border:none;
	
}
#header .top-menu ul#menu-drop-down li ul.submenu li a.on {
/* background-color: #5e6471; */
	background-color:#5e6471;
	color:#fff;
}
#header .top-menu ul#menu-drop-down li ul.submenu li a span {
	width: 92px;
	height: auto;
	background: none;
	margin:0;
}
#header .flash-banner img {
}      
      
	
  
  /*-- Middle Layout -----------------*/
  #content {
    overflow: hidden;
    float: left;
    position: relative;
    width: 960px;
    min-height: 368px;
   /* padding: 0 49px 10px 20px;*/
    padding: 0 0 10px 20px;
    background: #222F4B url('../images/page-home-bg.jpg') no-repeat top;
    }
    #content-contener {
      float: left;
     /* width: 981px;*/
      width: 980px;
      background: url('../images/separator.png') repeat-y 30px 0;
      }
    *html #content-contener {
      background: url('../images/separator_IE6.png') repeat-y 30px 0;
      }
	  #content-contener .column-right a {
	    text-decoration:underline;
	    }
	  #content-contener .column-right a:hover {
	    text-decoration:none;
	    }
	  #content-contener .column-right ul li {
		padding: 0 0 0 15px;
		background: url('../images/sive-list.png') no-repeat left 4px;
		font-family: Arial, Verdana, Tahoma, sans-serif;
		font-size: 80%;
		font-weight: normal;
		letter-spacing: 0.5px;
		color: #bfc8d2;
		}
		#content-contener .column-right ul li font {
		  font-family: Arial, Verdana, Tahoma, sans-serif;
		  font-weight: normal;
		  letter-spacing: 0.5px;
		  font-size: 100%;
		  }
     /*-- Footer Layout -----------*/
  #footer {
    float: left;
    width: 980px;
    height: 57px;
    }
    #footer ul.footer-list {
      width: 680px;
      text-align: center;
      margin: 10px auto;
      }
      #footer ul.footer-list li {
        float: left;
        }
        #footer ul.footer-list li a {
          font-size: 12px;
          font-weight: normal;
          color: #ffffff;
          }
        #footer ul.footer-list li span {
          padding: 0 5px 0 5px;
          font-size: 0.8em;
          font-weight: normal;
          color: #393939;
          }
      #footer ul.footer-list li.footer-logoFT {
        margin: 0 15px 0 15px;
        }
.spip_documents_center {
  float: left;
  width: 586px;
  text-align: center;
  margin: 10px 0 0 0;
	overflow: hidden;
	}
.spip_documents_left {
  clear: left;
  padding: 20px 15px 5px 0;
  }
  /* END: page structure */