div, span, object, embed, iframe, h1, h2, h3, h4, h5, h6, p, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	text-align:left;
}
body {
	line-height: 1.5;
	background: #fff;
	font-size:11pt;
	color: #000;
	/*font-family:verdana, Helvetica, Arial, Verdana, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	margin : 0 0 0;
	width: 50%;
	text-align: left;
}
caption, th, td {
	font-weight: 400;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes:;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #111;
	font-weight: bold;
}
h1 {
	color: #fff;
	font-size: 1.2em;
	line-height: 1;
	margin-bottom: .5em;
	font-weight:heavy;
}
h2 {
	font-size: 1.1em;
	margin-bottom: .75em;
	color:#003366 ;
   font-weight:bold;
}
h3 {
	font-size: 1.0em;
	line-height: 1;
	margin-bottom: 1em;
}
h4 {
	font-size: 0.8em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}
h5 {
	font-size: 0.75em;
	font-weight: 700;
	margin-bottom: 1.5em;
}
h6 {
	font-size: 0.7em;
	font-weight: 700;
}
p {
font-size: 0.9em;
  margin-bottom: 0.7em;
  color:#fff ;
}
ul, ol {

}

/*
ul {
list-style-type: circle;
}
li {
}
*/

/*menu deroulant */
ul, li {
margin: 0;
padding: 0;
font-size:10px;
font-weight:bold;
list-style-type: none;
}

ul {
list-style-type: circle;
}

ol {
	list-style-type: decimal;
}
dd {
	margin-left: 1.5em;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin-top: 1.5em;
	font-style: italic;
}
a:focus, a:hover {
	color: #000;
}
a {
	color: #09B;
	text-decoration: underline;
}
a:link, a:visited { text-decoration:none; color: #FFCC33;font-weight:normal; }
a:hover, a:active { text-decoration:underline; color: #FF9900; font-weight:normal;}

blockquote {
	color: #666;
	font-style: italic;
	margin: 1.5em;
}
em, dfn {
	font-style: italic;
	background: #ffc;
}
pre, code {
	white-space: pre;
	margin: 1.5em 0;
}
pre, code, tt {
	font: 1em 'andale mono', monotype.com, 'lucida console', monospace;
	line-height: 1.5;
}
tt {
	display: block;
	line-height: 1.5;
	margin: 1.5em 0;
}
th {
	border-bottom: 2px solid #ccc;
	font-weight: 700;
}
td {
	border-bottom: 1px solid #ddd;
}
.text-left {
	text-align: left;
}
th, td {
	padding: 4px 10px 4px 0;
}
tfoot {
	font-style: italic;
}
caption {
	background: #ffc;
}