/********************************* 
* TEMPLATE FMA
* 
* Author : Neoweb www.neoweb.fr
* Copyright © 12.2007
* 
* COMMONS STYLES
**********************************/


/* *** ACCESSIBLITY */

#accessibility {
	display: none;
	position: absolute;
	left: -2000px;
	top: -2000px;
}


/* *** GLOBAL CONTENT */

#global_content {
	width: 770px;
	margin: 0 auto;
}



/* *** TEMPLATES STYLES */

.clear { clear: both; }


.background {
	background: #FFF url(../images/page_bkg.gif) repeat-x 0 0;
}


.square_orange {
	background: url(../images/square_top.gif) no-repeat 0 0;
}	

.square_grey {
	position: fixed;
	overflow: none;
	top: auto;
	left: 0; 
	right: 0; 
	bottom: 0;
	width: 166px;
	height: 114px;
	background: url(../images/square_bottom.gif) no-repeat 0 0;
}	



.outershadow-l {
	background: #FFF url(../images/shadow_outer-l.gif) no-repeat 0 0;
}
.outershadow-r {
	background: url(../images/shadow_outer-r.gif) no-repeat 100% 0;
	padding: 0 15px;
}





a#logo {
	display: block;
	float: left;
	width: 171px;
	height: 126px;
	background: url(../images/logo_fma.png) no-repeat 0 0;
	cursor: pointer;
}
a#logo span { display: none; }





#accroche {
	float: right;
	width: 550px;
	padding: 40px 0 0 0;
	text-align: right;
}






#topmenu {
	clear: both;
	height: 24px;
	overflow: visible;
	background: url(../images/topmenu_bkg.gif) repeat-x 0 0;
}
#topmenu .moduletable {
	float: left;
	border-right: 1px solid #837F7C;
}
#topmenu li { display: inline; }
/*
#topmenu a.mainlevel {
	display: block;
	float: left;
	height: 24px;
	margin: 0;
	padding: 0 0.8em;
	line-height: 24px;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-left: 1px solid #837F7C;
	border-right: 1px solid #CFCECD;
}
#topmenu a.mainlevel:hover {
	color: #FFF;
	text-decoration: none;
	background: url(../images/topmenu_active.gif) repeat-x 0 0;
}
#topmenu .menu {
	background: #636564 url(../images/topmenu_subbkg.gif) repeat-x 0 100%;
}

#topmenu .arrow {
	padding: 0 1em 0 0;
	background: url(../images/topmenu_arrowdown.png) no-repeat 100% 50%;
}
#topmenu .menu .arrow {
	background-image: url(../images/topmenu_arrowsidebis.png);
}

#topmenu a.sublevel {
	display: block;
	margin: 0;
	padding: 0.4em 0.8em 0.4em 1.5em;
	font-size: 0.95em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: url(../images/topmenu_arrowside.png) no-repeat 3px 6px;
}
#topmenu a.sublevel:hover {
	color: #BFB7B4;
	text-decoration: none;
}

*/




#banner {
	height: 90px;
	/*padding: 0 2em;*/
	padding: 0 0;
	overflow: hidden;
}
#banner p { margin: 0; }





.title {
	float: right;
	display: block;
	margin: 0;
	padding: 0 2em 0 0;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 0.02em;
}

.flexlogin {
	float: left;
	height:24; 
	width: 70%;
	display: block;
	margin: 0;
	/*margin-bottom:10px; */
	padding: 0 2em 0 2em;
	font:  1em Arial, Helvetica, sans-serif;
	text-align: top;
	/*vertical-align: top;*/
	letter-spacing: 0.02em;
}


/*
#submenu {
	margin: 0 0 1.5em 0.5em;
	background-repeat: repeat-x;
	background-position: 0 0; 
}
#submenu .moduletable {
	height: 24px;
	padding: 0 0 0 1em;
	background-repeat: no-repeat;
	background-position: 0 0; 
}
#submenu li { display: inline; }
#submenu a.mainlevel {
	display: block;
	float: left;
	height: 24px;
	margin: 0;
	padding: 0 0.6em;
	line-height: 24px;
	font-size: 1em;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
#submenu a.mainlevel:hover {
	color: #FFF;
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: 0 0; 
}
#submenu .menu {
	border-width: 1px;
	border-style: solid;
}

#submenu .arrow {
	padding: 0 1em 0 0;
	background: url(../images/topmenu_arrowdown.png) no-repeat 100% 50%;
}
#submenu .menu .arrow {
	background-image: url(../images/topmenu_arrowsidebis.png);
}

#submenu a.sublevel {
	display: block;
	margin: 0;
	padding: 0.4em 0.8em 0.4em 1.5em;
	font-size: 1em;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background: url(../images/topmenu_arrowside.png) no-repeat 3px 6px;
}
#submenu a.sublevel:hover {
	text-decoration: none;
}
*/




/* *** PATHWAY *********************************************************** */

#pathway {}
span.pathway {
	font-size: 0.95em;
	white-space: nowrap;
}
span.pathway img {	display: none; }
span.pathway a {
	padding: 0px 6px 0px 2px;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
}
span.pathway a:hover {	text-decoration: underline; }





