

a{
	text-decoration:none;
	cursor:pointer;
}

hr{
	display: block; 
	height: 1px;
    border: 0; 
	border-top: 1px solid #ffe2a0;
}

hr.title{
	margin-bottom:25px;
}

textarea{
	resize:none;
	text-align: justify;
}

p {
	line-height: 16px;
}

h1, h2, h3, h4, th, p, span, label, a, ul, li{
	font-family: Arial, Helvetica, sans-serif;
	color:#0F0F0F;
}

/* Gros titre du nav */
h1{
	font-size:1.2em;
	font-weight:bold;
}

/* Sous-titre du content */
h3{
	font-size:1.125em; /*18px*/
	font-weight:bold;
}

/* Titre du content avec hr en dessous */
h4{
	font-size:1.375em; /*22px*/
	font-weight:bold;
}

/* Titre du content pour article */
h5{
	font-size:1.125em; /*18px*/
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
}

p{
	margin:25px;
}

label, p{
	font-size:0.875em;	/* 14px */
}

table{
	width:100%;
}

tr{
	border-top:3px solid black;
	border-bottom:3px solid black;
}

th{
	font-size:1.421em;
	color:#0E956A;
}

th, td{
	padding:10px;
	border-left:3px solid black;
}

.lastCel{
	border-right:3px solid black;
}

/* IE shit */
a img{
    border:none;    
}

/*

input[type="text"]
{

	font-size:14px;
}

input[type="password"]
{
	color:#E97232;
	padding-left:5px;
	margin-bottom:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

input[type="button"], input[type="submit"]
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #919191;
	display:inline-block;
	color:#666666;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 16px;
	text-decoration:none;
	margin-bottom:5px;
}

input[type="button"]:hover, input[type="submit"]:hover
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	background-color:#e9e9e9;
}

input[type="button"]:active 
{
	position:relative;
	top:1px;
	
}
*/

.txtCenter{
	text-align:center;
}

.txtRight{
	text-align:right;
}

.txtLeft{
	text-align:left;
}

.flRight{
	float:right;
}

.flLeft{
	float:left;
}

.flNone{
	float:none;
}

.inline{
	display:inline;
}

.noscroll {
    overflow: hidden;
}

.hidden{
	display:none;
}

.clear {
	clear: both;
}

.bold {
	font-weight:bold;
}