/*
Theme Name: 31415
Theme URI: 
Description: 
Version: 1.0
Author: 3.1415
Author URI: http://www.3.1415.fr/

*/

/* ----------------------------------------------
	Template Name : 31415
	Template Code : 31415
	Version : 1.0   
	Author : 3.1415
	Author URI : http://www.3.1415.fr/
	Last Date Modified : 	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* --------------------------------------------------------------------------------------------------------------------------------------------Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 12px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #959FA9;
	background-attachment: fixed;
	background-color: #1D2A33;
	background-image: url(images/bg2008.jpg);
	background-repeat: no-repeat;    
	background-position: left top; 	
	margin: 0;
	padding: 0; 
	text-align: center;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------Links */
a, a:active, a:link {
	text-decoration: none;
	color: #fff;			
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #fff;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------headers */
h1, h2, h3 {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;

}
h1 {
	font-size: 1.4em;	
	font-weight: normal;
	letter-spacing: 0px;
	padding: 15px 10px 5px 10px;	
	color: #b1a5a7;
}
h2 {
	font-size: 1.2em;
	padding: 20px 10px 5px 10px;	
	color: #959fa9;
}
h3 {
	font-size: 1.0em;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;	
	color: #b1a5a7;
}
h4 {
	font-size: 0.7em;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;	
	color: #626c76;
}
p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: normal;
  color: #fff;
}
dd {
  padding-left: 25px; 
}

/*-------------------------------------------------------------------------------------------------------------------------------------------- images */
img {
	/*background: #111c24;
   border: 0px solid #626c76;
	padding: 0;*/
}
img.ttf { border: 0px solid #626c76;	}  /* ------------astuce anti bug plugin ttf title wordpress*/

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	background: #fff;  
}
acronym {
  	cursor: help;
  	border-bottom: 1px dotted #fff;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   background: #01ffff;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;	
	color: #b1a5a7;	
}

/* __________________________________________________________________Begin Calendar */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 180px;
}
#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}
#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}
#wp-calendar a {
display: block;
}
#wp-calendar th  {
	background: #626c76;
	height: 6px;
	padding: 0;
	text-align: center;
}
#wp-calendar caption {
	background-image: url(images/transp.png);
text-align: center;
color : #fff;
width: 100%;
}
#wp-calendar tfoot {
	background-image: url(images/transp.png);
text-align: center;
color : #fff;
width: 100%;
}
#wp-calendar td {
padding: 3px 0;
text-align: center;
}
#wp-calendar td a:hover {
/* Doesn't work in IE */
background-color: #b1a5a7;
}




/*--------------------------------------------------------------------------------------------------------------------------------------------form elements */
form {
	margin: 20px 10px; padding: 5px 10px 20px 10px;
	/*border: 1px solid #ff00cc; */
	/*background: #b1a5a7; 	*/
}
label {
	display: block;
	margin: 8px 0;
	color: #626c76;
}
input, select, textarea {
	padding: 5px 4px;
	font: bold 1em Verdana, Tahoma, sans-serif;
	color: #000	;
	background: #fff;  
	border: 1px solid #fff;
}

textarea {
	width: 540px;
	height: 160px;
	display: block;	
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #626c76;
	border: 0px solid #626c76;

}

/*--------------------------------------------------------------------------------------------------------------------------------------------search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 20px 0 15px 8px;	
	width: 270px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 160px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 50px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
  position:absolute;
  left:340px;
	width: 800px;	
	margin: 0;
	text-align: left;
border: 0px solid #ffffff;	
}
#content-wrap {
	position: relative;
	clear: both;
	width: 800px;	
	padding: 0; 		
	margin: 0;	
	background: transparent;
	float: left;	
	display: inline;	
	border-bottom: 1px solid #ff00cc;
	border: 0px dashed #ff0000; /*----------------------------------------------------- ROUGE*/	
}

#header {
	position: relative;
	height: 125px;
	width: 800px;
	padding: 0;		
	background: transparent;
	border: 0px dashed #ff00cc;	
}

/* --------------------------------------------------------------------------------------------------------------------------------------------header search */
#header form#quick-search {
	position: absolute;
	top: 38px; right: 0;
	padding: 0; margin: 0;
	border: none;
	width: 262px; height: 30px;
	background: url(images/header-search.jpg) no-repeat;	
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0; padding: 0;		
}
#header form#quick-search .tbox {
	margin: 2px 0 0 5px; 
	width: 210px;
	background: none;
	border: none;
}
#header form#quick-search label,
#header form#quick-search .btn {
	display: none;	
}

/* -------------------------------------------------------------------------------------------------------------------------------------------- Navigation  */
#nav {
	position: relative;
	margin: 0; padding: 0;		
	height: 20px;
	width: 700px;	
	left: 0;	top: 85px;	
	border: 0px dashed #ff00cc;
}
#nav ul {
	float: left;
	list-style: none;
	width: 600px;		
	height: 21px;
	margin: 0 ; padding: 0;	
	display: inline;
		border-bottom: 0px solid #959fa9;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	background: #626c76;
	float: left;
	height: 20px;
	margin: 0 0 0 8px;	padding: 0 8px;
	font: normal 12px/35px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-decoration: none;	
	color: #9597a9; 
	border: 1px solid #626c76;	

}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #fff;
	background: #b1a5a7;
	border: 1px solid #b1a5a7;
}
#nav ul li.current_page_item a {	
	background: #959fa9;
	border: 1px solid #959fa9;
	color: #ffffff;	
}
#nav ul li.current_page_item a:hover {	
	background: #959fa9;
	color: #ffffff;	
	border: 1px solid #959fa9;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 16px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #fff;
	text-decoration: none;
	border: 0px solid #ffff10; /*----------------------------------------------------- JAUNE*/
	/* change the values of top and left to adjust the position of the logo*/
	top: 50px; left: 0px;	
}
#header h1#logo-text a:hover {
	background: none;	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	text-transform: none;
	color: #959fa9;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 68px; left: 0px;		
}

