/*  

	XOOPS Cube Legacy 
    http://xoopscube.org  */

/*------------------------------------------------------- COMMON */

a:link  
	{
	color:#666;
	}
	
a:visited
	{
	color:#7E7E7E;
	}
	
	a:hover, a:active
	{
	color:#009EF2;
	}

area, base, basefont, head, meta, script, style, title,
noembed, noscript, param 
	{
   display: none;
	}

h1, h2, h3, h4, h5 
	{
	margin:5px 0px;
	}

h1 {font-size:20px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:12px;}

hr 
	{
	background-color:none;
	color:none;
	visibility:hidden;
	}
img 
	{
	border:0;
	}

table 
	{
	width: 100%;
	}

td 
	{
	margin : 0;
	padding: 0;
	vertical-align: top;
	border: 0;
	}

th 
	{ 
	padding: 4px;
	vertical-align: middle;
	font-weight:bold;
	}

p 
	{
	padding: 4px;
	line-height: 140%;
	}
	
/* check this */
#container a, #container a:visited  
	{
	
	}

#container a:hover, #container a:active
	{
	
	}



ul 
	{
	margin: 2px 2px 2px 15px;
	padding: 2px;
	text-align: left;
	list-style: square outside;
	}

img 
	{
	border:0;
	}

/*------------------------------------------------------- FORM */

/* Required for cross-browser, the :hover(IE) is not supported! */

input,select,textarea,checkbox,radio 
{
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-width: 0px;
margin-height: 0px;
padding:2px;
scrollbar-face-color:#FFFFCC;
scrollbar-arrow-color:#69c;
scrollbar-base-color:#fff;
scrollbar-track-color:#FFFFEE;
scrollbar-3dlight-color:#ccc;
scrollbar-darkshadow-color:#999;
scrollbar-shadow-color:#fff;
scrollbar-highlight-color:#fff;
font-family: verdana, Arial;
color: #344587;
font-size: 12px;
background-color: #f4f4f4;
border: 1px solid #ccc;
}

/* Windows IExplorer only */
/* Placed within conditional comments on theme.html*/
/* http://www.quirksmode.org/css/condcom.html */

input
{
border-width: expression(this.type=="submit" ?'1px':'');
border-style: expression(this.type=="submit" ?'outset':''); <br>
border-color: expression(this.type=="submit" ?'#ccc #666 #666 #ccc':'');
font-family: expression(this.type=="submit" ?'Trebuchet ms, verdana arial':'');
font-size: expression(this.type=="submit" ?'11px':'');
font-weight: expression(this.type=="submit" ?'bold':'');
color: expression(this.type=="submit" ?'#fff':'');
background-color: expression(this.type=="submit" ?'#325388':'');
cursor: expression(this.type=="submit" ?'hand':'');
}

input 
{
visibility: expression(this.type=="hidden" ?'hidden':'');
height: expression(this.type=="hidden" ?'1px':'');
}


/* NN, FF, MOZ/WIN only*/

input[type="button"], input[type="reset"] , input[type="submit"] 
{ 
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-width: 0px;
margin-height: 0px;
font-family: verdana, Arial;
font-size: 11px;
font-weight: bold;
background:#325388 url(images/bg_bleu.jpg) top left repeat-x;
color:#C8EAFF;
border-top: 1px outset #ccc;
border-right: 1px outset #666;
border-bottom: 1px outset #666;
border-left: 1px outset #ccc;
cursor: pointer;
cursor: hand;
}

/* NN, FF, MOZ/WIN only*/

input[type="button"]:hover, input[type="reset"]:hover , input[type="submit"]:hover 
{ 
font-family: verdana, Arial;
color: #fff;
font-size: 11px;
font-weight: bold;
background-color: #afafaf;
border-top: 1px inset #ccc;
border-right: 1px inset #666;
border-bottom: 1px inset #666;
border-left: 1px inset #ccc;
cursor: pointer;
cursor: hand;

}

input[type="hidden"]
{
visibility:hidden;
font-size:1px;
height:1px;line-height: 1px;
float:none;
}

/*------------------------------------------------------- Table Data */

.outer 
	{
	background-color:#f5f5f5;
	border:#EBEBEB 1px solid;
	margin:0;
	padding:0;
	}

