body { 
  margin-right: 10px;
  background: #eeeeee;
  font: 77% verdana, arial, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Trebuchet MS" , verdana, lucida, arial, helvetica, sans-serif;
  color: #012A5C;
}

h1 { 
  font-size: 1.6em;
}

h2 { 
  font-size: 1.4em;
 }

h3 { 
  font-size: 1.2em;
  margin-bottom: 4px;
 }

a { 
  color: #0750A9;
  text-decoration: none;
 }

a:hover { 
  color: #ff0000;
 }

p { 
  line-height: 1.5em;
}
/***********************************************************************************/
/* Main Container                                                                  */
/***********************************************************************************/
#container { 
  position: relative;
  width: 900px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0px solid #0c0;
}

#header { 
}

/***********************************************************************************/
/* Logo Academie                                                                   */
/***********************************************************************************/
#logo { 
  width: 130px;
  height: 140px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
}

#logo div, a { 
  width: 100%;
  height: 100%;
}

#logo a { 
  display: block;
}

/***********************************************************************************/
/* Image header                                                                    */
/***********************************************************************************/
#image_header { 
  width: 100%;
  height: 140px;
  border-top: 2px solid #b0b0b0;
  padding-top: 3px;
  border-bottom: 2px solid #b0b0b0;
  padding-bottom: 3px;
}

#image_header_pub { 
  width: 100%;
  height: 140px;
  border-top: 2px solid #b0b0b0;
  padding-top: 3px;
  border-bottom: 2px solid #b0b0b0;
  padding-bottom: 3px;
}
#image_header_moving { 
  width: 100%;
  height: 140px;
  border-top: 2px solid #b0b0b0;
  padding-top: 3px;
  border-bottom: 2px solid #b0b0b0;
  padding-bottom: 3px;
}

#image_header_pub img { 
  height: 140px;
  width: 90px;
}

#image_header img { 
  height: 140px;
  width: 176px;
	}
	#image_header_moving img { 
  height: 140px;
  width: 800px;
}
#introduction { 
  position: absolute;
  top: 0px;
  left: 130px;
  padding-top: 5px;
  font-size: 1.80em;
  font-family: "Times New Roman", "Bodoni", "Minion Web", "ITC Stone Serif", "MS Georgia", "Bitstream Cyberbit" serif;
  font-style: italic;
  font-weight: bold;
  color: #888888;
}

#introduction p {
  font-size: 0.70em; 
  margin: 0;
  padding: 0;
 }

#introduction span { 
  border-right: 1px solid #b0b0b0;
 }
 
 #langues { 
  position: absolute;
  top: 35px;
  left: 800px;
	font-size: 1.15em;
  padding-top: 5px;
  font-family: "Times New Roman", "Bodoni", "Minion Web", "ITC Stone Serif", "MS Georgia", "Bitstream Cyberbit" serif;
  
}
/***********************************************************************************/
/* Main navigation                                                                 */
/***********************************************************************************/
#menu {
  position: absolute;
  top: 110px;
  right: 0px;
  width: 720px;
  font: 1.14em "trebuchet ms", arial, verdana, helvetica, sans-serif;
	
}

#menu ul { 
  float: right;
}

#menu ul, #menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#menu li { 
  display: inline;
 }

#menu li a { 
  padding: 3px .7em;
  border-style: none;
  border-bottom: 3px solid #eeeeee;
  text-decoration: none; 
  height: 16px;
}
#menu li a:hover {
  border-bottom: 3px solid #0A65D2;
}


*/
/**
#menu li a:hover {
  border-bottom: 3px solid #0A65D2;
  background-color: red;
}


#menu li {
  display: inline;
  list-style-type: none;
}

#menu li a {
  float: left;
  display: block;
  padding: 3px .7em;
  border-bottom: 3px solid #eeeeee;
  text-decoration: none; 
  height: 16px;
  background-color: purple;
}

#menu li a:hover {
  border-bottom: 3px solid #0A65D2;
  background-color: red;
}
*/

#corpus { 
  position: relative;
}

/***********************************************************************************/
/* Sub menu                                                                        */
/***********************************************************************************/

#submenu {
  position: relative;
  width: 210px;
	height: 200px;
  border: 1px solid #eeeeee;
  padding-left: 5px;
  margin-bottom: 20px;
}

#submenu ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 180px;
}

#submenu ul li { 
  list-style: none;
  text-align: left;
  padding-bottom: 2px;
  border-bottom: 1px solid #b0b0b0;
  text-indent: 0em;
  line-height: 1.4em;
  margin: 0px 0px 0px 0px;
}

