/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* link underlines tend to make hypertext less readable,
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

/*** reset some basic style
******************************************************************/
dl {margin: 0 0 0 .8em;}
dl dt {margin: 0 0 .5em 0;}
dl dd+dt {margin-top: 1.5em;}
dl dd {margin: 0 0 1em 2em;}

ol {list-style: decimal;}
ol li {margin: 0 0 1em 2.5em;}
ol li ol {margin: 1em 0 1em 1em;}
ol li ul {margin: 1em 0 1em 1em;}

p {margin-bottom: 1em;}

ul {list-style: disc;}
ul li {margin: 0 0 0em 2em;}
ul li ul {margin: 0em 0 0em 0em; list-style: circle;}
ul li ol {margin: 1em 0 1em 1em;}

/***********************/

body {margin: 1em; font-family: Verdana, Arial, sans-serif; font-size: 80%; }

h1 {
	margin: 12px;
	font-size: 140%;
	padding-left: 24px;
	text-align: left;
}
.message {
	background: #FAF4C8;
	border: 1px solid red;
	line-height: 1.1em;
	padding: 1em;
	width: 42em;
	margin-left: 36px;
	padding-bottom:0;
	margin-bottom:1.5em;
}
.bleu {
	border: 1px solid #369;
	width: 52em;
}
.message h2 {
	color: red;
	font-size: 120%;
	text-align: left;
	margin-bottom:0.5em;
}
form {
	background: #FCF2A1;
	border-right: 1px solid #E3DE9F;
	border-bottom: 1px solid #E3DE9F;
	line-height: 1.1em;
	padding: 1em;
	color: #606060;
	padding: 1em;
	width: 62em;
	margin-left: 36px;
}
input, select {
	font-family: Verdana, Arial;
	margin-left: 2em ;
	padding: 2px;
}
input, select {
	font-family: Verdana, Arial;
	margin-left: 2em ;
	padding: 1px;
}
input.cliste {
	font-family: Verdana, Arial;
	margin-left: 0em ;
	padding: 2px;
}
textarea {
	font-family: Verdana, Arial;
	margin-left: 2em ;
	font-size: 100%;
	padding: 2px;
}
input.checkbox {
	margin-left: 0em ;
}
label.eti {
	margin-left: 2em;
	font-weight:normal;
}
label.etirouge {
	margin-left: 2em;
	font-weight:normal;
	color: #BB0000;
}
fieldset {
	border: 1px solid #cccccc;
	margin-bottom: 4px;
	padding-bottom: 1em;
	padding-top: 1em;
}
fieldset fieldset{
	margin-bottom: 4px;
	margin-left: 2em;
	margin-right: 1em;
}
legend {
	font-weight:bold;
	color: #606060;
}
.note {
	font-size: 85%;
	font-style: italic;
}
.flottante {
	margin: 0em;
	padding: 0em;
	font-size: 85%;
	float: left;
	width: 350px;
	text-align: right;
}
.flottante2 {
	margin: 0em;
	margin-top: .1em;
	margin-bottom: .1em;
	padding: 0em;
	float: left;
}
.conteneur {
	margin: 0em;
	padding: 0em;
	width: 100%;
}
hr {
	clear: both;
	visibility: hidden;
}
:link, :visited {
	text-decoration:underline;
}
table {
	font-family: Verdana, Arial;
	font-size: 90%;
	margin-left: 36px;
}
th {
	padding: 4px;
	margin: 0px;
	background: #CAD4A8;
}
tr.pair {
	background: #FAF4C8;
}
tr.impair {
	background: #FCF2A1;
}
ul.barre {
	margin: 13px;
	margin-bottom:18px;
	padding-left: 0px;
	white-space: nowrap;
}
ul.barre li {
	display: inline;
	list-style-type: none;
}
ul.barre li a {
	padding: 0.3em 2em;
}
ul.barre li a:link, ul.barre li a:visited {
	color: #fff;
	background-color: #777777;
	text-decoration: none;
}
ul.barre li a:hover {
	color: #fff;
	background-color: #369;
	text-decoration: underline;
}
.base {
	font-size: 95%;
	font-style: italic;
	text-transform: uppercase;
}
p.tm {
	margin-left : 3em;
	width: 49em;
	line-height: 1.3em;
	text-align: justify;
}
ul.tm {
	margin-left : 2.4em;
	margin-bottom: 1em;
	width: 49em;
	line-height: 1.3em;
	text-align: justify;
}
.tm em {
	font-weight:bold;
	font-style: italic;
}
form.login {
	width: 25em;
}
.login label {
	display: block;
	width: 8em;
	float: left;
	padding: 6px;
}
.recherche {
	width: 50em;
	border: 1px outset #369;
}
.recherche label {
	display: block;
	width: 15em;
	float: left;
	padding: 6px;
}
.recherche div input {
	margin: 0;
	width :31em;
}
.recherche div select{
	margin: 0;
	width :25em;
}
ul.res {
	margin-left: 2em;
}
.res a {
	color: #369;
	font-weight:bold;
}
.zonegestion {
	background: #AAF;
}
.rouge {
	color: #F00;
}
th a:link, th a:visited {
	color: #369;
	text-decoration: none;
}
th a:hover {
	color: #222;
	text-decoration: underline;
}
p.bp {
	margin-left : 3.5em;
	margin-top: 2em;
	text-align: left;
	font-style: italic;
	font-size: 85%;
	color:#369;
}
