@charset "utf-8";
/* -- classics -- */

*{padding:0;margin:0;text-decoration:none}

html
{
	height:100%;
	width:100%;


}

body
{
	height:100%;
	width:100%;
	color:#666;
	font:10px Arial, Helvetica, sans-serif;
	background-color: #000;
	background-image: url(../../../MEDIA/TEMPLATE/2011_nov_fond.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

h1
{
	font-size:20px;
	color:#BD2E10;
	text-transform:capitalize;
	margin:20px 0 7px 0;
	font-size:14px;
	text-shadow:0 1px 5px #000;-moz-text-shadow:0 1px 5px #000;-webkit-text-shadow:0 1px 5px #000;
}

h2 { font-size:12px; margin:15px 0 5px 0;text-shadow:0 1px 5px #000;-moz-text-shadow:0 1px 5px #000;-webkit-text-shadow:0 1px 5px #000; }
h3 { font-size:10px; text-transform:uppercase; margin-bottom:15px; color:#ACA08D; }
h4 { font-size:11px; text-transform:uppercase; margin-bottom:5px; font-weight:bold; }
h5 { font-size:10px; margin-bottom:17px; color:#C61733; }
h6 { font-size:10px; margin:3px 0 5px 0; color:#C61733; }

h2:hover { text-indent:2px; }

p
{
	font-size:10.5px;
	text-align:justify;
	line-height:17px;
	letter-spacing:0.02em;
}

hr 		{ color:#FFF; margin:20px 0; clear:left; height:1px; }
img 	{ border-width:0; border-style:none; }

a, a:link, a:visited, a:active, a:hover		{ text-decoration:none; color:#666; }
a:hover										{ color:#F30; }

 
ul
{
	font-size:11px;
	letter-spacing:0.02em;
	line-height:17px;
	margin: 24px 0 14px 0;
}

li
{
	text-align:left;
	display:list-item;
	margin-bottom:10px;
	margin-left:30px;
	list-style:square url(none) outside;
}
