html
  {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
  }
  
body
  {
	background: url(../img/bg.png) repeat-y;

  }  
  
wrapper
  {
    	
  } 
  
em
  {
    font-style: italic;
  }  
  
.small_caps
  {
	font-variant: small-caps;
  }  
  
a
  {
	color: maroon;
	text-decoration: none;
  }  
  
.icon
  {
	vertical-align: middle;
  }  
  
a:hover
  {
	color: #333;
	text-decoration: underline;
  }  
  
strong
  {
	font-weight: bold;
  }  
  
/* PUBLICITES */  
#pub
  {
	height: 90px;
	background: silver;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 3em;
	font-style: italic;	
	color: white;
  }   
  
/* EN-TETE */
#header
  {
	height: 100px;
	background-color: maroon;

/*
	border-bottom: 1px solid #4f0007;
	border-top: 1px solid #4f0007;
*/
	background: url(../img/header-bg.png) repeat-x;
  }  
  
#header h1
  {
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	line-height: 2em;
	font-style: italic;
	padding: 0 10px;
	text-indent: -9999px
  }  
  
#header h1 a
  {
	color: white;
	text-decoration: none;
	display: block;
	width: 330px;
	height: 110px;
	background: url(../img/header-logo.png) repeat-x;
  }  
  
#lang
  {
	font-size: 14px;
	color: white;
	position: absolute;
	top: 100px;
	right: 20px;
  }  
  
#lang a
  {
	color: white;
	text-decoration: none;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 1.3em;
  }  
  
#lang.f #f, #lang.d #d,  #lang.e #e
  {
	font-weight: bold;
	background: #690009;
  }     
  
/* BOUTONS */
.button
  {
    display: block;
    width: 122px;
    height: 34px;
    background: url(../img/button-off.png) no-repeat;
    text-align: center;
    text-decoration: none;
    font-weight:bold;
    color: maroon;
    	margin: 20px 0 0 0;
  }  
  
  
.button span
  {line-height: 2.6em}  
  
.button:hover  
  {
    color:white;
    background: url(../img/button-over.png) no-repeat;
  }  
  
.button.order 
  {
	float: left;
	margin-right: 24px;
  }  
  
.button.order.back
  {
	float: left;

  }  

.btn
  {
	font-weight: bold;
  }
  
/* MENU */
#menu
  {

	width: 200px;
	height: 100%;
	float: left;
    padding: 10px;
  }  
  
#menu li
  {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 12px 0;
	width: 200px;
  }  
  
#menu img
  {vertical-align: middle;}  
  
#menu a
  {
    color:#4A0000;
    text-decoration: none;
  }  
  
#menu a:hover
  {
    color:black;
    text-decoration: underline;
  }   
  
#accueil #m-accueil,
#alphil_revues #m-alphil_revues,
#auteurs #m-auteurs,
#phototheque #m-phototheque,
#revue li.selected
  {
	background: url(../img/m-selected.png) no-repeat;
  }   
  
/* SOUS_MENU */
#submenu
  {
	padding: 0px 0 10px 36px;
  }  
  
#submenu li
  {
	font-size: 12px;
	font-weight: normal;
	background: transparent;
  }  
    
#submenu .sel
  {
	font-weight: bold;
	color: black;
  }    
  
/* CONTENT */
#content
  {
	width: 750px;
	position: absolute;
	top: 184px;
	left: 250px;
  }  
  
#content .gutter
  {
	padding: 10px 10px 20px 20px;
  }  
  
  
/* REVUES */
.cover
  {
	float: right;
	padding: 2px;
	border: 1px solid #F0F0F0;
	margin: 0 0 10px 10px;

  }  
  
.cover_thumb
  {
		border: 1px solid #F0F0F0;
	margin:0 10px 0 0;
	vertical-align: middle;
  }  
  
.issue
  {
	float: left;
	padding: 2px;
	border: 1px solid #F0F0F0;
	margin:  10px 10px 0 0;
  }   
  
table.detail 
  {
    font-size: 90%;
    width:100%;
  }  

table.detail th
  {
    font-weight: bold;
    color:#333;
    background-color:#f0f0f0;
    width: 25%
  }  
  
table.detail td
  {
    background-color:#f9f9f9;
  }    
  
