*{
	margin:0px;
	padding:0px;
	list-style:none;
	border:none;
}

body, table {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color:#ffffff;
	margin:0;
	padding:0;
	font-size:12px;
	color: #222;
}

a, a:visited {color: #555; text-decoration:none}
a:hover {text-decoration: none; background-color: #ccc; color: #333}

a:hover img { background-color: transparent}

img {
	border:0;
}

div#container {
	text-align: left;
	width:990px;
}
div#header {
	margin-top:2px;
    text-align: right;
    clear:both;
    height:90px;    
}

div.sep {
	border-top:solid 1px #eee;
	margin-top: 10px;
	padding-bottom: 10px;
}

div#footer {
	padding-top: 12px;
    clear: both;
    color: #666666;
	text-align: center;
	vertical-align: top;
}

.nom, .nom a {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.lister{
	color: #333;
	font-size: 11px;
}

.lister a {
	color: #666;
}

.titre {
	color: #9c9c9c;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.titre b, .titre strong {
	color: #4c4c4c;
}

#photocast img {
	width:75px;
	height:75px;
}

#photocast a img {
	background-color: transparent;
	border: 1px solid #fff;
}

#photocast a:hover img {
	border: 1px solid #ccc;
	background-color: #ccc;
}

#photocast a:hover {
	background-color: transparent;
}

.visiteurs td {
	text-align: center;
	vertical-align: middle;
	width: 26px;
	height: 25px;
}

.connecte td {
	text-align: center;
	vertical-align: middle;
	width: 18px;
	height: 18px;
}

.bar td {
	vertical-align: bottom;
	width:3px;
}

.bar td img {
	width:3px;
}

.bar td:hover {
	background-color: #ddd;
	cursor: crosshair;
}


div#tooltip {
	position:absolute;
	visibility:hidden;
	z-index:120;
	padding:3px;
	color: #111;
	font: 13px Georgia, serif;
	background-color: #ccc;
	border-style:solid;
	border-width:1px;
	border-color:#fff;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	opacity:.85;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
}

div.lesblogits {
	border-style:solid;
	border-width:1px;
	border-color:#eee;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:4px;
	margin-bottom: 5px;
	min-height: 48px;
}

div.lesblogits:hover {
	border-color:#999;
}

input {
	font-family: Georgia, Serif;
	font-size: 14px;
	color:#000000;
	padding: 3px;
}

.title88 {
width:100%;
border-bottom: 1px solid #ccc;
font-weight: bold;
font-size: 12px;
}

textarea, input[type=text],input[type=password] {
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

textarea:hover, input[type=text]:hover,input[type=password]:hover {
	border-color: #333;
}

input[type=submit], .b a {
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	background-color: #eee;
	color: #333;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor: pointer;
	font-weight: bold;
	padding: 4px;
}

input[type=submit]:hover, .b a:hover {
	background-color: #fff;
}

.mood input[type=text] {
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

.mood input[type=text]:hover {
	background-color: #ddd;
	border-color: aaa;
	color: #666;
}

.mood input[type=text]:focus {
	border-color: #333;
	outline: none;
	color: #333;
}

#chat {
	height:520px;
	width: 100%;
	overflow:auto;
	overflow-x: hidden;
	overflow-y: auto;
	overflow : -moz-scrollbars-vertical;
}

.chat input {
	font-size:14px;
	width:360px;
	color:#cccccc
}

.chat input:focus {
	outline: none;
}

.altt1, .altt2, .altt3 {
	vertical-align: bottom;
	font-size: 13px;
	margin-top: 1px;
	color: #333;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

.altt3 {
	background-color: #f0f0ff;
}
.altt2 {
	background-color: #fff;
}
.altt1 {
	background-color: #f5f5f5;
}

.altt1:hover, .altt2:hover, .altt3:hover {
	background-color: #eee;
}

textarea.messagetwitt {
	width: 315px;
	height: 100px;
	background-color: #fff;
	color: black;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
	font-family: Georgia, Serif;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:2px;
}

textarea.messagetwitt:focus {
border-color: #333;
outline: none;
}

#nav {
	margin: 0;
	padding: 3px;
	line-height: 100%;

}
#nav li {
	margin: 0 5px;
	padding: 0 0 3px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
	display: block;
	padding:  8px 15px;
	margin: 0;

	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	
	text-shadow: 0 1px 1px rgba(200,200,200, .3);
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #eee;
	color: #444;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0078ff !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 225px;
	position: absolute;
	top: 30px;
	left: 0;
	background: #ddd;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;

	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;

	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}