
BODY {
	font-family : Arial, Helvetica, sans-serif;
	background-image: url("pictures/fond_carte_vert.jpg"); 
	background-repeat: repeat;
    background-attachment: scroll;
	background-color: #C3D69;
	/*overflow: hidden;*/
} 

html {
	overflow-y: scroll;
}


/*
SECTION DES POLICES 
*/

.websitetitle {
	font-family : "Lucida handwriting", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #4F6228;
	font-size: 60px;
	font-weight: normal;
}

.bytitle {
	font-family : "Lucida handwriting", Arial, Helvetica, sans-serif;
	color: #4F6228;
	font-size: 28px;
	font-weight: normal;
}

.titletitle {
	font-family : "Lucida handwriting", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #4F6228;
	font-size: 28px;
	font-weight: normal;
}

.copyright {
	font-family : Arial, Helvetica, sans-serif;
	color: #4F6228;
	font-size: 10px;
	font-weight: lighter;
}

.text18b {
	font-family : "Lucida handwriting", Arial, Helvetica, sans-serif;
	color: #4F6228;
	font-size: 18px;
	font-weight: bolder;
}

.text18 {
	font-family : "Lucida handwriting", Arial, Helvetica, sans-serif;
	color: #4F6228;
	font-size: 18px;
	font-weight: lighter;
}

.text16b {
	font-family : "Lucida handwriting", Arial, Helvetica, sans-serif;
	color: #4F6228;
	font-size: 16px;
	font-weight: bolder;
}

.text16 {
	font-family : "Lucida handwriting", Arial, Helvetica, sans-serif;
	color: #4F6228;
	font-size: 16px;
	font-weight: lighter;
}

.text14b {
	font-family : "Lucida handwriting", Arial, Helvetica, sans-serif;
	color: #4F6228;
	font-size: 14px;
	font-weight: bolder;
}

.text14 {
	font-family : "Lucida handwriting", Arial, Helvetica, sans-serif;
	color: #4F6228;
	font-size: 14px;
	font-weight: lighter;
}

.text12b {
	font-family : "Lucida handwriting", Arial, Helvetica, sans-serif;
	color: #4F6228;
	font-size: 12px;
	font-weight: bolder;
}

.text12 {
	font-family : "Lucida handwriting", Arial, Helvetica, sans-serif;
	color: #4F6228;
	font-size: 12px;
	font-weight: lighter;
}

.text10b {
	font-family : "Lucida handwriting", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #4F6228;
	font-size: 10px;
}

.text10 {
	font-family : "Lucida handwriting", Arial, Helvetica, sans-serif;
	color: #4F6228;
	font-size: 10px;
	font-weight: lighter;
}

/*
SECTION DES LIENS
*/

a:link { 
	text-decoration:none; 
	font-weight:bold; 
	color:#4F6228; 
}

/*
SECTION MENU VERTICAL
*/

#nav {
	width: 200px ;
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
}

#nav li {

	color: #4F6228 ;
	border: 0px solid #d7e4bd ;
	margin-bottom: 0px ;
	font-size: 18px;
	font-weight:bold;
}

#nav li a {
	display: block ;

	color: #4F6228 ;
	font: 1em "Lucida handwriting", Arial, Helvetica, sans-serif; ;
	line-height: 1em ;
	padding: 20px 0 ;
	text-align: center ;
	text-decoration: none ;
	font-size: 18px;
	font-weight:bold;
}

#nav li a:hover, #nav li a:focus, #nav li a:active {

	text-decoration: none ;
/*	background-color:#4F6228; 

	background-color:#e9f3d6;
*/
	background-color:#c3d69b;
	font-family : "Lucida handwriting", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:bold; 
	font-size: 18px;
	text-decoration: overline underline;
}

  
 .ligne_table {
	border-bottom : 2px solid #c3d69b;
 }

