/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* There are also some obscure rules in base.css
*/

body {
	background-color: #dbd7d7;
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
        font-size: 11px;
	color: #333;
	text-align: justify;
	margin: 0;
	
}

/* link scheme */
/* you can customize links further down the page too */
a:link {
	font-family:Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
a:active {
	font-family:Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	}
a:visited {
	font-family:Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	}
a:hover {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
	}

/* general styles */
small { font-size: 9px; }
code { font-family: monospace; }
blockquote { padding-left: 9px; }

/* headings */
h1 { font-size: 16px; margin-bottom: 1em; }
.carriere {font-weight: bold; margin-top:-5px; }
h2 { font-size: 16px; margin-bottom: 1em; font-weight: bold; }
h3 { font-size: 16px; margin-bottom: 1em; }
h4 { font-size: 16px; margin-bottom: 1em; }

/* paragraph width */
#index p { margin-bottom: 1em; }
#exhibit p, code, blockquote { width: 600px; margin-bottom: 1em;  /* line-height: 1.3em; */ }

/* highlighter style - maybe you want to change colors? */
.highlight {}
h1.titre-projet {font-size:12px; padding-top:50px}

/* never adjust the margin or padding here unless you seriously know what you are doing */
/* think #index .container and #exhibit .container for only padding adjustments */
#index { width: 345px; background: #dbd7d7; /* line-height: 1.3em; */filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;}
#exhibit { margin: 0 0 0 345px; }

/* styling the index */
#index ul { list-style: none; margin: 0; padding-top:10px; padding-left:5px;}
#index ul li{ padding-bottom:2px;}
#index ul.section { margin-bottom: 1em; }
#index ul.subsection {  }

/* the follow rules for index are not required */
/* they are mostly for complex customization */
/* for tag display */
#index ul#all_tags { list-style-type: none; margin-bottom: 1em; }
#index ul#all_tags li { display: inline; margin-right: 3px; }
#index ul#all_tags li a {  }

/* styles for the section titles */
#index ul.section span.section_title, 
#index ul.section span.section_title a 
{ font-family:Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	 }

/* active section title */
#index span.active_section_title,
#index span.active_section_title a { font-weight: bold; }

/* active exhibit title parts */
/* color of active exhibit title link and font-weight */
li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active, 
li.active a:visited, li a.active, li span.active, #index ul.section li.active a:link, 
#index ul.section li.active a:hover, #index ul.section li.active a:active, #index ul.section li.active a:visited
{  }

/* additional #index options */
#index ul li .password a { /* background: url(../img/locked.gif) right center no-repeat; padding-right: 18px; */ }

/* the "new" indicator */
#index ul li sup.new_exhibit { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }
#index ul li sup.new_exhibit:before { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; content: "New"; }
/* end styling for index */

/* links styles only for the #index region */
#index a:link { text-transform: uppercase;; } 
#index a:visted { text-transform: uppercase;  }
#index a:hover { text-transform: uppercase;  } 
#index a:active { text-transform: uppercase;  } 

/* links styles only for the #exhibit region */
#exhibit a:link { text-decoration: underline; }
#exhibit a:active {  } 
#exhibit a:hover { text-decoration: none; } 
#exhibit a:visted {  }

/* links styles just for h1 title of site (your name/logo) */
#index h1 a { 
font-family: Arial, Helvetica, sans-serif;
font-weight: bold; 
text-decoration: uppercase; 
font-size: 35px; 
color: #000;
 }
#index h1 a:hover { 
text-decoration: none; 
}
#index h1 {  margin-bottom:40px; padding-bottom:20px; border-bottom: 1px solid black; width:200px;}
/* this is where you adjust your paddings for #index and #exhibit together */
.container { padding: 27px 9px 25px 27px; }

/* this is where you pad them separately */
#index .container { padding-top: 65px; padding-left: 40px; }
#exhibit .container {  }

/* size and style of titles and captions (not mobile though) */
.captioning { margin-top: 2px; }
.title { font-size: 0.7em; font-style: italic; line-height: 1.2em; }
.caption { font-size: 0.7em; font-style: italic; line-height: 1.2em; }