﻿/************************************************************
*	Développeur :	Manuel Santisteban						*
*	Contact :		manuel.santisteban@orange.fr			*
*	Site Internet :	http://www.xenero-developpement.com		*
*															*
*	Copyright 2009 Xen3r0 Développement.					*
************************************************************/

html {
	background-color: white;
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Sans Serif;
	font-size: 12px;
	color: black;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: none;
}
img {
	border: none;
}
form {
	padding: 0px;
	margin: 0px;
}
table th {
	font-weight: bold;
	text-align: center;
}
