@charset "utf-8";

/* CSS Document */

/* Le Bandeau d'en-haut */

#bandeau{ position: fixed;
           top: 0px;
           left: 0px;
           width: 100%;
           height: 80px;
           z-index: 1;
		   background-image: url(/images/ImageHome.jpg);
		   background-repeat: no-repeat;
           }

/* Le Menu de gauche */

#menu{ position: fixed;
            left: 0px;
            top: 104px;
            width: 200px;
            border: 2px solid #DD0000;
            padding: 3px;
            }
			.style1 {font-family: Franklin, Verdana, Helvetica, sans-serif;}
			
			body,td,th #menu {
				font-family: Franklin, Verdana, Helvetica, sans-serif;
			}
			a:link #menu {
				color: #000000;
				text-decoration: none;
			}
			a:visited #menu {
				text-decoration: none;
				color: #000000;
			}
			a:hover #menu {
				text-decoration: none;
				color: #000099;
			}
			a:active #menu {
				text-decoration: none;
				color: #000099;
			}
			.style6 #menu {
				font-size: 13px;
				font-weight: bold;
				font: Franklin, Verdana, Helvetica, sans-serif;
			}
			body #menu {
				margin-top: 21px;
			}

/* Le Corps de texte */

#contentsBox{ position: relative;
              margin-top: 104px;
              margin-left: 215px;
              border: 2px solid #00DD33;
              padding: 0px 5px;
              }
			  
.bulles {
	font-family: Franklin, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px solid #a2998c;
	font-variant: normal;
	font-weight: normal;
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	color: #999999;
	position: absolute;
	left: 20px;
	top: 350px;
	z-index: 20;
	width: 110px;
	visibility: hidden;
}
	a:link .bulles {}
	a:visited .bulles {visibility: hidden;}
	a:hover .bulles {visibility: visible;}


body,td,th {
	font-family: Franklin, Verdana, Helvetica, sans-serif;
}

body {
	margin-left: 20px;
	margin-right: 65px;
	margin-top: 20px;
         font-family: Franklin, Verdana, Helvetica, sans-serif;
	font-size: 12px;
         color: #303030;
}
.style1 {font-size: medium}
.style2 {font-size: small}
.style4 {font-size: medium}
a:link {
	color: #303030;
	text-decoration: none;
}
a:visited {
	color: #303030;
	text-decoration: none;
}
a:hover {
	color: #0000CC;
	text-decoration: none;
}
a:active {
	color: #000066;
	text-decoration: none;
}

