/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.5;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: none;
}

/* Mise en forme du contenu alternatif */

body {
	background:#D6E2EC;
	font-size: 75%;
	height: 100%;
	color: #3F4041;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height:1.5em;
}

a {
	color:#DC73A7;
	text-decoration: underline;
}

.clear {
	clear: both;
}

#my_flash {
	background:#D6E2EC url('images/background.jpg') no-repeat 0 0;
	width: 700px;
	margin: 30px auto 0 auto;
	padding:20px 100px 10px 80px;
	height:100%;
}

#downloadFlash {
	margin-left:315px;
	font-weight:bold;
	height: 60px;
}

h1 {
	text-indent:-9999px;
	display:block;
	height:120px;
	margin:30px 0 0 315px;
	width:300px;
}

h2 {
	font-size:1.8em;
	margin:0 0 5px 0;
	font-weight:bold;
}

h3, .leftIndent {
	color:#DC73A7;
	font-size: 2em;
	line-height: 1em;
	margin-left: -4px;
	text-transform: uppercase;
}

h3.leftH3 {
	float: left;
	height: 42px;
	width: 800px;
}

.leftIndent {
	float: left;
	margin: 0 0 0 -30px;
}

.menu {
	margin:40px 0 0 315px;
	list-style-type:none;
	height:40px;
}

.menu li {
	float:left;
	background:#9BAFB6;
	padding:0 22px 0 0;
}

.menu li a {
	display:block;
	padding:3px 13px;
	background:#9BAFB6;
	color:#3F4041;
	text-decoration:none;
}

.menu li a:hover, .menu li a.selected {
	background:#3F4041;
	color:#fff;
	text-decoration:none;
}

img.ref {
	float: left;
	margin:30px 30px 0 0;
	background: #fff;
	padding: 10px;
}

span.categ {
	color:#DC73A7;
	font-size: 0.9em;
	display: block;
	margin: 20px 0;
}

#footer {
	font-size: 0.9em;
	text-align: center;
	margin: 60px 0 0 70px;
}

.zone {
	padding: 30px 0 60px 0;
}
