/* CSS Document */

body {
	background-image: url(/images/bandeH.gif);
	background-repeat: repeat-x;                                     /* Mosaique uniquement horizontale */
	background-position: top;                                           /* Position haut absolu du dégradé */
	margin:0px;
 	background-color: #67502e;
	}

/* Titre */
H1 {
	font-family : Arial;
	font-size : 18px;
	color:#ff9900;
	font-weight : bold;
	line-height:24px;
	display:inline;
/*	text-transform: uppercase; */
}

/* Sous titre */
H2 {
	font-family : Arial;
	font-size : 16px;
	color: #ffffcc;
	font-weight : bold;
	padding : 0 16px 0 0;
	line-height:20px;
	display:inline;
}

/* Bloc texte */
H3 {
	font-family : Arial;
	font-size : 14px;
	color: #ffffcc;
	font-weight : normal;
	text-decoration: none;
	padding : 0 14px 0 0;
	line-height:16px;
	display:inline;
}

/* Texte tel que date évènement */
td {
	font:14px Arial;
	font-weight : normal;
	color:#ffffcc;
	}

/* Liens */
a {
	color: #ffffcc;
	font-weight:normal;
	text-decoration: none;
	}
	
a:hover {
	color: #ff9900;
	font-weight:normal;
	text-decoration: underline;
	}


/* Menu principal */

/* Bordure lien menu principal */
#navigation td {
	border-bottom: 1px solid #003366
	}

/* Liens menu principal */
#navigation a {
	font-family: Arial;
	font-size: 16px;
	color: #feeacb;
	font-weight : bold;
	text-decoration: none;
	line-height:24px;
	}
	
#navigation a:hover {
	color:#663300;
	font-weight:bold;
	background-color: #ffffcc;
/*	background: url(../images/rd_blk.gif) 10px 50% no-repeat; */
	}
	
#navigation_active a {
	font-family : Arial;
	font-size : 16px;
	color:#ffffcc;
	font-weight : bold;
	text-decoration: none;
	line-height:24px;
	}
	
#navigation_active a:hover {
	color:#663300;
	font-weight:bold;
	background-color: #ffffcc;
	}

.Style4 {
	font-family: Arial;
	font-size: 12px;
	color: #ffffcc;
	font-weight : bold;
	text-decoration: none;
	line-height:16px;
	letter-spacing:.1em;
	display:block;
	padding:16px 16px 16px 16px;
}
.Style4:hover {
	color:#ffffff;
	font-weight:bold;
	background-color: #ffffcc;
}

.bodyText {
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
	color:#ffffcc;
	line-height:22px;
	margin-top:0px;
	letter-spacing:.1em;
	}
div.paragraphe	{
	padding:2px;
	background-color:transparent;
	text-align: justify;
}
div.paragraphe a{
	color:#ff9900;
	font-weight:normal;
	text-align: justify;
/* text-decoration:none; */
}	
.dropcap
{
float: left;
width: .9em;
font-size: 2.5em;
line-height: 90%;
}

/* Signature bas de pages */
.smallText {
	font:10px Arial;
	color:#ffffcc;
	text-decoration: none;
	}
.smallText:hover {
	font:10px Arial;
	color:#ffffcc;
	text-decoration: underline;
	}
.piedPage {
	font:10px Arial;
	color:#ffffcc;
	text-decoration: none;
	}

