  /* design */
  
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
}

#conteneur {
	position: absolute;
	width: 940px;
	left: 50%;
	margin-left: -498px;
}

/* properties for all input elements */
input, textarea {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 0.9em;
}


hr {
	background-color: #990000;
	border: 0;
	width: 100%;
	height: 1px;
}
ul, li { list-style: disc;
		font-size: 12px;
		line-height: 1.5;
}
.small { font-size: x-small; font-weight: normal; }
.powered, .powered a { font-size: x-small; color: #808080; margin: 0.5em 0em 0.5em 0em; }
strong, .strong { font-weight: bold; }
.text_disabled { color: ButtonFace; }

/* properties for headers */
h1,h1,h3 {
    color: #707070;
    font-weight: bold;
    text-align: center;
    margin: 0.5em 0.5em 0.5em 0.5em;
}
h1 { font-size: 140%; }
h2 { font-size: 130%; }
h3 { font-size: 120%;
	color: #00466A;
}

/* other elements */
div.centered { text-align: center; }
div.centered table {
    margin: 0 auto; 
    text-align: left;
}
ul,ol { margin-left: 2em;}
.code { font-family: "Courier New", Monospace; font-size: 120%; color: blue; } 

/* vedit - vertical table (signup, profile edit) */
.vedit {
    border: solid 1px #B1B1B1;
}
/* vedit - usual column (right) */
.vedit td {
    text-align: left;
    padding: 15px 10px 10px 10px;

    background-color: white;
    border: solid 1px #B1B1B1;
}
/* vedit - header column (left) */
.vedit th {
    padding: 10px 15px 10px 10px;
    text-align: right;
    font-weight: bold;

    background-color: #ECECEC;
    border: solid 1px #B1B1B1;
}
/* vedit - heading row */
.vedit .headrow { font-weight: bold; text-align: center; }


/* hedit - horizontal table (payments list) */
.hedit {
    border: solid 1px #B1B1B1;
}
/* hedit - usual column */
.hedit td {
    padding: 5px;
    background-color: #E0E0E0;
    font-size: 8pt;
    background-color: white;
    border: solid 1px #B1B1B1;
}
/* hedit - header column */
.hedit th {
    padding: 5px;
    font-weight: bold;
    text-align: center;

    background-color: #ECECEC;
    border: solid 1px #B1B1B1;
}

table.errmsg
{
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 90%;
    background-color: red;
    border: #cc0000 1px solid;
    margin: 5px 0px 5px 0px;
}
table.errmsg td
{
    padding: 5px 50px 5px 5px;
    font-weight: bold;
}
table.errmsg td li
{
    list-style: square;
}

/* Receipt table from thanks.html */
.receipt td {
    background-color: #F0F0F0;
    border: solid 1px black;
    padding: 2px 4px 2px 4px;
}
.receipt th {
    background-color: #C0C0C0;
    border: solid 1px black;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
}
.receipt td.total {
    background-color: #C0C0C0;
    border: solid 1px black;
}
.receipt {
    border-collapse: collapse;
}

/* Newsletters table on member.php */
.newsletters td {
    padding: 5px;
    margin: 5px;
}
.newsletters td.disabled {
    padding: 5px;
    margin: 5px;
    color: #505050;
}
	
a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}






/* ------------------- General ------------------------- */
  

a:link {
	color: #00466A;
	text-decoration: none;
}
a:visited {
	color: #00466A;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}
strong {
	color: #333333;
}

h1 {
	font-size: 20px;
	color: #0066CC;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 14px;
	color: #00466A;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

table h2 {
	padding-left: 5px;
	}

p {
	margin: 0 0 14px 0;
	color: #333333;
}

em { 
	color:#000000;
}

/* ------------------- Header ------------------------- */

#header {
	height: 56px;
	margin: 0px;
}


.logognc {
	margin-left: 80px;
	margin-top: 10px;
}


.fly {
	margin-right: 115px;
}



/* ------------------- Bandeau ------------------------- */
	
#bandeau {
	height: 52px;
	margin: 0px;
}

#bandeau h1 {
	font-size: 24px;
	color: #FF6600;
	text-align: left;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 10px;
	padding-bottom: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 125px;
}


/* ------------------- Centre ------------------------- */

#centre {
	margin-bottom: 0px;
}

#contenu {
	margin-left: 282px;
	width: 550px;
	margin-bottom: 0px;
}

#contenu a:link {
	text-decoration: underline;
	color: #0066CC;
}
#contenu a:visited {
	color: #0066CC;
	text-decoration: none;
}
#contenu a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#contenu a:active {
	color: #FFCC00;
}

/* pour lettre vente */
#contenulettre {
	margin-left: 120px;
	width: 680px;
	margin-bottom: 0px;
}


/* ------------------- Pied ------------------------- */


#pied {
	height: 52px;
	vertical-align: middle;
	font-size: 10px;
	margin-top: 0px;
}
.dotunderline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}