/* 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: 20px 0;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 80%;
	background-color: #B6C7DA;
	height: 100%;
	background-image: url(../images/bg.gi);
}
html, head {
	margin: 0px;
	padding: 0px;
}


/* Liens hypertextes */
a {
	text-decoration: none;
	color: #000000;
}
a:link {
	text-decoration: none;	
}
a:hover {
	text-decoration: underline overline;
}
a:visited {
	color: #000000;
}

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 {
	
}
sup {
	vertical-align: text-top;
}

pre {
	overflow: auto;
	border: 1px solid #C9D0D3;
	margin: 5px;
	padding: 2px;
}


/* Titres */
h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;	
	margin-top: 0px;
}

h1 {
	font-size: 1.8em;
	letter-spacing: 2px;
	color: #3C5B7E;
	text-align: left;
	text-decoration: none;
	font-variant: small-caps;
	border-bottom: 1px solid #153D5E;
	height: 22px;
	padding-top: 5px;
	width: 758px;
	position: absolute;
	padding-left: 10px;
	top: 260px;
	right: 0px;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	/*color: #153D5E;*/
	color: #4D6C8F;
	border-bottom: 1px solid #A5B6C9;
	padding-bottom: 2px;
	margin-left: -12px;
	margin-right: -15px;
}

h3, 
h3 a, 
h3 a:link, 
h3 a:active, 
h3 a:visited {
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	color: #3C5B7E;
	margin-top: 0px;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #3C5B7E;
	text-decoration: underline;
}
h4 a, 
h4 a:link, 
h4 a:active, 
h4 a:visited {
	text-decoration: none;
	color: #3C5B7E;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #153D5E;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}

h6 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	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;
}