/* Structure du site */
@import url(n_structure.css);

/* Préambule des pages */
@import url(n_preambule.css);

/* Elements des pages */
@import url(elements.css);

/* Navigation en bas des pages */
@import url(navig.css);

/* Balises BBcodes */
@import url(../../../includes/css/bbcodes.css);

/* Popup des images */
@import url(popup_images.css);


body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 80%;
	background-color: #F5F5F5;
	height: 100%;
}
html, head {
	margin: 0px;
	padding: 0px;
}


/* Liens hypertextes */
a, 
a:link, 
a:active, 
a:visited {
	color: #336699;
	text-decoration: none;
}
a:link {
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 1px solid black;
}

/* En vrac */
li {
	margin-bottom: 10px;
}
html>body li {
	margin-left: 20px;
}
table {
	font-size: 1em;
	border-collapse: collapse;
}
table ul {
	margin: 0px;
}
table li {
	margin-bottom: 0px;
}
td {
	font-size: 0.95em;
}
sup {
	vertical-align: text-top;
}

pre {
	overflow: auto;
	border: 1px solid #C9D0D3;
	margin: 5px;
	padding: 2px;
}


/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
}

h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}

/* Titre H1 */
h1 {
	position: absolute;
	top: 205px;
	left: 370px;
	padding: 32px 0 5px 32px;
	background-image: url(../images/2941.gif);
	background-repeat: no-repeat;
	font-family: Arial, Sans-Serif;
	font-size: 2em;
	font-variant: small-caps;
	color: #225588;
	border-bottom: 0px solid #336699;
	text-decoration: none;
	text-align: left;
	line-height: 21px;
}
h2 {
	font-family: Arial, Sans-Serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #336699;
	margin-top: 0px;
}

/* Titre H3 */
h3, 
h3 a, 
h3 a:link, 
h3 a:active, 
h3 a:visited {
	font-size: 1.2em;
	font-weight: bold;
	color: #336699;
}
h3 a:hover {
	color: green;
}

/* Titre H4 */
h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #336699;
	text-decoration: underline;
}
h4 a, 
h4 a:link, 
h4 a:active, 
h4 a:visited {
	text-decoration: none;
	color: #3C5B7E;
}

/* Titre H5 */
h5 {
	font-size: 1.0em;
	font-weight: bold;
	color: #336699;
}

/* Titre H6 */
h6 {
	font-size: 1.0em;
	font-weight: bold;
	color: black;
	display: inline;
}



/* Pour remplir par des blancs */
.spacer-right {
	clear: right;
}
.spacer-left {
	clear: left;
}
.spacer-both {
	clear: both;
}



/* Galerie */
p.galerie {
	font-size: 0.85em;
	text-align: center;
}
p.galerie span {
	font-weight: bold;
}



/* Concerne les liens de tri */
span.options-tri {
	font-size: 0.85em;
	display: block;
	margin-bottom: 25px;
}



/* Numéro de pages */
p.pagination {
	text-align: center;
}