@charset "utf-8";
/* CSS Document */

.texte {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#333333;
	background-color:#FFFFFF;
	padding: 5px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
}

a {
	color:#666666;
	text-decoration:underline;
}

a:hover {
	color:#333333;
	text-decoration:none;
}

#bottom {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	padding: 20px;
	background-color: #daf3a2;
	background-image: url(imgs/fond_bas.jpg);
	background-repeat:repeat-x;
}

.tab {
	background-repeat:no-repeat;
}

#intervenants {
	margin:50px;
	background-image:url(imgs/fond50.png)
	}

#intervenants a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	color: #999999;
	text-decoration: none;
	text-align: left;
	}

#intervenants a:hover {
	text-decoration: none;
	color: #FF00FF;
	background-color:#FFFFFF;
	}

.activite {
	font-size:11px;
}
.nouvel {
	font-size:9px;
	color:#0095cf;
}
	
/* Scroll Bar Master Styling Starts Here */
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}
.vscrollerbar {width: 10px;background: #0095cf;} /*couleur barre*/
.vscrollerbarbeg {height: 0px; width: 0px; background: -108px -10px no-repeat;}
.vscrollerbarend {height: 0px; width: 0px; background: -108px 0px no-repeat;}
.vscrollerbase {width: 10px;background: #FFF 0px 0px repeat-y;} /*couleur fond*/
.vscrollerbasebeg {width: 10px;height: 10px ;background: url(imgs/scrollbar.png) 0px -10px no-repeat;} /*flèche haut*/
.vscrollerbaseend {height: 10px;width: 10px;background: url(imgs/scrollbar.png) 0px 0px no-repeat;} /*flèche bas*/
.hscrollerbase {height: 0px; background-color: white;}
.hscrollerbar {height: 0px; background-color: black;}
.vscrollerbar, .hscrollerbar {padding: 10px; z-index: 2;}
.scrollerjogbox {width: 10px;height: 10px;top: auto; left: auto;bottom: 0px; right: 0px;background: #FFFFFF;}

#scroll {
	overflow: auto;
	}
#scroll2 {
	overflow: auto;
	}
#scroll3 {
	overflow: auto;
	}
