/* Balises Classiques */

::selection {background:white;color:#400000;}
::-moz-selection{background:white;color:#400000;}
::-webkit-selection{background:white;color:#400000;}


body {
	margin: 10px 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background: black url(images/body.jpg) repeat-x top center;
	text-align:justify;
}

h3{font-size:1.2em;color:red;border-bottom:1px solid red;text-transform:uppercase;}

a {
	color:#CF0000;
	text-decoration: none;
	text-transform:uppercase;
}
a,input,textarea,select{outline:none;}

a:hover {
	color: red;
	text-decoration: underline;
}

a img.thumb{border:1px solid;}

input, textarea, select {
	font-size:12px;
	font-family: "lucida console", courier, monospace;
	border: 1px solid #343738;
	background: transparent url(images/opacity.png);
	color: white;
	width:250px;
	padding:.3em .4em .4em .5em;
	-webkit-border-radius: 10px;-khtml-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
input:focus,textarea:focus,select:focus{border:1px solid red;color:red;}
#reset{width:100px;}
textarea{width:500px;height:100px;}

input.button{
	background: url(http://xiberia.info/blog/themes/xiberia2/img/bottombar.png) center center;
	cursor: pointer;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

input.backlink{
	width: 300px;
	font-size: .9em;
}

input#search-button{
	background: transparent url(images/search.png) no-repeat bottom center;
	cursor: pointer;
	width: 90px;
	height: 25px;
	border: 0;
}
#submit{
	width:75px;
	height:20px;
	color:White;
	cursor:pointer;
	background: transparent url(http://xodus.xiberia.info/images/ok.png) no-repeat top center;
	border:0;
	float:right;
}


li {
	list-style-image: url(images/puce.gif);
}



/* Balises IDs */

#like{width:60px;position:fixed;bottom:2px;right:150px;z-index:200;}
a#twitter{display:block;height:60px;width:60px;background:url(images/share.png) no-repeat top right;position:fixed;top:0px;left:0;}
a#twitter:hover{background:url(images/share.png) no-repeat bottom right;}
a#twitter span{display:none;}
a#fb{display:block;height:60px;width:60px;background:url(images/share.png) no-repeat top left;position:fixed;top:0px;left:60px;}
a#fb:hover{background:url(images/share.png) no-repeat bottom left;}
a#fb span{display:none;}

#navbar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px;
	background: url(http://xiberia.info/blog/themes/xiberia2/img/bottombar.png) repeat-x center center;
	border-top: 1px solid #5F5F5F;
}
#mainmenu{
	width: 100%;
	margin: 0 auto;
}
a.mainmenu span{
	display:none;
}
a.mainmenu {
	background-image:url(images/mainmenu.png);
	background-repeat:no-repeat;
	position:absolute;
	bottom:5px;
	height:25px;
	width:25px;
	display:block;
	text-decoration:none;
}
a#rss{right:10px;background-position:top left;}
a#what{right:50px;background-position:top right;}
a#home{right:85px;background-position:top center;}

a#rss:hover{background-position:bottom left;}
a#what:hover{background-position:bottom right;}
a#home:hover{background-position:bottom center;}



#xiberia-link{position:fixed;bottom:85px;right:5px;color:#6C6E70;}
#clpu-link{position:fixed;top:1px;right:1px;}

#chemin {
	padding-top: 20px;
	padding-bottom: 40px;
}


#header {
	padding-top: 10px;
	padding-bottom: 20px;
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	
}

#header a{
	font-weight: bold;
	text-transform:uppercase;
	color:white;
}
#header a:hover{
	text-decoration:none;
	color:red;
	
}

#header ul{
	background:url(images/menu.png) no-repeat bottom center;
	position:relative;top:-10px;
	font-size:.9em;
	text-indent:-6em;
	height:20px;
}

#header li {
	display: inline;
	line-height:20px;
	margin:0 1em 0 3em;
}

#header form {
	margin-top: 20px;
	margin-bottom: 0;
}

