/*------------------------------------------------*
 *---  www.justonepix.com - 01-04-2009 --*
 *------------------------------------------------*/
 /*--- import des CSS externes ---*/
@import "combo.css";
@import "blocs.css";
@import "navigation.css";

* {
 margin: 0px;
 padding: 0px;
}

html {
	overflow-y:scroll !important;
	overflow-y:auto;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#000000 url('../ress/img/bg/bg_body.gif') top center no-repeat;
}

p, form, input, div, dl, dt, dd, ul, ol, li, blockquote, fieldset, th, td {
	margin: 0px;
	padding: 0px;	
}

table tr td {
	vertical-align:top;
}

ul,li,ol {
	margin:0px 0px 0px 10px;
}

input {
	position:relative;
}

select {
	color: #000;
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
}
/*--- class clear ---*/
.clear {
	clear: both;
}
/*--- titre ---*/
.titre_actu{
	font-size:11px;
	font-weight:bold;
	border-bottom:1px dotted #fff;
	color:#fff;
	margin-bottom:5px;
}
.titre_02{
	font-family:Arial Black;
	font-weight:bold;
	color:#e95d0f;
	font-size:12px;
	text-transform:uppercase;
	border-bottom:1px dotted #313131;
}