/*------------------------------------------------------------------------------
 * HTML TAGS REDEFINITIONS
 *-----------------------------------------------------------------------------*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
#header-background a{
	text-decoration:none;
	color:black;
}

#header-background a:hover{
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight : normal;
	/*padding:2px;*/
/* 	border-bottom:2px solid #ffb500; */
	/* border-bottom:2px solid #45c6db; */
/* 	background:#f3de74; */
}
/*
h1 {
	font-size:2em;
}

h2 {
	font-size:1.8em;
}

h3 {
	font-size:1.6em;
}

h4 {
	font-size:1.4em;
}

h5 {
	font-size:1.2em;
}

h6 {
	font-size:1.1em;
}

pre {	
	font-family:Courier, "MS Courier New", Prestige, Lucida, "Everson Mono";
	font-size:.85em;	
}

ul li {
	list-style-image:url(images/famfamfam/bullet_orange.png);
}


input {
}

textarea {
}

label {
}

address {
}

p {
	margin-top:.4em;
	margin-bottom:.4em;
}
*/

/*------------------------------------------------------------------------------
 * SPECIFIC STYLES
 *-----------------------------------------------------------------------------*/
#site-title a {
	color:#005B8F;
	/*font-size:3em;*/
}
#site-title a:hover {
	text-decoration:none;
}

#site-description {
	color:#005b8f;
	font-size:.85em;
}

#acces_moderateur A{
	color:#AA0000;
	font-weight: bold;	
}
               
#footer{
	text-align:center;
	font-size:.75em;
	color:#005b8f;
}