/* CSS Document */
body
{
	padding:0px;
	margin:0px;
	background-color: #12110f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bg_loop.jpg);
	background-repeat:repeat;
	
}

a:link		{color: #F3F2F1; text-decoration: none;}
a:visited	{color: #F3F2F1; text-decoration: none;}
a:hover		{color: #FF0000; text-decoration: underline;}
a:active 	{color: #F3F2F1; text-decoration: none;}
/*a img		{border:none;}
a:hover img	{border:1px solid #FF0000;}*/

.Table_titre
{	padding:0px;
	margin:0px;
	width:100%;
	border:solid 0px #ECE9D8;
}

input[type=text]
{
	font-size: 24pt;
    height: 40px;
    width: 400px;

    margin-bottom: 10px;}
	






