/* CLOCKING MACHINE JOOMLA! TEMPLATE
* 
*  COMMONS STYLES
*/

#accessibility {
	display: none;
	position: absolute;
	left: -2000px;
	top: -2000px;
}


/* GLOBAL CONTENT */
div#global_content {
	position: absolute;
	width: 100%;
	min-height: 100%;
	left: 50%;
	margin-left: -50%;
	z-index: 500;
}
* html #global_content {
	height: 100%;
	overflow: auto;
}
div#outer_content {
	position: relative;
	left: 50%;
}




/* THIN */
div.thin #outer_content	{
	width: 770px;
	margin-left: -385px;
}
div.thin #column {	width: 186px; /* width: 200 - padding:12 */ }
div.thin #content {	
	width: 555px !important; 
	width: 514px;
}

/* WIDE */
div.wide #outer_content	{
	width: 970px;
	margin-left: -485px;
}
div.wide #column {	width: 186px; /* width: 200 - padding:12 */ }
div.wide #content {	
	width: 755px !important; 
	width: 714px;
}







/* ************************ TEMPLATES STYLES */


div.fontsize_down {		font-size: 10px; }
div.fontsize_default {	font-size: 12px; }
div.fontsize_up {		font-size: 15px; }



/* TEMPLATE CUSTOMIZE */
#templateCustomizer {
	float: left;
	margin: 2px 0 10px 0;
}
#templateCustomizer li { display: inline; }
#templateCustomizer li a {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	margin: 0 2px;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 8px;
}
#templateCustomizer li a span { display: none; }

/* Screen size */
#templateCustomizer li.screen-thin a {	background-image: url(../images/screensize_thin.png); }	
#templateCustomizer li.screen-wide a {	background-image: url(../images/screensize_wide.png); }		

/* Font size */
#templateCustomizer li.font-down a {	background-image: url(../images/fontsize_down.png); }	
#templateCustomizer li.font-default a {	background-image: url(../images/fontsize_default.png); }	
#templateCustomizer li.font-up a {		background-image: url(../images/fontsize_up.png); }		





/* BOTTOM SKY LINE */

#skyline {
	position: fixed;
	overflow: none;
	top: auto;
	left: 0px; 
	right: 0px; 
	bottom: 0px;
	z-index: 1000;
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-image: url(../images/skyline_bkgd.png) !important;
	background-image: url(../images/skyline_bkgd.gif) ; /* Internet Explorer */
}
* html #skyline { 
	position:absolute; 
	right: 16px;
}

#skyline, #skyline .skyline_l, #skyline .skyline_r {
	height: 120px;
}
#skyline .skyline_l { 
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-image: url(../images/skyline_left.png) !important;
	background-image: url(../images/skyline_left.gif) ; /* Internet Explorer */
}
#skyline .skyline_r { 
	background-repeat: no-repeat;
	background-position: 104% 0%;
	background-image: url(../images/skyline_right.png) !important;
	background-image: url(../images/skyline_right.gif) ; /* Internet Explorer */
}



.clear { clear: both; }


.background {	
	background-attachment: fixed;
	background-position: 0 100%;
	background-repeat: repeat-x;
}




.vert_dusts {
	padding-left: 16px;
	background-position: 0 0;
	background-repeat: repeat-y;
	/*background-color: #0D2548;*/
	background-image: url(../images/vertical_dusts.png) !important;
	background-image: url(../images/vertical_dusts.gif) ; /* Internet Explorer */
}



.horizontal_dusts_l { 
	background-position: 71px 0;
	background-repeat: no-repeat;
	background-image: url(../images/horizontal_dusts_l.png) !important;
	background-image: url(../images/horizontal_dusts_l.gif) ; /* Internet Explorer */
}
.horizontal_dusts_r { 
	height: 20px;
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-image: url(../images/horizontal_dusts_r.png) !important;
	background-image: url(../images/horizontal_dusts_r.gif) ; /* Internet Explorer */
}




#center {
	overflow: auto;
}	
* html #center {
	overflow: visible;
	height: 1%;
}


#header { 
	margin: 10px auto 0;
	width: 938px

}



