@charset "UTF-8";
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	margin-top: 20 px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixRtHdr #container {
	width: 954px; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(../images/coin.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #header {
	background: #FFFFFF;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 20px;
	right: 20px;
	margin-bottom: 10px;
	height: 30px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: none;
}
.twoColFixRtHdr #banner {
	background: #FFFFFF;
	clear: both;
	float: left;
	width: 924px;
	height: 134px;
	padding-top:0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px;
	background-color: #8C9BB3;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font: 0.9em Georgia, "Times New Roman", Times, serif;	
}

.twoColFixRtHdr #sidebar1 h3 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.3em;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}

.twoColFixRtHdr #mainContent {
	margin-top: 0px;
	margin-right: 300px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font: 0.9em Georgia, "Times New Roman", Times, serif;
} 
.twoColFixRtHdr #mainContent p {
	color: #282828;
	text-decoration: none;
	font-size: 1em;	
}
.twoColFixRtHdr #mainContent a {
	padding: 10px 0;
	color: #C81F08;
	text-decoration: none;
	font-size: 1em;
}
.twoColFixRtHdr #mainContent a:hover {
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #F0C42E;
	text-decoration: none;
	font-size: 1em;
}
.twoColFixRtHdr #mainContent h2 {
	font-size: 1.4em;
	color: #7B8493;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}

.twoColFixRtHdr #mainContent h3 {
	
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.1em;
	color: #A0AABE;
}

.twoColFixRtHdr #footer {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	font: 0.8em Georgia, "Times New Roman", Times, serif;
	color: #5F7993;
	margin-top:5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #F0C42E;
	height: 38px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #1D3374;
}

.twoColFixRtHdr #footer a {
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
	color: #C61F08;
	text-decoration: none;
}
.twoColFixRtHdr #footer a:hover {
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
	color: #A0AABE;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




table#menu{
	font: normal 1em/normal Georgia, "Times New Roman", Times, serif;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	width: 100%;
}

table#menu th {
	font: normal 1em/normal Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-left: 2px;
	background-color: #A9BAD5;
	color: #793F21;
	}
table#menu thead th {
	background-color: transparent;/*annule la couleur pour laisser le bg sur thead  - fonctionne si on a ajouté les tags THead et Tbody  dans le html de la table*/
}	
#met, #prix {
	background-color: #F0F8FE;
	font: 2em Georgia, "Times New Roman", Times, serif;
}

table#menu thead  {
	background-image: url(../p7pm/img/p7PM_steel.jpg);
	background-repeat: repeat;
	background-position: left top;
	height: 30px;
}

table#menu thead th.name{
text-indent:-1000em;/*pour enlever le nom de la première case - et donner à la case: class name */
}

table#menu td {
	font: normal 1em/normal Georgia, "Times New Roman", Times, serif;
	padding-left: 5px;
	height: 20px;
	color: #1D3366;
}
	

table#menu tr:hover {
	color: fff;
	background-color: #BAC5DB;
}

table#menu thead tr:hover {
	background-color: transparent;
}
table#menu caption {
	font-size: 1.2em;
	font-weight: bold;
	color: #A0AABE;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-bottom: 10px;
}

table#list {
	font: italic 0.9em "Times New Roman", Times, serif;
	padding-left: 5px;
}

table#list th {
	font: italic 1em "Times New Roman", Times, serif;
	background-color: #A9BAD5;
	color: #fff;
	height: 20px;
	}
table#list tr {
	font: italic 0.9em "Times New Roman", Times, serif;
	padding-left: 5px;

}
table#list thead  {
	background-image: url(../p7pm/img/p7PM_steel.jpg);
	background-repeat: repeat;
	background-position: right top;
	height: 20px;
}
table#list thead th {
	background-color: transparent;/*annule la couleur pour laisser le bg sur thead  - fonctionne si on a ajouté les tags THead et Tbody  dans le html de la table*/
}
	
table#list caption {
	font-size: 1.2em;
	font-weight: bold;
	color: #A0AABE;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
}
#container #mainContent table tr td {
	font-size: 100%;
}

.noprint {
}