#submenu li a { 
  display: block;
  border-left: 3px solid #eeeeee;
  padding: 0.3em 0 0.6em 0.6em;
}
/*** experimental submenu **********************************************/

#submenu li ul { 
  width: 120px;
  margin-left: 1.6em;
  font-size: 0.9em;
}

#submenu li ul li { 
  padding: 0px;
  border: none;
  line-height: 0.9em;
}

/*** experimental submenu **********************************************/

#submenu a:hover {
  border-left: 3px solid  #0A65D2;
}

#support { 
  position: absolute;
  width: 210px;
}
#news { 
  width: 500px;
  border-bottom: 0px solid #b0b0b0;
}

#news_date { 
  width: 80px;
  border: 0px solid #b0b0b0;
  padding-left: 5px;
  position: relative;
}

#news_date p { 
  color: #0750A9;
   }
	 
#news_corpus { 
  width: 450px;
  border-left: 1px solid #b0b0b0;
	border: 1px solid #b0b0b0;
  padding-left: 15px;
	padding-right: 15px;
  position: relative; top:-44px; left:100px;
}


#news_corpus a { 
  color: #0750A9;
  text-decoration: none;
}

#news_corpus a:hover { 
  color: #ff0000;
 }
 
#supranews {
position: relative; top: 0px;
}

#subnews {
position: relative; top:-5px;
}

#marqueecontainer{
position: relative; top:-10px;
width: 200px; /*marquee width */
height: 300px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px solid #656565;
padding: 2px;
padding-left: 4px;
}

#blocktoscroll {
border:1px solid black;
width:200px;
height:150px;
overflow: hidden; /*Tu mets hidden si tu ne veux pas avoir de scrollbar*/
}

/***********************************************************************************/
/* Path                                                                            */
/***********************************************************************************/
#path { 
  position: relative;
  left: 225px;
  width: 675px;
  height: 20px;
  font-size: 90%;
  border-bottom: 1px solid #b0b0b0;
  padding: 6px 0px 0px 0px;
  margin: 0;
}

#path ul { 
  display: inline;
  margin: 0;
  padding: 0;
  list-style-type: none;
  vertical-align: center;
}

#path ul li { 
  display: inline;
}

#path span { 
  background: url(../images/you_are_here.gif) no-repeat 0 1px;	
  margin: 0px 3px 0px 0px;
  color: #656565;
  padding-left: 15px;
 }

/***********************************************************************************/
/* Main section                                                                    */
/***********************************************************************************/
#main {
  position: relative;
  left: 225px;
  width: 608px;
  padding: 0px 60px 30px 10px;
  border: 0px solid #c00;
  border: 1px solid #eee;
	
}

#main h2 { 
  margin-top: 2.0em;
 }

#main h3 { 
  font-size: 1.10em;
  margin-bottom: 0.2em;
  font-weight: bold;
}

#main h4 { 
  font-size: 1.05em;
  margin-bottom: 0.2em;
  margin-top: 1.0em;
  font-weight: bold;
}

#main p {
  line-height: 1.5em;
}

#main p>em { 
  letter-spacing: 0.05em;
}
#main ul { 
/*  list-style-type: square;*/
  padding-left: 40px;
  line-height: 170%;
}

#main ol {
  margin-left: 0px;
  margin-right: 30px;
  padding-left: 60px;
  text-align: justify;
  line-height: 1.5em;
}

#main ol li { 
  margin-bottom: 0.8em;
}

#main ol ol {
  margin-left: 0px;
  margin-right: 50px;
  margin-top: 0.8em;
  margin-bottom: 0.1em;
  list-style-type: lower-alpha;
}

#main dl { 
  margin-left: 0px;
  margin-right: 30px;
  padding-left: 0px;
  text-align: justify;
  line-height: 1.5em;    
}

#main dt { 
  margin-top: 8px;
  margin-left: 0px;
  font-weight: bold;
  font-size: 1.04em;
}

#main dd { 
  margin-top: 0.3em;
  margin-bottom: 0.8em;
}

#main dd ol { 
  margin-top: 0.8em;
}

#bbom {
  position: relative;
  left: 225px;
  width: 350px;
	height: 800px;
  padding: 10px 60px 30px 10px;
  border: 0px solid #c00;
	background-color: #fff;

}

#bbom h2 { 
  margin-top: 2.0em;
 }

#bbom h3 { 
  font-size: 1.10em;
  margin-bottom: 0.2em;
  font-weight: bold;
}

#bbom h4 { 
  font-size: 1.05em;
  margin-bottom: 0.2em;
  margin-top: 1.0em;
  font-weight: bold;
}