#content {
	float: left;
	background-color: #FFF;
	padding: 0 0 120px 0;
	filter:alpha(opacity=80);	/* IE */
   	-moz-opacity:0.80;			/* Firefox */
  	-khtml-opacity: 0.80;		/* Safari */
   	opacity: 0.80;				/* CSS 3 */
}
* html #content {
	display: inline; /* Bug IE */
}


/* TOP MENU */
#topmenu {
	float: right;
	margin: 10px 20px;
	font-size: 0.95em;
}
#topmenu li { display: inline; }
#topmenu a {
	font-weight: normal;
	text-decoration: none;
}
#topmenu a:hover { text-decoration: underline; }

#topmenu a.mainlevel {
	display: block;
	float: left;
	margin: 0 0 0 6px;
}

#topmenu h3 {
	padding: 2px 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
#topmenu .contentheading { font-size: 1em; }





/* CONTENT TEXT */
#content_text { 
	clear: both;
	margin: 15px 20px 10px 20px; 
}

#content_text ul { padding-left: 20px; }
#content_text ol li { 
	list-style-type:decimal; 
	padding: 2px 0;
	margin: 0; 
}
#content_text ul li {
	list-style-type: disc;
	padding: 2px 0; 
	margin: 0;
}



/* LEFT COLUMN */
#column {
	float: left; 
	color: #FFFFFF;
	padding: 12px 0 12px 12px;
}
#column .moduletable {
	margin: 0 0 20px 0;
	font-size: 0.95em;
}
#column .moduletable h3 {
	width: auto !important;
	width: 186px; /* Bug IE */
	padding: 4px 0 3px 5px;
	background: url(../images/moduleheading.png) repeat-x 0 0;
	color: #FFF;
	font-size: 0.95em;
	font-weight: bold;
	text-transform: uppercase;
}

#column .createdate, #column .modifydate, #column .small  {
	color: #505050;
}


#column a { font-weight: normal; }
#column a:link {	color: #C1C1C1; }
#column a:visited {	color: #505050; }
#column a:hover {
	color: #FFF;
	text-decoration: underline;
}

#column a.mainlevel  {
	display: block;
	margin: 2px 0 2px 4px;
	padding: 1px;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
}
#column a.mainlevel {		color: #FFF; }
#column a.mainlevel:hover {
	text-decoration: underline;
}
#column a#active_menu {
	padding-left: 20px;
	color: #FFF;
	background: url(../images/menu_active.png) no-repeat 0 2px;
}


#column a.sublevel {
	display: block;
	margin: 0 0 0 4px;
	padding: 2px 1px 2px 12px;
	font-weight: normal;
	font-size: 0.95em;
	text-decoration: none;
	color: #C1C1C1;
	background: url(../images/line_dot.png) repeat-y 0 0;
}
#column a.sublevel {		color: #FFF; }
#column a.sublevel:hover {
	text-decoration: underline;
}
#column .moduletable div a.mainlevel { margin: 0 0 0 3px; }


/* LEVELS FOR NEOMENU */
#column a.sublevel div.arrow {
	background-repeat: no-repeat;
	padding: 0 14px 0 0;
	background-position: 100% 5px;
}
#column a.sublevel div.arrow { 		 background-image: url(../images/arrow_right.png); }
#column a.sublevel:hover div.arrow { background-image: url(../images/arrow_down.png); }

#column ul.menu {
	background-color: #000;
}
#column ul.menu a.sublevel {
	white-space: nowrap;
	padding: 2px 10px 2px 12px;
}




/* USERS BOX : THIN WIDTH */
.thin .userbox-1 .user-left, 
.thin .userbox-1 .user-center,
.thin .userbox-1 .user-right {
	width: 510px;
}
.thin .userbox-2 .user-left, 
.thin .userbox-2 .user-center,
.thin .userbox-2 .user-right {
	width: 250px;
}
.thin .userbox-3 .user-left, 
.thin .userbox-3 .user-center, 
.thin .userbox-3 .user-right {
	width: 160px;
}

