/* ************************ STRUCTURE GLOBALE ********************* */
/* **************************************************************** */

div#globalContent {
	position: absolute;
	left: 50%;
}
div.thin {
	width: 770px;
	margin-left: -385px;
}
div.thin #left { 	width: 160px; }
div.thin #right { 	width: 160px; }
div.thin div.wrapper_b, 
div.thin div.wrapper_t { 	margin-left: 144px; }	
div.thin div#pathway { 		margin-left: 158px; }
	

div.wide {
	width: 970px;
	margin-left: -485px;
}
div.wide #left { 	width: 180px; }
div.wide #right { 	width: 190px; }
div.wide div.wrapper_b, 
div.wide div.wrapper_t { 	margin-left: 166px; }
div.wide div#pathway { 		margin-left: 178px; }	


/* ***************** STYLES PROPRES AU TEMPLATE *************** */
/* ************************************************************ */

body.body_styles {	background: #D8C495; }
body.body_styles ul, body.body_styles li { list-style-type: none; }


/* ********************* WRAPPER ********************************* */
div.wrapper_t {		background: url("../images/wrapper_t.gif") repeat-x 0 100%; }
div.wrapper_tl {	background: url("../images/wrapper_tl.gif") no-repeat 0 100%; }
div.wrapper_tr {
	background: url("../images/wrapper_tr.gif") no-repeat 100% 100%;
	padding-top: 7px;
}

td.wrapper_l {		background: url("../images/wrapper_l.gif") repeat-y 100% 0; }
div.wrapper_lt { 	background: url("../images/wrapper_lt.gif") no-repeat 100% 0; }

div.wrapper_r {		background: url("../images/wrapper_r.gif") repeat-y 100% 0; }
div.wrapper_rt { 	
	background: url("../images/wrapper_rt.gif") no-repeat 100% 0;
	padding-right: 14px; 
}

div.wrapper_b {		background: url("../images/wrapper_b.gif") repeat-x;  }
div.wrapper_bl {	background: url("../images/wrapper_bl.gif") no-repeat 0 0; }
div.wrapper_br {
	background: url("../images/wrapper_br.gif") no-repeat 100% 0;
	padding-top: 8px;
}


/* ********************* MENU LEFT ********************************* */
#menuleft {
	padding: 50px 0 220px 0;
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	color: #926A41;
}
#menuleft h3 {
	color: #926A41;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	border-bottom: 1px solid #A28356;
	padding: 4px 0;
	margin-bottom: 5px;
}

#menuleft a.mainlevel  {
	display: block;
	background: url("../images/menu_items.gif") no-repeat 100% 0;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	color: #CC1300;
	text-decoration: none;
	line-height: normal;
	padding: 3px 0 12px;
	margin-top: 3px;
}
#menuleft a.mainlevel:hover { 
	color: #FFF; 
	text-decoration: none;
}
#menuleft a#active_menu {
	background-position: 100% -30px;
	color: #FFF;
}
#menuleft a#active_menu:hover {}

#menuleft a.sublevel {
	display: block;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color: #926A41;
	line-height: normal;
	background: none;
	padding: 1px 0;
	margin-bottom: 1px;
}
#menuleft a.sublevel:hover {
	color: #CC1300; 
	text-decoration: underline;
}



/* ********************* MENU TOP ********************************* */
div#topbox { padding-right: 120px; }

#menutop {
	padding-top: 5px;
	float: right;
	white-space: nowrap;
}
#menutop h3 {
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #926A41;
	padding-left: 4px;
	text-align: left;
}
#menutop li { display: inline; }
#menutop a.mainlevel  {
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	color: #E34A1E;
	text-decoration: none;
	line-height: normal;
	padding: 2px 4px;
	margin: 0 2px;
	border-right: 1px solid #D8C495;
}
#menutop a.mainlevel:hover { 
	color: #D8C495; 
	text-decoration: none;
}
#menutop a#active_menu { color: #926A41; }
#menutop a#active_menu:hover { color: #543925; }



/* ********************* MODULE DE RECHERCHE ********************************* */
#searchbox {
	padding: 5px 0 0;
	width: 150px;
}
#searchbox input.inputbox {	
	width: 125px; 
	margin-left: 5px;	
}



/* ********************* LOGO ********************************* */
#logo {	padding: 5px 0 5px 25px; }




#center {
	border: 2px solid #E34A1E;
	background: #FFF url("../images/header_bg.gif") no-repeat 100% 0;
}
#content { padding: 0 8px; }



