/*  
Author Original: Donny Burnside
Author URI: http://www.ginger-ninja.net/
Modified for Xoops by Kris
URI : http://www.xoofoo.org
*/

@import url(forms.css);
@import url(blocks.css);
@import url(content.css);

* { margin:0; padding:5;}
html, body {
	font:								13px "Trebuchet MS", Arial, Verdana;
	color:							#555;
	text-align:						left;
	background-repeat: no-repeat;
	background-position: top center;	
	margin: 0; padding: 0;
}
table { width: 					100%;}
table td {
	padding: 						0;
	border-width: 					0;
}
#xo-canvas {
	width:							950px;
	margin:							0 auto;
	padding:							0px;
	border-left:					2px solid #B8B7C8;
	border-right:					2px solid #B8B7C8;
	border-bottom:					2px solid #B8B7C8;
}
body.theme-dialog #xo-canvas {
	margin:							0px 6px;
}

/* ---------- Bannières ---------- */
#xo-banner {
	height:							120px;
	margin-bottom:					10px;
}
#xo-banner.commercial {}
body.theme-dialog #xo-banner {
	padding-top:					0px;
	padding-left:					0px;
	height:							48px;
}
/* Keep the ad img centered by using auto-margins and centeredcontainer/leftalignedchild on MSIE */
#xo-banner-ad {
	position: 						relative;
	top:								-70px;
	left:								300px;
	width:							728px;
	height:							90px;

}
#xo-banner-ad object, #xo-banner-ad img {
	display:							block;
}

/*---------------------- Nom du site dans le header ----------------------------*/
#xo-site-title {
	color: 							#fff;
	background-color: 			transparent;
}
#xo-site-title .commercial a:hover {
	color:							#EAAD7B;

}
#xo-testo.commercial {
	clear:							both;
	padding:							2px;
	line-height:					20px;
	background:						url(img/sfondino.png) repeat;
}

h1 #xo-site-title {
	position:						relative;
	top:								70px;
	left:								10px;
	font-weight:					normal;
	font-family:					Geneva, Arial, Helvetica, sans-serif;
	font-size:						1.6em;	
}
#xo-site-title.commercial {
	clear:							both;
	position:						relative;
	top:								30px;
	left:								0px;
	text-decoration: 				none;
	font-size: 						2.6em;
	font-weight: 					bold;
 }
/*----------------------- titre du slogan du site dans le header ------------------------*/
#xo-site-slogan {
	color: 							#fff;
	font-style: 					italic;
	padding-left: 					10px;
	background-color: 			transparent;
}
#xo-site-slogan.commercial {
	position:						relative;
	top:								15px;
	left:								16px;}

/*------------------------ Affichage du logo ----------------------------*/
#xo-main-logo {
	top:								0px;
	left:								0px;
	padding-left: 					10px;
	background-color: 			transparent;
	}
#xo-main-logo.commercial {
	position:						relative;
	top:								33px;
	left:								10px;
	}
/*-------- Affichage des champs de saisie dans le header-----------*/
#xo-banner form {
	margin:							0px;
	display:							inline;
}
#xo-banner input {
	color:							#333;
	width:							8em;
	background-color:				transparent;
	margin:							0px 0px 0px 2px;
}

/*============== Styles pour l'include userbar.html =================*/
#xo-userbar {
	color:							#fff;
	position:						absolute;
	top: 								12px;
	right: 							10px;
	text-align:						right;
	background:						url(img/bg-ad-top.png) repeat;
	background-repeat:			repeat;
	background-color: 			transparent;
	margin-right: 					25%;
}
#xo-userbar form {
	display:							inline;
	padding:							0px;
}
#xo-userbar button {
	margin: 							0px -3px;
	border:							0px none;
	padding:							0px;
	background:						transparent none;
}
#xo-userbar button img {
	width: 							16px;
	height: 							16px;
 }
