A {
color:#0033CC;
text-decoration:none;
}
A:hover {
color:#660033;
cursor: hand;;
}

.madeby {
	font-family: Verdana;
	font-size: 10px;
	color:#cc9999;
	line-height: 1.0;
	font-style: italic;
	text-align: right;

}
.Subtitle {
	font-family: Verdana;
	font-style: italic;
	font-size: 12px;
	color: #666666;
}
.navlist {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: -20px;
	padding-left: -20px;
	list-style-type: disc;
}
.note {
	font-family: Verdana;
	text-align: center;
	font-size: 12px;
	color: #666666;
}
.copyrightfooter {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
}
.category {
	font-family: Dr. Eve L;
	font-size: 18px;
	color:#990000;
	font-style: italic;
	text-align: center;
	font-weight: bold;
}
.txtblackleft {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	line-height: 14pt;
	text-align: left;
}
.txtblack {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	line-height: 14pt;
	text-align: justify;
}
.txtred {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ce0000;
	line-height: 14pt;
	text-align: justify;
}
.boldblack {
	font-family: Verdana;
	font-size: 12px;
	color:#000000;
	font-weight:bold;
	text-align: right;
}
.boldblue {
	font-family: Verdana;
	font-size: 12px;
	color:#000066;
	text-align: left;
}
.titredarkblue {
	font-family: Verdana;
	font-style: italic;
	font-size: 12px;
	color:#000033;
	font-weight:bold;
}
.link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.copyrightlightred {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	color: #cc9999;
}
.copyrightred {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	color: #cc0000;
}
.Italdarkgrey {
	font-family: Verdana;
	font-size: 12px;
	color:#333333;
	font-style: italic;
}
.titresenteteonglet {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#990000;
}
.darkgrey {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
}
.timemto {
	font-family: Verdana;
	font-size: 10px;
	color: #cc0000;
}
.tabbordermain {
	border: solid 1px #cc9999;
	border-radius: 10px;
}

.tabborderred {
	border: solid 1px #cc0000;
	border-radius: 3px;
}

.tabborderrouge {
	border: solid 1px #cc0000;
	border-radius: 5px;
}

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	top:100px;
	right:25px;
	overflow:hidden;
	width:75px;
	height:75px;
	border:none;
	text-indent:-999px;
	background:url(../images/frame/backgnd/arrowtop.png) no-repeat left top;
}

#toTopHover {
	background:url(../images/frame/backgnd/arrowtop.png) no-repeat left -75px;
	width:75px;
	height:75px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

.hrshortgrey {
	height: 1px;
	width: 30%;
	color: #999999;
	background-color: #cccccc;
	border: none;
}

.hrshortred {
	height: 1px;
	width: 50%;
	color: #990000;
	background-color: #990000;
	border: none;
}

.hrlonggrey {
	height: 1px;
	width: 100%;
	color: #999999;
	background-color: #cccccc;
	border: none;
}

.hrlongred {
	height: 1px;
	width: 90%;
	color: #D90000;
	background-color: #D90000;
	border: none;
}

.hr75grey {
	height: 1px;
	width: 75%;
	color: #999999;
	background-color: #cccccc;
	border: none;
}


