/* feuille de style POLICES.CSS - theme : nlike */
/* version 10 octobre 2005 */
/* Code par stephane noel dans le cadre du projet Magusine des Corsaires asbl */
/* Except where otherwise noted, this theme
licensed under a Creative Commons Attribution 2.5 License */
/* cette feuille de style definit l'affichage des polices */

/* blocs de premier niveau */

body {
	font-family: arial, helvetica, sans-serif;
	color: #666;
	line-height: 120%;
	margin: 0px;
	background-image: url('fondnlike.gif');
	background-position: center;
	background-repeat: repeat-y;
}

a img {
border: none;
}

img {
behavior: url("win_png.htc");	
}

a {
	color: #5483BC; 
	text-decoration: none;
	border-bottom: 1px solid #aac1de;
}

a:hover {
	background-color: #EAEFF7;
	text-decoration: underline;
}	

ul, li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

p {
	margin: 0;
	}

/* fond du bloc principal */
#general {
	background-color: #FFFFFF;
	}
	
#chemin {
	font-size: 71%;
	font-family: avant-garde, gillsans, helvetica, sans-serif;
	color: #666666;
	line-height: 130%;
}

#chemin a:link, #chemin a:hover, #chemin a:active, #chemin a:visited {
	color: #666666;
	font-weight: normal;
	border: none;
}

#footer {
font-family: verdana;
margin-top: 20px;
	border-top: 1px solid #666;
	font-size: 59%;
	text-align: center;
	text-transform: lowercase;
}	

#footer a {
	color: #666;
}

#footer img {
border: 0;
margin: 3px;
}

/* listage contextuel */


#contextes {
	border: 1px solid #ddd;
	background-color: #F9F9F9;
	font-family: helvetica;
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

#contextes div ul  {
	
	list-style: none;
	margin: 0 0 18px 0;
	padding: 0px 10px 8px 10px;
	
}

#menuhasard ul {
	
	text-align: center;
	
}

#contextes ul ul li {
	padding: 2px 0pc 2px 0px;
}

#recherche {

}

.formrecherche {
margin: 0;
padding: 0;
}

/* corps du texte */
#header {	
margin-top: 20px;	
}

.logo {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #5483BC;
}

.sursoustitre {
	font-size: 10px;
	color: #333333;
	letter-spacing: 0.2em;
	line-height: 12px;
}

h1 {
	font-family: lucida grande, verdana, arial, sans-serif;
	font-style: normal;
	color: #5483BC;
	text-transform: none;
	line-height: 130%;
}

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

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

.dateauteurs {
	font-size: 11px;
	color: #999999;
}

.chapeau {
	margin: 10px 30px 10px 0px;
	font-size: 12px;
	font-weight: bold;
}

#corps .chapeau, #corps .texte {
clear: left;
}

.texte {
	line-height: 150%;
	font-size: 11px;
	text-align: justify;
	clear: left;
}

.ps {
	font-size: 9px;
	margin: 6px 0px 6px 0px;
}

h3 {
	font-weight: normal;
	line-height: 120%;
	text-align: left;
}

#corps h3 {
font-size: 18px;
margin: 24px 0 12px 0;
}

#contextes h3 {
font-size: 13px;
margin: 12px 0 6px 0;
}

strong.spip {
	font-size: 110%;
}


/* specifique a la page sommaire */

#edito h1 {
font-size: 120%;
margin: 0px 0px 2px 0px;
letter-spacing: -1px;
}

#edito h2 {
background-image: none;
	
}

#edito .texte {
	font-size: 11px;
	text-align: justify;
}

#edito .chapeau {
font-size: 10px;
margin: 0px 0px 2px 0px;

}

#edito .autreseditos {
font-variant: normal;
font-size: 9px;
text-align: right;
}

.listagetexte {
	font-size: 10px;
	text-align: justify;
	line-height: 120%;
}


/* specifique a la page auteur */

.formauteur {
	width: 350px;
	background-color: #eee;
	text-align: right;
	padding: 2px 12px 10px 12px;
	margin: 20px auto;
	border: 1px solid #ddd;
}

.formauteur h4 {
	text-align: left;
}


