/*
Theme Name: blck2
Theme URI: http://wordpress.org/
Description: theme du blog BCK
Version: 1.0
Author: David-Alexandre Cote
Author URI: http://eko-system.com/

	

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php


	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/


/* Begin Typography & Colors */
body {
	font-size: 80%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Verdana,Sans-Serif;
	color: #999;
	text-align: center;
	}


#header {
	background-color: #73a0c5;
	}



.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


h1, h2, h3 {
	font-family: Arial, Helvetica, Verdana,Sans-Serif;
	font-weight: normal;
	}

h1 {
	font-size: 2.8em;
	text-align: center;
	}

h2 {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.3em;
	text-align: left;
	font-weight: bold;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h4{
	display: none;
	}

h5{
	font-size: 1em;
	margin: 0 0 0 3px;
	padding: 0;
	font-weight: normal;
	}

h6 {
	font-weight: bold;
	font-size: 1em;
	margin: 0 0 0 3px;
	padding: 0;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #FFF;
	}


/*liens-----------------------------------------------------------------------------------*/

#sidebar a {
	color: #888;
	}

.subprojet a {
	color: #555
	}

.subpropos a {
	color: #555
	}

.subpublication a {
	color: #FFF;
	}

a,  h3 a:hover {
	text-decoration: none;
	}

a:hover {
	color: #666;
	text-decoration: underline;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	}

#page {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 730px;
	}

#header {
	margin: 0 auto;
	height: 168px;
	width: 100%;
	background-color: #FFFFFF;
	text-align: right;
	cursor: pointer;
	}


#sidebar.current { 
	background-color: #FF0033; 
	}


#headerimg {
	margin: 0;
	height: 108px;
	width: 100%;
	}

#fond {
	height: 200px;
	}

#bienvenuetxt{
	float: none;
	height: 300px;
	margin: 0 0 0 35px;
	color: white;
	}

#bienvenuetxt a {
	color:#CCFE66;
	}

.texte {
	text-align: left;
	margin: 0 30px 0 0;
	padding: 0;
	*margin: 0 0 0 15px;
	}


#content {
	margin: 0 auto;
	padding: 0 5px 1px 5px;
	min-height: 580px;
	}

.subprojet {
	margin: -15px 0 0 146px;
	text-align: left;
	}

.subpropos {
	margin: -15px 0 0 268px;
	text-align: left;
	}

 .subpublication {
	margin: -15px 0 0 396px;
	text-align: left;
	}

.post {
	float: left;
	text-align: left;
	margin: 2px;
	height: auto;
	width: 174px;
	}

.seul {
	text-align: right;
	}

.service {
	text-align: left;
	margin-left: 20px;
	}

#menucomplet {
	text-align: left;
	}

#menucomplet a {
	color:#333;
	}

#projet {
	margin-top: 10px;
	width: 100%;
	text-align: left;
	font-weight: normal;
	}

	
#retour {
	text-align: left;
	padding: 0;
	clear: left;
	}

#liste {
	width: 360px;
	height: 130px;
	margin: 0;
	float: left;
	}

.client {
	color: #FFF;
	margin:   5px 0 0 15px;
	padding: 0;
	width: 100%;
	}

#adresse {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	}

#adresse a {
	color:#CCFE66;
	}

#footer{
	width: 730px;
	height: 54px;
	text-align: center;
	clear: left;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	text-align: left;
	}

h2 {
	margin: 0;	
	}


#sidebar h2 {
	margin: 0;
	padding: 0 ;
	}

h3 {
	padding: 0;
	margin: 0;
	}


/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
/* End Images */



/* Begin Lists */
li.current-cat { 
	color: #FFF;
	}

li {
	list-style:none;
	}

.subprojet li {
	*margin: 0 0 0 -15px;
	}

.subpropos li {
	*margin: 0 0 0 -15px;
	}

.subpublication {
	*margin: 0 0 0 376px;
	}

#sidebar li {
	display: inline;
	width: 120px;
	padding: 0 0 0 4px;
	float: left;
	border-left: 1px solid #888;
}

#header ul li {
	display: inline;
	margin:  20px 5px 0 5px;
	}

#menucomplet li{
	display: inline;
	list-style: none;
	margin: 0 5px 0 5px;
	}

.projet li{
	display: block;
	list-style:none;
	
	}

/* End Entry Lists */



/* Begin Sidebar */
#sidebar{
	padding: 10px 0 20px 0;
	width: 100%;
	height: 20px;
	margin: 0 0 0 15px;
	background: url("images/menu.jpg") repeat-y bottom;
	}
/* End Sidebar */

/* Begin banniere*/
#banniere{
	width: 100%;
	height: 160px;
	margin: 0 0 0 -5px;
	}
/*End banniere*/

#menubas{
	width: 100%;
	height: 20px;
	margin:  0 0 20px 0;
	background: url("images/menubas.jpg") repeat-y bottom;
	}


/* Begin Various Tags & Classes */
.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
    .narrowcolumn .post {float:left; width:730px; text-align:left; margin:0 0 15px; padding:0;}

    .narrowcolumn .post h2 a {font-size:10px;} 
/* End Various Tags & Classes*/