/* --------------------------------------------------------------------------------------------------------------------------------------------Main Column */
#main {
	background-image: url(images/transp.png);
	background-repeat: repeat;    
	float: left;
	width: 600px;
	padding: 60px 0 30px 0; margin: 1px 0 0 0;
	display: inline;		
			border-top: 1px solid #959fa9;			/*----------------------------------------------------- BLEU*/
			}
#mainwide {
	background-image: url(images/transp.png);
	background-repeat: repeat;    
	float: left;
	width: 720px;
	padding: 60px 0 30px 0; margin: 1px 0 0 0;
	display: inline;		
			border-top: 1px solid #959fa9; /*----------------------------------------------------- BLEU*/
}
#main h2 {
	/*background: #111c24;*/
	height : 26px;
	padding-top: 10px;
	margin: 0;
	font: normal 1.4em 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;	
	color: #b1a5a7; 
	letter-spacing: 0x;	
	text-transform: none;
			border-bottom: 1px dashed #959fa9;
			border-left: 10px solid #b1a5a7;	
}
#mainwide h2 {
	/*background: #111c24;*/
	height : 26px;
	padding-top: 10px;
	margin: 0;
	font: normal 1.4em 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;	
	color: #b1a5a7; 
	letter-spacing: 0x;	
	text-transform: none;
			border-bottom: 1px dashed #959fa9;
			border-left: 10px solid #b1a5a7;	
}
#main h2 a { /*----------------------------------------------------- TITRES DES POSTS dépend de h2 au dessus*/
	color: none;
	text-decoration: none;		
}
#main ul li {
	list-style-image: url(bullet.gif);
		border: 0px solid #ff00cc;	
}
#mainwide h2 a { /*----------------------------------------------------- TITRES DES POSTS dépend de h2 au dessus*/
	color: none;
	text-decoration: none;		
}
#mainwide ul li {
	list-style-image: url(bullet.gif);
		border: 0px solid #ff00cc;	
}









/*-------------------------------------------------------------------------------------------------------------------------------------------- Sidebar */	
#sidebar {
	float: right;
	width: 190px;
	padding: 0; margin: 50px 0 0 0;		
	display: inline;	
}	
#sidebar h3 { /*------------------- TITRES Sidebar (color cf h3) */	
	margin-top: 10px;
	padding: 0; 
	font: normal 1.2em 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;				
	background-image: url(images/transp.png);
	background-repeat: repeat; 	
}
#sidebar ul {
	text-align: left;
	margin: 0 0 0 10px; padding: 0;
	border: 0px solid #b1a5a7;	*/
}
#sidebar ul li {
	list-style: none;
	padding: 0;
	margin: 0;		
	border-bottom: 0px solid #ff0000;
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	border: none;
	color: #959fa9; 	
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;	
	/* letter-spacing: .5px;  */
}
#sidebar ul li a span {
	color: #fff;	
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;	
	font-style: italic;
	font-weight: normal;	
	font-size: 11px;
}
#sidebar ul li a:hover,
#sidebar ul li a:hover span {	
	color: #fff;	
}
#sidebar ul ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul ul li { border: none; }

/*-------------------------------------------------------------------------------------------------------------------------------------------- footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 0;
	margin-top: 30px;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;	
	background: #111c24 /*url(images/footer-top.jpg) no-repeat center top*/;
	color: #626c76;
	width: 600px;
	float: left;	
	display: inline;
	border-bottom: 20px solid #000;		
}
#footer-wrap h3 { /*---------------------------------------------titre pavés textes footer */
	font: normal 1.3em/1.3em 'Trebuchet MS', Tahoma, sans-serif;
	color: #fff;	
}
#footer-content {	
	margin: 0 auto;		
	width: 600px;
	text-align: center;	
border: 0px solid white;	
}
#footer-content ul.col-list {
	border-top: 1px solid #626c76;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 98%;
	border: 0px solid white;	
}
#footer-content ul.col-list li {
	border-bottom: 1px dashed #626c76;
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 1.3em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;	
	color: #626c76;
	border: 1px;
}
#footer-content ul.col-list li a span {
	color: #fff;
	font-style: italic;
	font-weight: normal;
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
}
#footer-content ul.col-list li a:hover,
#footer-content ul.col-list li a:hover span {
	color: #fff;
	text-decoration: none;
}

#footer-content .col2 {
	width: 400px;
	padding: 0;			
	display: inline;
	border: 0px solid #01ffff; /*----------------------------------------------------- BLEU*/
}

/*-------------------------------------------------------------------------------------------------------------------------------------------- blocwp */
.blocwp  { 

}

.blocwp table {
	width: 720px;
}

.blocwp td {	
	height:100%; 
	width: 100px;
	padding: 0; margin: 0 10px;	
	font-size: 1em;	
	text-align: center;
	color: #626c76;
	background: #111c24;
	border: 4px solod #01ffff;
}
.blocwp a { margin: 0 10px 0 5px;	}


/*-------------------------------------------------------------------------------------------------------------------------------------------- postmeta */
.postmeta {	
	padding: 7px 5px; margin: 50px 0 50px 0;	
	font-size: 1em;	
	text-align: center;
	color: #626c76;
	background: #111c24;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #626c76;}
.post-info a { color: #fff; }

/* --------------------------------------------------------------------------------------------------------------------------------------------alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.float-center { float: center; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* --------------------------------------------------------------------------------------------------------------------------------------------display and additional classes */
.clearer { clear: both; }

.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}




