﻿/*
	BASIC ELEMENTS
	
	Couleurs:
	Vert:	#75C923
	Jaune: #D9A129
	Rouge: #8B021C

*/
img 
{
	border: 0;
}

div 
{
	font-family: 'Arial Black';
	font-size: 10pt;
}

a:link
{
	font-family: 'Arial Black';
	font-size: 9pt;
	color: #8B021C;
	text-decoration: none;
}

a:hover
{
	color: #9F2E43;
	text-decoration: underline;
}

a:visited
{
	color: #8B021C;
	text-decoration: none;
}

h1
{
	font-family: 'Arial Black';
	font-size: 12pt;
	font-weight: bold;
	color: #8B021C;
}


/*
	CUSTOM CLASSES
*/
.indexBody
{
	margin: 0px 0px 0px 0px;
	background-color: #D9A129;
}

.mainFrame 
{
	width: 900px;
	background-color: white;
	border-left: solid 5px #777777;
	border-right: solid 5px #777777;
}

.logoHeader {
	background-image: url(images/logoHeader.gif);
	background-repeat: no-repeat;
	height: 60px;
}

.headerLinks 
{
	padding: 5px 5px 5px 5px;	
}

.menus 
{
	background-color: #8B021C;
	padding: 0px 0px 0px 120px;
	text-align: left;
}

.menuTab
{
	display: inline;
	background-color: #D9A129;
	border-top: #777777 3px solid;
	font-family: 'Arial Black';
	font-weight: bold;
	font-size: 10pt;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 20px;
	margin-right: 2px;
	cursor: pointer;
}

.menuTab#selected
{
	background-color: #F1F093;
	border-top: #75C923 3px solid;
	cursor: default;
	padding-top: 10px;
}

.menuTab#hover
{
	padding-top: 10px;
	border-top: #75C923 3px solid;
}

.page 
{
	padding: 20px 10px 20px 50px;
	text-align: left;
}

.footer
{
	background-color: #8B021C;
	height: 30px;
}
