@charset "UTF-8";
/* CSS Document */


html, body {
	height: 100%;
	// margin: 0;
	// background: #000D0f;
	background-image: url(http://www.yvoschaap.com/wpthemegen/images/stripes_2.gif);
	color: #FFFFFF;	
	font: 14px Courier-New, sans-serif;
}

a {
	color: #666;
	font-weight:500;
	font: small-caps ;
	}
a:hover {
	color: #444;
	text-decoration:underline;
	}
ul {
	padding: 5px 5px 0px 0px;
	margin: 0;
}

li {
	color: #FFFFFF;
	display: block ;
	text-decoration: none ;
}
li a:hover {
	background-color: #333333;
}

h1 {
	font-variant: small-caps;
	font-size:  28px;
}
h2 {
	font-variant: small-caps;
	font-size:  24px;
}
h3 {
	font-variant: small-caps;
	font-size:  20px;
}
h4 {
	font-variant: small-caps;
	font-size:  18px;
	line-height: 1px;
}


div#header {
	margin-left: auto; 
  	margin-right: auto; 
	// background: url(http://www.callipyge.ch/wp-content/uploads/2009/12/logoweb.png) no-repeat;	
	color:#400;
	width: 750px;
	position:relative;
}
div#header a {
	width: 750px;
	text-decoration: none;
}

/* Menu principal */

div.mainmenu {
	overflow: hidden;
	margin-left: auto; 
  	margin-right: auto; 
  	margin-bottom: 5px;
  	width: 750px;
}
.mainmenu ul li
{
	float: left ;
}

.mainmenu ul li a {	
	background-color: #222222;
	font: small-caps 14px/10px serif;
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
	display: block ;
	text-decoration: none ;
	border: solid 1px black;
	margin-right: 10px;
}
.mainmenu ul li a:hover {
	background-color: #333333;
}


/* DIv conteneur du centre */

//div#center {
//	// overflow:auto;
//	// padding-bottom: 50px; 
//	// background: url(images/bgcontent.jpg);
//	// width: 100%;
//
//}


div#leftbar {
	float: left;
	width: 180px;
	margin-right: 15px;
	font: small-caps 14px/10px;
	padding: 0px 20px;
	background-color: #111110;
}


/* contenu du centre */

div#content {
	text-align: justify;
	padding: 0px 20px 0px 20px;
	overflow: hidden;
	background-color: #222222;
//	border-right: solid;
//	border-left: solid;
//	border-width: thin;
//	border-color: #C9C0BB;
}


/*conteneur de droite */

div#rightbar {
	float: right;
	width: 180px;
	margin-left: 15px;
	position: relative;
	padding: 0px 20px 0px 0px;
	font: small-caps 14px/20px Verdana,serif;
}


.sidebartitle{
	font-variant: small-caps;
	font-size:  15px;
	padding-top: 10px;
}


div#footer {
	font: 10px/20px Verdana,serif;
	text-align: center;
}

div#footer a  {
	font: 10px/20px Verdana,serif;
	text-align: center;
}


/* tableau */
.table {
	border:double;
	font-size:14px;
	text-align:center;
	border-color:#400;
	text-indent:0;
	width:100%;
}
.tableheader {
	font:small-caps;
}


/****** NICO TRICKS******/

.photoalign {
	float: left;
	width: 100%;
}


/*****    CLASSE WORD PRESS  **********/

.post {
	
}

.highlights {
}
.highlights h2 a {
	color:#FFFFFF;
	font: small-caps 13px/20px;
}
.postmetadata {
	font-style: italic;
	font-size: 12px;
}

.wp-caption {
		font: italic 9px/10px Verdana,serif;
		float:left;
}

/********* POWER PRESS CSS ******/

.powerpress_links {
	font: italic 10px/10px Monospace,sherif;
}
