/* -------------------- RESET ALL STYLE'S ELEMENT BEFORE ALL OTHER THING */
html, body, div, span, applet, object, iframe, blockquote, a, pre, address, big, code, dfn, em, font, img, kbd,
q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend,
caption 				{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body 					{ line-height: 1; }
h1, h2, h3, h4, h5, h6 	{ margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; }
blockquote, q 			{ quotes: none; }
:focus 					{ outline: 0; }
table 					{ border-collapse: collapse; border-spacing: 0; }

/* -------------------------------------- PRINCIPAUX ELEMENTS */

body, table, tr, td, input, select, textarea {
	font-family: Bitstream Vera Sans, Verdana, Arial, sans-serif;
	/*font-family: verdana, arial, sans-serif, serif;*/
	/*font-family: Trebuchet MS, Helvetica, sans-serif;*/
	/*font-family: Lucida Sans Unicode, Lucida Grande, Monaco, sans-serif;*/
	/*font-family: "Helvetica Neue", Helvetica, clean, sans-serif;*/
	font-size: 12px;
	line-height: 1.50em;
	color: #333;
}
p { margin: 12px 0 0 0; }
h1 { font-size: 1.70em; }
h2 { font-size: 1.55em; }
h3 { font-size: 1.30em; }
h4 { font-size: 1.10em; }
h5 { font-size: 1.0em; }
h6 { font-size: 1.0em; font-weight: normal; text-decoration: underline; }
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}
a.pop {}
a.popnopic {}
a.nopic {}
.gauche { float: left; }
.droite { float: right; }
.clear { clear: both; }
.clickable:hover { cursor: pointer; }
span.specmel { unicode-bidi: bidi-override; direction: rtl; }
img.flottement_a_droite { float: right; margin-left: 10px; margin-bottom: 5px; }
img.flottement_a_gauche { float: left; display: inline; margin-right: 10px; margin-bottom: 5px; }
table.tableau_avec_grille { border-top: 1px #eee solid; border-left: 1px #eee solid; }
table.tableau_avec_grille td { border-bottom: 1px #eee solid; border-right: 1px #eee solid; }
.smchapter { margin: 10px 0; font-size: 13px; font-weight: bold; }
.commentaire { font-size: 11px; color: #777; font-weight: normal; }
pre {
	padding: 5px 0 0 0;
	font-size: 11px;
}
pre.gris {
	background-color: #eee;
	padding: 10px;
	margin-top: 5px;
	border: 1px solid #ddd;
}
ul.alpha {
	list-style: lower-latin;
}
ul.alpha li {
	padding-bottom: 20px;
}
ul.alpha img {
	padding: 5px 0 0 0;
}
.souligne { text-decoration: underline; }
.obligatoire { color: red; }

/* -------------------------------------- GLOBAL */

#header, #navigation, #content, #footer {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#navigation {
	padding-bottom: 10px;
}

#header {
	margin-top: 15px;
	border-bottom: 10px #ddd solid;
	background: url(../images/wdx_150.jpg) top left no-repeat;
	height: 30px;
	padding-top: 10px;
	font-size: 40px;
	font-family: arial;
	color: #ddd;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
}

#content {
	margin-top: 15px;
}

.index fieldset ul li {
	margin-bottom: 20px;
}

.fb {
	float: right;
	margin-top: 20px;
	margin-left: 10px;
}

.index fieldset ul li ul li {
	margin-bottom: 0px;
}

#generator p {
	margin: 3px 0;
}
fieldset {
	border: 1px solid #eee;
	padding: 15px;
	margin: 20px auto 0 auto;
}
.fieldtitle {
	padding: 0 10px;
	text-transform: uppercase;
	font-style: italic;
	color: #999;
}
label {
	float: left;
	display: inline;
	width: 200px;
}
input[type=text],
select, textarea {
	border: 1px #ccc solid;
	padding: 3px;
}
input[type=button], input[type=submit]  {
	padding: 3px;
	text-transform: uppercase;
	font-size: 0.9em;
}
input[type=checkbox] {
}
.court {
	width: 50px;
}
.normal {
	width: 150px;
}
.long {
	width: 450px;
}

#footer {
	border-top: 2px #eee solid;
	margin-top: 20px;
	padding: 3px 0;
}
.copyright {
	float: right;
}
#footer a {
	text-decoration: none;
	color: inherit;
}

.notice {
	font-style: italic;
	color: #aaa;
}
#totop {
	width:140px;
	background:#444;
	text-align:center;
	padding:5px;
	position:fixed; /* this is the magic */
	bottom:0px; /* together with this to put the div at the bottom*/
	right:0px;
	cursor:pointer;
	display:none;
	color:#fff;
	font-weight: bold;
	font-family:verdana;
	font-size:12px;
}

table.tblindex {
	margin: 0px auto;
}

table.tblindex td {
	text-align: center;
	vertical-align: top;
	padding: 5px 10px;
}

pre span.c {
	color: green;
}

pre span.e {
	color: #777;
}

pre span.a {
	color: blue;
	font-weight: bold;
}

pre span.r {
	text-decoration: line-through;
	color: red;
}





