h1
{
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
}


body
{
	width: 900px;
	margin: auto; /* Centre la page */
	margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
	margin-bottom: 20px; /* Idem pour le bas du navigateur */
	background-color: #fff; /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

/* ------ */
/* Header */
/* ------ */
#header
{
	width: 898px;
	height: 100px;
	background-image: url("img/header.png");
	background-position: center;
	background-repeat: no-repeat;
	background-color: #bfbfbf;
	border: 1px solid #fdb853;
	font-size : 11px;
}

/* ---- */
/* Menu */
/* ---- */
#menu
{
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #fdb853;
	background : url(./img/fade.gif) repeat-x;
	font-size : 11px;
}

#menu a {
	color : #fff;
	font-weight : bold;
	text-decoration:none;
}

/* ----- */
/* Corps */
/* ----- */
.corps
{
	margin-bottom: 10px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
	color : #666;
	border: 1px solid black; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
	border-color: #fdb853;
	font-size : 11px;
}

.corps a {
	color : #ff9807;
	font-weight : bold;
}

.corps a:hover {
	color : #feb64c;
	font-weight : bold;
}

/* ------ */
/* Footer */
/* ------ */
#pied_de_page
{
	padding : 10px;
	border: 1px solid #fdb853;
	color : #666;
	text-align : center;
	line-height : 20px;
	font-size : 11px;
}

#pied_de_page a {
	color : #666;
}

/* Titre des Catégories */
td.titlecat {
	border: 1px #fdb853 solid;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
}

td.decolledubord {
	width: 900px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

/* Titre des Catégories avec Dégradé Orange*/
td.titlecatwithfond {
	width: 900px;
	color : #fff;
	border: 1px #fdb853 solid;
	font-size: 12px;
	line-height: 15px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	background : url(./img/fade.gif) repeat-x;
}


/* Input */
input[type=submit], input[type=button] {
	border:1px solid #e7750f;	
	background: url('./img/boutton.png') repeat-x;
	color : #fff;
	font-weight: bold;
	cursor:pointer;
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, serif;	
}

input[type=submit]:hover, input[type=submit]:focus, input[type=button]:hover, input[type=button]:focus, input[type=submit]:active, input[type=button]:active {
	border:1px solid #e7750f;	
	background: url('./img/boutton2.png') repeat-x;
	color : #fff;
	font-weight: bold;
	cursor:pointer;
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, serif;	
}

/* Textarea, Select */
input, textarea, select {
	border: 1px #fdb853 solid;
	background-color: #fee2b7;
	background-repeat:
	no-repeat;
	background-position: left center
}
input:hover, textarea:hover, select:hover {
	border: 1px #808080 solid;
	background-color: #fdc36c;
	background-repeat:
	no-repeat;
	background-position: left center
}

a img {
    border: 0px;
    text-decoration: none;
    vertical-align: middle;
}