/* ---------- Elements Principaux ------------- */
body {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size:small;
	text-align:justify;
	background-image:  url("Images/texture.jpg");
	background-color :  #b61400;
}

a {
	text-decoration:underline;
	color:#000000;
	font-family:Tahoma
}

a:hover {
	text-decoration:none;
	color:#808080
}

a.menu {
	text-align:center;
	text-decoration:none;
	font-family:Tahoma;
	font-weight:bold;
	display:block;
	background:#c3c3c3;
	height:30px;
	width:120px;
	padding-top:11px;
	border-bottom: 1px solid #b3b3b3;
	border-top: 1px solid #e4e4e4;
}

a.menu:hover {
	text-decoration:none;
	background:#e4e4e4;
	color:#000000
}

.titre {
	font-size: xx-large;
	font-weight: bolder;
	font-style:italic;
	text-transform:uppercase;
	color:#912a23;
	padding-left:20px;
}

a.titre {
	font-size: xx-large;
	font-weight: bolder;
	font-style:italic;
	text-transform:uppercase;
	text-decoration:none;
	color:#912a23;
	padding-left:0px;
}

.navLink {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
}

.link {
	color: #000000;
	text-decoration: underline;
	background-color: #FFFFFF;
	cursor: pointer;
}

.link:hover {
	text-decoration:none;
	color:#808080
}

.top {
	background-image: url(Images/text_top.gif);
	background-repeat: repeat-x;
	height: 15px;
	background-color:#FFFFFF;
}

.left {
	background-image: url(Images/text_left.gif);
	background-repeat: repeat-y;
	width: 18px;
	background-color:#FFFFFF;
}

.right {
	background-image: url(Images/text_right.gif);
	background-repeat: repeat-y;
	width: 18px;
	background-position:right;
	background-color:#FFFFFF;
}

.bottom {
	background-image: url(Images/text_bottom.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	height: 15px;
	background-color:#FFFFFF;
}

.topLeft {
	background-image: url(Images/text_top_left.gif);
	height: 15px;
	width: 18px;
}

.topRight {
	background-image: url(Images/text_top_right.gif);
	height: 15px;
	width: 18px;
}

.bottomLeft {
	background-image: url(Images/text_bottom_left.gif);
	height: 15px;
	width: 18px;
}

.bottomRight {
	background-image: url(Images/text_bottom_right.gif);
	height: 15px;
	width: 18px;
}

.menuLeft {
	background-image: url(Images/text_left.gif);
	background-repeat: repeat-y;
	width:7px;
}

.menuRight {
	background-image: url(Images/text_right.gif);
	background-repeat: repeat-y;
	width:7px;
}

.blackBorder {
	border: 1px solid #000000;
}

.paddedTable {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.bordure5px {
	background-image: url(Images/bordure5px.jpg);
	background-repeat: repeat-y;
	width: 5px;
	background-position: center;
}

.bordure2px {
	background-image: url(Images/bordure2px.jpg);
	background-repeat: repeat-y;
	width: 5px;
	background-position: center;
}

.greyBorder {
	border: 1px solid #E0D4C4;
}

.bordeauxGras {
	font-weight: bold;
	color:#912a23;
	background-color: #FFFFFF;
}

.bordeaux {
	color:#912a23;
	background-color: #FFFFFF;
}
