/********************************************
 CSS Arkioube.com © 2010 
********************************************/

/* Corps global */

body
{
	background-image:url('../images/background_arkioube.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}

td
{
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #3d5066;
}

/* Message erreur */
.messageErreur
{
	font-size: 18px;
	color: #151a21;
	font-weight: bold;
	text-align:center; 
}

/* Actualites */

.titreNews
{
	font-size: 15px;
	color: #151a21;
	font-weight: bold;
}

.titreNews a
{
	font-size: 15px;
	color: #151a21;
	TEXT-DECORATION: none;
	font-weight: bold;
}

.titreNews a:hover
{
	font-size: 15px;
	color: #151a21;
	TEXT-DECORATION: none;
	font-weight: bold;
}


/* Connection */

.connection
{
	font-size: 11px;
	color: #3d5066;
	font-weight: normal;
}

.connection a
{
	font-size: 11px;
	color: #3d5066;
	TEXT-DECORATION: none;
	font-weight: normal;
}

.connection a:hover
{
	font-size: 11px;
	color: #3d5066;
	TEXT-DECORATION: underline;
	font-weight: normal;
}

.codeCryptage
{
	font-size: 10px;
	color: #151a21;
	font-style: italic;
	font-weight: normal;
}

/* Navigation sous la tetiere */

.navigation
{
	font-size: 11px;
	color: #ffffff;
}

.navigation a
{
	font-size: 11px;
	color: #ffffff;
	TEXT-DECORATION: none;
	font-weight: normal;
}

.navigation a:hover
{
	font-size: 11px;
	color: #ffffff;
	TEXT-DECORATION: underline;
	font-weight: normal;
}

/* Ours / Copyright */

.ours
{
	font-size: 11px;
	color: #e6e6e6;
}

.ours a
{
	font-size: 11px;
	color: #e6e6e6;
	TEXT-DECORATION: none;
	font-weight: bold;
}

.ours a:hover
{
	font-size: 11px;
	color: #e6e6e6;
	TEXT-DECORATION: underline;
	font-weight: bold;
}

/* Commentaires */
td .nbCommentaires
{
	font-size: 10px;
	color: #ffffff;
	font-weight:normal;
}

td .nbCommentaires a
{
	font-size: 10px;
	color: #ffffff;
	font-weight:normal;
}

td .nbCommentaires a:hover
{
	font-size: 10px;
	color: #ffffff;
	font-weight:normal;
}

/* Vue Sur le forum */ 

.viewForum
{
	font-size: 8px;
	color: #3d5066;
}

.viewForum a
{
	font-size: 10px;
	color: #3d5066;
	TEXT-DECORATION: none;
	font-weight: normal;
}

.viewForum a:hover
{
	font-size: 10px;
	color: #3d5066;
	TEXT-DECORATION: underline;
	font-weight: normal;
}

/* Pagination */

.pagination td
{
	font-size: 9px;
	border-left:1px solid #3d5066;
	border-right:1px solid #3d5066;
	border-bottom:1px solid #3d5066;
	border-top:1px solid #3d5066;
	text-align:center; 
}
.paginationCurrent
{
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
	background-color:#4b7ba8;
	border-left:1px solid #3d5066;
	border-right:1px solid #3d5066;
	border-bottom:1px solid #3d5066;
	border-top:1px solid #3d5066;
	text-align:center; 
}

.pagination a
{
	font-size: 9px;
	color: #3c6ba1;
	TEXT-DECORATION: none;
	font-weight: normal;
}

.pagination a:hover
{
	font-size: 9px;
	color: #3c6ba1;
	TEXT-DECORATION: underline;
	font-weight: normal;
}




/* Liens hypertext */

a
{
	font-size: 11px;
	color: #3c6ba1;
	TEXT-DECORATION: none;
	font-weight: bold;
}

a:hover
{
	font-size: 11px;
	color: #3c6ba1;
	TEXT-DECORATION: underline;
	font-weight: bold;
}

/* Images */

img
{
	border: 0;
	margin: 0;
}

/* Page Membres */

.nomMembre
{
	font-size: 15px;
	color: #3c6ba1;
	TEXT-DECORATION: none;
	font-weight: bold;
}









/* Menu CATEGORIES */
#menuCat{
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/* text-align: center; */
	color: #eee;
}

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

#menuCat li { /* all list items */
	float: left;
	position: relative;
	width: 100px;
	text-align: center;
	z-index: 1;
}

#menuCat li ul {/* second-level lists */
	position: absolute;
	display: block; 
	top: 18px;
    left: 0;
	z-index: 1;
}

#menuCat li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}

/* Fix IE. Hide from IE Mac \*/
* html #menuCat ul li { float: left; height: 1%; }
* html #menuCat ul li a { height: 1%; }
/* End */

#menuCat li:hover ul { display: block; }

#menuCat li:hover>ul { visibility:visible; }

#menuCat ul ul { visibility:hidden; }

/* Make-up syles */
#menuCat ul, li {
    margin: 0 0 0 0; 
	z-index: 1;
}

/* Styles for Menu Items */
#menuCat ul a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 3px;
	z-index: 1;
	font-size: 10px;
	font-weight: bold;
}
/* Hover Styles */
#menuCat ul a:hover { 
	color: #fff;
} 

/* Sub Menu Styles */
#menuCat li ul a {
	text-decoration: none;
	width: 140px; 
	color: #eee;
	background: #1A2B3B;  /* IE6 Bug */
	border-color: #000000;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	padding: 5px; 
	text-align: left;
	z-index: 1;
} 

/* Sub Menu Hover Styles */
#menuCat li ul a:hover { 
	color: #fff; 
	background: #47749E;
} 














