/**
 * Nowaysoft.com/sharp CSS
 *
 * By: Philippe Peloquin
 * Copyright Nowaysoft Inc, 2007
 */



/* ------------------------------------------------------------------------- */
/* -- RESERT DEFAULTS ------------------------------------------------------ */

* { 
	margin: 0px;
	padding: 0px;
}


body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}

a { 
	text-decoration: none;
}

a img {
	border: none;
}


/* ------------------------------------------------------------------------- */
/* -- STARTS CUSTOMISATIONS ------------------------------------------------ */

body {
	margin: 0 0 0 0;
  	padding: 0 0 0 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(./background_top.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #2f3334;
}

.clear:after  {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding:0;
	clear: both;
	border: 0;
	visibility: hidden;
}

.clear  {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding:0px;
	clear: both;
	border: 0px;
}

input {
	border: 2px #000000 solid;
	padding: 0;
	margin: 0;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #F9F9F5;
}

input:hover {
	padding: 0;
	margin: 0;
	border: 2px #000000 solid;
	background-color: #cccccc;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

select {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

form {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	display:inline; 
}

td {	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

p {	
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

i {	
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
}


b {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}


.strong {
	font-weight: bold;
}

.bigtxt {
	font-size: 14px;
	color: #ffffff;
}

.smalltxt {
	font-size: 10px;
	color: #ffffff;
}

hr {
	border: 1px solid #000000;
	background: #000000;
	background-color : #000000;
	color: #000000;
}

hr.black {
	border: 1px solid #000000;
	background: #000000;
	background-color : #000000;
	color: #000000;
}



/* ------------------------------------------------------------------------- */
/* -- LAYOUT --------------------------------------------------------------- */

#container {
	position: relative;
	width: 859px;
	min-height: 700px;
	margin: 40px auto 20px auto;
	text-align: left;
}

#header {
	width: 859px;
	height: 35px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url(./header_large.png);
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
}

#frame_black {
	background-color: #f5f5f5;
	color: #000000;
	border: 2px solid #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#frame_spacer {
	margin: 0 0 0 0;
	padding: 2px 2px 2px 2px;
}


#frame_gray {
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #2e3233;
	/* background-color: #f5f5f5;  */
	position: relative;
}

#wrapper1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url(./background_menu.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	min-height: 600px;
	width: 849px;
}



#sidebar_left_wrapper {
	float: left;
	display: inline;
	position: relative;
	left: 0;
	top: 0;
	width: 173px; 
	color: #000000;
        background-repeat: repeat-y;
        background-position: left top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#sidebar_left {
	position: relative;
	left: 0px;
	top: 0px;
	color: #000000;
	margin: 0 0 0 0;
	padding: 15px 15px 15px 18px;
		
}


#main_contain {
	position: relative;
	display: block;
	color: #000000;
	margin: 0px 0px 0px 175px;
	padding: 10px 10px 10px 10px;
	width: 653px; 
}

#main_contain_inner {
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}


#runtime {
	color: black;
	position: relative;
	margin: 0 0 15px 0;
	line-height: 1.5;
	font-size: 8px;
	display: block;
	text-align: center;
	clear: none;
}


#corner {
	position: absolute; 
	bottom: -5px;
	right: -5px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#copy {
	color: #f5f5f5; 
	position: relative;
	margin: 10px auto 10px auto;
	padding: 0;
	line-height: 1.5;
	font-size: 8px;
	display: block;
	text-align: center;
}


/* ------------------------------------------------------------------------- */
/* -- MENU ----------------------------------------------------------------- */

/* fix IE */
* html ul#menu_left a {
	height: 1px;
}

ul#menu_left {
	padding: 0;
	list-style-type: none;
	margin: 0 auto 14px 10px;
	width: 122px;

}



ul#menu_left li a {
	text-decoration: none;
}

ul#menu_left li {
	text-transform: uppercase;
	font-size: 1.1em;
	color: #000;
	padding: 1px 5px 1px 20px;
	border: 0;
	background-image: url(./button.jpg); 
	background-repeat: no-repeat; 
	background-position: left center;
}

ul#menu_left li:hover {
	text-transform: uppercase;
	font-size: 1.1em;
	color: #000;
	display: block;
	padding: 1px 5px 1px 20px;
	border: 0;
	background-image: url(./button_selected.jpg); 
	background-repeat: no-repeat; 
	background-position: 2px center;
}


ul#menu_left li.active { 
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #000;
	padding: 1px 5px 1px 20px;
	border: 0;
	background-image: url(./button_selected.jpg); 
	background-repeat: no-repeat; 
	background-position: 2px center;
}

ul#menu_left li.spacer { 
	background-image: none;
	list-style-type: none;
	height: 10px;
}


#skin_selector { 
	width: 122px;
	margin: 0 auto 14px 10px;
}

