@charset "utf-8";
/* CSS Document */

body
{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align: justify;
	background-image: url("images/background.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;
	background-color: #F0F0F0;
	color: #000;
}

#logo
{
	width: 252px;
	height: 183px;
	background-image: url("images/atomik_header.png");
	margin-top: -10px;
	margin-left: 14px;
	margin-bottom: 20px;
}

a
{
	text-decoration: none;
	color: #FFF;
	background-color: #000;
}

a:hover
{
	text-decoration: none;
	color: #000;
	background-color: #ffcc00;
}

a:active
{
	text-decoration: none;
	color: #000;
	background-color: #FFF;
}

h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	letter-spacing : 8px;
	text-indent: 5px;
}


p
{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align: justify;
	background-color: #F0F0F0;
}

.menu
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing : 8px;
	text-indent: 5px;
}

.actuel
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing : 8px;
	text-indent: 5px;
	color: #ffcc00;
}