/* *** MAIN *********************************************************** */

#main { 
	float: left; 
	width: 720px;
	margin: 0 0 0 10px;
	line-height: 1.3em;
/*background-color: #FFFFFF;
display: block;*/


}

#main10 {
	background-color: #FFFFFF;
background: url(../images/topmenu_arrowside.png) no-repeat 3px 6px;

}

/* *** COLUMN *********************************************************** */

#right {
	float: right;
	width: 245px;

}
#right .moduletable { margin: 0 0 1.5em 0; }
#right .moduletable-actu { 
	margin: 0 0 1.5em 0; 
	padding: 0.5em;
	border-width: 1px;
	border-style: solid;
	text-align: right;
}

#right h3 {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 1em;
	text-align: left;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	background: url(../images/arrow_blue.png) no-repeat 0 50%;
}
#right a.mainlevel  {
	display: block;
	margin: 0.2em 0;
	text-decoration: none;
}
#right a.mainlevel:hover, #right a.sublevel:hover {
	text-decoration: underline;
}
#right a.sublevel {
	display: block;
	margin: 0.2em 0;
	text-decoration: none;
	font-weight: normal;
	color: #333;
}





/* *** CONTENT *********************************************************** */

#content { 
	float: left; 
	width: 720px;
}
.column #content { width: 440px; }

#content ol { margin-left: 25px; }
#content ul { margin-left: 30px; }
#content ol li { 
	list-style-type: none; 
	padding: 0.4em 0 0.4em 1.5em; 
	background: url(../images/arrow_blue.png) no-repeat 0 50%;
}
#content ul li {
	list-style-type: disc; 
	padding: 0.4em 0; 
}
#content h1 {
	margin: 0.5em 0;
	font-size: 1.4em;
	color: #EE6C32;
}
#content h2 {
	margin: 0.5em 0;
	padding: 0.2em 0.2em;
	font-size: 1.3em;
	color: #FFF;
	background-color: #BEB7B3;
}
#content h3 {
	margin: 0.5em 0;
	font-size: 1.2em;
}
#content h4 {
	margin: 0.5em 0;
	padding: 0.1em 0.2em;
	font-size: 1.1em;
	color: #FFF;
}
#content h5 {
	margin: 0.5em 0;
	font-size: 1em;
}







/* *** FOOTER *********************************************************** */

#footer {
	float: right;
	padding: 1em 0;
	font-size: 1em;
	color: #BEB7B3;
	text-align: right;
}
#footer .moduletable { margin: 0 0 0.5em 0; }
#footer table {
	width: auto;
}
#footer a {
	color: #BEB7B3;
	text-decoration: none;
}
#footer a:hover {	
	color: #777; 
	text-decoration: underline;
}






/* **** JOOMLA & NEOJOOMLA MODULES STUFFS *********************************************************** */



/* NEOLATESTNEWS */

.neolatestnews li {
	margin: 0 0 0.8em 0;
}
.neolatestnews li p {}

.neolatestnews a.newstitle { 
	text-decoration: none; 
}
.neolatestnews a { 		 text-decoration: none; }
.neolatestnews a:hover { text-decoration: underline; }

.neolatestnews a.readon { 		text-decoration: underline; }
.neolatestnews a.readon:hover { text-decoration: none; }

.neolatestnews span.small {}

.readall a {}
.readall a:hover {}





/* LATESTNEWS, MOSTREAD */
ul.latestnews, ul.mostread {
	margin: 0;
}
ul.latestnews li, ul.mostread li {
	margin: 0.8em 0;
}
ul.latestnews a, ul.mostread a { text-decoration: none; }
ul.latestnews a:hover, ul.mostread a:hover { text-decoration: underline; }
ul.latestnews a:visited, ul.mostread a:visited { color: #999; }





/* POLL */
.poll {}
.pollstableborder {	width: 100%; }
.pollstableborder .sectiontableentry1 {}
.pollstableborder .sectiontableentry2 {}
.poll div {	
	padding: 0.5em 0; 
}






/* *** HTML TAGS *********************************************************** */

html, body { 
	height: 100%; 
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;    
	color: #333;
	background-color: #FFF;
}

table {	font-size: 1em; }
h1, h2, h3, h4, ol, ul, li, form {
	padding: 0px;
	margin: 0px;
}
ul li { list-style-type: none; }

a {
	font-weight: bold;
	text-decoration:underline;
}
a:hover { 
	color: #333;
	text-decoration: none; 
}

hr {
	height: 1px;
	border: 0px;
	color: #999;	
	background-color: #999;
}

img { border: 0px; }


input, select, textarea {
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	padding: 1px;
	border-width: 1px;
}




/* **** JOOMLA STUFFS *********************************************************** */


/* *** FORMS */

input.inputbox, select.inputbox, textarea {
	color: #333;
}
input.button {
	font-weight: bold;
	padding: 2px 4px !important;
	padding: 2px;
	color: #FFF;
	background-color: #333;
	border-top-color: #666;
	border-left-color: #666;
	border-right-color: #000;
	border-bottom-color: #000;
}


input.buttonlogin {
	/*font-weight: bold;*/
	height:20px;
	width:80px;
	padding: 2px 4px !important;
	padding: 2px;
	color: #FFF;
	background-color: #333;
	/*border-top-color: #666;
	border-left-color: #666;
	border-right-color: #000;
	border-bottom-color: #000;*/
}

.search input.inputbox { margin: 0 2px 0 0; }





/* *** SMALL TEXT, DATES */

.createdate, .modifydate, .small   {
	font-size: 0.95em;
	color: #999;
	text-align: left;
}




/* **** PAGE CONTENT *********************************************************** */

/* *** PRINT PAGE */

body.contentpane {	
	padding: 1em; 
}



table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
	font-size: 1em;
}

