/*
Theme Name: BluePortfolio Extended
Author: WPThemeDesigner.com
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	/*color: #68645a;*/color:#000000;
/*	background: url(images/background.gif) repeat-x 0 0;*/
	background:url(images/bg_sticky.gif);
}
a {
	text-decoration: none;
	color: #236cb0;
}
a:hover {
	text-decoration: underline;
	/*color: #ff0000;*/
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 970px;
	margin: auto auto;
	text-align: left;
	padding-left:10px;	
	padding-right:10px;
	background-color:#ffffff;
	border-color:#000000;
	
	/* ICI pour les bordures de haut en bas !!!! */
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 150px; /* Important car c'est la hauteur du bandeau !! */ 
/*background-color:#000000; /* NEW */
background-image:url(images/header_carbon.jpg);
background-repeat:no-repeat;
}
	#header h1 {
		float: left;
		font-size: 0;
		padding: 18px 10px 27px;
	}
		#header h1 a {
			display: block;
			text-indent: -9999px;
			outline: none;
			width: 275px; height: 18px;
			/*background: url(images/logo.png) no-repeat 0 0;*/
		}
	#header form {
		float: left;
		margin-top:100px;
		margin-left:-250px;
		width: 244px; height: 23px;
		background: url(images/search.gif) no-repeat 0 0;
		/*margin: 20px 0;*/
		padding-right: 40px;
	}
		#header form input {
			border: 0;
			width: 180px;
			float: left;
			background-color: transparent;
			margin: 3px 5px;
		}
		#header form button {
			float: right;
			border: 0;
			width: 51px; height: 23px;
			text-indent: -9999px;
			background-color: transparent;
		}
	#header ul {
		clear: both;
		list-style-type: none;
		padding-top: 8px;
	}
		#header ul li {
			float: left;
			text-transform: uppercase;
			font-weight: bold;
			padding-left: 1px;
			background: url(images/divider.gif) no-repeat 0 0;
		}
		#header ul li.f {
			padding-left: 0;
			background: none;
		}
		#header ul li a {
			text-decoration: none;
			display: block;
			padding: 0 10px;
		}
/** END header **/

/** BEGIN body **/
#body {
	background: url(images/wrapper.gif) repeat-y 510px 0;
	
}
	#body h2 {
		color: #236cb0;
		font-size: 0.9em;
		text-transform: uppercase;
		margin-bottom: 1px; /* was 10 px */
	}
/** END body **/

/** BEGIN content **/
#content {
	width: 500px;
	float: left;
	padding: 10px 18px 10px 0;
	
	/*position:absolute;*/
}
	#content .featured {
		margin-bottom: 20px;
	}
		#content .featured .thumb {
			width: 380px; height: 215px;
			position: relative;
			overflow: hidden;
		}
		#content .featured .thumb img {
			width: 380px;
		}
		#content .featured .thumb .text {
			position: absolute;
			bottom: 0; left: 0;
			padding: 10px;
			background: url(images/shade.png) repeat 0 0;
			color: #ffffff;
			width: 360px;
		}
		#content .featured .thumb .text a {
			color: #ffffff;
		}
		#content .featured .thumb .text h3 {
			font-size: 1.6em;
			font-weight: normal;
			margin-bottom: 5px;
		}
		#content .featured .thumb .text p {
			line-height: 1.4em;
		}
	#content .post {
		clear: both;
		border-top: 1px dotted #DDDDDD;
		padding: 10px 0;
	}
	#content .f {
		border-top: 0;
	}
		#content .post img {
			float: left;
			margin: 0 10px 10px 0;
			padding: 5px;
			border: 1px solid #CCCCCC;
			width: 100px;
		}
		#content .post h3 {
			font-size: 1.2em;
			margin-bottom: 6px;
		}
		#content .post .details {
			font-size: 0.9em;
			margin-bottom: 6px;
			color: #CCCCCC;
		}
			#content .post .details a {
				color: #68645A;
			}
			#content .post .details a:hover {
				/*color: #ff0000;*/
				text-decoration: none;
			}
		#content .post p {
			line-height: 1.4em;
		}
	#content .single {
		padding: 10px;
	}
		#content .single h2 {
			margin-bottom: 10px;
			font-size: 1.4em;
			text-transform: none;
		}
		#content .single p {
			line-height: 1.5em;
			margin-bottom: 10px;
		}
		#content .single ul, #content .single ol {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content .single li {
			line-height: 1.5em;
			padding: 2px 0;
		}
		#content .single blockquote {
			padding: 10px 10px 5px;
			margin-bottom: 10px;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
		}
		#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
			font-size: 1.2em;
			margin-bottom: 5px;
		}
	#postnav {
		padding: 10px;
		font-weight: bold;
	}

	
	
	
/** END content **/

/** BEGIN left sidebar **/
#lsidebar {
	width: 140px;
	float: left;
	padding: 10px 0;
}
	#lsidebar ul {
		list-style-type: none;
		padding-bottom: 20px;
	}
		#lsidebar ul li {
			line-height: 1.6em;
			padding: 2px 0;
		}
		#lsidebar ul li a {
			/*color: #68645A;*/
			color:#000000;
		}
		#lsidebar ul li a:hover {
			/*color: #ff0000;*/
			text-decoration:underline;
		}
