@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #66808C;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 15px;
	clear: both;
}

img, img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #66808C;
}
a:hover{
	color: #CC0000;
}

#table-top {
	margin-right: auto;
	margin-left: auto;
}
.td-right {
	background-image: url(../img2/layout/bg_right.jpg);
	background-repeat: repeat-y;
}
.td-top {
	background-image: url(../img2/layout/border_top.jpg);
	background-repeat: repeat-x;
	background-color: #F3F3F3;
}
#td-submenu {
	background-color: #66808C;
}
#table-main {
	
}
.td-left {
	background-image: url(../img2/layout/border_left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#td-content {
	background-image: url(../img2/layout/bg-content.jpg);
	background-repeat: repeat-y;
	background-color: #EAEAEA;
	
}
#content-bgimage {
	background-image: url(../img2/layout/bg-mainimage.jpg);
	background-repeat: no-repeat;
	position: static;
	left: 0px;
	top: 0px;
/*	height: 596px;
	width: 859px;*/
}

.td-bottom {
	background-image: url(../img2/layout/border_bottom.jpg);
	background-repeat: repeat-x;
}
#td-submenu ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
}
#td-submenu li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6F9B9D;
}
#td-submenu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#td-submenu a:hover {
	background-color: #6F9B9D;
}
#table-topnav td {
	text-align: center;
	padding: 5px;
}
#table-topnav a td {
	border: 1px solid #FFFFFF;
}
#table-topnav a:hover td {
	border: 1px solid #65828E;
}
#content{
	position: relative;
	top: -596px;
	z-index: 99;
	margin-bottom:-596px;
}

#content-inside{
	color: #66808C;
	margin-top: 105px;
	margin-right: 105px;
	margin-left: 105px;
	min-height:596px;
}
.table-grille {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #66808C;
	border-collapse:collapse;
	background-color:#FFFFFF;
}
.table-grille th {
	color: #CC0000;
	border: 1px solid #66808C;
	padding:3px;
}
.table-grille td{
	border: 1px solid #66808C;
	padding:3px;
}