#skin_selector select {
	width: 122px;
}

#counter {
	border: 2px solid #000000;
	margin: auto auto 14px 10px;
	padding: 0;
	background-color: #454545;
	color: #ffffff;
	width: 120px;
}

#counter .title { 
	background-color: #000000;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	padding: 0 0 2px 0;
}
#counter .stats_visits { padding: 0 2px 0 4px; }
#counter .stats_today { padding: 0 2px 0 4px; }
#counter .stats_online { padding: 0 2px 0 4px; }


/* ------------------------------------------------------------------------- */
/* -- POEME ---------------------------------------------------------------- */

#poemes_section {
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}

.poemes_title {
	width: 100%;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	padding: 1px;
	font-weight: bold;
	margin-bottom: 15px;
}

.section_title {
	width: 100%;
	text-align: center;
	height: 1.5em;
	color: #ffffff;
	font-weight: bold;
	padding: 1px;
	background-color: #000000;
	margin-bottom: 10px;
}


.section_title a {
	color: #ffffff;
}


.section_title a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.poeme_titlebar {
        display: inline;
        font-weight: bold;
        padding: 1px;
        height: 1.5em;
        color: #000000;
}

.poeme_titlebar .poeme_title {
        float: left;
        border-bottom: #000000 solid 1px;
        width: 350px;
        display:inline;
        margin-right: 30px;
}

.poeme_titlebar .poeme_date {
        border-bottom: #000000 solid 1px;
        float: left;
        display:inline;
}

.poeme_titlebar .poeme_rank {
        float: right;
        border-bottom: #000000 solid 1px;
        width: 50px;
        display:inline;
}


.poeme_row {
	padding: 1px;
	color: #000000;
	height: 1.5em;
	background-color: transparent;
}

.poeme_row_hover {
	background-color: #cccccc;
	padding: 1px;
	color: #000000;
	height: 1.5em;
}


.poeme_titlebar {
	display: inline;
	font-weight: bold;
	padding: 1px;
	height: 1.5em;
	color: #000000;
	margin-bottom: 5px;
}

.poeme_title {  
	width: 350px;
	float: left;
	display:inline;
	margin-right: 30px;
}

.poeme_title A:hover {  
	text-decoration: underline;
}
.poeme_date A:hover {  
	text-decoration: underline;
}

.poeme_date {
	float: left;
	text-align: right;
	display: inline;
	width: 160px;
}

.poeme_rank {  
	float: right;
	text-align: center;
	width: 50px;
	display:inline;
}

/* poeme display */
.poeme_display_title {
	text-align: center;
	font-weight: bold;
	margin: 10px auto 10px auto;
	border-bottom: 1px black dotted;
}

.poeme_center {
	position: relative; 
	margin: 10px auto 10px auto;
	text-align: left;
	display: table-cell;
	padding-bottom: 15px;
}

.poeme_note {
	border-top: 1px black dotted;
	padding: 1px;
	margin-bottom: 10px;
}

.poeme_footer {
	width: 100%;
	height: 1.5em;
	background-color: #000000;
	color: #ffffff;
	padding: 1px;
	margin-bottom: 15px;
	font-weight: bold;
}
.poeme_footer a {
	color: #ffffff;
}
.poeme_footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* ------------------------------------------------------------------------- */
/* -- ABOUT ---------------------------------------------------------------- */

#about_section {
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}

.about_title {
	width: 100%;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	padding: 1px;
	font-weight: bold;
	margin-bottom: 15px;
}

.about_old_layout {
	float: left;
	padding: 5px;
}

.about_old_layout_text {
	text-align: center;
	margin: 5px;
}
.about_old_layout_text a:hover {
	text-decoration: underline;
}

.about_old_layout_img {
	border: 1px #000000 solid;
	padding: 0;
	margin: 0;
	width: 200px;
	height: 128px;
}


/* ------------------------------------------------------------------------- */
/* -- LINKS ---------------------------------------------------------------- */
#links_section {
        width: 100%;
	text-align: left;
        margin-bottom: 30px;
}

.links_title {
	width: 100%;	
	text-align: center;
        background-color: #000000;
        color: #ffffff;
        padding: 1px;
        font-weight: bold;
        margin-bottom: 15px;
}

.links_subsection {
	border: 1px black solid;
	margin-bottom: 15px;
}

.links_subsection_title {
	background-color: #cccccc;
	color: #000000;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 5px;
}

.links {
	margin-left: 30px;
	margin-bottom: 15px;
}

.links a {
	font-weight: bold;
	color: #000000;
}

.links a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------------------- */
/* -- NEWS ----------------------------------------------------------------- */

#news_section {
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}

.news_title {
	width: 100%;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	padding: 1px;
	font-weight: bold;
	margin-bottom: 15px;
}

.news {
	color: #000000;
	margin-bottom: 20px;
}