/* ********************* USERS BOX ********************************* */
.userbox {
	border: 1px solid #E7E0BE;
	font-size: 11px;
}
.userbox div.moduletable { padding: 4px; }
.userbox .contentpaneopen { font-size: 11px; }
.userbox h3 {
	color: #E34A1E;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: left;
	padding: 3px 0;
}
.userbox .contentheading {
	color: #543925;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	background: none;
}
.userbox .article_seperator { display: none; } 


#right { padding-left: 10px; }
#right div.moduletable {
	background-color: #F3EDDF;
	border: 1px solid #E7E0BE;
	padding: 4px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #926A41;
}
#right .contentpaneopen { font-size: 11px; }
#right div.moduletable h3 {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #926A41;
	padding: 4px 0;
}
#right .article_seperator { display: none; } 
#right .contentheading {
	color: #926A41;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	background: none;
}
#right div.moduletable a {
	color: #E34A1E;
	text-decoration: none;
}
#right div.moduletable a:hover {
	text-decoration: underline;
}


/* ***************** REDEFINITION DES BALISES *************** */
/* ********************************************************** */
html {
	height: 100%;
}
body{
	margin:0;
	padding:0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;    
	color: #333;
	background: #FFF;
}
table, td, tr, th {
	vertical-align: top;	
	font-size: 1em;    
}
h1, h2, h3, ul, li, form {
	padding: 0;
	margin: 0;
}

a {
	color: #E34A1E;
	font-weight: bold;
	text-decoration:underline;
}
a:hover { 
	color: #CC1300;
	text-decoration: none; 
}

hr {
	height: 1px;
	border: 0;
	color: #999;	
	background-color: #999;
}
img { border: 0; }


/* ************************ ACCESSIBILITE ************************ */
/* *************************************************************** */

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


/* ************************ STYLES AJOUTES A JOOMLA ****************** */
/* ******************************************************************* */

/* ******** FOOTER KEYWORDS & COPYRIGHT
 * Balise H1 pour le réf. des mots-clés */
div#copyright, 
div#footer,
div#footer h1 {
	font-weight: normal;
	font-size: 10px;
}
div#copyright, 
div#footer {
	text-align: center;
	color: #926A41;
	padding-bottom: 4px;
}
div#copyright img {	margin: 2px; }
div#copyright a,
div#footer a {
	font-weight: normal;
	color: #926A41;
	text-decoration: none;
}
div#copyright a:hover,
div#footer a:hover {
	color: #543925;
	text-decoration: underline;
}


/* ****************************** CORPS JOOMLA ************************* */
/* ********************************************************************* */

table.moduletable { width: 100%; }

.small {
	font-size: 10px;
	color: #9E7B57;
}


/* ********* PATHWAY */
#pathway {
	line-height: normal;
	padding: 5px 0 0;
}
span.pathway {
	font-size: 10px;
	color: #926A41;
}
span.pathway img {	display: none; }
span.pathway a { 
	display: block;
	float: left;
	padding: 0px 4px;
	margin-right: 5px; 
	text-decoration: none;
	color: #926A41; 
	border-right: 1px solid #E7E0BE;
}
span.pathway a:hover { 
	color: #543925; 
	text-decoration: underline;
}



/* ********* DATE CREATION ET MODIFICATION */
.createdate, .modifydate {
	font-size: 10px;
	color: #9E7B57;
	text-align:left;
}


/* ********* CONTENEUR DES PAGES IMPRIMER */
body.contentpane {
	padding: 6px 10px 4px;
}


/* ********* CONTENEUR DES PAGES */
.contentpaneopen, .contentpane, .blog {
	width: 100%;
	font-size: 11px;
}
.contentpaneopen ul, .contentpane ul { padding-left: 10px; }
.contentpaneopen li, .contentpane li {
	padding: 2px 0px 2px 10px;
	background: url("../images/list_arrow.png") no-repeat 0px 5px;
}

/* ** Liste des categories de la section */
.contentpaneopen li a.category, .contentpane li a.category {}



/* ********* DESCRIPTION de la SECTION */
.contentdescription { padding: 5px 0; }



/* ********* TITRE DE LA SECTION */
div.componentheading {
	font-weight: bold;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	letter-spacing: 0.2em;
	color: #946C43;
	background: url("../images/cmpheading_bg.gif") no-repeat 100% 0;
	padding: 2px 0 14px 2px;
}



/* ********* TITRE DE LA CATEGORIE */
td.contentheading {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #CC1300;
}

/* ** Titre categorie cliquable */
td.contentheading a.contentpagetitle {
	color: #CC1300;
	text-decoration: none;
}
td.contentheading a.contentpagetitle:hover {
	text-decoration: underline;
}



