body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

table {
border:0px;
vertical-align:top;
}


td {
	font-family: Tahoma;
	font-size: 90%;
}

.titlogo {
	font-family: Tahoma;
	font-size: 170%;
	font-weight: bold;
	line-height: normal;
	padding: 10px 12px 12px 10px;
	color: #FF6600;
}

petit {
	font-family: Tahoma;
	font-size: 78%;
}

.petit1 {
	font-family: Tahoma;
	font-size: 78%;
	color: #FFFFFF;
}

th {
	font-family: Tahoma;
	font-size: 100%;
}
h1 {
	font-family: "Copperplate Gothic Bold";
	font-size: 150%;
	font-weight: bold;
	line-height: normal;
	color: #FF6600;
}
h6 {
	font-family: "Copperplate Gothic Bold";
	font-size: 150%;
	color: #993366;
	border: thin solid #993366;
}
h2 {
	font-family: "Copperplate Gothic Bold";
	font-size: 120%;
	color: #993366;
	font-weight: bold;
}

.puce1norm {
	list-style-image: url(../ressources/puce1.gif);
}

.puce1 {
	list-style-position: normal;
	list-style-image: url(../ressources/puce1.gif);
}
.puce2 {
	list-style-position: inside;
	list-style-image: url(../ressources/puce2.gif);
}
.bolt_table {
	font-size: 120%;
	font-weight: bold;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #660066;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
.titre_choc {
	font-size: 150%;
	color: #9D3576;
	border: thin solid #9D3576;
}
.tableau_100 {
	font-size: 100%;
}
.pied_de_page {
	font-size: 70%;
}
.tableau {
	font-size: larger;
}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