.head 
	{
	background-color:#FAFAFF;	
	border-bottom:#ccc 1px solid;
	font-weight: bold;
	padding: 4px;
	}

.even, .odd, .foot 
	{
	border-bottom:#ccc 1px solid;
	padding: 4px;
	}

.foot 
	{	
	background-color:#F5F5F5;
	text-align:center;
	}

table.outer th 
	{
	font-size: 1em;
	line-height:2em;
	text-align:center;
	}

.foot td 
	{
	background-color:#FAFAFF;
	}

.even td 
	{
	border-bottom:#ccc 1px solid;
	padding: 4px 0px;
	}

.odd td 
	{
	border-bottom:#ccc 1px solid;
	padding: 4px 0px;
	background-color:#FAFAFF;	
	}

/*------------------------------------------------------- Messages */

div.errorMsg 
	{
	background-color:#CC3300;
	border-top:#4984C5 1px solid;
	border-bottom:#2763AA 1px solid;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 10px;
	}

div.confirmMsg 
	{
	background-color:#E8BA04;
	border-top:#4984C5 1px solid;
	border-bottom:#2763AA 1px solid;
	color: White;
	font-weight: bold;
	text-align: center;
	margin: 10px;
	padding: 10px;
	}

div.resultMsg 
	{
	background-color:#339900;
	border-top:#4984C5 1px solid;
	border-bottom:#2763AA 1px solid;
	color: White;
	font-weight: bold;
	text-align: center;
	margin: 10px;
	padding: 10px;
	}

/*---------------------------------------------------- Preformatted Text Wrap */

/* Browser specific (not w3c valid) styles to make preformatted text wrap */

div.xoopsCode 
	{ 
	background:url(images/bg_code.jpg) top right no-repeat;
	padding:10px 30px;
	}

div.xoopsQuote 
	{
	background:url(images/bg_quote.jpg) top right no-repeat;
	padding:10px 30px;
	}

/* Browser specific (not valid) styles to make preformatted text wrap */

