@charset "utf-8";
/********************** TAGS HTML ******************/
body{
	margin: 0;
	background-color: #282828;
	font-size: 12px;
	color: #dedede;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a{
	color: #dedede;
}

a:hover{
	color: #aeaeae;
}

a img{
	border: none;
}

p{
	margin: 0;
	text-align: justify;
}

h1{
	font-size: 40px;
	font-family: "Times New Roman", Times, serif;
	color: #dedede;
	margin: 0;
	padding-left: 56px;
	background: url(../img/icone-h1.jpg) 15px center no-repeat;
	font-weight: normal;
}

input, textarea, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/******************** Div de structure *************/
#mainContent{
	background: url(../img/background.jpg) left top repeat-y;
	width: 970px;
	margin: 0 auto;
}

#head{
	height: 200px;
	position: relative;
}

#content{
	padding-top: 27px;
	padding-bottom: 70px;
}

#foot{
	padding: 0px 0px 20px 0px;
	clear: both;
}

/***************** Div #head *****************/
#head ul{
	position: absolute;
	z-index: 1;
	right: 17px;
	top: 6px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#head ul li{
	float: left;
	display: inline;
	margin-left: 5px;
}

/****************** Div #foot ****************/
#foot p{;
	text-align: center;
}

#foot p a{
	color: #dedede;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
