/* 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 }

/* 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 */
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:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */
body {
	font-family: "Tahoma", sans-serif;
	font-size: 11px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	line-height: 18px;
	background-image: url(../images/background.jpg);
}

a:link {
	text-decoration: none;
	color: #98BE0F;
	}
a:visited {
	text-decoration: none;
	color: #94BD16;
	}
a:hover, a:active {
	text-decoration: none;
	color: #F1B600;
	}
	
#nouvelle {
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #F0B600;
}

#nouvelle a {
	text-decoration: none;
	color: #98BE0F;
	display: block;
	padding: 2px;
	border: 1px solid #FFFFFF;
	}
#nouvelle a:hover, a:active {
	text-decoration: none;
	color: #000000;
	background-color: #E5EBBF;
	display: block;
	border: 1px solid #CCCCCC;
	}

strong {
	font-weight: bold;
}

li {
}

li a:link {
	text-decoration: none;
	color: #9AB915;
	}
	
li a:visited  {
	text-decoration: none;
	color: #99BE0E;
	}
	
li a:hover, li a:active  {
	text-decoration: underline;
	color: #F1B600;
	}

.champs {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	background-color: #DEE6AD;
}
.titre {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #95C10A;
	font-weight: bold;
}
.texte {
	font-family: Tahoma;
	font-size: 11px;
}

.GrandTitre {

	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
#separateur {
	display: block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F1B600;
}
.titreSlogan {

	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #006F8D;
	font-weight: bold;
}
/* Bouton Haiti
------------------------------------------------------------------*/
#bout_haiti { 
	border-top:#F1B600 1px solid;
	border-bottom:#F1B600 1px solid; 
	width:675px;
	text-align:center;
	margin:70px auto 0 auto; 
	padding:5px 0;
}