div.xoopsCode pre, div.xoopsQuote blockquote 
{    
margin:0;
padding:0;
height:auto;
min-height:4em;
overflow:auto;
overflow-y:hidden; /* Hidden Vertical Scrollbar */
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -pre-wrap; /* Opera 4-6 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}

div.xoopsCode pre, div.xoopsQuote blockquote 
{
padding: 1.5em 1.5em 0.5em;
border-left:3px solid #E4E4FC;
}

/*---------------------------------------------------- Comments and Forum Post */

.comTitle 
	{
	font-weight: bold;
	margin-bottom: 2px;
	}

.comText 
	{
	margin: 0;
	padding: 2px;
	line-height: 140%;
	}

.comUserStat 
	{
	background: #f5f5f5;
	color: #2f5376;
	font-size: 0.8em;
	font-weight:bold;
	margin: 2px;
	padding: 4px 2px 1px 4px;
	border: solid 1px #c0c0c0;
	}

.comUserStatCaption 
	{
	font-weight: normal;
	}

.comUserRank 
	{
	margin: 2px;
	}

.comUserRankText 
	{
	font-size: 0.8em;
	}

.comUserRankImg 
	{
	border: 0;
	}

.comUserName {}

.comUserImg 
	{
	margin: 2px;
	}

.comDate 
	{
	font-size: smaller;
	font-weight: normal;
	}

.comDateCaption 
	{
	font-weight: normal;
	}/*  

	XOOPS Cube Legacy 
    http://xoopscube.org  */

/*------------------------------------------------------- ITEMS */

.item 
	{
	padding: 10px 0px;
	}

.itemHead 
	{
	padding: 4px;
	border-bottom:#E2E2FC 1px solid;
	}

.itemTitle 
	{
	color: #344587;
	font-size: 1.7em; 
	}

#container .itemTitle a, #container .itemTitle a:visited 
	{
	color: #344587;
	text-decoration: none;
	}

#container  .itemTitle a:hover 
	{
	color:#F89D07;
	}

.itemBody 
	{
	padding:4px 0px;
	}

.itemInfo 
	{	
	background: url(images/bg_hbar.gif) repeat-x;
	padding: 1.5em 1em;
	text-align: right;
	}

.itemText 
	{
	margin:0px;
	padding: 8px 4px;
	line-height: 1.5em;
	}

.itemFoot 
	{
	text-align: right;
	margin: 0;
	padding: 4px;
	}

.itemInfo, .itemPoster, .itemPostDate, .itemStats, .itemAdminLink, .itemPermaLink 
	{
	font-size: 0.9em;
	}/*  

	XOOPS Cube Legacy 
    http://xoopscube.org  */

/*------------------------------------------------------- MAIN & USER MENU */


ul#usermenu
	{
	margin:0px; 
	padding: 0px; 
	list-style-type:none;
	}

ul#usermenu li
	{
	margin:0;
	padding:3px;
	}

ul#usermenu li a, ul#usermenu li a:visited, ul#usermenu a.menuTop
	{ 
	display: block;
	margin:0;
	padding:0px;
	text-decoration:none;
	}

#usermenu a.highlight 
	{
	background-color:#f5f5f5;
	font-weight:normal;
	}

ul#usermenu li a:hover 
	{
	color:#333;
	}
	

/*------------------------------------------------------- SIDE BLOCKS */


.leftblock, .rightblock 
	{
	margin:0px 0px 20px 0px;
	}
	
.leftblockTitle, .rightblockTitle 
	{
	/*background:url(images/bg_bl.jpg) repeat-x;
	color: #344587;*/
	font-size: 1.3em;
	line-height:2.5em;
	text-align:center;
	}
	
.leftblockContent, .rightblockContent
	{
	margin: 0;
	padding: 5px 0px 5px 15px;
	line-height: 1.5em;
	/*border:1px solid #fff;*/
	}
	
	
/*------------------------------------------------------- CENTER BOTTOM BLOCKS */


.bottom-blocks
	{
	/*background-color:#B8A174; yellow
	background:#325388 url(images/bg_bleu.jpg) top left repeat-x; */
	}
	
.bottom-blocks a:link,
.bottom-blocks a:visited
	{
	}

.bottom-blocks a:hover
	{
	/*color:#fff;*/
	}
	
.centerLblockTitle,
.centerCblockTitle,
.centerRblockTitle 
	{
	margin: 0;
	padding: 4px 10px;
	/*color: #A8C6FD;*/
	font-size: 1.3em;
	}
	
.centerLblockContent,
.centerCblockContent, 
.centerRblockContent  
	{
	margin: 0;
	padding: 20px 10px;
	/*color:#C8EAFF;*/
	}


/*------------------------------------------------------- DESIGN BLOCKS WEIGHT */


#legacy_xoopsform_block_uname { background:#fff url(images/admin.png) center left no-repeat; padding-left:17px;}

#legacy_xoopsform_block_pass {background:#fff url(images/pass.png) center left no-repeat; padding-left:17px;}

input#legacy_xoopsform_block_submit
	{
	float: left;
	width: 100px;
	background:#325388 url(images/bg_bleu.jpg) top left repeat-x;
	color:#ccc;
	}

.block10
{
background-color:#999999;
}
/*  

	XOOPS Cube Legacy 
    http://xoopscube.org  */


/*------------------------------------------------------- BODY LAYOUT */

html, body {border: 0; margin: 0; padding: 0;}

body 
	{
	background: #fff;
	color:#000;
  	font: 12px Trebuchet MS, Helvetia, Tahoma, Verdana, Arial, sans-serif;
	}
	
/*------------------------------------------------------- CONTAINER */

.container 
	{
	display:block;
	}

.header
	{
	}
	
h1.logo
	{
	margin-top:5px;
	color:#0066CE;
	}

.side
	{
	padding:0px;
	text-align:left;
	}
	
	p.adresseMuro
	{
	border-top:1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	}
   
#content { margin-top:50px; padding: 5px 10px; }

div.colborder 
	{
	padding-right:24px;
	margin-right:25px;
	border-right:none;
	}
	

/*------------------------------------------------------- FOOTER CREDITS */

#footer 
	{
	clear:both;
	margin: 0;
	line-height:3em;
	font-weight:bold;
	font-size:0.9em;
	text-align: center;
	}
#footer a, #footer a:visited
	{
	color:#666:
}

#footer a:hover { color:#333}

#footer span 
	{ 
	float:right;
	}
	
	
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


img, a, td, li 
	{ float:none; margin:0; padding:0;
	}
	
	h1 (margin:0px;)

