/*-------------------------------------------------------- 
Type: Document Css
Par: Patrick Aubé
Pour: Génitech e.g
-------------------------------------------------------- */

/*-------------------------------------------------------- 
  	General
-------------------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
}
body {
	background: url(../_images/bg.jpg);
	background-color: #f0f4f5;
	background-repeat:repeat-x;
	color: #383e44;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.0em;
	text-align: justify;
	margin-top: 100px;
	margin-left: 25px;
}
a:link {
	color: #bb0202;
	text-decoration: none;
}
a:visited {
	color: #bb0202;
	text-decoration: none;
}
a:active {
	color: #bb0202;
}
a:hover {
	color: #242323;
	text-decoration: none;
}
hr {
	color: #d6d8d9;
	background-color: #d6d8d9;
	height: 1px;
	border: 0;
}
img { 
	border: 0px solid #666666; 
}
p {
	margin: 0px;
}


.titre {
	color: #242323;
	font-family: Helvetica, sans-serif;
	font-size: 56px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: -4px;
	line-height: 1.0em;
}
.soustitre {
	color: #bb0202;
	font-family: Helvetica, sans-serif;
	font-size: 46px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: -4px;
	line-height: 1.0em;
}
.nouvelle {
	color: #bb0202;
	font-family: Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0px;
	line-height: 1.0em;
}
.textecentre {
	color: #bb0202;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: none;
	line-height: 1.0em;
}
.titremars {
	color: #bb0202;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: none;
	line-height: 1.0em;
}
.titreville {
	color: #242323;
	font-family: Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: -2px;
	line-height: 1.0em;
}