/* Thanks to Snow77, Skalpa and Leostotch for the initial work  */
/* Mor.pho.GEN.e.sis version 1.1.2 by kris (http://www.xoofoo.org and http://www.frxoops.org) */
/* file name : style.css (version 1.1.2) - 25 mars 2007 */

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

html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: 			#000;
	text-align:center;
	background: #ccc none repeat-y center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

.wrapper{
width: 85%;
margin:0 auto;
background:#fff;
border-right:3px solid #ededed;
border-left:3px solid #ededed;
}

table { width: 					100%;}
table td {
	padding: 						0;
	border-width: 					0;
	vertical-align: 				top;
}
#xo-canvas {
	margin:							0 0 0;
	color:							#333;
	background-color: 			#fff;
}
body.theme-dialog #xo-canvas {
	margin:							0 0px;
}

/* ---------- Bannières ---------- */
#xo-banner {
background:url(img/bannerbg_13.gif) repeat-x;
height:130px;
width:100%;
border-bottom:3px solid #1553B9;
}

#xo-bannertop {
background: none no-repeat center;
height:96px;
padding-top:35px;
text-align:center;
}

#xo-banner.commercial {
	height:							117px;
}
body.theme-dialog #xo-banner {
	padding-top:					6px;
	padding-left:					10px;
	height:							48px;
}
/* Keep the ad img centered by using auto-margins and centeredcontainer/leftalignedchild on MSIE */
#xo-banner-ad {
	position:						absolute;
	top:								10px;
	right:							16px;
}
#xo-banner-ad object, #xo-banner-ad img {
	display:							block;
}

/*---------------------- Nom du site dans le header ----------------------------*/
#xo-site-title {
	position: 						relative;
	top: 								10px;
	padding: 						10px 0 0 20px;
	font-family:	 				"Lucida Grande","Trebuchet MS", Verdana, sans-serif;
	font-size:						2.2em;
	font-weight:					bold;
	background: 					transparent;
}
a#xo-site-title {
	color:							#EAAD7B;
	background-color: 			transparent;
}
a:hover#xo-site-title {
	color: 							#fff;
	background-color: 			inherit;
}
#xo-site-title.commercial {
	padding: 						10px 0 0 0px;
	margin: 							0 10px;
 }
 #xo-site-title .commercial a:hover {
	color:							#EAAD7B;
	background-color: 			inherit;
}
/*----------------------- titre du slogan du site dans le header ------------------------*/
#xo-site-slogan {
	position: 						relative;
	top: 								10px;
	color: 							#FFF;
	font-style: 					italic;
	padding-left: 					70px;
	background: 					transparent;
}
#xo-site-slogan.commercial {}

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

/*============== Styles pour l'include userbar.html =================*/
#xo-userbar {
	color:							#666;
	position:						absolute;
	bottom:							1px;
	right:							1em;
	text-align:						right;
	background-color: 				transparent;
}
#xo-userbar form {
	display:							inline;
	padding:							0;
}
#xo-userbar button {
	margin: 							0 -3px;
	border:							0 none;
	padding:							0;
	background:						transparent none;
}
#xo-userbar button img {
	width: 							22px;
	height: 							22px;
 }
#xo-userbar img {
	width: 							22px;
	height: 							22px;
}
#xo-userbar input {
	color:							#333;
	background-color: 			#c6c7c9;
}

#xo-userbar a {
	text-decoration:				none;
	background-color: 			inherit;
	color: 							#32529C;
}
#xo-userbar a:hover {
	color: 							#EAAD7B;
	background-color: 			inherit;
}
#xo-uname {
	color:							#32529C;
	font-size:						1.1em;
	font-weight:					bold;
	background: 					inherit;
}

/*============= Style pour l'include globalnav.html ================*/
#xo-globalnav {
	/*color:							#32529C;
	margin:							0px;
	background-color:				#E2E2E2;
	padding:							2px 45px 0;
	min-height:						20px;
	font-size:						1.1em;
	font-weight: 					bold;
	list-style-type:				none;*/
	
	background:url(img/navbg_02.gif) repeat-x;
	width:100%;
	height:54px;
	border-bottom:2px solid #fff;
}
* html #xo-globalnav { height: 20px; }

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