/* USERS BOX : WIDE WIDTH */
.wide .userbox-1 .user-left, 
.wide .userbox-1 .user-center,
.wide .userbox-1 .user-right {
	width: 710px;
}
.wide .userbox-2 .user-left, 
.wide .userbox-2 .user-center,
.wide .userbox-2 .user-right {
	width: 350px;
}
.wide .userbox-3 .user-left, 
.wide .userbox-3 .user-center, 
.wide .userbox-3 .user-right {
	width: 230px;
}

.user-left {	float: left; }
.user-right {	float: right; }
.user-center { 	
	float: left; 
	margin-left: 4px;
}

.user-left, .user-right, .user-center {
	font-size: 0.95em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.user-left .moduletable, .user-right .moduletable, .user-center .moduletable { margin: 0 0 10px 0; }
.user-left h3, .user-right h3, .user-center h3 { 
	padding: 2px 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
.user-left .contentheading, .user-right .contentheading, .user-center .contentheading { font-size: 1em; }





/* FOOTER */
#footer {
	margin: 5px 0;
}
#footer,
#footer h1 {
	font-weight: normal;
	font-size: 0.95em;
	text-align: center;
	color: #444444;
}

#column #footer a, #column #footer a:link {
	font-weight: normal;
	color: #444444;
}
#footer a:hover {
	color: #444444; 
	text-decoration: none;
}

#neojoomla { margin: 5px 0; }





/* ***************** HTML TAGS *************** */
/* ******************************************* */
body  {  		overflow-y: hidden; }
html > body {	overflow-y: auto; }

html, body { 
	height: 100%; 
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #FFF;
}
table {	font-size: 1em; }
h1, h2, h3, h4, ul, li, form {
	padding: 0;
	margin: 0;
}
ul li { list-style-type: none; }

a {
	color: #000;
	font-weight: bold;
	text-decoration:underline;
}
a:hover { 
	color: #000;
	text-decoration: none; 
}

hr {
	height: 1px;
	border: 0;
	color: #999;	
	background-color: #999;
}
img { border: 0; }


input, select, textarea {
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 1px;
	border-width: 1px;
}

/* ****************************** JOOMLA BODY ************************* */
/* ******************************************************************** */

/* ********* CONTENEUR DES PAGES IMPRIMER */
body.contentpane {	padding: 6px 10px 4px; }

table.moduletable { width: 100%; }

.contentdescription { padding: 6px 0; }

.search input.inputbox { margin: 0 4px 0 0; }

span.article_seperator {
	display: block;
	height: 4px;
	background: url(../images/line_dot.png) repeat-x 0 50%;
}


a.readon {	
	font-size: 0.95em;
	font-weight: normal; 
	text-decoration: underline;
}
a.readon:hover { text-decoration: none; }


