/* 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;
	color: #333333;
	font-size: 11px;
	text-align: left;
	background-color: #8BB340;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	line-height: 18px;
	background-position: center top;
}

a:link { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #4D6523;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #4D6523;
	}
a:hover {
	text-decoration: none;
	color: #8BB340;
	}

#content {
	background-color: #FFFFFF;
	background-image: url(../images/back-content.gif);
	background-repeat: repeat-x;

}

#contenu {
	padding: 10px;
	background-image: url(../images/back-hauteur.gif);
	background-repeat: repeat-y;
	background-position: -5px;
}

#top {
	color: #999999;
	height: 53px;
}

#top a {
	text-decoration: none;
	color: #999999;
}

#top a:hover {
    text-decoration: none;
	color: #FFFFFF;
}

#footer {
	width: 700px;
	margin: 0 auto;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
	text-align: center;
}

.legende {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 9px;
	color: #999999;
}

li{
	margin: 0 0 0px;
	list-style-image: url(../images/bullet.jpg);
}

p {
	margin: 0 0 0px;
}

strong {
	color: #7CA539;
}

b {
	color: #666666;
}

sup {
	margin: 0 0 0px;
	line-height: -2em;
	font-size: 10px;
}
.champs {
	color: #333333;
	background-color: #FFFFEC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.TitreNoire {
	color: #333333;
	font-size: 11px;
	font-weight: bolder;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/back-titre.gif);
	background-repeat: repeat-x;
	padding-bottom: 18px;
	padding-top: 0px;
	background-position: center;
}

.TitreVert {
	color: #7CA539;
	font-size: 11px;
	font-weight: bolder;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/back-titre.gif);
	background-repeat: repeat-x;
	padding-bottom: 18px;
	padding-top: 0px;
	background-position: center;
}
.TitreBlanc {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bolder;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/back-titre.gif);
	background-repeat: repeat-x;
	padding-bottom: 18px;
	padding-top: 0px;
	background-position: center;
}
#separateur {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	display: block;
	margin-bottom: 10px;
}

#borderImage {
	background-color: #8CB340;
	border: 1px solid #666666;
	padding: 2px;
	margin-top: 5px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}

#menuDroite {
	background-image: url(../images/back-hauteur.gif);
	background-repeat: repeat-y;
	padding: 10px;
	background-position: -5px;
	color: #666666;
}
#menuDroite a {
	text-decoration: none;
	color: #8CB340;
	display: block;
	padding: 4px;
}

#menuDroite a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #8CB340;
	display: block;
	padding: 4px;
}
.image {
	color: #333333;
	background-color: #FFFFEC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 3px double #8BB340;
}
.calendrierMois {
	text-align: center;

}.calendrierMoisGris {
	text-align: center;
	background-color: #CCCCCC;
}
.calendrierMoisBleu {
	text-align: center;
	background-color: #359AFF;
}
