/* --------- Stylesheets incorporation --------- */
@import url("content.css");
@import url("extraclass.css");
@import url("forms.css");
@import url("templates.css");
@import url("blocks.css");

/* --------- Reset css --------- */
* {
  margin : 0;
  padding : 0;
}

/* --------- Layout --------- */
a img
{
border: none;
} 

html, body {
	background : #788389 url("http://www.lumieresdefrance.com/fr/images/bg_body.png") repeat-x;

	color : #202020;	
	font-family : arial, sans-serif;
	font-size : .9em;	
}
#xo-canvas {
	width : 970px;
	margin : 0 auto;
	background-color : #d6d6d6;	
}
#xo-canvas-content {
	margin : 10px 0 0 0;
	background-color : #353535;
	padding: 0 18px 0 20px;
}
#xo-page {padding-top : 0;}

/* ============== header ================= */
#xo-header {}

/* ---------- Banner ---------- */
#xo-banner {
	clear:			                both;
	/* Use relative pos to ensure the banner ad img/flash is relative to the header */
	position:		                relative;
	z-index:		                30;
	width:			                100%;
	height:			                140px;
	background:		                #f1f1f1 url(../img/header-bg.jpg) repeat-x left bottom;
	color: 			                7BADEA;
}

#xo-banner.commercial {
	height:							117px;
	background-image:	            url(../img/header-bg_big.pg);
}

/*body.theme-dialog #xo-banner {
	height:							48px;
	padding-top:					6px;
	padding-left:					10px;
}*/

#xo-banner-ad {
	position:						absolute;
	top:							7px;
	right:							5px;
	width:							480px;
	height:							72px;
	background:						url(../img/bg-ad-top.png) no-repeat;
	padding:						6px;
}

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

/*---------------------- Site name in header ----------------------------*/
#xo-site-title {}
a#xo-site-title {}
a:hover#xo-site-title {}
#xo-site-title.commercial {}
#xo-site-title .commercial a:hover {}
/*----------------------- slogan in header ------------------------*/
#xo-site-slogan {}
#xo-site-slogan.commercial {}
/*------------------------ logo ----------------------------*/
#xo-main-logo {}
#xo-main-logo.commercial {}
/*-------- Bannder-----------*/
#xo-banner form {}
#xo-banner input {}
/*============== Styles in userbar.html =================*/
#xo-userbar {
	position:						absolute;
	bottom:							1px;
	right:							100px;
	text-align:						right;
}
#xo-userbar form {
	display:						inline;
	padding:						0;
}
#xo-userbar button {
	margin:							0;
	margin-bottom:					-2px;
	background:						transparent none;
	padding:						0;
	color: 							#7BADEA;
	border:							0 none transparent;
}
#xo-userbar button img {
	width: 							22px;
	height: 						22px;
}
#xo-userbar button:hover {
 	border: 						0 !important;
 }
#xo-userbar img {
	width: 							26px;
	height: 						26px;
}
#xo-userbar a {
	color: 							#353535353535;
	background-color: 			    inherit;
	text-decoration:				none;
}
#xo-userbar a:hover {
	color: 							#fd5403;
	background-color: 			    inherit;
	
}
#xo-uname {
	font-weight: 					bold;
	font-size: 						1.1em;
}
/*============= Style in globalnav.html ================*/
#xo-globalnav {
	min-height:						28px;
	margin:							0;
	background:						#1479D6 url(../img/navbar-bg.png) repeat-x left bottom;
	padding:						2px 0 0;
	color:							#353535;
	font-size:						1.1em;
	text-align: 					center;
	list-style-type:				none;
	z-index:500;
	
}
* html #xo-globalnav {
    height:                         28px;
	z-index:500;
}

#xo-globalnav .x2-label {
    display:	                    none;
	z-index:500;
}

#xo-globalnav li {
	display:						inline;
	margin:							0;
	padding-left:					.5em;
	padding-right:					.5em;
	z-index:500;
}

#xo-globalnav a {
	background-color:				inherit;
	color:							#fd5403;
	text-decoration:				none;
	z-index:500;
}

#xo-globalnav a:hover {
	background-color:				inherit;
	color:							#fd5403;
	text-decoration:				none;
	z-index:500;
}
/* Search area */
	#xo-search {
		float: right;
		margin: 4px 0 0 0;		
	}
		#xo-search input {
			width: 118px;	
			background-image: url(../img/input.gif);
			background-repeat: repeat-x;
			font-family: helvetica;
			font-size: 1em;
			color: #696969;
			border: 0;
			padding: 8px 5px 7px 30px;
		}
/* --------- Content module page --------- */
#xo-content {
  padding : 8px;
  text-align : justify;  
}

/* --------- Footer --------- */
#xo-footer {  
	clear : both;
	width : 100%;	
	height : 163px;
	margin : 0 auto;
	background : url("../img/bottom_bg.gif") no-repeat;
}
#xo-footer p {
  width : 100%;
	padding : 40px 0 0 0;
	font-size : .85em;
	text-align : center;
}
#xo-logger-output{font-size : .9em;}

/* --------- Block main menu --------- */
#mainmenu {font-size : .9em;}
#mainmenu a {
  display : block;
  margin : 0;
  padding : 3px;
  border-bottom : 1px dotted #e0e0e0;
}
#mainmenu a:hover {
  background-color : #2287c7;
  color : #353535;
}
#mainmenu a.menuTop {padding-left : 3px;}
#mainmenu a.menuMain {padding-left : 3px;}
#mainmenu a.menuSub {  
  background-color : #353535;
  padding-left : 12px;
  font-size : .9em;
  font-style : italic;
}
#mainmenu a.menuSub:hover {
  background-color : #9FAEC2;
  color : #353535;
}

/* --------- Block user menu --------- */
#usermenu {font-size : .85em;}
#usermenu a {
  display : block;
  margin : 0;
  padding : 2px 2px 2px 4px;
  border-bottom : 1px dotted #e0e0e0;
}
#usermenu a:hover {background-color : #353535;}
#usermenu a.menuTop {}
#usermenu a.highlight {background-color : #9FAEC2;}