﻿body
{
	margin: 0;
	background-image: url(../images/fond_page.jpg);
	background-position: left top;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;			
	

}
body, html, form
{
	height: 100%;
	margin : 0;
}

h1 
{
	color: #c49e4b;	
	font-size: 14Px;
	padding: 0;
}
h2 
{
	color: #c49e4b;	
	font-size: 16Px;
	padding: 0;
}
h3
{
	color: #c49e4b;	
	font-size: 18Px;
	padding: 0;
}

.c1 { color: #000000; }
.c2 { color: #ffffff; }
.c3 { color: #c49e4b; }
.c4 { color: #323232; }

.bc1 { background-color: #323232; }

.t0 { font-size: 9Px; }
.t1 { font-size: 10Px; }
.t2 { font-size: 11Px; }
.t3 { font-size: 12Px; }
.t4 { font-size: 13Px; }
.t5 { font-size: 14Px; }

.gras { font-weight: bold; }
.italique { font-style: italic; }

a { text-decoration: none; }
a:hover {text-decoration: underline; }

.liens_menu a { text-decoration: none; color: #323232; }
.liens_menu a:hover { color: #686666; }

.table_contenu { background-color: #5e5a57; }

#img_menu 
{
    background-image: url(../images/fond-menu.png);
    background-position: center top;
	background-repeat: no-repeat;
}

input.input1
{
	width: 215Px;
	height: 23Px;
	color: White;
	background-color: #be9545;
	border: 0;
}

input.input2
{
	width: 200Px;
}

textarea.textarea1
{
	width: 245Px;
	height: 145Px;
	color: White;
	background-color: #be9545;
	border: 0;
}

input.button1
{
	width: 215Px;
	height: 25Px;
	font-size: 11Px;
	font-weight: bold;
	color: White;
	background-color: #be9545;
	border: 0;
}

input.button2
{
	width: 204Px;
	border: solid 1Px #c49e4b;
	background-color: #5e5a57;
	color: White;
	font-weight: bold;
}

.num-page a{background:#BE9545; font-size:10px; float:left; display:block;  border :#eee solid 1px;  padding:4px; margin-left:4px; color:#000;}
.num-page a:hover{ background:#f9f6f7; }
.num-page a.sel{background:#000;color:#C49E4B;}