table.detail th, table.detail td
  {
    padding: 2px;
    border-bottom:2px solid white
  }  
  
/* PAGE D'ACCUEIL */
#accueil div.cover
  {
    width: 200px;
    text-align: center;
    float: left;
    border: 0
  }  
  
/* ARTICLES */
#foot_notes
  {
	font-size: 10px;
	color: #999;

	float: left;
	width: 100%;
  }  
  
.toc
  {
	padding: 4px;
  }  
  
.toc.odd
  {
	background-color: #F9F9F9;
  }  
  
a.foot_notes
  {  
    vertical-align: super;
    font-size: 0.8em;
  }
  
#article #nav
  {
	float: left;
	width: 100%;
  }  
  
#article #nav a
  {
	display: block;
	width: 16px;
	height: 16px;
	color: #666;
	font-weight: bold;
	background: silver;
	float: left;
	margin: 0 6px 0 0;
	text-align: center;
    text-decoration: none;
    line-height: 1.2em;
    border-top:1px solid #F0F0F0;
    border-left:1px solid #F0F0F0;   
    border-right:1px solid #999;
    border-bottom:1px solid #999;       
  }

#article_content
  {
	float: left;
	width: 100%;
	margin: 24px 0;
  } 
  
#article #nav a:hover
  {
    border-top:1px solid #999;
    border-left:1px solid #999;   
    border-right:1px solid #F0F0F0;
    border-bottom:1px solid #F0F0F0;       
  }    
  
#article #nav a.selected:hover, #article #nav a.selected
  {  
    background-color:maroon;
    color: white;
    border: 1px solid black;
   } 
   
/* PHOTOTHEQUE */
#phototheque table
  {
	margin: 20px 0 ;
  }

#phototheque .thumb
  {
	width: 160px;
	height: 160px;
	text-align: center;
	border: 1px solid silver;
	background-color: #F0F0F0;
		vertical-align: middle;
	display: block;
	float: left;
	margin: 0 10px 10px 0;	
	padding: 10px;
  }

#phototheque .thumb:hover
  {
	border: 1px solid #F0F0F0;
	background-color: lightgoldenrodyellow;
	cursor: hand;
  }	
  
#phototheque .thumb img
  {
	vertical-align: middle;
  }  
/*#phototheque #content 
  {

	left: 220px;
	right: 0;
    padding: 10px;
    margin: 0;
    width: auto;
    background: lightgoldenrodyellow;
    border-bottom: 1px solid silver;
  }  

#phototheque #content .gutter
  {
	padding: 1px 0 0 0px;

  }

#phototheque #toolbar  th
  {
	font-weight: strong;
  }


#phototheque #toolbar table td, #phototheque #toolbar table th
  {
    padding: 2px;
  }*/   
  
/* FORMULAIRE DE COMMANDE */
#caddie label 
  {
	display: block;
	width: 180px;
	color:maroon;
	font-weight: bold;
	float: left;
  }  
  
#caddie 
  {
	margin: 40px 0;
  }  
  
/* RECHERCHE */

#searchbox
  {
		height: 29px;
	color: white;
   position: absolute;
	top: 130px;
	right: 20px;
	padding-right: 0px;
    vertical-align: middle;
  }

#searchbox p
  {
	display: inline;
	padding-top: 4px;
	font-weight: bold;
  }  
  
#searchbox, #searchbox input, #searchbox select
  {
	font-size: 11px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  }  
  
#searchbox button
  {

    border: 0;
    width: 26px;
    height: 26px;
    background: url(../img/b-search-off.png) no-repeat;
   vertical-align: middle;
   margin-top: -2px;

  }  
  
#searchbox button span
  {
    display: none;
  }  
#searchbox button:hover
  {  
    background: url(../img/b-search-on.png) no-repeat;
   } 	
   
#no-results
  {
	font-weight: bold;
	margin: 50px 0;
  }   
  
#menu #red
  {
	font-size: 10px;
	text-align: center;
	color: #999;
	margin-top: 40px;
  }  
  
#menu #red a
  {  color: #999; }
  
#menu #red a:hover
  {  color: black; text-decoration: underline; }  
  
.error
  {
	font-weight: bold;
	color: white;
	background-color: maroon;
	padding: 4px;
	border: 2px solid black;
	text-align: center;
  }  
