html { background-color: #C4D3E2; }
body {
	padding: 0 0em;
	font-family: Georgia,"Times New Roman", Times, serif;
	width: 770px;
	margin: 0 auto;
	background-color: white;
	line-height: 100%;
	text-align: center;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0 none;
	background-image: url('../images/body_bg.gif');
	background-position: top left;
	background-repeat: repeat-x
}

table {
	font-family: Georgia,"Times New Roman", Times, serif;
}

table .corp {
	font-size : 12px;
}

A { 
	font-weight: bold;
	text-decoration: none; 
}
A:link { 
	color: #4000C0; 
}

A:visited { 
	color: #4000C0; 
}

A:hover {
	color:red;
}

/*Navigation Tab */
.navtab {
	background-image: url(../images/navtab.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 1px;
}
.navtabA {
	background-image: url(../images/navtabActive.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 1px;
}

/*Navigation Tab */
a.thm:hover img {border:solid 1px #000000; Filter: alpha(Opacity=99,FinishOpacity=48,style=1,StartX=0,FinishX=2,StartY=0,FinishY=2);}
.thm img {border:solid 1px #4000C0;width:90px;height:120px;}
A.thm:link {  color:#0000CC; }

#rightmenu {
  border-left-width:1px;
  border-left-style:solid;
  border-left-color:#4000C0;
  padding-left:5px;
  border-right-width:1px;
  border-right-style:solid;
  border-right-color:#4000C0;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#4000C0;
  text-align:left; 
}

#leftmenu {
  border-left-width:1px;
  border-left-style:solid;
  border-left-color:#ACACAC;
  padding-left:5px;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#ACACAC;
  text-align:left; 
}

INPUT.boutGen {
	margin: 20px 0 10px 0;
	color: #FFFFFF;
	background-color: #6495ED;
	font-weight: bold;
	border-top: 1px solid #cccccc;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #cccccc;
	width : 150;
	/*padding: 0.3em 0.3em;
	*/
	height : 28px;
	text-align : center;
	vertical-align : middle;
}

h2
{
	margin-top: 1.4em;
}

.copyright
{
	background-color: #C4D3E2;
	padding-top: 0.5em;
	font-size: 0.8em;
	text-align: center;
}