/* 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: #7B7550;
	font-size: 11px;
	text-align: left;
	background-color: #A39C56;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	line-height: 18px;
}

a:link { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #996600;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #996600;
	}
a:hover { 
	text-decoration: underline; 
	color: #666666;
	}

#content {
	background-image: url(../images/back-content.jpg);
	background-repeat: repeat-y;
}

#promo {
	width: 124px;
	float: left;
	font-size: 10px;
	color: #FFFFFF;
}

#promo a {
	text-decoration: underline;
	color: #FFFFFF;
}

#promo a:hover {
    text-decoration: underline;
	color: #6ec1d6;
}

#footer {
	width: 835px;
	margin: 0 auto;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
}


p {
	margin: 0 0 0px;
}

b {
	font-weight: bold;
	color: #AB9E42;
}

strong {
	color: #78795E;
}

sup {
	margin: 0 0 0px;
	line-height: -2em;
	font-size: 10px;
}
u {
	margin: 0 0 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A39C56;
	color: #826B59;
}
.champs {
	color: #333333;
	background-color: #FFFFEC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#separateur {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	display: block;
	margin-bottom: 10px;
}
#borderImage {
	background-color: #BAB794;
	border: 1px solid #333333;
	padding: 2px;
	border-color: #64462E;
}

.texte {
	text-align: left;
}
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #582D36;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #582D36;
	text-align: left;
}
.cellorange {
	BACKGROUND-POSITION: center center;
	BACKGROUND-IMAGE: url(../images/bg_menu_orrange.gif);
	BACKGROUND-REPEAT: repeat-x;
	font-weight: bold;
	color: #FFFFFF;
}
.cellblue {
	BACKGROUND-POSITION: center center;
	BACKGROUND-IMAGE: url(../images/bg_menu_blue.gif);
	BACKGROUND-REPEAT: repeat-x;
	font-weight: bold;
	color: #FFFFFF;
}
.cellbleu {
	BACKGROUND-POSITION: center center;
	BACKGROUND-IMAGE: url(../images/bg_menu_bleu.gif);
	BACKGROUND-REPEAT: repeat-x;
	font-weight: bold;
	color: #FFFFFF;
}

/*########################################
	 ID du Layer pour le Calendrier
########################################*/
div#eventslayer {
	background-color:#ffffff;
	color:#333333;
	padding:8px;
	overflow:inherit;
	display:block;
	width:200px;
	border:1px solid #999999;
	z-index:1;
	text-align:left;
}
/*#########################################
				Calendrier
#########################################*/

/* Header du calendrier */
table#calendar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
}
table#calendar a {
	text-decoration:none;
}
table#calendar tr#days th {
	font-size : 0.85em;
	color: #A6A6A6;
	font-weight: NORMAL;
	padding: .3em 1px;
}
table#calendar tr#title th {
	font-size : 0.85em;
	color: #A6A6A6;
	font-size: 100%;
	padding-top: .3em;
	padding-left: .3px;
}
table#calendar th a {
	font-weight: bold;
	
}

/* Cellule des jours normaux */
table#calendar td.day {
	font-size : 0.85em;
	padding:2PX;
	width: 24px;
	height: 17px;
	background-image:url(../images/default.gif);
	background-repeat:no-repeat;
	background-position:center center;
	color: #fff;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	
}
table#calendar td.eventhere 
{
	background-image:url(../images/events.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:25px;
	height:17px;
	text-align:center;
	vertical-align:middle;
}
/* Cellule avec &eacute;v&eacute;enement ( lien ) */
table#calendar td.eventhere a:link,
table#calendar td.eventhere a:active,
table#calendar td.eventhere a:visited {
	color:#FFFFFF;
	font-weight:bold;
}
table#calendar td.eventhere a:hover {
	color:#FFF600;
}
/* liens */
table#calendar a:link
{
	color: #333;
}
table#calendar a:visited
{
	color: #333;
}
table#calendar a:hover
{
	color:#fff;
}

/* Cellules vides au d&eacute;but et la fin du mois*/
table#calendar .blank
{
	background: transparent;
}

/* Ajourd'hui */
table#calendar .today
{
	width:25px;
	height:17px;
	text-align:center;
	vertical-align:middle;
	background-image:url(../images/today.gif);
	background-repeat:no-repeat;
	background-position:center center;
	color:#fff;
	font-weight:bold;
	
}
table#calendar td.today a:link,
table#calendar td.today a:active,
table#calendar td.today a:visited
{ 
	color:#fff;
	font-weight:bold;
}

table#calendar .calselected
{
	width:25px;
	height:17px;
	background-image:url(../images/selected.gif);
	background-repeat:no-repeat;
	background-position:center center;
	text-align:center;
	vertical-align:middle;
	color:#fff;
	
}
table#calendar td.calselected a:link,
table#calendar td.calselected a:active,
table#calendar td.calselected a:visited {
	color:#fff;
	font-weight:bold;
}
.pointille {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	display: block;
	margin-bottom: 10px;
}