.contentdescription { 
	padding: 1em 0; 
}

.pagenavcounter { 
	text-align: right; 
}





/* *** HEADING OF COMPONENT */

.componentheading {
	margin: 0.5em 0 1em 0;
	font-weight: bold;
	font-size: 1.5em;
	color: #EE6B31;
}




/* *** HEADING OF CONTENT */

.contentheading {
	font: bold 1.4em Arial, Helvetica, sans-serif;
	background: url(../images/dotline_black.png) repeat-x 0 100%;
}
.contentheading a {
	text-decoration: none;
}
.contentheading a:hover { 
	text-decoration: none; 
	color: #333;
}



/* *** BUTTONS HEADING (PRINT, EMAIL, PDF) */

.buttonheading {           
	text-align: left;
	font-size: 0.85em;
}
.buttonheading img { border: 0; }
.buttonheading a { text-decoration: none; }
.buttonheading a:hover { text-decoration: underline; }








/* *** TABLE OF CONTENT */

table.contenttoc {
	margin: 0 0.2em 0.2em 0.5em;
}
table.contenttoc th {
	font-weight: bold;
	text-align: center;
}
table.contenttoc a.toclink {
	font-size: 0.95em;
	font-weight: normal;
	text-decoration: none;
}
table.contenttoc a.toclink:hover { text-decoration: underline; }




/* **** MOS IMAGE */

div.mosimage {	
	width: auto;
	margin: 0.5em;
}
div.mosimage img {}
div.mosimage_caption {
	padding: 0.1em 0;
}




/* *** READMODRE LINK FOR ARTICLES */

a.readon {	
	text-decoration: underline;
}
a.readon:hover { 
	text-decoration: none; 
}




/* *** ARTICLE SEPERATOR */

span.article_seperator {}




/* *** BLOG MORE */

.blog_more {
	padding: 0.5em;
}
.blog_more ul{ 
	padding: 0 0 0 0.5em !important; 
}
.blog_more li{ 
	margin: 0 0 0.5em 0 !important;
}
.blog_more a {}
.blog_more a:hover {}





/* *** TABLE ITEMS */

.sectiontableheader {
	padding: 0.4em 0.2em;
	background-color: #CCC;
	color: #FFF;
}
.sectiontableheader a, .sectiontableheader a:hover { color: #FFF; }

tr.sectiontableentry1 td, td.sectiontableentry1,
tr.sectiontableentry2 td, td.sectiontableentry2 { 
	padding: 0.4em 0.2em;
}

.sectiontableentry1 a, .sectiontableentry2 a { text-decoration: none; }
.sectiontableentry1 a:hover, .sectiontableentry2 a:hover { text-decoration: underline; }

tr.sectiontableentry1 td, td.sectiontableentry1 { }
tr.sectiontableentry2 td, td.sectiontableentry2 { }


.sectiontablefooter {}




/* *** PAGIN NAVIGATION */

.pagenavbar {
	padding: 0.5em;
	text-align: left;
}


span.pagenav, a.pagenav {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0.2em;
}
span.pagenav {
	color: #999;
}
a.pagenav, .pagenav_prev a, .pagenav_next a {
	font-size: 1em;
	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: 0.5em 0;
}
div.back_button a { 
	padding: 0 0 0 1em;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/arrow_back.png) no-repeat 0 50%;
}
div.back_button a:hover { 
	text-decoration: none; 
}




/* *** SEARCH RESULTS */

table.searchintro{
	padding: 8px 0px;
	width: 100%;
}
span.highlight { background-color: #FFFF99; }





/* *** MODULES STUFFS */

table.moduletable { 
	width: 100%; 
}
.moduletable table { 
	border-collapse: collapse; 
}

.syndicate img { 
	margin: 1px 0px; 
}





/* **** FRONTEND ADMIN STUFFS  *********************************************************** */*/


/* *** VALIDATION MESSAGE */

div.message {
	font-size: 0.95em;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	padding: 5px 0px;
}



/* *** FORM TOOLBAR */

table#toolbar a.toolbar {
	border: 1px solid #CCC;
	background-color: #FFF;
}
table#toolbar a.toolbar:hover {
	border: 1px solid #666;
	background-color: #F5F5F5;
}
