@charset "utf-8";
/* CSS Document */
/* This file is styling the Joomla output */

/*###############################################################################*/
/* Banner Modules */



/*###############################################################################*/
/* Top Modules  */

#top {
	text-align: right;
}

#top ul {
	float: left;
	height: 60px;	
}

#top ul li {
	display: block;
	float: left;
	margin-left: 10px;
	height: 60px;
	vertical-align: bottom;
	
}

#top ul li a {
	display: block;
	height: 60px;
	vertical-align: bottom;
}

#top ul li a span {
	vertical-align: text-bottom;
	height: 20px;
}


/*###############################################################################*/
/* Leftcol Modules Elements */

#leftcol ul {
	width: 200px;
}

#leftcol ul li
{
	width: 188px;
	border: 1px solid #BFBFBF;
	padding: 5px;
	margin-bottom: 4px;
}

#leftcol ul li a {
	width: 188px;
}

#leftcol ul li ul {
	margin-left: 10px;
}

#leftcol ul li li {
	margin-bottom: 0;
	padding: 2px 5px;
	border: none;
	font-weight: bold;
	list-style-image: url(../img/puce.gif);
	list-style-position: inside;
}

/*###############################################################################*/
/* Rightcol Modules Elements */

#rightcol .module {
	padding: 20px 20px;	
}

#rightcol .module_light {
	background: #6A6A6A;
	padding: 20px 20px;	
}

#rightcol {
	
}

#rightcol .box{
	background: #C9D1D1;
	margin: 10px 10px 0px 0px;
	padding: 0px 0px;
}

#rightcol .moduleheading {
	background-color: #1D4D9E;
	padding: 10px 10px;
}

#rightcol .modulecontent{
	padding: 10px 10px;
}

/*###############################################################################*/
/* Footer Modules Elements */

#footer {
	text-align: right;
}

#footer li {
	display: inline;
}

#copyright {
	margin-top: 10px;
}


