* {
	border: 0;
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	background-color: #fff;
	color: #0a0a0a;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	text-align: center;
	}

/* AFFICHAGE GENERAL */
img { 
	border: 0;
	vertical-align: middle;
}
strong {
	font-weight: normal;
}
b {
	font-weight: bold;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	font-size: 13px;
} 

/* TIPPER */
.tool-tip {
	width: 249px;
	z-index: 13000;
}
.tool-title {
	background: url("bulle-tip.png") top left;
	color: #d01a00;
	font-size: 10px;
	margin: 0;
	padding: 4px;
	text-align: center;
}
.tool-text {
	background: url("bulle-tip.png") bottom right;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 0 2px 6px 2px;
	text-align: center;
}

/* CLASSES */
.info {
	font-size: 11px;
	text-align: right;
}

.fluo {
	background: #bf0 url("fluo.jpg") repeat 0 0;
	color: #cf0;
}

.tab {
	text-indent: 30px;
}

/* CORPS DU SITE */
#contenu {
	background: #050a0c url("contenu.gif") repeat-y;
	height: 100%;
	margin: 0 auto 0 auto;
	min-height: 582px;
	overflow: auto;
	width: 960px;
}

/* CONTENEUR NAVIGATION */
#navigation {
	float: left;
	font-size: 11px;
	font-weight: bold;
	position: fixed;
	text-align: center;
	width: 220px;
}
#navigation .famille {
	background-color: #424242;
	color: #fff;
	font-size: 9px;
	letter-spacing: 4px;
	margin: 0 auto;
	text-align: left;
	text-indent: 4px;
	width:90%;
}
#navigation ul {
	border-top: #424242 1px solid;
	list-style: none;
	margin: 1px auto 13px auto;
	padding: 0;
	width: 90%;
}
#navigation li {
	border-bottom: #424242 1px solid;
	color: #424242;
	display: block;
	letter-spacing: 2px;
	list-style-image: none;
	list-style: none;
	padding: 1px 0;
	text-align: left;
	text-indent: 4px;
	width: 100%;
}
#navigation a:link, #navigation a:visited, #navigation a:active {
	border: 0;
	color: #424242;
	display: block;
	font-weight: normal;
	text-decoration: none;
	width: 100%;
}
#navigation a:hover, #navigation a:focus {
	border: 0;
	background-color: #bf0;
	color: #050a0c;
	display: block;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
}
#navigation a.w3c:link, #navigation a.w3c:visited, #navigation a.w3c:hover, #navigation a.w3c:focus, #navigation a.w3c:active {
	display: inline;
	padding: 0 10px;
	width: auto;
}
#navigation a.img:link, #navigation a.img:visited, #navigation a.img:hover, #navigation a.img:focus, #navigation a.img:active {
	background: none;
	border: 0;
	display: inline;
	letter-spacing: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: auto;
}

/* CONTENEUR TEXTE */
#texte {
	float: right;
	margin: 0;
	min-height: 400px;
	width: 740px;
}

#texte h1 {
	border-bottom: 0;
	color: #fff;
	font-size: 36px;
	margin: 8px 8px 116px 0;
	padding: 0;
	text-align: right;
	text-transform: lowercase;
}

#texte h2 {
	border-bottom: #d01a00 1px solid;
	clear: both;
	color: #000;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 10px 0 10px;
	padding: 5px 10px 0 0;
	text-align: left;
}
#texte h3 {
	border-bottom: #0a0a0a 1px solid;
	color: #0a0a0a;
	font-size: 12px;
	font-weight: normal;
	margin: 0 10px 0 10px;
	padding: 9px 10px 0 0;
	text-align: left;
}
#texte ul {
	list-style:none;
	margin-left: 26px;
	padding: 6px 10px 20px 10px;
}
#texte li {
	font-size: 14px;
	font-weight: bold;
	list-style-type: disc;
	list-style-image: url("puce.png");
	text-align: justify;
}

#texte p {
	padding: 0 10px 6px 10px;
	text-align: justify;
}
#texte a:link, #texte a:active, #texte a:visited {
	border-bottom: #d01a00 1px dashed;
	color: #000;
	text-decoration: none;
}
#texte a:hover, #texte a:focus {
	border-bottom: #d01a00 1px solid;
	color: #0a0a0a;
	text-decoration: none;
}

#texte a.def:hover, #texte a.def:focus {
	cursor: help;
}

#texte a.img:link, #texte a.img:visited, #texte a.img:hover, #texte a.img:focus, #texte a.img:active {
	background: none;
	border: 0;
	display: inline;
	letter-spacing: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: auto;
}

#texte .doc_att {
	float: right;
	margin: 4px 0 4px 10px;
}
/* AFFICHAGE DES ZONES DE SAISIES ET BOUTONS */
#texte input {
	background-color: transparent;
	border-top: 0;
	border-bottom: #000 1px solid;
	color: #000;
	font-size: 12px;
	margin-bottom: 3px;
	text-transform: capitalize;
	width: 250px;
}
#texte input.bu {
	border: #d01a00 1px solid;
	color: #000;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px 4px 1px 4px;
	text-transform: none;
	text-align: center;
	width: auto;
}
#texte textarea {
	background-color: transparent;
	border: 0;
	border-right: #000 1px solid;
	color: #000;
	font-size: 13px;
	height: 200px;
	overflow: auto;
	width: 340px;
}

/* PIED DE PAGE */
#pied {
	height: 30px;
	margin: 0 auto 10px auto;
	width: 960px;
}
#pied p {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	padding: 1px 4px 0 0;
	text-align: right;
}
#pied .maj {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-style : italic;
	margin: 0;
	padding: 3px 6px 0 4px;
	text-align: right;
}
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	margin: 0;
	visibility: visible !important;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	display: block;
	left: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
	top: 0;
	width: 0;
}
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
.sIFR-hasFlash h1 {
	visibility: hidden;
}

