/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* There are also some obscure rules in base.css
*/

body {
	font-size: 11px;
	font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
	background: #fff;
	color: #222b2c;
	line-height: 1.5em;
	/* font-weight: 300; */
}

/* link scheme */
/* you can customize links further down the page too */
a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #222b2c; }
a:hover { }
a img { border: none; }

/* general styles */
small { font-size: 9px; }
code { font-family: monospace; }
blockquote { padding-left: 9px; }

/* headings */
h1 { font-size: 13px; margin-bottom: 1em; font-weight: normal; }
h2 { font-size: 13px; margin-bottom: 1em; font-weight: normal; }
h3 { font-size: 13px; margin-bottom: 1em; }
h4 { font-size: 13px; margin-bottom: 1em; }
h5 { color: #778daf; width: 300px; }
h6 { font-style: italic; }

/* paragraph width */
#index p { margin-bottom: 0px; }
#exhibit p, code, blockquote { width: auto; margin-bottom: 0em; /* line-height: 1.3em; */ }

/* highlighter style - maybe you want to change colors? */
.highlight { background: #ccff00; color: #000; }

/* never adjust the margin or padding here unless you seriously know what you are doing */
/* think #index .container and #exhibit .container for only padding adjustments */
#index { width: 180px; background: #fff; opacity: 0.75; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;/* line-height: 1.3em; */ }
#exhibit { margin: 0 0 0 180px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
#exhibit2 { margin: 0 0 0 240px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
#exhibit3 { margin: 0; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

/* styling the index */
#index ul { list-style: none; margin: 0; padding-top: 1px; }
#index ul.section { margin-top: 6px; margin-bottom: 6px; border-top-color: #7a989e; border-top-style: dotted; border-top-width: 0px;}
#index ul.subsection {  }

/* the follow rules for index are not required */
/* they are mostly for complex customization */
/* for tag display */
#index ul#all_tags { list-style-type: none; margin-bottom: 1em; }
#index ul#all_tags li { display: inline; margin-right: 3px; }
#index ul#all_tags li a {  }

/* active section title */
#index span.active_section_title,
#index span.active_section_title a { text-decoration: line-through; }

/* active exhibit title parts */
li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active, 
li.active a:visited, li a.active, li span.active, #index ul.section li.active a:link, 
#index ul.section li.active a:hover #index ul.section li.active a:active, #index ul.section li.active a:visited
{ text-decoration: line-through; margin-left: 10px;}

/* additional #index options */
#index ul li .password a { /* background: url(../img/locked.gif) right center no-repeat; padding-right: 18px; */ }

/* the "new" indicator */
#index ul li sup { color: #000000; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }
/* end styling for index */

/* links styles only for the #index region */
#index a:link { color: #222b2c; } 
#index a:hover { } 
#index a:active { } 
#index a:visited {  }

/* links styles only for the #exhibit region */
#exhibit a:link { color: #7a989e; } 
#exhibit a:hover { text-decoration: line-through; } 
#exhibit a:active {  } 
#exhibit a:visited { color: #7a989e; } 

/* this is where you adjust your paddings for #index and #exhibit together */
.container { padding: 0; }

/* this is where you pad them separately */
#index .container { padding: 27px 15px 25px 20px; }
#exhibit .container { padding: 27px 0 0 0; }


#textfix {

     margin-top: 620px;
	 margin-left: 25px;
	 position: fixed;	 
	 
}

#textfix .paypal {

     margin-top: -50px;
	 
}

#textfix2 {

     margin-top: 27px;
	 margin-left: 25px;
	 position: fixed;
	 width: 150px;
	 float: left;
	 
}

#textcontact {

     position: fixed;
	 margin-left: 680px;
	 
}

#textband {	 

     margin-left: -115px;
     background-color: white;
     width: 140px;
     height: 700px;
	 opacity: 0.75;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

#textband .texte {

	 padding: 30px 20px 0 2px;
	 font-size: 11px;
	 
}

#textband .texthome {

	 padding: 0px 20px 0 7px;
	 font-size: 11px;
	 border: 1px solid;
	 border-color: #222b2c;
	 
}

#textband .paypal {

     margin-top: -60px;
	 
}
	 
#liens { 

	height: 600px; 
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
}

#liens .column { float: left; width: 200px; }	

#textnormal {
	
	opacity: 0.75;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
}

#toleft {
	
	position: fixed;
	height: 30px;
	width: 50px;
	color: #222b2c;
	text-align: center;
	left: 180px; 
	top: 640px; 
	z-index:9998;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 200;
	padding-top: 10px;
	border: 1px solid;
	border-color: #7a989e;
	
}

#toleft2 {
	
	position: fixed;
	height: 30px;
	width: 50px;
	color: #222b2c;
	text-align: center;
	float: right;
	right: 180px; 
	top: 640px; 
	z-index:9998;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 200;
	padding-top: 10px;
	border: 1px solid;
	border-color: #7a989e;
	
}


#toleft ul.active { color: #7a989e; }
#toleft ul.hover { color: #7a989e; }
	
#hidetoleft {
	
	position: fixed;
	right: 25px;
	top: 645px;
	height: 40px;
	width: 40px;
	background-color: white;
	z-index: 9999;
	
}

#findme { position: fixed; line-height: 2; top: 20px; }

#imghome { width: 700px; border: 5px; border-color: black; }
	
	