/* 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 */
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 */
ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */
body {
	font-family: tahoma;
	font-size: 11px;
	text-align: left;
	background-color: #DAD256;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	line-height: 18px;
}

a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #513237;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #513237;
	}
a:hover { 
	text-decoration: none; 
	color: #9DB428;
	}

#BackFerme {
	background-image: url(../images/content-back.jpg);
	background-repeat: repeat-x;
	background-color: #DAD256;
}
#titreSouligne {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7A9419;
	font-weight: bold;
	color: #7A931B;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #7A9419;
}
#tableau {
	color: #333333;
	border: 1px dashed #9DB843;
	background-image: url(../images/content-back.jpg);
	background-position: center center;
}

b {
	color: #513237;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #574347;
}
#borderImage {
	background-color: #BAB794;
	border: 1px solid #333333;
	padding: 2px;
	border-color: #64462E;
}
.champs {
	color: #333333;
	background-color: #EDECC0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