#bbom p {
  line-height: 1.5em;
}

#bbom p>em { 
  letter-spacing: 0.05em;
}
#bbom ul { 
/*  list-style-type: square;*/
  padding-left: 40px;
  line-height: 170%;
}

#bbom ol {
  margin-left: 0px;
  margin-right: 30px;
  padding-left: 60px;
  text-align: justify;
  line-height: 1.5em;
}

#bbom ol li { 
  margin-bottom: 0.8em;
}

#bbom ol ol {
  margin-left: 0px;
  margin-right: 50px;
  margin-top: 0.8em;
  margin-bottom: 0.1em;
  list-style-type: lower-alpha;
}

#bbom dl { 
  margin-left: 0px;
  margin-right: 30px;
  padding-left: 0px;
  text-align: justify;
  line-height: 1.5em;    
}

#bbom dt { 
  margin-top: 8px;
  margin-left: 0px;
  font-weight: bold;
  font-size: 1.04em;
}

#bbom dd { 
  margin-top: 0.3em;
  margin-bottom: 0.8em;
}

#bbom dd ol { 
  margin-top: 0.8em;
}
#search {
  position: absolute;
	left: 650px;
	top: 535px;
	width: 200px;
  border: 0px solid #fff;
	margin-top: -215px;
	padding: 10px 60px 30px 10px;
	 	
}


/***********************************************************************************/
/* Main section                                                                    */
/***********************************************************************************/
#copyright { 
  position: absolute;
  bottom: 0px;
  width: 900px;
  height: 20px;
  text-align: left;
  border-top: 1px solid #c7c7c7;
  color: #656565;
 }

#footer { 
  position: absolute;
  bottom: 0px;
  width: 900px;
  height: 20px;
  text-align: right;
  border-top: 1px solid #c7c7c7;
}

#footer ul { 
  padding: 0;
  margin: 2px 10px 0px 0px;
  list-style-type: none;
}

#footer ul li { 
  display: inline;
  margin-left: 1em;
}

#footer a { 
  color: #656565;
}

#footer a:hover { 
  color: #ff0000;
}


/***********************************************************************************/
/* Publication lists                                                               */
/***********************************************************************************/

#publications table { 
  width: 80%;
	 }

#publications th { 
  text-align: left;
  padding-top: 1.0em;
 }
 
#biographie table { 
  width: 70%;
	 }

#biographie th { 
  text-align: left;
  padding-top: 1.0em;
 }
/**
#publications ul {
  list-style: none;
  padding: 0px;
  display: table-row;
}

#publications ul ul {
  padding-left: 20px;
  border: 1px solid black;
}

#publications li { 
  margin-bottom: 10px;
  list-style: none;
  border: 2px solid red;
  display: table-row;
}
**/
/***********************************************************************************/
/* Misc                                                                            */
/***********************************************************************************/
.sub { 
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}

.left_block { 
  float: left;
  margin-top: 0px;
}

.left_block img { 
  padding: 3px;
  border: 1px solid #d0d0d0;
}

.right_block { 
  float: left;
  width: 490px;
  margin-left: 10px;
}

.right_block p { 
  float: left;
  margin-top: 5px;
  padding-top: 0px;
}

.right_block h3 { 
  font-size: 1.11em;
  font-weight: bold;
  margin: 0;
}

.reset {
  clear: both;
  display: block;
}

.compact { 
  font-size: 0.9em;
 }
.compact p { 
  margin: 0;
  padding: 0;
  color: #555555;
}

.compact_normal p { 
  margin: 0;
  padding: 0;
 }

div.member { 
  text-align: justify;
  margin-left: 3.0em;

}
p.member { 
  text-indent: -3.0em ;
}

.blue_bullet_list { 
  list-style: none;
  list-style-image: url("/images/bullet-light.gif");
 }

td.title { 
  padding-left: 2.0em;
  text-indent: -2.0em;
  padding-bottom: 10px;
  vertical-align: top;
  line-height: 1.5em;
 }

td.price { 
  width: 5.0em;
  text-align: right;
  vertical-align: top;
 }
 
td.type { 
  width: 6.0em;
  text-align: left;
  vertical-align: top;
 }

th.tome { 
  font-style: oblique;
  padding-bottom: 1.0em;
 }

span.author { 
  font-variant: small-caps;
}

#conference_new { 
  background-color: #F7F7F7;
	
	
}

input.button {
  color: #012A5C; background: #eeeeee;
  font-size: 1.4em;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: solid 0px #ffcf31;
}

a.column:link {color: #009900;}



