/* general */

body {
	font-family: geneva, arial, sans-serif;	
	color: #222;
}

a {
	text-decoration: none;	
	color: #333;
}

a:hover {
	color: #f00;	
}

h1, h2, h3, h4, h5 {
	font-family: courier, monospace;	
}

#chemin {
	color: #999;
	font-size: 10px;
}

#chemin a {
color: #666;	
}

#chemin a:hover {
color: #333;	
}

/* corps des texte et header */
.logo {
float: left;
margin: 0 1em 0.5em 0;		
}

.logo img {
border: 1px solid #ccc;
padding: 0;
}

h1 {
	font-weight: normal;
	margin: 0.1em 0;
font-family: arial, helvetica, geneva, sans-serif;
}

#contextes h1 {
font-size: 16px;
}

#corps h1 {
font-size: 21px;
}

.clearer_header {
clear: left;	
}

#texteconteneur { 
margin-bottom: 2em; 
}

.sursoustitre {
font-size: 11px;
font-style: italic;
color: #555;	
margin: 0.2em 0;
letter-spacing: 0.05em;
}

#corps .sursoutitre {
font-size: 11px;	
}

#contextes .sursoustitre {
font-size: 9px;
}

.soustitre {
margin-bottom: 1em;	
}

.dateauteurs {
	color: #666;
	margin-bottom: 1em;
}

#corps .dateauteurs {
	font-size: 10px;
}

#contextes .dateauteurs {
font-size: 9px;	
}

.chapeau {
font-size: 11px;
line-height: 140%;
font-weight: bold;
color: #000;
margin-bottom:2em;	
}

.texte {
font-size: 11px;
line-height: 140%;	
}

#corps h3 {
font-size: 15px;
}

.ps {
color: #666;
margin-bottom: 1em;	
}

#corps .ps {
font-size: 10px;	
}

#contextes .ps {
font-size: 9px;
}

.clearer_texte {
clear: left;
padding-bottom: 2em;	
}


#footer {
	text-align: right;
	font-size: 9px;
}

#contextes .forml, #contextes .forml select {
	width: 125px;
	font-size: 10px;	
}

