/*** Paramètres globaux ***/

html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	background-color: #454545;
	color: #FFF;
}

/*** Formattage du texte ***/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

p, ul, ol {
	margin: 0;
	padding: 10px 0;
}

ul, ol {
	list-style: none;
	padding: 0 0 18px 40px;
}

blockquote {
	margin: 22px 40px;
	padding: 0;
}

small {
	font-size: 0.85em;
}

img {
	border: 0;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}

/*** Liens ***/

a, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*** Formulaires ***/

form {
	margin: 0;
	padding: 0;
	display: inline;
}

input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
}

textarea {
	line-height: 1.25;
}

label {
	cursor: pointer;
}

/*** Classes globales ***/

.clear					{ clear: both; }

.float-left				{ float: left; }
.float-right			{ float: right; }

.text-align-left		{ text-align: left; }
.text-align-right		{ text-align: right; }
.text-align-center		{ text-align: center; }
.text-align-justify		{ text-align: justify; }

.bold					{ font-weight: bold; }
.italic					{ font-style: italic; }
.underline				{ border-bottom: 1px solid; }
.highlight				{ background: #FFC; }

.img-left				{ float: left; margin: 4px 10px 4px 0; }
.img-right				{ float: right; margin: 4px 0 4px 10px; }

.nopadding 				{ padding: 0; }
.noindent				{ margin-left: 0; padding-left: 0; }
.nobullet				{ list-style: none; list-style-image: none; }



/*** Lozange.com ***/

#container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 650px;
	height: 400px;
	margin-left: -325px;
	margin-top: -200px;
}

#page {
	display: block;
	background-color: #FFF;
	width: 650px;
	height: 400px;
	padding: 20px;
}

#bloc {
	display: block;
	float: left;
	width: 610px;
	height: 360px;
	padding: 20px;
	background: #A90000 url('bg_o_fond_rouge.png') no-repeat right bottom;
	text-align: center;
}

#logo {
	display: block;
	width: 280px;
	height: 100px;
	padding: 20px;
	margin: 50px auto 30px auto;
	text-align: center;
}
