/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

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

body{
	font-family: Trebuchet MS;
	color: #330099;
	margin: 0px;
	background-color: #999999;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
	text-decoration: none;
}

a{
	color: #330099;
	text-decoration: none;
}

a:link{
	color: #330099;
	text-decoration: underline;
}

a:visited{
	color: #330099;
	text-decoration: underline;
}

a:hover{
	color: #330099;
	text-decoration: underline;
}

#image {
	padding-left: 0px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-top: 15px;
	float: left;
}

#texte {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	text-align: justify;
	width: 80% !important;
	width: 70%;
	left: 0px;
	top:50px;
	position: relative;
}

h1{
	font-family: Trebuchet MS;
	font-size: 21px;
	color: #330099;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	text-align: center;
	height: 40px;
	text-decoration : underline;
}
h2 {
	margin: 0px;
	padding-bottom: 3px;
	padding-top: 4px;
	background-color: #330099;
	font-size: 15px;
	color: #FFFFFF;
	width: 535px;
	text-align: center;
}

h3{
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #330099;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	text-align: left;
}

h4{
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: normal;
	color: #330099;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	text-align: center;
}

h5{
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	color: #330099;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	text-align: center;
}

.story{
	clear: both;
	font-family: Trebuchet MS;
	color: #000000;
	margin: 9px;
	padding: 9px;
	background-color: none;
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
	
.story p {
	margin: 0;
	padding: 1;
	text-indent: 0px;
	margin-bottom: 9px;
}

.bleu {
	color: #330099;
}

.bleu_souligne {
	color: #330099;
	text-decoration: underline;
	margin-bottom: 20px;
}

ul.liste li {
	margin-left: 0px;
	list-style: disc;
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
}

/*********** #navBar link styles ***********/

.navigation:link, .navigation:visited {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	padding: 10px 6px 0px 6px;
	width: 140px;
	text-decoration: none;
	background-position: left bottom;
	text-align: relative;
	color:#330099;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #330099;
	border-right-color: #330099;
	border-bottom-color: #330099;
	border-left-color: #330099;
	height: 25px;
}
