/*
Theme Name: OMNIUS
Theme URI: http://omnius.clandestin.org
Description: Omnius - Le suresprit informatique
Version: 1.0
Author: M. Banane
Author URI: http://www.mbanane.fr
Tags:
 
*/
html {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;

}
body {
	font-family: "Trebuchet MS", sans-serif;
	font-size:12px;
	margin:0;
	color:#009ee0;
	background:#FFFFFF;
	height: 100%;
}
ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
input {
	border:1px solid #9933CC;
	background-color:#FFFFFF;
	height:14px;
	font-size:1em;
}

a:link, a:visited, a:active{
	color:#FFF;
	text-decoration:none;
}
a:hover{
	color:#FFF;
	text-decoration:underline;
}
h1 {
	font-size:1em;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	height:20px;
	line-height:20px;
	margin-bottom:0px;
}



#leftBlock{
	float:left;
	background-color:#000;
	background-image:url("images/omnius_l.jpg");
	background-repeat:no-repeat;
	width:294px;
	height: 100%;
}
#rightBlock{
	float:left;
	background-color:#FFF;
	background-image:url("images/omnius_r.jpg");
	background-repeat:no-repeat;
	width:687px;
	height: 100%;
}
#contact{
	color:#FFF;
	width:274px;
	margin-top:100px;
	padding-left:10px;
}
/*
h2 {
	font-size:1em;
	background-color:#9933CC;
	height:20px;
	line-height:20px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
}
#main {
	margin:auto;
	width:980px;
}
#topmenu{
	width:980px;
	height:25px;
	line-height:25px;
	font-size:10px;
}

#bottom {
	background-color:#009ee0;
	width:100%;
	min-height:100px;
	height:auto !important;
	height:100px;
}
*/

#topmenu li {
	display:inline-block;
	height:25px;
	line-height:25px;
	padding:0px;
	margin:0px;
}
#header{
	width:980px;
	height:105px;
	background:#000000;
	color:#FFFFFF;
}
#login{
	float:right;
	height:20px;
	margin-top:85px;
}
#login li {
	display:inline;
	padding-right:10px;
}

#breadcrumbs{
	width:780px;
	
}
#search{
	height:25px;
	width:970px;
	text-align:right;
	padding-right:10px;
}
#searchsubmit{
	height:18px;
	line-height:18px;
	width:30px;
	color:#FFFFFF;
	background:#9933CC;
	font-weight:bold;
	cursor:pointer;
}
#searchform{
	text-align:right;
	width:707px;
}
/*
#page{
	width:980px;
	background-color:#FFFFFF;
	background-image:url(images/fond_page.gif);
	background-repeat:repeat-y;
	float:left;
	min-height:500px;
	height:auto !important;
	height:500px;
}
*/

#content {
	float:left;
	width:780px;
	padding:10px;
}

.sidebar{
	float:left;
	width:160px;
	padding:10px;
}

#footer {
	margin:auto;
	width:980px;
	clear:both;
	background:#9933CC;
	height:40px;
	line-height:18px;
	font-size:10px;
	color:#FFFFFF;
}

#footerLeft {
	float:left;
	padding-left:10px;
	width:480px;
	text-align:left;
}
#footerRight {
	float:right;
	padding-right:10px;
	width:480px;
	text-align:right;
}
#footerTop{
	float:right;
	height:60px;
	margin-left:800px;
	margin-top:-80px;
	padding:10px;
	text-align:center;
	width:160px;
}
.post_content{
	padding:10px;
	background-color:#dadada;
	width:760px;
}
.postmetadata{
	color:#CCCCCC;
	font-size:10px;
	font-style:italic;
	margin-bottom:-27px;
	text-align:right;
	padding-right:10px;
}

/********** TEXTS ************/

.blogTitle {
	color:#9933CC;
	font-size:36px;
	font-weight:bold;
	
}
.blogDescription{
	color:#FFFFFF;
	font-size:12px;
	font-family:"Georgia";
}

.systemMessage{
	font-family:Courier New, Courier, mono;
	background:#000000;
	height:20px;
	line-height:20px;
	color:#FFFFFF;
	padding-left:10px;
}

.prompt{
	color:#9933CC;
	font-weight:bold;
}
.blackText{
	color:#000000;
}

/*********** CALENDRIER ************/

#wp-calendar {
	background-color:#FFFFFF;
	width:160px;
	border:1px solid #000000;
}
#wp-calendar tbody td {
	border:1px solid #CCCCCC;
	text-align:center;
}
#wp-calendar tbody .pad {
	border:1px solid #CCCCCC;
	background-color:#CCCCCC;
}
#wp-calendar caption {
	text-transform:uppercase;
}
#wp-calendar thead th {
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
}
#today{
	background-color:#9933CC;
	color:#FFFFFF;
	text-align:center;
}

/********** LINKS ***********/


/*
#topmenu a:link, #topmenu a:visited, #topmenu a:active{
	color:#393939;
	text-decoration:none;
}
#topmenu a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
#header a:link, #header a:visited, #header a:active{
	color:#9933CC;
	text-decoration:none;
}
#header  a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:link, #footer a:visited, #footer a:active{
	color:#CCCCCC;
	text-decoration:none;
}
#footer  a:hover{
	color:#000000;
	text-decoration:none;
}
*/