/* riviere.css file */

html, body {
	/*background: #FFFFFF url("/_images/scattered_leaf_blue.jpg") repeat;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color: #666600;
	}

h1 {
	font-family:Monotype Corsiva, Arial, sans-serif;
	font-size: 2.5em; 
	color: #666633; 
	font-weight: bold;
	text-align:center;
	}
	
h1.bigger {
	font-family:Monotype Corsiva, Arial, sans-serif;
	font-size: 3em; 
	color: #996633; 
	font-weight: bold;
	text-align:center;
	}

h2 {
	font-family:Monotype Corsiva, Arial, sans-serif;
	font-size: 2em; 
	color: #666633; 
	font-weight: bold;
	text-align:center;
	}

h3{ 
	font-family:Monotype Corsiva, Arial, sans-serif;
	font-size:2em; 
	color: #996633; 
	font-weight: bold;
	}

h4 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em; 
	color: #666633; 
	font-weight: bold;
	}

h5 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em; 
	color: #666633; 
	font-weight: bold;
	}

a   { 
	color:#996633; 
	font-weight:bold; 
	text-decoration:underline;
	}

a:hover { 
	color:#996633; 
	text-decoration:underline; 
	background-color:#FFFFCC;
	}

.question {
	font-weight:bold;
	font-size:1.2em;
	color:#996633;
	padding:4px 0 4px 0;	 
	}

.question a {
	text-decoration:underline;
	}

.question a:hover {
	text-decoration:underline;
	background-color:#FFFFCC;
	}
	
.question_answer {
	font-weight:bold;
	font-size:1em;
	color:#996633;
	}

.seasons {
	font-weight:bold;
	font-size:1.1em;
	text-transform: capitalize;
	}
	
.soleil{
	font-weight:bold;
	}

.site_link {
	border:2px solid #996633;
	padding:3px;
	margin:8px 0 0 0;
	}

.site_link a {
	text-decoration:none;
	}
	
.site_link a:hover {
	background-color:#FFFFCC;
	}