.news_date {
	text-align: left;
	width: 100%;
	color: #000000;
	padding: 1px;
	background-color: #cecece;
	margin-bottom: 10px;
}

.news_text {
	color: #000000;
	padding-left: 50px;
	text-align: justify;
}



/* ------------------------------------------------------------------------- */
/* -- WHO_AM_I ------------------------------------------------------------- */

#whoami_section {
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}

.whoami_title {
        width: 100%;
        text-align: center;
        background-color: #000000;
        color: #ffffff;
        padding: 1px;
        font-weight: bold;
        margin-bottom: 15px;
}

.whoami {
        color: #000000;
        margin-bottom: 20px;
}

.whoami_subsection {
	font-weight: bold;
	padding-bottom: 5px;
}

.whoami_subsection_content { 
	padding-left: 50px;
	padding-bottom: 10px;
}

.whoami_subsection_content A {
	text-decoration: underline;
}

/* ------------------------------------------------------------------------- */
/* -- HOME ----------------------------------------------------------------- */

#portail_section {
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}

.portail_title {
        width: 100%;
        text-align: center;
        background-color: #000000;
        color: #ffffff;
        padding: 1px;
        font-weight: bold;
        margin-bottom: 15px;
}

.portail_lastmodify {
	text-align: center;
	font-size: 12px;
}
.portail_lastmodify hr {
	background-color: #000000;
	color: #000000;
	border: 1px black solid;
}

.portail_content {
	text-align: left;
}




/* ------------------------------------------------------------------------- */
/* -- WIKI ----------------------------------------------------------------- */

#wiki_section {
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}

.wiki_title {
        width: 100%;
        text-align: center;
        background-color: #000000;
        color: #ffffff;
        padding: 1px;
        font-weight: bold;
        margin-bottom: 15px;
}

.wiki_last_modif {
	text-align: right;
}

.wiki {
	border: 1px solid black;
	padding: 15px;
	margin-bottom: 10px;
}

#wiki_section textarea {
	width: 100%;
	border: 1px solid black;
	background-color: #cfcfcf;
}

.wiki_form {
	text-align: right;
	width: 100%;
}


/* ------------------------------------------------------------------------- */
/* -- FOTO ----------------------------------------------------------------- */

.photo_title {
	width: 100%;
	text-align: center;
	height: 1.5em;
	color: #ffffff;
	font-weight: bold;
	padding: 1px;
	background-color: #000000;
	margin-bottom: 10px;
}

.photo_title_album {
	width: 100%;
	text-align: center;
	height: 1.5em;
	color: #000000;
	padding: 1px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}

.photo_album_section {
	margin: 2px;
        height: 1em;
	padding: 0 0 2px 0;
        display: block;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.photo_album_section A:hover {
	text-decoration: underline;
}

.photo_albumname {
	margin-left: auto;
	margin-right: 0;
	padding: 0;
	float: left;			
	display: inline;
}

.photo_albumname_new {
	margin-left: auto;
	margin-right: 0;
	padding: 0;
	float: left;
	font-weight: bold;
	display: inline;
}

.photo_image_count {
	width: 45px;
	float: right; 
	display: block;
}

.photo_image_count_nb {
	display: inline;
	width: 25px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}


.photo_image_count_stylepre {
	font-weight: bold;
	margin-left: 0;
	margin-right: auto;
	text-align: left;
	padding: 0;
	display: inline;
}

.photo_image_count_stylepost {
        font-weight: bold;
        margin-left: 0;
        margin-right: 0;
	text-align: right;
        padding: 0;
	display: inline;
}

.photo_year {
	font-weight: bold;
}

.v_spacer {
	/*padding-top: 30px; */
	margin-top: 15px;
}



.foto_frame {
	padding: 4px;
	width: 154px; 
	height: 154px; 
	background-repeat: no-repeat;
	background-image: url(./fotoframe.png);
	float: left;
	display: block; 
}

.foto_innerframe {
	width: 137px; 
	height: 137px;
	display: block;
	margin: 0;
	padding: 0;	
	display: table-cell;
	vertical-align: middle;
}

img.foto_mini {
	display: block; 
	margin-left: auto;
	margin-right: auto;
	border: #000000 solid 1px; 
	padding: 0;
}


img.foto_border_default {
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	display: block;
}

img.foto_border1 {
	border: 10px solid #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	display: block;
}

img.foto_border2 {
	border: 18px solid #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	display: block;
}

img.foto_border3 {
	border: 12px solid #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
	display: block;
}


img.foto_border4 {
	border: 10px #ffffff double;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #000000;
	display: block;
}

img.foto_border5 {
	border: 2px #ffffff dotted;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #000000;
	display: block;
}


/* -- END ------------------------------------------------------------------ */
/* ------------------------------------------------------------------------- */
