* {
	padding: 0;
	margin: 0;
    border: 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 { 
    vertical-align: middle;
    border: 0;
	}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td {
	font-size: 13px;
	} 


/* 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 {
	height: 100%;
    width: 960px;
	background: #050a0c url("contenu.gif") repeat-y;
	margin: 0 auto 0 auto;
    min-height: 582px;
    overflow: auto;
	}

/* 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.gdtitre {
    border-bottom: 0;
	color: #fff;
	font-size: 36px;
	margin: 8px 8px 116px 0;
    padding: 0;
	text-align: right;
	text-transform: lowercase;
}

#texte h1 {
    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 {
	margin-left: 26px;
	list-style:none;
    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 {
    text-align: justify;
    padding: 0 10px 6px 10px;
	}
#texte a:link, #texte a:active {
    border-bottom: #d01a00 1px dashed;
	color: #000;
	text-decoration: none;
}
#texte a:visited {
    border-bottom: #0a0a0a 1px solid;
	color: #0a0a0a;
	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;
	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 {
    font-size: 11px;
	height: 30px;
    margin: 0 auto 10px auto;
    width: 960px;
	}
#pied h1.titre {
    color: #fff;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 10px;
	font-style : italic;
	font-weight: bold;
    letter-spacing: 1px;
    padding: 1px 4px 0 0;
	text-align: right;
    }
#pied h1 {
    color: #fff;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 5px;
	font-style : italic;
	font-weight: bold;
    margin: 0;
    padding: 0 4px 0 46px;
	text-align: right;
    }
#pied .maj {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 9px;
	margin: 0;
	padding: 3px 6px 0 4px;
	text-align: right;
}
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
.sIFR-hasFlash h2 {
	visibility: hidden;
}