#xo-globalnav ul
{
	margin:0px;
	padding-top: 0px;
	list-style-type: none;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	padding-top:19px;
	padding-bottom:22px;
	display:block;
	width:100%;
}

#xo-globalnav li {
display: inline;
}

#xo-globalnav ul li a
{
text-decoration: none;
font-size: 12px;
font-weight:bold;
padding-right: 10px;
	padding-top:19px;
	padding-bottom:21px;
padding-left: 10px;
color:#fff;
width: 100%;
border-right: thin solid #1E90FF;
border-left: thin solid #1E90FF;
}

#xo-globalnav ul li a:hover
{
color: #213152;
background:url(img/navhover_02.gif) repeat-x top;
font-size: 12px;
font-weight:bold;
text-decoration:none;
margin-top:8px;
width: 100%;
height:28px;
}

/*
#xo-globalnav a {
	color:							#32529C;
	text-decoration:				none;
	background: 					inherit;
}
#xo-globalnav a:hover {
	color:							#EAAD7B;
	text-decoration:				none;
	background: 					inherit;
}
*/
/*=============== Affichage Pied de page - Footer  ====================*/
#xo-footer {
width:100%;
background:url(img/navbg_02.gif) repeat-x;
padding-top:20px;
position:relative;
padding-bottom:20px;
clear:both;
text-align:center;
color:#fff;
}
body.theme-dialog #xo-footer { padding: .5em .5em; font-size:	.8em;}
#xo-footer a {
color:#fff;
font-size:11px;
}
#xo-footer a:hover {
color:#CCC;
font-size:11px;
}
#xo-footer .copyright {
	position: 						absolute;
	font-size: 						0.9em;
	line-height: 					15px;
	font-weight: 					normal;
	padding-left:              20px;
	text-decoration: 				none;
	background-color:				transparent;
}
#xo-footer .design {
	position: 						relative;
	float: 							right;
	right : 							15px;
	font-size: 						0.9em;
	line-height: 					15px;
	padding-right: 20px;
	font-weight: 					normal;
	text-decoration: 				none;
	background: 					transparent;
}
#xo-footer .rss {
	position: 						relative;
	display:							block;
	float: 							right;
	top :								4px;
	right: 							2px;
	background-color: 			transparent;
}
#xo-footer .rss a:hover {	text-decoration: none;}
/*================= Zone de contenu ===================*/
#xo-canvas-content {
	/*color:							#666;
	background-color: 			#c6c7c9;
	padding:							12px;*/
width:100%;
padding-top:10px;
padding-bottom:10px;
}
#xo-page {
width:100%;
	/*color:							#666;
	background-color:				#fff;
	border-width:					1px 2px 2px 1px;
	border-style: 					solid;
	border-color:					#b6b7b8;*/
/*width:503px;
float:right;
text-align:left;*/
}

#xo-content {
/*
	clear:							both;
	padding:							.5em;
	margin:							0;
	/*color:							#333;
	background-color:				#fff;*/
width: 100%;
float:right;
text-align:left;
}

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

/*========== Menu principal dans bloc =============*/
/*
#mainmenu a {
	display: 						block;
	margin: 							0;
	padding: 						1px;
	font-weight: 					500;
}
#mainmenu a:hover {
	text-decoration:				none !important;
}
#mainmenu a.menuTop, #mainmenu a.menuMain {padding-left: 8px; }
#mainmenu a.menuSub {
	color:							#fff;
	padding-left: 					20px;
	font-size:						.8em;
	font-style: 					italic;
	background-color:				inherit;
}
#mainmenu a.menuSub:hover {
	color:							#32529C;
	background-color: 			inherit;
}
*/
/*============ Menu utilisateur dans bloc ============*/
/*
#usermenu a {
	display: 						block;
	margin: 							0;
	padding: 						2px;
	color:							#32529C;
	font-weight: 					normal;
	font-size: 						0.8em;
	line-height: 					1em;
	background-color: 			inherit;
}
#usermenu a:hover {
	color:							#666;
	padding-left: 					3em;
	font-style: 					italic;
	text-decoration:				none !important;
	border-left:					1px solid #666;
	border-bottom:					1px solid #666;
	background-color: 			inherit;
}
#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;}
