/*###########################################################################
#                                                                           #
#                             Les styles propres                            #
#                                  à Joomla                                 #
#                                                                           #
###########################################################################*/

* {
	margin:0;
	padding:0;
}
a {
	text-decoration:underline;
	color:#5a708c;
}
a:hover {
	color:#fcc73f;
}
a:active {
	color:#c83a4d;
}
a#active_menu {
	text-decoration:underline;
}
a img {
	border:1px solid #d9d9d1;
	padding:1px;
	display:block; /*correction d'un bug ie*/
}
.inputbox {
	border:1px solid #d9d9d1;
	background:#fff;
	padding:2px;
	width:125px;
}
.inputbox:focus {
	border-color:#fcc73f;
}
.componentheading, .contentheading {
	font-size:1.5em;
	line-height:1em;
}
.componentheading, .contentheading, #rightside h3 {
	color:#c83a4d;
}
.contentheading, .componentheading {
	padding-bottom:1em;
}
.componentheading .ref {
	color:#00598E;
	font-size:0.6em;
}

.pagenav {
	display:block;
	float:left;
	padding:5px;
	margin:0 2px;
	border:1px solid #d9d9d1;
}
a.pagenav {
	background:#fff;
	border:1px solid;
}
br.clearboth {display:none;
