@import url("/css/menu.inc.css");
@import url("/css/index.inc.css");
@import url("/css/pieces.inc.css");

body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
/*	background-color: #fff; */
  background-color: #f5f5f5;
	color: #5f5e5e;
	padding: 0;
	margin: 0;	
	text-align: center;	
}
h2{	
	-padding-top: 10px; /* uniquement pou ie */
	font-size: 0.9em;
	font-weight: bold;
	text-transform: lowercase;
}
h3{
	font-size: 0.8em;
}
p {
	text-align: justify;
	font-size: 0.8em;
	margin: 10px 0;
}
p.indent {
	text-indent: 1.5em;
}
p#nojustify {
	text-align: left;	
}
#legendefab, 
#legendedito {
	border-top: 1px solid  #dbdbdb;
	padding-top: 10px;	
}
ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	font-size: 0.8em;
}
/* Liens */
a, a:hover{
	text-decoration: none;	
}

#mailcontact a, 
.post ul a, 
.post p a, 
.liens a, 
.mail span, 
#retour a, 
p#nojustify a {
	text-decoration : none ; 
	color: #0c0c0c;
}
#mailcontact a:hover, 
.post ul a:hover, 
.liens a:hover, 
#retour a:hover{
	text-decoration: underline;	
}
#main, 
#mainpieces{
	position: relative;
	text-align: left;
}
#main {
height: 100%;
}
#main, 
#mainpieces {	
	background-color: #f5f5f5;
/*	border: 1px solid  #dbdbdb;*/	 
	border: 1px solid  #f5f5f5;	 
}
#main, 
#skip, 
#footer {
	width: 630px;
	margin: 0 auto;	
}

#content {
	width: 490px;	
	margin-left: 120px;	
	padding: 0 10px 10px 10px; /* Ne pas modifier */
}
/* Styles de l'en-tête et du pied de page */
#skip {
	margin-bottom: 5em;
	padding: 0 0;	
	text-align: right;	
}
#footer {
	margin-top: 10px;
	margin-bottom : 10px;
/*	text-align: center;	*/
	text-align: right;	
}
#footer, 
#skip {
	font-size: 0.7em;
	padding-right: 20px;
}
#skip, 
#skip a, 
#footer, 
#footer a, 
#c {
	color: #a19f9f;	
}
#skip a:hover { 
	color: #ea9618; /* uniquement page 'pieces' */
}
#footer a:hover{
	color: #5f5e5e;
}
/* Styles pour le blog */
#pagination {
	font-size: 0.7em;
	text-align: right;	
}
.post {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid  #dbdbdb;
}
/* Style de la date en mode 'article' */
.post-info { 
	margin-top: -10px;
	font-size: 0.7em;
	text-transform: lowercase;
	border-bottom: 1px solid  #dbdbdb;
	padding-bottom: 5px;
}
a.lang {	
	font-size: 0.8em;
}
a.lang:hover {
	color: #c5c5c5;	
}
p.lang {
	text-align: right;	
	font-size: 0.7em;
	color: #c5c5c5;	
}
/* Styles pour la page 'liens' */
ul.liens li, 
.post ul li{
	margin: 0 0 0.5ex 1em;
}	
#mailcontact{
	position: absolute;
	top: 0px;
	padding: 5px;
	font-size: 0.8em;
}
#plan{
	padding-top: 20px;
	background-color: #fff;
}