/* ********* SEARCH RESULTS */
table.searchintro{
	padding: 8px 0px;
	width: 100%;
}
span.highlight { background-color: #FFFF99; }



/* ********* NAVIGATION COUNTER */
.pagenavcounter { text-align: right; }


/* ********* NAVIGATION BAR BETWEEN ARTICLES */
.pagenavbar {
	padding: 4px;
	text-align: left;
}

/* ********* SYNDICATE */
div.syndicate img {	margin: 1px 0px; }


/* ********* CONTACT FORM */
div.contact_email {}


/* ********** FORM FIELDS */
input.inputbox, select.inputbox, textarea {
	color: #3B3533;
}

/* ********* FORM BUTTON */
input.button {
	font-weight: bold;
	padding: 2px 4px !important;
	padding: 1px 0;
	background-color: #3B3533;
	color: #FFF;
	border-left-color: #505050;
	border-top-color: #505050;
	border-right-color: #000;
	border-bottom-color: #000;
}





/* ********* PATHWAY MODULE */
span.pathway {
	font-size: 0.80em;
	white-space: nowrap;
}
span.pathway img {	display: none; }
span.pathway a {
	padding: 0 6px 0 2px;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
}
span.pathway a:hover { }



/* ********* SMALL TEXT AND CREATE DATE */
.createdate, .modifydate, .small  {
	font-size: 0.95em;
	color: #999;
	text-align: left;
}



/* ********* PAGE CONTENT */
.contentpaneopen, .contentpane, .blog {
	width: 100%;
	font-size: 1em;
}



/* ******** BLOG CONTENT */
.blog_more {
	padding: 6px;
	margin: 4px;
	color: #505050;
}
.blog_more ul{ 
	padding: 0 0 0 4px; 
}
.blog_more li { 
	padding: 1px 0; 
	color: #000;
}




/* ********* SECTION TITLE */
div.componentheading {
	margin: 0 0 20px 0;
	font: bold 1.4em Georgia, Times New Roman, Times, serif;
	color: #000;
	background: url(../images/line_dark.png) repeat-x 0 80%;
}


/* ********* CATEGORY TITLE */
.contentheading {
	font-weight: bold;
	font-size: 1.3em;
	color: #000;
}
.contentheading a {
	color: #000;
	text-decoration: none;
}
.contentheading a:hover { text-decoration: underline; }



/* ********* BUTTONS HEADING (PRINT, EMAIL, PDF) */
.buttonheading {           
	text-align: center;
	vertical-align: bottom;  
	font-size: 0.95em;
}
.buttonheading a, .buttonheading a:hover { 
	font-weight: normal;
	text-decoration: none; 
}
.buttonheading img { border: 0; }




/* ********* TABLE ITEMS */
.sectiontableheader {
	padding: 4px 2px;
	background: #000;
	color: #FFF;
}
.sectiontableheader a, .sectiontableheader a:hover { color: #FFF; }


tr.sectiontableentry1 td, td.sectiontableentry1,
tr.sectiontableentry2 td, td.sectiontableentry2 {	
	padding: 2px; 
	background-color: #E5E5E5;
	border-bottom: 1px solid #FFF;
}

.sectiontableentry1 a, .sectiontableentry2 a { text-decoration: none; }
.sectiontableentry1 a:hover, .sectiontableentry2 a:hover { text-decoration: underline; }




/* ********* TABLE CONTENT TOC */
table.contenttoc {
	margin: 2px 2px 2px 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #3B3533
}
table.contenttoc th, table.contenttoc td {	padding: 1px 4px; }
table.contenttoc th {
	font-weight: bold;
	text-align: center;
	background-color: #3B3533;
	color: #FFF;
}
table.contenttoc a {
	font-size: 0.95em;
	font-weight: normal;
	text-decoration: none;
}
table.contenttoc a:hover { text-decoration: underline; }



/* ********** MOS IMAGE */
div.mosimage {	
	width: auto;
}
div.mosimage img {}
div.mosimage_caption {
	padding: 2px;
	font-size: 0.95em;
}



/* ********* PAGINATION RESULTS */
span.pagenav, a.pagenav {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0px 2px;
}
span.pagenav {
	color: #505050;
}
a.pagenav, .pagenav_prev a, .pagenav_next a {
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
}
a.pagenav:hover, .pagenav_prev a:hover, .pagenav_next a:hover { text-decoration: underline; }



/* ********** BACK BUTTON  */
div.back_button {    
	text-align: right;
	padding: 5px 0;
}
div.back_button a { 
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
}
div.back_button a:hover { text-decoration: underline; }



/* ********* POLL MODULE */
.poll {}
.pollstableborder {	width: 100%; }
.poll div {	padding: 4px 0px; }




/* ********* LATESTNEWS, MOSTREAD */
ul.latestnews, ul.mostread {
	margin-left: 2px;
}
ul.latestnews li, ul.mostread li {
	margin: 6px 0;
}

ul.latestnews a, ul.mostread a { 
	text-decoration: none; 
	font-weight: normal;
}
ul.latestnews a:visited, ul.mostread a:visited { color: #505050; }
ul.latestnews a:hover, ul.mostread a:hover { text-decoration: underline; }



/* ************ ADMIN CONTENT */
div.message {
	font-size: 0.95em;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	padding: 5px 0;
}

table.adminform {}

table#toolbar a.toolbar {
	border: 1px solid #CCC;
	background-color: #FFF;
}
table#toolbar a.toolbar:hover {
	border: 1px solid #666;
	background-color: #F5F5F5;
}