
html, body, h2, h3, h4, div, p, ul, li, input {
	font-family:Arial,Helvetica,sans-serif;
}

html, body {
	background:#636563 none repeat scroll 0 0;
	color:#000000;
	font-size: 12px;
}

body {
	text-align: center;	
}

table, tr, td, div, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 14px;	
}

ul {
	margin-bottom: 0px;	
}

#conteneur {
	text-align: center;
}

#contentTop {
	width: 350px;
	height: 16px;
	background-image: url(fichiers/bg_top.gif);
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
}

#contentBottom {
	width: 350px;
	height: 16px;
	background-image: url(fichiers/bg_bottom.gif);
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 314px;
	background-image: url(fichiers/bg_body.gif);
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding-left: 18px;
	padding-right: 18px;
	
}

#profilsList a {
	text-decoration: none;
	color: black;
}

#profilsList a:hover {
	text-decoration: none;
	color: #4F4F4F;
}

.pointer {
	cursor: pointer;
}

.pointer:hover{
	color: #4F4F4F;	
}

#contact {
	width: 450px;
	background-color: white;
	
	text-align: left;
	
	padding: 15px;
	
	position: absolute;
	left: 50%;
	right: 50%;
	margin-top: -100px;
	margin-left: -225px;
	
	border: 2px solid #4F4F4F;
}

#contactTable {
	width: 100%;
	margin-top: 20px;
}

.inputSoft {
	border: 1px solid #4F4F4F;
	font-size: 11px;
}

.textAreaSoft {
	border: 1px solid #4F4F4F;
	font-size: 11px;
}

#bottomIcons {
	position: absolute;
	bottom:0px;
	right: 0px;
	margin-bottom: 4px;
	margin-right: 4px;
}

#bottomIcons a img {
	border: none;
}