#xo-userbar img {
	width: 							16px;
	height: 							16px;
}
#xo-userbar input {
	border:							1px solid #fff;
	color:							#fff;
	background-color: 			transparent;
}
#xo-userbar a {
	
	color: 							#fff !important;
}
#xo-userbar a:hover {
	text-decoration: 				none !important;
}
#xo-uname {
	color:							#E9BF1B;
	font-size:						1.1em;
	font-weight:					bold;
	background: 					inherit;
}

/*============= Style pour l'include globalnav.html ================*/
#xo-globalnav {
	color: 							#E9BF1B;
	margin:							0px;
	padding:							2px 35px 0px;
	min-height:						20px;
	font-size:						12px;
	font-weight: 					bold;
	list-style-type:				none;
	text-transform: 				uppercase;
	background:						url(img/sfondino.png) repeat;
}
* html #xo-globalnav { height: 20px; }

#xo-globalnav .x2-label {
	display:							none;
}
#xo-globalnav li {
	font-size: 						1.1em;
	display:							inline;
	margin:							0px;
	padding-left:					.5em;
	padding-right:					.5em;
}
#xo-globalnav a {
	color: 							#494949 !important;
	font-weight: 					700;
	text-decoration:				none;
	background: 					inherit;
}
#xo-globalnav a:hover {
	color:							#E9BF1B !important;
	text-decoration:				none;
	background: 					inherit;
}

/*=============== Affichage Pied de page - Footer  ====================*/
#xo-footer {
	clear:							both;
	padding:							10px 0;
	font-size:						12px;
	text-align:						center;
	line-height:					20px;
	color:							#000000;
	font-weight:					bold;
	background:						url(img/sfondino.png) repeat;
}

#xo-testo {
	clear:							both;
	padding:							2px;
	line-height:					24px;
	background:						url(img/sfondino.png) repeat;
}



body.theme-dialog #xo-footer { padding: .2em .5em; font-size:	.8em;}
#xo-footer a {
	color: 							#494949;
	
}
#xo-footer a:hover {
	color: 							#E9BF1B;
	
}
/*================= Zone de contenu ===================*/
#xo-canvas-content {
	color:							#666;
	padding-left:							6px;
	
}

#xo-canvas-rightcolumn {padding: .5em;}
#xo-content {
	


scrollbar-face-color: #ffffff !important;
 scrollbar-shadow-color: #000000  !important;
 scrollbar-highlight-color:#ffffff!important;
 scrollbar-3dlight-color: #000000 !important;
 scrollbar-darkshadow-color: #ffffff !important;
 scrollbar-track-color: #ffffff !important;
 scrollbar-arrow-color: #000000 !important;
 display: block;
 clear:							both;
	padding:							.5em;
	margin:							0px;
	color:							#333;

}

#xo-logger-output {font-size:	.8em;}

/*========== Menu principal dans bloc =============*/
#mainmenu a {
	display: 						block;
	margin-left: 					3px;
	padding: 						1px;
	font-weight: 					700;
	font-size: 						1.1em;
}
#mainmenu a:hover {
	text-decoration:				none !important;
	border-left: 					3px solid #494949;
	margin-left:					0;
	padding: 						1px;
}
#mainmenu a.menuTop, #mainmenu a.menuMain {padding-left: 8px; }
#mainmenu a.menuSub {
	color:							#494949;
	padding-left: 					20px;
	font-size:						.8em;
	font-style: 					italic;
	background-color:				inherit;
}
#mainmenu a.menuSub:hover {
	color:							#E9BF1B;
	
}

/*============ Menu utilisateur dans bloc ============*/
#usermenu a {
	display: 						block;
	margin: 							0;
	padding: 						2px 2px 2px 10px;
	color:							#494949;
	font-weight: 					normal;
	font-size: 						0.9em;
	line-height: 					1em;
	
}
#usermenu a:hover {
	color:							#E9BF1B;
	padding-left: 					20px;
	font-style: 					italic;
	text-decoration:				none !important;
	
}
#usermenu a.menuTop {}
#usermenu a.highlight {
	background-color: 			#333;
	color: 							#ccc;
}

/*=========== Règles nécessaires pour les anciens templates des modules ============*/
#usermenu a, #mainmenu a {	display: block;}
.xo-canvas-column .menuSub { padding-left: 1em;}