/*
Original design: Inland Forest (v1.2 - Sep 12, 2012) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/inland-forest/
Includes:
jQuery v1.7.1 from http://jquery.org/
Nivo Slider v2.7.1 by Gilbert Pellegrom - http://nivo.dev7studios.com/
Photos by Tor Lundberg - http://kvikkjokk.nu/ - Released under a Creative Commons Attribution 3.0 license.
*/

/* Fontes personnalisées utilisées par les textes du site */
@font-face
{
	font-family: 'ActionJackson';
	src: url('../fonts/ActionJackson.ttf');
}
@font-face
{
	font-family: 'Another';
	src: url('../fonts/Another.ttf');
}

/* Valeurs communes à tous les éléments */
*
{
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 1em;
	vertical-align: baseline;
	text-align: justify;
}

/* HTML elements */
h1,h2,h3,h4
{
	clear: left;
}
h1
{
	font-family: 'ActionJackson', Arial, sans-serif;
	font-size: 1.7em;
	line-height: 1.8em;
	margin-bottom: 10px;
	color: #f32c00;
	text-align: center;
}
h2
{
	font-family: 'Another', Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #8b5bbf;
}
h3
{
	font-family: 'Another', Arial, sans-serif;
	font-size: 1em;
	margin: 0px 10px 0px 15px;
	line-height: 1.2em;
	color: #8b5bbf;
}

p,a
{
	font-family: 'Another', Arial, sans-serif;
	font-size: 1.1em;
	word-wrap: break-word;
}

p
{
	margin: 0px 10px 0px 15px;
	color: #EECCCC;
}

a
{
	color: #f32c00;
}

img
{
	margin: 0px 10px 10px 10px;
	vertical-align: top;
}

.floatimg
{
	float: left;
	margin-right: 15px;
}