/** END left sidebar **/

/** BEGIN right sidebar **/
#rsidebar {
	width: 310px;
	float: right;
	padding: 10px 0;
}
	#rsidebar h2 {
		border-bottom: 3px solid #CCCCCC;
		/*padding-left:20px;*/
		padding-top:3px;
		
		padding-bottom: 3px;
	/*	background:url(images/right_bar.gif);
		background-repeat:no-repeat;*/
		/*color:#000000;*/
		
		
	}
	#rsidebar div, #rsidebar ul {
		margin-bottom: 25px;
	}
	#rsidebar ul {
		list-style-type: none;
	}
		#rsidebar ul li {
			line-height: 1.6em;
			padding: 2px 5px;
			border-bottom: 1px dotted #DDDDDD;
		}
		#rsidebar ul li a {
			color: #68645A;
		}
		#rsidebar ul li a:hover {
			/*color: #ff0000;*/
		}
	#rsidebar .sponsors {
		text-align: center;
		padding-bottom: 10px;
	}
		#rsidebar .sponsors img {
			margin: 5px;
		}
	#rsidebar .twitter {
		padding: 0 20px 0 53px;
		background: url(images/twitter.gif) no-repeat 10px 0;
		line-height: 1.4em;
	}
	#rsidebar .video {
		padding: 0 10px;
	}
	#rsidebar .flickr {
		text-align: center;
		padding-bottom: 10px;
	}
		#rsidebar .flickr img {
			margin: 5px 8px;
		}
/** END right sidebar **/

/** BEGIN footer **/
#footer {
	color: #ffffff;
	/*background-color: #005db3;*/
	background:url(images/footer_carbon.jpg);
	padding: 10px 0;
	height:100px;
	border-top-style:dashed;
	border-top-style:dashed;
	border-width:1px;
	border-color: #FFFF00;
}
	#footer p {
		width: 965px;
		margin: auto auto;
		text-align: left;
	}
	#footer a {
		text-decoration: underline;
		color: #ffffff;
	}
	
	
	#footer ul {
		clear: both;
		list-style-type: none;
		padding-top: 8px;
	}
		#footer ul li {
			float: left;
			/*text-transform: uppercase;*/
			font-weight: bold;
			padding-left: 1px;
			background: url(images/divider.gif) no-repeat 0 0;
		}
		#footer ul li.f {
			padding-left: 0;
			background: none;
		}
		#footer ul li a {
			text-decoration: underline;
			display: block;
			padding: 0 10px;
		}
	
	
	
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 10px;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 1.4em;
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments h2 {
		font-size: 0.9em;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 10px 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/





#phpbb_topics ul li a {list-style:none;}


#phpbb_topics div, #phpbb_topics ul {
		margin-bottom: 25px;
	}
	#phpbb_topics ul {
		list-style-type: none;
	}
		#phpbb_topics ul li {
			line-height: 1.6em;
			padding: 2px 5px;
			border-bottom: 1px dotted #DDDDDD;
		}
		#phpbb_topics ul li a {
			color: #68645A;
		}
		#phpbb_topics ul li a:hover {
			/*color: #ff0000;*/
		}


#first_rss { float:right;}

	
	#pinup
	
	{ background: #CCCCCC;
	width:117px;
	height:216px;
	
	float:right;
	margin-top:-215px;
	margin-right:-5px;
	
	}
	
	
	#agenda
	
	{ 
	
	
	background: url(images/bgads.gif);
	background-repeat:no-repeat;
	width:305px;
	height:350px;
	z-index:100px;
	padding-top:40px;
	padding-left:10px;
	padding-right:30px;
	}
	
	#agenda ul li {
			line-height: 1.6em;
			padding: 2px 30px 0px 0 px;
			width:250px;
			border-bottom: 1px dotted #DDDDDD;
		}
		
	
	/* Global */
#global {
	
	background: #FFFFFF; /* Voir -> Note 1 ci-dessous */
}
/*
#navigation a:hover, #navigation a:focus {
	background: #000000;
}

#contenu a:hover, #contenu a:focus {
	background: #6E5122;
}*/
/* --- POSITIONNEMENT --- */

/* Page */

#global {
	width: 100%; /* -> 3 */
	overflow: hidden; /* -> 3 */
}

#global ul li a {list-style:none;}


/*#global div, #global ul {
		margin-bottom: 25px;
	}*/
	#global ul {
		list-style-type: none;
	}
		#global ul li {
			line-height: 1.6em;
			padding: 2px 5px;
			border-bottom: 1px dotted #DDDDDD;
		}
		#global ul li a {
			color: #68645A;
		}
		#global ul li a:hover {
		
			/*color: #ff0000;*/
		}



/* En-tête */
#entete {
	padding:0px;
	background:transparent;}

/* Menu de navigation */
#navigation {
background:transparent ;
	width: 50%; /* -> 4 */
	float: left;
	padding-right:10px;
}
/*
#navigation ul {
	margin: 0;
	padding: 20px 10px;
	list-style: none;
}*/
/*#navigation a {
	display: block;
	height: 1%;  -> 5 
	padding: 6px 6px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}*/

/* Contenu */
#contenu {
background:transparent;
	margin-left: 20%; /* -> 6 */
	padding: 0px 20px;
}







/*
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}
*/
	
	
	