﻿@charset "utf-8";

/*********************
REINITIALISATION DES BALISES
*********************/

* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background: transparent;
	font-weight: 100;
	vertical-align: top;
}
html {
	font-size:100%;
	height:100%;
}
ol, ul {
	list-style:square inside;
	padding-left: 50px;
	color: #292929;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	display: block; border: 0;
}

/*********************
VALEURS GENERALES
*********************/

body {
	font-family: Times, Arial, sans-serif;
	color: #000;
	background: url('back.jpg') repeat;
	font-size: 16px;
	display: block;
	text-align: center;
}

a {
	font-size: 15px;
	font-family: Verdana;
	letter-spacing: -0.5px;
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
}

img {
	display: block;
	border: 0;
}

.hidden {
	display: none;
	visibility: hidden;
}

strong {
	color: #005da8;
	font-weight: bold;
}
b {
	color: #005da8;
	font-weight: bold;
}

h1 {
	font-size: 50px;
	font-family: Times, Arial, serif;
	letter-spacing: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
}
h2 {
	font-size: 30px;
	font-family: Times, Arial, serif;
	letter-spacing: 7px;
	margin-bottom: 30px;
}
h3 {
	font-size: 15px;
	font-family: Times, Arial, serif;
	letter-spacing: 7px;
	margin-bottom: 30px;
}
img {
	margin: auto;
	margin-bottom: 30px;
}
p {
	font-size: 15px;
	font-family: Verdana;
	letter-spacing: -0.5px;
	margin-bottom: 10px;
}