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

body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	scrollbar-face-color: #000000;
	scrollbar-arrow-color: #8FEF9E;
	scrollbar-track-color: #8FEF9E;
	scrollbar-3dlight-color: #CCCCFF;
	scrollbar-darkshadow-color: #FFFFFF
}

a:link, a:visited, a:hover {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h3 {
	font-family: Arial,sans-serif;
 	font-size: 100%;
 	color: #39452C;
	margin: 0px;
	padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

input {
	color: #990000;
	background-color: #D5F0D5;
}
select {
	color: #990000;
	background-color: #D5F0D5;
}

/***********************************************/
/* Layout Divs (découpage de la page)          */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px;
	border-bottom: 1px dashed #39452C;
}

#navBar{
	margin: 0 80% 0 0;
	padding: 0px;
	background-color: #D5F0D5;
	border-right: 1px solid #BBE8BB;
	border-bottom: 1px solid #BBE8BB;
}

#content{
    float:right;
	width: 77%;
	margin: 0;
	padding: 0 3% 0 0;
}

#siteInfo{
	clear: both;
	border-top: 1px dashed #39452C;
	font-size: 75%;
	color: #39452C;
	padding: 4px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

/*************** STYLES **************/

#rappelLien{
	font-size: 80%;
	color: #39452C;
	padding: 5px 0px 5px 10px;
	font-weight: bold;
}

#titre{
	font-family: Arial,sans-serif;
	font-size: 114%;
	color: #8FEF9E;
	padding: 0px 0px 10px 10px;
}

.titrePage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color: #990000;
	font-weight: bold;
}
.sousTitre{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.sousTitre img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the sousTitre image and text flowing around it */

.admintxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

.tableauTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tableauTxtFin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.imprimer{
	font-size: 60%;
}

/*********** Les bulles ***********/
.bulleTitre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.bulleTexte {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
.bulleTexte2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/*********** ------------------------- ***********/
/*********** DEBUT BARRE DE NAVIGATION ***********/
/*********** ------------------------- ***********/
/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #BBE8BB;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #BBE8BB;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #BBE8BB;
	width: 100%;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #BBE8BB;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #BBE8BB;
	background-color: #8FEF9E;
	padding: 2px 0px 2px 10px;
}

/*********** ------------------------- ***********/
/*********** FIN BARRE DE NAVIGATION ***********/
/*********** ------------------------- ***********/