/* ********* BOUTONS "OUTILS" de la CATEGORIE "Imprimer/ Convertir PDF / Envoi email" */
td.buttonheading {           
	text-align: center;
	vertical-align: bottom;  
	border: none; 
	padding: 2px;
}
td.buttonheading a {
	display: block;
	float: right;
}
td.buttonheading img { border: 0; }



/* ********* PAGINATION des RESULTATS */
.pagenavcounter {
	font-size: 11px;
	text-align: right;
}



/* ********* BOUTONS de NAVIGATION entre ARTICLES */
.pagenavbar {
	padding: 4px;
	text-align: left;
}
.pagenavbar a {}
.pagenavbar a:hover {}



/* ********* LISTE DES ITEMS affiché en tableau */
/* Entête des tableaux */
.sectiontableheader {
	padding: 2px;
	background: #926A41;
	color: #FFF;
	border-bottom: 1px solid #543925;
}
.sectiontableheader a {}
.sectiontableheader a:hover {}


/* ** Lignes de résultats */
tr.sectiontableentry1 td, tr.sectiontableentry2 td {
	padding: 2px;
}
tr.sectiontableentry1 td { background-color: #F3EDDF; }
tr.sectiontableentry2 td {}

/* ** Conteneur de pagination des résultats */
.sectiontablefooter {}



/* ******** SEPARATEUR D'ARTICLES */
span.article_seperator { 
	display: block;
	border-top: 1px solid #E7E0BE;
	height: 1px;
}



/* ********* BOUTONS "Lire la suite", "Ecrire commentaires"... */
a.readon {
	color: #E34A1E;
	font-weight: bold;
	text-decoration: underline;
}
a.readon:hover { text-decoration: none; }



/* ********** MOS IMAGE */
div.mosimage {
	width: auto;
	border: 1px solid #E7E0BE;
	padding: 1px;
}
div.mosimage img {}
div.mosimage_caption {
	padding: 2px;
	color: #9E7B57;
}



/* ********* BOUTONS NAVIGATION CATEGORIES et PAGINATION DES RESULTATS de tableaux */
span.pagenav, a.pagenav {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 2px;
}

/* Liens inactifs */
span.pagenav {
	color: #9E7B57;
}
/* Liens actifs */
a.pagenav, .pagenav_prev a, .pagenav_next a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
a.pagenav:hover, .pagenav_prev a:hover, .pagenav_next a:hover { text-decoration: underline; }



/* ********** BOUTON RETOUR */
div.back_button {    
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding: 10px 0;
}
div.back_button a { 
	text-decoration: none;
}
div.back_button a:hover { }



/* ********** CHAMPS FORMULAIRES */
input.inputbox, select.inputbox, textarea {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #D8C495;
	padding: 1px;
	color: #A28356;
}



/* ********* BOUTONS FORMULAIRES */
input.button {
	color: #FFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 0;
	background: #9E7B57;
	border-width: 1px;
}



/* **************************** MODULES JOOMLA *********************** */
/* ******************************************************************* */

/* ******** BLOG CONTENT */
.blog_more {
	padding: 6px;
	background-color: #F3EDDF;
	border: 1px solid #E7E0BE;
	margin-bottom: 4px;
	font-size: 11px;
	color: #926A41;
}
.blog_more ul{}
.blog_more li{}
.blog_more a.blogsection {}
.blog_more a.blogsection:hover {}

/* Conteneur de pagination du blog */
.blog {}



/* ********* RESULTAT PAGE RECHERCHE, nombre de résulats trouvés */
table.searchintro{
	padding: 8px 0px;
	width: 100%;
}


/* ********* POPULAR */
div.moduletable ul.mostread, div.moduletable li.mostread {}
div.moduletable a.mostread {}
div.moduletable a.mostread:hover {}



/* ********* DERNIERES NEWS */
div.moduletable ul.latestnews, div.moduletable li.latestnews {}
div.moduletable a.latestnews {}
div.moduletable a.latestnews:hover {}



/* ********* MODULE SONDAGE */
.poll {}
.pollstableborder {
	width: 100%;
}
.poll td.sectiontableentry1 {}
.poll td.sectiontableentry2 {}
.poll div {
	padding: 4px 0px;
}



/* ********* SYNDICATE, liste de validations */
div.syndicate {}
div.syndicate img {
	margin: 1px 0px;
}



/* ** Formulaire de contact */
div.contact_email {}



/* Mot recherché mis en surbrillance */
span.highlight { background-color: #FFFF99; }