/********************************* 
* TEMPLATE
* 
* Author : Neoweb www.neoweb.fr
* Copyright © 03.2009
* 
* COMMONS STYLES
**********************************/


/* *** ACCESSIBLITY */

#accessibility {
	display: none;
	position: absolute;
	left: -2000px;
	top: -2000px;
}


/* *** GLOBAL CONTENT */

.global_content {
	width: 970px;
	margin: 0 auto;
}

.conteneur {
	padding: 0 12px 12px 12px;
}


/* *** TEMPLATES STYLES */

.clear { clear: both; }


.background {
	background: #a3a3a3 url(../images/bkg.gif) repeat-y 50% 0;
	padding: 0 16px;
}


/* *** HEADER *********************************************************** */

#header { 
	height: 120px;
}

/*.header_left, .header_right { 
	background: url(../images/bkg-header.png) no-repeat 0 0;
	width: 198px;
	height: 110px;
}*/

.header_left { 
	float: left;
	width:170px;
}
.header_right { 
	float: right;
	width:750px;
	padding:30px 10px;
	text-align:center;
	font-size:24px;
}

a#logo {
	background: url(../images/logo.gif) no-repeat 0 0;
	width: 100px;
	height: 114px;
	margin:5px 0 0 65px;
	display: block;
}


/* *** TOP - BOTTOM *********************************************************** */

#top, #bottom { 
	background: url(../images/bkg-top.png) no-repeat 0 0;
	font-size: 14px;
	text-transform:uppercase;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 15px;
	margin: 5px 0;
} 



/* *** MAIN *********************************************************** */

#main {
	/*margin: 30px 0 0 0;
	position:relative;*/
}

.main_top {
	/*background: url(../images/main-top.png) no-repeat 0 0;
	padding: 20px 200px 0 200px;
	color: #07143c;
	font-size: 12px;*/
	margin-bottom:20px;
	border-bottom:1px solid #dedede;
	padding:10px;
}

.main_top h3 {	
	font-size: 18px;
	color: #ff0000;
	text-transform: uppercase;
}

#center { 
	float: left; 
}


/* *** LEFT *********************************************************** */

#left {
	float: left;
	margin-right: 15px;
	width:200px;
}
.agences {
	margin-bottom:10px;
	padding:5px;
}
.agences img {
	margin:4px;
}
.left-top {
	background: url(../images/left.png) no-repeat 0 0;
	padding: 10px 15px;
	color: #fff;
	width: 170px;
	height: 334px;
	margin-bottom: 20px;
}
.left-top img {
	border: 1px solid #59617a;
	margin-bottom: 5px;
}
.left-top h3 {
	color: #fff;
}

.left-bottom {
	background:url(../images/lang-pauwells.png) no-repeat 0 0;
	width: 160px;
	height: 18px;
	padding: 50px 5px 5px 35px;
}
.left-bottom a {
	font-weight: bold;
	text-transform: uppercase;
}

/* *** CONTENT *********************************************************** */

#content .table1 {
	background: url(../images/bkg-content.png) no-repeat 0 0;
	width: 512px;
	height: 345px;
	padding: 5px 0;
	margin-bottom: 20px;
}

#content .table1 td {
	background-color: #fff;
	height: 155px;
}

#content .table1 td h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #59617a;
	text-align: center;
	margin: 0;
	height: 35px;
}
#content .table1 td img {
	text-align: center;
	margin: 9px 5px;
}

#content a.pdf {
	background: url(../images/pdf.gif) no-repeat 0 0;
	padding: 5px 0 5px 25px;
	margin: 0 5px;
	color: #ff0000;
	text-decoration: none;
	display: block;
}
#content a:hover.pdf {
	text-decoration: underline;
}

.logos {
	background: url(../images/bkg-partenaires.gif) no-repeat 0 0;
	width: 492px;
	height: 74px;
	padding:10px;
	margin-top:20px;
}
.logos img {
	margin: 10px;
}

.separator {
	background: url(../images/separator.gif) no-repeat 50% 0;
	width:512px;
	height:16px;
	margin-top:10px;
}

/* *** RIGHT *********************************************************** */

#right {
	background: url(../images/bkg-coordonnees.jpg) no-repeat 0 0;
	float: right;
	width: 189px;
	height: 482px;
	/*position: absolute;
	top: -88px;*/
	right: 0;
	padding: 50px 5px 0 8px;
}

#right h3 {
	color: #07143c;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 40px;
}


/* *** COLUMN *********************************************************** */

#column a.mainlevel  {
	display: block;
	text-decoration: none;
}
#column a.mainlevel:hover {}
#column a#active_menu {}
#column a#active_menu:hover {}

#column a.sublevel {
	display: block;
	text-decoration: none;
}
#column a.sublevel:hover {}





/* *** CONTENT *********************************************************** */

#content { 
	float: left; 
	padding:0 10px;
	width:492px;
}

#content ol { margin-left: 25px; }
#content ul { margin-left: 30px; }
#content ol li { 
	list-style-type: decimal; 
	padding: 0.4em 0; 
}
#content ul li {
	list-style-image:url(../images/puce.gif); 
	padding: 0.4em 0; 
}
#content h1 {
	margin: 0.5em 0;
	font-size: 1.6em;
}
#content h2 {
	margin: 0.5em 0;
	color:#FF0000;
	font-size:18px;
	text-transform:uppercase;
}
#content h3 {
	margin: 0.5em 0;
	font-size: 1.3em;
	color:#7fc241;
}
#content h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
}
#content h5 {
	margin: 0.5em 0;
	font-size: 1em;
}







/* *** FOOTER *********************************************************** */

#footer {
	text-align: left;
	color: #a3a3a3;
}
#footer a {
	font-weight: normal;
	color: #a3a3a3;
}
#footer a:hover {	color: #8c8c8c; }



#copyright {
	text-align:center;
}


/* **** 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: Arial, Helvetica, sans-serif;
	font-size: 12px;    
	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 {
	color: #666;
	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;
}
.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 {
	font-weight: bold;
	font-size: 1.5em;
	color: #333;
}




/* *** HEADING OF CONTENT */

.contentheading {
	font-weight: bold;
	font-size: 1.2em;
	color: #333;
}
.contentheading a {
	color: #333;
	text-decoration: none;
}
.contentheading a:hover { 
	color: #333;
	text-decoration: underline; 
}



/* *** BUTTONS HEADING (PRINT, EMAIL, PDF) */

.buttonheading {           
	text-align: left;
	vertical-align: bottom;  
	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 {
	display: none;
}




/* *** 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 { 
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
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%; 
}

.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;
}
