*
{
	font-family : sans-serif;
}

BODY
{
	font-size:0.8em;
	margin:0;
}

#menuElt, #menuAdmin {
	border-bottom : 2px ridge #9dafff;
	border-right : 2px ridge #9dafff;
	margin-top : 0;
        width:164px;
        margin-left : 10px;
	margin-bottom : 1em;
	padding-left : 0;
	}

#menuElt a, #menuAdmin a {
	color : blue;
	text-decoration : none;
	display : block;
	padding-left : 10px;
	border-left : 4px ridge #b8c5ff;
	margin-top : 0;
	margin-bottom : 0;
	margin-left : 0;
	}

#menuElt a:hover, #menuAdmin a:hover {
	color : blue;
	text-decoration :underline;
	display : block;
	padding-left :10px;
	border-left : 4px ridge #4261a1;
	margin-top : 0;
	margin-bottom : 0;
	margin-left : 0;
	}

#menu1 a
{
	display:block;
	text-decoration:none;
	padding-left:50px;
	color:blue;
}

#menu1 a:hover
{
	text-decoration:underline;
}


#content
{
	padding-left : 5px;
	padding-right : 5px;
	background:url(title.png);
	background-repeat:repeat-x;
	border:solid 1px blue;
	margin-top:1em;
	margin-bottom:1em;
	margin-left:10px;
}

#bestpage span
{
	display:block;
}

#bestpage a
{
	text-decoration:none;
	color:blue;
}

#bestpage a:hover
{
	text-decoration:underline;
	color:blue;
}

#content a
{
	text-decoration:none;
	color:navy;
}

#content a:hover
{
	text-decoration:none;
	color:blue;
}

#content h1
{
	font-size:14pt;
	text-align:center;color:white;
	padding-top:5px;
	padding-bottom:5px;font-weight:normal;
	margin:0;
}

#content h2
{
	border-bottom:solid 1px blue;
	color:blue;
}

#content img
{
	border:solid 1px #bebebe;
	padding:3px;
}

#listMenu a
{
	color:blue;
	text-decoration:none;
}

#listMenu a:hover
{
	color:blue;
	text-decoration:underline;
}

#adminLog
{
	position:absolute;
	top: 0px;
	left:0px;
	text-align:right;
	margin-left:10px;
	width:180px;
	height:90px;
	overflow:auto;
	margin-top:0em;
	margin-bottom:1em;
	padding-left:5px;
}
	
#adminLog input
{
	border:solid 1px #dcdcdc;
	width:75px;
}

#adminLog span
{
	white-space: pre;
}
	
#adminLog input[type="submit"]
{
	margin-right:25px;
	width:30%;
}

#stats
{
	position:absolute;
	top   : 10px;
	right : 10px;
}

#stats a
{
	text-decoration : none;
	color : navy;
}

#stats a:hover
{
	text-decoration : underline;
	color : navy;
}

#stats span
{
	font-weight:bold;
}

#stats p
{
	margin : 0;
}

input.decoration
{
	border : 1px solid #dcdcdc;
}

#rss p
{
	margin : 0;
	color:#bebebe;
}

#rss a, #best a
{
	text-decoration : none;
	color : blue;
}

#rss a:hover
{
	text-decoration : underline;
	color : blue;
}

#best a:hover
{
	text-decoration : underline;
	color : blue;
}

#menuSecond
{
	margin-left:30px;
	margin-top:30px;
}

#menuA
{
	line-height    : 20px;
	border-top     : 2px ridge #b8c5ff;
	border-bottom  : 0;
	border-right   : 2px ridge #9dafff;
	border-left    : 4px ridge #b8c5ff;
	background     : url(templates/default/titleBlue.png);
	margin-left   : 10px;
        padding-left   : 10px;
       width:150px;
	padding-bottom : 0;
	color          : white;
}

div.menuTitle
{
	margin-top:1em;
	font-weight:bold;
}

#menuAdmin
{
	margin-top:30px;
	margin-left:30px;
	color:navy
}

#menuAdmin a
{
	display : block;
	text-decoration : none;
	color : blue;
}

#menuAdmin a:hover
{
	display : block;
	text-decoration : underline;
	color : blue;
}

#best span
{
	color:#bebebe;
	display:block;
}

a.editor img
{
	border:solid 1px #6772a1;
	text-decoration:none;
}
	
a:hover.editor img
{
	border:solid 1px red;
	text-decoration:none;
}


input.modifPage
{
	border-top:solid 1px #b8c5ff;
	border-bottom:solid 1px #b8c5ff;
	border-right:solid 1px #b8c5ff;
	border-left:solid 4px #b8c5ff;
	padding-left:5px;
}


textarea.edit
{
	font-family:sans-serif;
	border-top:solid 1px #b8c5ff;
	border-bottom:solid 1px #b8c5ff;
	border-right:solid 1px #b8c5ff;
	border-left:solid 4px #b8c5ff;
	padding:5px;
	width:100%;
}
textarea.html
{
	display:none;
}
textarea.editor
{
	font-family:sans-serif;
	border-top:solid 1px #b8c5ff;
	border-bottom:solid 1px #b8c5ff;
	border-right:solid 1px #b8c5ff;
	border-left:solid 4px #b8c5ff;
	cursor: text;
	width:98%;
	height:300px;
}
	
iframe.editor
{
	font-family:sans-serif;
	border-top:solid 1px #b8c5ff;
	border-bottom:solid 1px #b8c5ff;
	border-right:solid 1px #b8c5ff;
	border-left:solid 4px #b8c5ff;
	padding : 5px;
	cursor  : text;
	width   : 98%;
	height  : 300px;
}

table.image {
	width:90%;
	font-size:100%;
	font-family:sans-serif;
	}

table.list {
	font-size:100%;
	font-family:sans-serif;
	}

td.border {
	border:dotted 1px #b8c5ff;
	width:200px;
	color:#444444;
	font-weight:normal;
	margin-left:50px;
	}

td.borderCenter {
	border:dotted 1px #b8c5ff;
	width:200px;
	color:#444444;
	font-weight:normal;
	margin-left:50px;
	text-align:center;
	}
	
td.borderCenter2 {
	border:dotted 1px #b8c5ff;
	width:100px;
	color:#444444;
	font-weight:normal;
	margin-left:50px;
	text-align:center;
	}

#smenu3 table{
	width:105px;
	height:60px;
	}

#smenu3 td{
	width:20px;
	height:20px;
	cursor:pointer;
	}

#button_menu {
	margin: 0;
	padding: 0;
	width:600px;
	}

#button_menu dl {
	z-index: 500;
	margin:0;
	padding-bottom:10px;
	float:left;
	}

#button_menu dt
{
	cursor: pointer;
	height: 20px;
	margin-left: 1px;
	margin-right: 1px;
	width:25px;
	text-align: center;
}

#button_menu dd
{
	position: absolute;
	z-index: 100;
	left: 40%;
	margin-top: 0px;
	background:white;
	text-align:center;
	border: 1px solid #b8c5ff;
	display:none;
}

ul.editor
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#button_menu ul {
	padding:10px;
	}

#button_menu .smiles {
	text-decoration:none;
	border:0;
	}
