/******************************************************styles généraux*/
a:link {
	text-decoration: none;
	color: #aaa;
	font-weight:bold;
}
a:visited {
	text-decoration:none;
	color:#aaa;
	font-weight:bold;
}
a:hover {color: black;}
a:active {
	text-decoration: none;
	color: #715237;
}

a.spip_out, a.spip_url {color:black; background-color:#DFDFDF; } /* liens sortants */
a.spip_out:hover, a.spip_url:hover {background:transparent; } /* liens sortants */

body {
	margin: 0;
	padding: 0;
	background-color:#F8F8FF;
	color: black;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
h1 {font-size: 0.9em;}
h2 {font-size: 0.85em;}

h3.spip {font-size: 1em; text-align:left;}
p {
	clear:both;
	margin:10px 0;
	padding: 0;
}
li, ul, ol {
	margin:0;
	padding:0;
	list-style:none;
}
hr {
	color:black;
	border:none;
	border-top:1px solid black;
	clear:both;
}

/**************************************************styles particuliers*/
.texte {
	font-family:trebuchet, helvetica, arial, sans-serif;
	line-height: 1.2em;
	font-size:0.78em;
}

.titre {
	
}
.soustitre {
	
}
.espaceur { clear:both; }
/*****************************************navigation*/
#navigation {
	position:absolute;
	top:52px;
	left:63%;
	padding-top:72px;
	padding-left:3px;
	width:36%;
	background:url('images/nioques.jpg') top left no-repeat;
}
#navigation .texte {
	text-align:left;
	font-size:0.74em;
}
/*
li.article {
	list-style:circle inside;
}
*/
/*********************************************ici le seul hack IE et IE7*/
*html li.article, *+html li.article {margin-bottom:-15px;}
/**************************************************fin du hack IE et IE7*/
/************************************lien entête*/
a#entete {
	display:block;
	position:absolute;
	width:256px;
	height:62px;
	top:13px;
	left:0;
}
/*****************************************contenu*/
#contenu {
	position:relative;
	width:43%;
	padding-top:132px;
	margin-left:20%;
	padding-right:3px;
	padding-bottom:30px;
}
.cartouche {
	text-align:right;
}
.titre, .soustitre {
	border-right:1px solid black;
	padding-right:3px;
}
.soustitre {font-style:italic;}
.chapo {margin-bottom:5px; font-weight:bold;}
.corps, .ps, .notes {
	margin-top:5px;
	padding-right:80px;
}
.ps {font-style:italic;}
#contenu ol {list-style-type:decimal-leading-zero;}
#contenu ul li ul {list-style-type:circle;}
#contenu ul, #contenu ol {
	margin-left:20px;
}
#documents_joints {
	margin-top:15px;
}
#documents_portfolio a img {
	border-left:1px solid #F8F8FF;
}
#documents_portfolio a img:hover {
	border-left:1px solid black;
}
#documents_portfolio h2 { margin-bottom:15px; }

/*****************************************Pied de page*/
#pied {
	clear:both;
	width:63%;
	padding:10px 2px;
	text-align:right;
	font-size: 0.65em;
	font-family:verdana, arial, sans-serif;
	color:#bbb;
}
#pied a {
	font-weight:normal;
}
#pied a.spip_out {
	font-weight:normal;
	background:none;
	color:#aaa;
}
#pied a.spip_out:hover {
	color:black;
}

figure {
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
}



