/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #939FC7;
}

a.lien1:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333300;
	text-decoration: none;
}

a.lien1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333300;
	text-decoration: none;
}

a.lien1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

a.lien1:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333300;
	text-decoration: none;
}

/***********************************************/
/* Body                                 */
/***********************************************/

body{
	margin: 0px;
	padding: 0px;
	text-align: center ;
	font-family: Arial, Helvetica, sans-serif;
    background-color: #F0CF8E;
}

#frise{
	margin: 0;
	padding: 0px;
	width: 100%;
	background-image: url(images/FriseOmbreh20.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
}

/***********************************************/
/* Style                                       */
/***********************************************/

.style16 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #333300;
}

.style34 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

