/**
 * @package Joomla
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

 /* ###### GENERAL DEFINITIONS ###### */

 /****** block elements ******/
div, p, ul, li  {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

p {
	line-height: 1.4em;
}

/****** links ******/
a:link, a:visited {
	color: #004494;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

/****** headings ******/
h2 {
	font-size: 1.4em;
	font-weight: bold;
	border: 0;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0;
	border: 0;
}

h4 {
	font-size: 1em;
	border: 0;
}

#page h2.contentheading {
	padding: 25px 0 0;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#left h3, #right h3 {
	margin: 0;
	padding: 0;
	border: none;
}

/****** images ******/
img {
	border: 0;
	margin: 0;
	padding: 0;
}

img.filet {
	margin: 10px 0;
}

.header_image {
	margin: 0 auto 15px;
}


/****** text elements ******/

.introduction_text {
	font-size: 1em;
	font-weight: normal;
}

.normal_text {
	font-weight: normal;
	text-align: justify;
	color: #000000;
	margin: 0 10px;
}

.blog .leading .intro_content img {
	margin-right: 25px;
}

.blog .leading .intro_text {
	font-size: 12px;
}

/* ###### HEADER CONTENT ###### */

/****** general ******/
#header_text {
	width: 1014px;
	margin: 0 auto;
}

/****** logo ******/
#logo a img {
	margin: 0 0 0 23px;
	width: 300px;
}

/****** modification module JoomFish ******/
.rawimages {
	margin-top: 8px;
	width: 245px;
}

#jflanguageselection {
	margin: 0;
	float: none;
}

.rawimages span {
	margin: 2px 5px;
	display: inline-block;
	width: 36px;
}

div#jflanguageselection img.langImg{
	float: left;
	border: none;
	margin-top: 3px;
}

div#jflanguageselection li img.langImg{
	float: left;
	border: none;
	margin: 1px 3px 0px 0px;
}


/* ###### MODULES ###### */

.moduletable_content, .moduletable_news {
	width: 237px;
	margin: 5px auto 0;
	min-height: 105px;
	background: #ffffff url(../images/frame.png) no-repeat 50% 100%;
	text-align: center;
	color: #004494;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0 0 5px;
}

.moduletable_news {
	padding: 0 0 2px;
}

.moduletable_news img {
	padding-top: 5px;
}

.moduletable_content h3 img, .moduletable_news h3 img {
	margin: 0;
	padding: 0;
	position: relative;
	left: -3px;
}

.moduletable_content .normal_text, .moduletable_news normal_text {
	font-size: 0.9em;
}
.moduletable_content, .contentpaneopen_content {
	margin-bottom: 10px;
}

.contentpaneopen_content .intro_content {
	overflow: hidden;
}

/* ###### LEFT ###### */

#left .moduletable_content ul.menu_com {
	background: transparent url(../images/media.png) no-repeat 50% 0;
	padding: 40px 5px 0;
}

#left .moduletable_content ul.menu li, #left .moduletable_content ul.menu_com li {
	padding: 10px 0;
}

#left .moduletable_content ul.menu li {
	list-style: none;
	background: transparent url(../images/filet.png) no-repeat 50% 100%;
}

#left .moduletable_content ul.menu_com li {
	list-style: none;
	background: transparent url(../images/filet.png) no-repeat 50% 0;
}

#left .moduletable_content ul.menu li.item_last {
	background: none;
}



/* ###### MAIN ###### */

/****** position ******/
#main2 .leading_separator {
	display: block;
	height: 10px;
	margin: 0;
	padding: 0;
	border: 0;
}

#main2 .blog .leading_separator {
	clear: left;
}

#main2 .leading h2 {
	margin: 0 0 0 190px;
	text-transform: uppercase;
	padding-top: 28px;
}

#main2 .contentheading {
	margin: 10px 0 0 8px;
}

#main2 h2 a {
	text-decoration: none;
	background: transparent url(../images/bottom_arrow.png) no-repeat 100% 60%;
	padding-right: 30px;
}

#main2 h3 {
	margin: 20px 0 10px;
}

/****** modification plugin Scroll ******/
.contenu_scroll {
	float: none;
	display: inherit;
	position: inherit;
	width: 100%;
	text-align: justify;
}

.blog .contenu_scroll .plgscrollbar {
	width: 15px;
	margin-left: 289px;
}

.blog .contenu_scroll .plgscroll_content {
	width: 283px;
}

#page .contenu_scroll .plgscrollbar {
	width: 15px;
	margin-left: 489px;
}

#page .contenu_scroll .plgscroll_content {
	width: 489px;
}

.contenu_scroll .plgscrollbar .plgscrollbar_track {
	width: 15px;
	background: transparent url(../images/barre.png) repeat-y 50% 0;
}

.contenu_scroll .plgscrollbar .plgscrollbar_thumb {
	width: 15px;
	background: transparent url(../images/elevator.png) no-repeat 50% 0;
}

.blog .leading .contenu_scroll {
	padding-left: 201px;
	width: 303px;
	margin-top: 15px;
}

.blog .leading .intro_text .contenu_scroll {
	display: inline;
	float: left;
	position: relative;
	text-align: justify;
	width: 300px;
}

/****** list ******/
#main2 ul {
	list-style-position: outside;
	list-style-type: square;
	padding: 0 0 0 10px;
	margin: 0 0 0 20px;
}

#main2 ul li {
	padding: 0 0 0 10px;
	line-height: 1.4em;
	margin: 10px 0;
}

/****** pagination ******/
#main2 #page .pagenav {
	background: transparent url(../images/filet_bottom.png) no-repeat 50% 0;
	width: 100%;
	margin: 10px auto;
	padding-top: 10px;
}

#main2 #page .pagenav_next {
	float: right;
	position: relative;
	right: 70px;
}

#main2 #page .pagenav_prev {
	float: left;
	position: relative;
	left: 70px;
}

#main2 #page .pagenav_next img.btn_nav, #main2 #page .pagenav_prev img.btn_nav {
	top: 10px;
}

#main2 .blog span.pagenav, #main2 .blog a.pagenav {
	background: none;
}

#main2 .blog div.pagenav_archives {
	text-align: center;
	margin: 15px auto 0;
}

#main2 .blog div.pagenav_archives li {
	display: inline;
}

/* ###### RIGHT ###### */

#right ul {
	color: #004494;
	list-style-type: none;
	margin: 0 auto;
	position: relative;
}

#right ul li {
	margin-bottom: 4px;
	background: transparent url(../images/filet.png) no-repeat 50% 100%;
	padding: 0 0 5px;
	text-align: center
}

#right ul li.last_lastnews {
	background: none;
}


/* ###### FOOTER ###### */

#footer {
	background: transparent url(../images/footer.png) no-repeat 50% 0;
	color: #000000;
	text-align: center;
	height: 40px;
	font-size: 10px;
	clear: both;
	margin-top: 15px;
}

#footer .syndicate ul.menu {
	padding-top: 10px;

}

#footer .syndicate ul.menu li {
	display: inline;
	padding: 0 15px 0 10px;
}

#footer .syndicate ul.menu li {
	background: transparent url(../images/point.png) no-repeat scroll 100% 50%;
}

#footer .syndicate ul.menu li.item_last {
	background: none;
}

#footer .syndicate ul.menu li img {
	position: relative;
	top: 5px;
}

#footer a {
	color: #000000;
	font-weight: normal;
}