
/* ##### Common Styles ##### */

body {
	color: black;
	background-color: rgb(229,229,229);
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 8.5pt;
	margin: 0;
	padding: 0;
}

.doNotDisplay {
  display: none;
}

.header {
	color: white;
	height: 1.5em;
	white-space: nowrap;
}

/* ##### Main Copy ##### */

#main-copy {
	background-color: rgb(229,229,229);
	text-align: justify;
	line-height: 1.5em;
	padding: 0mm 0mm 0mm 0mm;
}

.menu {
	background-image:url("../img/header1.jpg"); 
	background-repeat:repeat-x;
	height: 23px;
	width: 800px;
	border:1px solid  gray;
}

.menu td{
	margin: 0px;
	padding: 0px;
	padding-left:5px;
	padding-right:5px;
}

.menu tr {
	border:0px;
	margin: 0px;
	padding: 0px;
}

.menu a.button, .menu a.button:visited{
	display: block;
	height: 23px;
	background: transparent;
	text-align: right;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}

.menu a.button_clicked, .menu a.button_clicked:visited {
	background: transparent ;
}

.menu a.button:hover {
	background-position: 0px -25px;
	line-height: 25px;
	overflow: hidden;
}
.menu a.button:active {

}

.menu a {
	color:black;
}

/* #####Contenu ######*/
.mon_compte_affilie {
	background-color: white;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: gray;
	text-decoration: none;
	padding: 0em;
	border: 1px solid #000000;
}

.mon_compte_affilie_titre {
	background-color: #b7b7b7;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px; 
	color: black;
	font-weight:bold;
	border-bottom: 1px solid #000000;
	padding: 0.2em 0em 0.2em 1em;
	margin:0;
}
.mon_compte_affilie_txt {
	background-color: #f5f5f5;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #000000;
	font-weight:normal;
	padding: 0.2em 0em 0.2em 1em;
	margin:0;
}

/* ##### Footer ##### */

#footer {
	color: black;
	background-image:url("../img/bas_du_site.jpg"); 
	background-repeat:repeat-x;
	line-height:24px;
	height:24px;
	font-size: 91%;
	margin: 0;
	padding: 0.2em 0mm 0.2ex 0mm;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
	color: white;
	background-color: transparent;
	text-decoration: underline;
}

#footer img {
	background-color: transparent;
	border:0px solid;
}

#footer a:hover {
	text-decoration: none;
}

