/***********************************************/
/* Global.css                                   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
/*
	margin: 5px 20px 0px 20px;
*/
	padding: 0px;
	text-align: center;
	min-width: 800px;
}
.MainTable{
	text-align: left;
}
.MainTable td{
	vertical-align: top; 
}

.PageTop{
	height: 90px;
}
.PageTop table{
	margin: 0px 0px 20px 15px;
	height: 100%;
	background-color:#F5EE13;
	width: 100%;
	color: #164A28;
}

.PageTop .Col1{
	width: 520px;
	font-weight: bold;
	font-style: italic;
	font-family: "monotype corsiva";
}
.PageTop .Col1 .Titre{
	font-size: 40px;
	padding-left: 50px;
}
.PageTop .Col1 .Nom{
	font-size: 28px;
	padding-left: 250px;
}
.PageTop .Col2{
	text-align: center;
	padding-top: 10px;
}

.MainTableLeft{
	background-image: url("LogoPart.gif");
	background-repeat: no-repeat;
	background-color:#F5EE13;
}
.MainTableLeft table{
	margin-top: 220px;
}
.MainTableLeft table, .MainTableRight table{
	top: 0px;
	width: 150px;
	padding-left: 23px;
	text-align:center;
	font-weight: bold;
	font-size: 18px;
	color: #164A28;
}
/*
.MainTableLeft table td, .MainTableRight table td{
	margin-top: 10px;
	height: 55px;
	margin-bottom: 20px;
}
*/
.MainTableLeft .Low, .MainTableRight .Low{
	margin-top: 10px;
	height: 45px;
	margin-bottom: 20px;
}
.MainTableLeft .High, .MainTableRight .High{
	margin-top: 10px;
	height: 65px;
	margin-bottom: 20px;
}

.MainTableRight div{
	border: 3px solid #164A28;
	width: 130px;
	height: 195px;
	margin: 0px 7px 0px 7px;
	background-image: url("ImageDroite.jpg");

}
.MainTableLeft a:link, .MainTableLeft a:visited, .MainTableRight a:link, .MainTableRight a:visited {
	font-family: "Times New Roman", Times, serif;
	color:#164A28;
	text-decoration: none;
}

.MainTableLeft a:hover,.MainTableRight a:hover {
	font-family: "Times New Roman", Times, serif;
	color:#164A28;
	text-decoration: none;
	font-size: 20px;
}

.MainTableMain{
	border-right: 15px solid #F5EE13;
	padding-bottom: 20px;
	width: 600px;
	
}

.MenuBottom{
	color:#164A28;
	float: left;
	width: 100%;
	white-space: nowrap;
	text-align: center;
	border-bottom: 2px solid #164A28;
	border-top: 2px solid #164A28;

}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

.MenuBottom img{
 display: block;
}
a img {
	border-width: 0px;
}
.MenuBottom a {
	font-size: 11px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color:#164A28;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	color:#164A28;
}

h1{
}

h2{
}

h3{
}

h4{
}

h5{
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}