#dir td {
	width: 50%;
	vertical-align: top;
}
.dir-links{
	width: 250px;
	margin: auto;
	background: transparent url(http://xodus.xiberia.info/images/opacity.png);
	border:1px solid #212325;
	height:30px;
	padding:5px 5px 5px 10px;
	line-height:30px;
	-webkit-border-radius: 10px;-khtml-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.dir-links a{color:white;font-weight:bold;padding:2px;}
.dir-links a:hover{color:red;text-decoration:none;}

#dir table {
	border: 0;
	width: 100%;
}

#logo {
	height: 200px;
	background: url(images/ban.png) no-repeat center center;
	cursor: pointer;
}

#main {
	background-color: none;
	width: 760px;
	margin: 0 auto;margin-bottom:100px;
}

#content {
	padding: 20px 50px 50px 50px;
	background: transparent url(http://xiberia.info/wp-content/themes/xiberia/images/post-content.png) repeat-y top center;
	border:1px solid #0F0F0F;
	margin-bottom:50px;
	-webkit-border-radius: 15px;-khtml-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;
}


#pages {
	padding-top: 40px;
	text-align: center;
}

#message {
	text-align:center;text-transform:uppercase;font-weight:bold;color:red;
	position:fixed;bottom:35px;right:0;height:50px;width:300px;line-height:50px;
	background:url(images/message.png) no-repeat top left;
}

#message p {
	padding-top: 20px;
}

#soumettre {
	padding-top: 20px;
}

#soumettre span {
	text-decoration: underline;
}

#soumettre td {
	vertical-align: top;
}

#soumettre table {
	border: 0;
	margin:0 auto;
}

	
#warning {
	color: #00FF0B;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}

table.backlinks{
	background: transparent url(images/opacity-white.png) top center;
	margin:5px;
	margin-left:-50px;
	padding:5px;
	width:600px;
	height:100px;
	-webkit-border-radius: 15px;-khtml-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;
}
#recherche{
	margin: 3px 0 0 5px;
}


/* Balises Classes */


.lien {
	padding-top: 25px;
	text-align: justify;
}

.lien a, .lien a:hover {
	font-size: 12px;
	color: #07FF00;
	text-decoration: underline;
	font-weight: bold;
}

.lien span {
	color: red;
}

.ariane {
	color: #A9A9A9;
}

.ariane a {
	color: #A9A9A9;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}

.ariane a:hover {
	color: #A9A9A9;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}







#twitterfeed{
	position:fixed;bottom:35px;left:0;width:285px;height:35px;
	font-size:.9em;
	background:url(images/message.png) no-repeat top right;
	text-align:left;
	padding:5px 10px 10px 5px;
}
#twitterfeed marquee{margin-top:4px;}
#twitterfeed a{color:red;}
#twitterfeed a:hover{text-decoration:none;text-shadow:0 0 2px white;}
ul.feed{margin:0;padding:0;display:inline;}
ul.feed li{list-style:none;margin:0;display:inline;}



.xlist table caption a img{border:1px solid #05FD29;}
.xlist table caption a img:hover{border:1px solid red;}
.xlist table caption a{color:white;text-decoration:none;font-weight:bold;}
.xlist table caption a:hover{color:red;}
.xlist table{
	width:100%;margin:auto;margin-bottom:50px;
	background: transparent url(http://xiberia.info/wp-content/themes/xiberia/images/post-content.png) repeat-y top center;
	border:1px solid #0F0F0F;
	padding:10px 20px 10px 20px;
	-webkit-border-radius: 0 15px 15px 15px;;-khtml-border-radius: 0 15px 15px 15px;;-moz-border-radius: 0 15px 15px 15px;;border-radius: 0 15px 15px 15px;
}
caption{text-align:left;font-size:1em;background:url(images/site_name.png) no-repeat top left;text-indent:1em;line-height:1.5em;}
.table-image{width:85px;padding:5px;}
.table-desc{text-align:justify;padding:5px;}
.thumb{float:left;}
.ok{color:#05FD29;}
.erf{color:red;}
.ok,.erf{text-align:center;font-weight:bold;font-size:1.2em;padding:10px;margin-bottom:30px;border-bottom:1px solid #2B2F31;}

.desc-cat{text-align:right;font-style:italic;}
.desc-cat span{color:#AFAFAF;}

