*{
	margin:0px; padding:0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #c4c4cb;
	background-image: url(images/repeat_x.jpg);
	background-repeat: repeat-x;
}
a:link, a:active, a:visited{
	color:#000000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
ul{
	margin-left:30px;
}
li{
	margin-left:5px;
}
h1{
	color:#626280;
	font-size:16px;
	border-bottom: 1px double #626280;
	margin-bottom: 10px;
}
h2{
	color:#626280;
	font-size:12px;
	margin-bottom: 5px;
}
h3{
	color:#626280;
	font-size:10px;
	margin-bottom: 3px;
}
h6{
	color:#626280;
	font-size:14px;
	margin-bottom: 5px;
}

p{
	text-align:justify;
}
/* LAYOUT */
#videoplayer{
	padding: 6px;
	border: 1px solid #CCCCCC;
}
#pathway{
	background-image:url(images/bg_path.jpg);
	background-repeat:no-repeat;
	height: 18px;
	padding: 7px;
	padding-bottom: 1px;
	font-size:10px;
	color: #58587e;
	letter-spacing: 1px;
}
#pathway a{
	color:#353665;
	font-weight:bold;
	text-decoration:none;
}
#pathway a:hover{
	text-decoration:underline;
}

#edito{
	padding: 10px;
	background-image:url(images/repeat_edito.jpg);
	background-repeat:repeat-x;
	color: #30315d;
	font-size:12px;
}
#edito p{
	text-align:justify;
	margin-bottom: 4px;
}


#footer{
	background-image:url(images/bg_footer.jpg);
	background-repeat:no-repeat;
	height: 32px;
	padding: 6px;
	font-size:10px;
	text-transform:uppercase;
	color:#a7a7bb;
	letter-spacing: 1px;
}
#footer a{
	font-size: 12px;
	color:#a7a7bb;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

#references{
	padding-right: 7px;
	height: 250px;
	overflow-x: none;
	overflow-y: scroll;
}
#references li{
	list-style-type:none;
	margin-top: 3px;
	border-bottom: 1px #CCCCCC solid;
}

/* CLASS */
.mainSite{
	border: 1px solid #000033;
}
.homePanel td {
	border: 1px solid #000033;
}
.panelInfo{
	background-image:url(images/repeat_panel.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding: 5px;
	text-align:left;
	height: 180px;
}
.panelLink{
	background-color:#9c9cb0;
	padding: 5px;
	text-align:right;
}
.panelLink a:link, .panelLink a:visited, .panelLink a:active, .panelLink a:hover {
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.panelLink a:hover{
	text-decoration:underline;
}

.rightPanel{
	background-color:#efeff4;
	border: 1px solid #c7c7d8;
	margin-bottom:5px;
}
.rightPanel p{
	padding-left: 4px;
	padding-right: 4px;
	font-size:9px;
}
.comPanel{
	background-color:#efeff4;
	border: 1px solid #c7c7d8;
	margin-bottom:5px;
}
.comPanel p{
	padding-left: 4px;
	padding-right: 4px;
}

.comPanel .panelLink{
	width: 85px;
	padding: 3px;
}

.imgParag{
	float:left;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 4px;
}
.plegend{
	color: #5e5e95;
}