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

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

html, body
{
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	width:100%;
	background:#000 url(../../../MEDIA/IMAGE/crementions/000crementions.jpg) no-repeat center top;
}

hr
{
	height:1px;
	border-top: 1px dashed #CCC;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
	width:100%;
}

h1, h2, h3, h4, h5, h6
{
	text-align:left;
	clear:both;
}

h1, h2, h3, h4
{
	color:#000;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}

h2
{
	color:#999;
	font-size:15px;
	margin:30px 0 20px 0;
}

h3
{
	color:#999;
	font-size:12px;
	line-height:17px;
	margin:30px 0 10px 0;
}

h4
{
	color:#F60;
	font-size:11px;
}

p
{
	color:#333;
	font-size:11px;
	text-decoration:none;
	text-align:justify;
}

a
{
	color:#333;
	text-decoration:none;
}

img			{ border-style:none; }
textarea	{ border:1px solid #999; }

