* {
	padding: 0px; 
	margin: 0px; 
	border: 0px; 
	position: relative; 
	behavior: url(win_png.htc); 
}

body { 
	font-family: Verdana, Arial; 
	font-size: 12px; 
	color: #ceebeb; 
	color: #222222; 
	background-color: #EEEEEE; 
	padding-bottom: 50px;
}
	ul {
		list-style: none; 
	}
	hr {
		border-bottom: 1px solid #000000;
	}
	input ,
	textarea{
		border: 1px solid #000000;
	}
	a { 
		color: #e45a49; 
		color: #495ae4; 
		text-decoration: none; 
	}
	a:hover { 
		text-decoration: underline; 
	}
	img.favicon { 
		border: none !important; 
		display: inline; 
		width: 16px; 
		height: 16px; 
		margin: 0px 0px -4px 4px; 
	}
	img.favicon:hover { 
		border: none;
	}
	.clearer { 
		clear: both; 
	}
	.clear-left { 
		clear: left; 
	}
	.clear-right {
		clear: right; 
	}
	.left {
		float: left;
	}
	.right {
		float: right;
	}
	.hidden { 
		display: none; 
	}
	q { 
		font-style: italic; 
	}
	
	textarea.code,
	code { 
		font-size: courrier;
		padding: 0px; 
		margin: 10px 0px;
		background: #000000;
		color: #FFFFFF;
		display: block;
		overflow: none;
		width: 100%;
	}
	tt {
		display: inline;
		background-color: transparent;
		color: #000000;
		font-weight: bold;
	}
	.post .phrases {
		text-decoration: none;
		color: #CEEBEB;
	}
	.post .phrases:hover {
		text-decoration: none;
		cursor: default;
		color: #9BB8B8;
	}
		.post .phrases:before, .post .phrases:after {
			content: '`';
			font-weight: bold;
			color: #555555;
			color: #F00;
			text-decoration: blink;
		}
		.post .phrases:before {content: '`';}
		.post .phrases:after {content:'`';}
	#tooltip {
		position: absolute;
		z-index: 3000;
		border: 1px solid #111;
		background-color: #a0a0a0;
		color: #1b1b1b;
		padding: 5px;
		max-width: 500px;
		opacity: 0.90;
		filter: alpha(opacity=90);
	}
	#tooltip h3 {
		font-weight: bold;
		margin: 0px;
	}
	#tooltip div { 
		font-size: 12px; 
		font-style: italic; 
		margin: 0; 
	}

	#derniers-commentaires {
		height: 150px;
		overflow:hidden;
	}
	
.spip_documents_left {
	margin-right: 10px;
}
iframe#shadowbox_content {
	color: #000000;
	background-color: #FFFFFF;
}
body.homepage {
	background-color: #222222;
	color: #FFFFFF;
}
body.homepage #page {
	width: 1000px;
	margin: auto;
}
	body.homepage h1.prenom_nom {
		height: 90px; 
		clear: both; 
		margin: 0px auto; 
	}
	body.homepage h1 a.thierry, 
	body.homepage h1 a.poinot {
		height: 90px;
		width: 350px;
		display: block;
		overflow: none;
		/*border: 1px dashed red;*/
		float: left;
	}
	body.homepage h1 a.thierry { 
		background: url(images/homepage/thierry.png) no-repeat top left;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='squelettes/images/homepage/thierry.png');
		/background-image: none;
		/cursor: pointer;
	}
	body.homepage h1 a.poinot { 
		background: url(images/homepage/poinot.png) no-repeat top right;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='squelettes/images/homepage/poinot.png');
		/background-image: none;
		/cursor: pointer;
		float: right;
	}
	body.homepage .content { 
		width: 800px; 
		height: 400px;
		margin: 0px auto; 
		background: #03395D;
		background: #003CFF;
		background: #383838;
		padding: 10px;
	}
		body.homepage .content a.moi {
			display: block;
			height: 510px;
			width: 380px;
			margin: auto;
			top: -100px;
			background: url(images/homepage/moi.png) no-repeat top left;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='squelettes/images/homepage/moi.png');
			/background-image: none;
			/cursor: pointer;
		}
		body.homepage .content .blog-articles {
			width: 260px; 
			height: 380px;
			padding: 10px;
			padding-right: 20px;
			top: -510px;
			background: #300000;
			overflow: auto;
		}
			body.homepage .content .blog-articles h2 a {
				color: #FFF; 
				text-transform: uppercase;
				font-size: 14px;
			}
			body.homepage .content .blog-articles h2.rss { 
				text-align: center; 
			}
			body.homepage .content .blog-articles h3 a { 
				color: #FFF; 
				font-size: 19px; 
			}
			body.homepage .content .blog-articles p {  }
				body.homepage .content .blog-articles p a {
					color: #F1BF00;
					font-size: 12px; 
				}
	body.homepage .big_links {
		width: 300px; 
		position: absolute; 
		top:2px; /top: 28px;
		left: 529px; 
	}
		body.homepage .big_links h2 a {
			display: block;
			height: 130px;
			width: 300px;
		}
		body.homepage .big_links h2.blog a {
			margin-top: 20px;
			background: url(images/homepage/lnk_blog.png) no-repeat;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='squelettes/images/homepage/lnk_blog.png');
			/background-image: none;
			/cursor: pointer;
		}
			body.homepage .big_links h2.blog a:hover {
				background: url(images/homepage/lnk_blog_on.png) no-repeat;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='squelettes/images/homepage/lnk_blog_on.png');
				/background-image: none;
				/cursor: pointer;
			}
		body.homepage .big_links h2.creas a {
			height: 90px;
			margin-left: 50px;
			background: url(images/homepage/lnk_creas.png) no-repeat;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='squelettes/images/homepage/lnk_creas.png');
			/background-image: none;
			/cursor: pointer;
		}
			body.homepage .big_links h2.creas a:hover {
				background: url(images/homepage/lnk_creas_on.png) no-repeat;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='squelettes/images/homepage/lnk_creas_on.png');
				/background-image: none;
				/cursor: pointer;
			}
		body.homepage .big_links h2.contact a {
			background: url(images/homepage/lnk_contact.png) no-repeat;
			margin-left: 30px;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='squelettes/images/homepage/lnk_contact.png');
			/background-image: none;
			/cursor: pointer;
			height: 150px;
		}
			body.homepage .big_links h2.contact a:hover {
				background: url(images/homepage/lnk_contact_on.png) no-repeat;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='squelettes/images/homepage/lnk_contact_on.png');
				/background-image: none;
				/cursor: pointer;
			}
	body.homepage .big_links .actuellement { 
		width: 280px; 
		font-size: 11px; 
	}
	body.homepage #articles { 
		top: 60px; 
		padding-bottom: 50px;
		_background-color: #222222;
		_top: -400px;
	}
	body.homepage #articles .article {
		margin-bottom: 10px; 
	}
	body.homepage img.spe { 
		position: absolute; 
		top: 540px; 
		margin: auto; 
		left: 100px;
	}

#page {
	width: 1000px; 
	margin: auto; 
}
	#header { 
		height: 60px; 
		background: #1b1b1b;
		padding: 10px;
		color: #FFFFFF;
		overflow: hidden;
	}
	#header h1{ 
		padding: 5px 0px; 
	}
	#footer { 
		clear: both; 
	}
	.pagination {
		clear: both;
		width: 580px;
		text-align: center;
	}
	.bloc {
		border: 0px solid #EFEFEF;
		border: 5px solid #E0E0E0; 
		background: #E3E3E3; 
		background: #FFFFFF; 
		color: black; 
		width: 530px;
		padding: 25px;
		_padding-right: 0px;
	
		margin: 0px 10px 20px 0px; 
	}
	.bloc:hover { 
		border-color: #A0A0A0; 
		/*background: #3e3e3e; */
	}
	#creas #posts .bloc.rub8 {
			width: 260px;
			height: 260px;
			overflow: hidden;
			float: left;
			margin: 0px 10px 10px 0px;
			padding: 10px;
			_padding: 10px;
	}
	#creas #posts {
		width: 600px;
	}
	.post .infos { 
		border-bottom: solid 1px grey;
		padding-bottom: 5px;
	}
		.post .infos .titre,
		.post .infos .sous-titre,
		.post .infos .tags {
			float: left;
			clear: left;
			width: 430px;
		}
		.post .infos .titre {
			font-size: 18px;
		}
		.post .infos .sous-titre { 
			font-size: 14px; 
			font-style: italic;
		}
		.post .infos .tags {
			list-style: none;
			overflow: hidden;
		}
			.post .infos .tags li {
				background: transparent url(images/silk_icons/tags.png) no-repeat top left;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='squelettes/images/silk_icons/tags.png');
				/background-image: none;
				/cursor: pointer;
				display: inline;
				padding:0px 0px 0px 20px;
				margin: 0px;
			}
			.post .infos .tags li:first-child {
				background:none;
				padding-left:1px;
			}
		.post .infos .date a,
		.post .infos .categorie a,
		.post .infos .nb-commentaires a { 
			padding-right: 18px;
			padding-top: 2px;
		}
		.post .infos .categorie,
		.post .infos .date,
		.post .infos .nb-commentaires { 
			color: #a6a69b; 
			font-size: 12px;
			margin-left: 430px;
			margin-bottom: 5px;
			/width: 150px;
			text-align: right;
		}
		.post .infos .nb-commentaires a {
			background: url(images/silk_icons/comments.png) bottom right no-repeat;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='squelettes/images/silk_icons/comments.png');
			/background-image: none;
			/cursor: pointer;
		}
		.post .infos .date a {
			background: url(images/silk_icons/date.png) bottom right no-repeat;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='squelettes/images/silk_icons/date.png');
			/background-image: none;
			/cursor: pointer;
		}
		.post .infos .categorie a {
			background: url(images/silk_icons/star.png) bottom right no-repeat;			
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='squelettes/images/silk_icons/star.png');
			/background-image: none;
			/cursor: pointer;
		}
		.post.rub3 .infos .categorie a {
			background: url(images/silk_icons/pictures.png) bottom right no-repeat;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='squelettes/images/silk_icons/pictures.png');
			/background-image: none;
			/cursor: pointer;
		}
		.post.rub6 blockquote,
		.post.rub6 .description blockquote {
			font-style: italic;
			font-size: 18px;
			text-align: center;
		}

	.post .description {
		padding-top: 10px;
		/*padding-right: 25px;
		padding-left: 25px;*/
		text-align: left;
	}
		.post .description p.spip,
		.post p.spip {
			margin-bottom: 10px;
		}
		.post.rub5.description .logo-article,
		.post.rub4 .description .logo-article,
		.post.rub3 .description .logo-article { 
			text-align: center; 
			float: left;
		}
		.post .description .logo-article { 
			float: left;
			margin-right: 10px;
			margin-bottom: 10px;
			width: 280px;
		}
	.post .suite {
		background-color: #F7F7A8;
		clear: left;
		display: block;
		padding: 5px 5px;
		margin-top: 10px;
	}
	.post ul.suite {
		list-style-type: disc;
		list-style-position: inside;
		padding-left: 10px;
	}
		ul.sites-lies {
			border-top: 1px solid #D0D0D0;
			padding-top: 5px;
			list-style-type: circle;
			list-style-position: inside;
		}
	.post .infos-article { 
		color: #a6a69b;
		background: #383838; 
		padding: 5px; 
	}
		.post .infos-article .from { 
			font-size: 10px; 
			clear: left; 
		}
		.post .infos-article .sites-lies { 
			clear: left; 
		}
		.post .infos-article .lien-forum { 
			font-size: 10px; 
			clear: left; 
		}
		.post #forum {}
			ul.forum li {
			}
			li.forum-fil ul li { 
			    margin-left: 20px; 
			}
	.post.rub3 .image,
	.post.rub4 .video { 
		margin: 5px 0px;
		text-align: center; 
	}
	#blog #posts  { 
		width: 600px; 
	}
	#timeline {
		background: #FFFFFF;
		width: 580px;
		color: #000000;
		padding: 5px;
	}
		ul.site {
			width: 280px;
			float: left;
			margin-right: 5px;
		}
			ul#site-1 li a,
			ul#site-1 li h1 a {
				color: #23E1EF;
			}
			ul#site-2 li a,
			ul#site-2 li h1 a {
				color: #3274D0;
			}
			ul.site li h2 {
				font-size: 14px;
			}
			ul.site li ul li {
				font-size: 10px;
				margin-bottom: 8px;
			}
				ul.site li ul li h3 a {
					font-size: 12px;
				}
	#sidebar,
	#sidebar1 { 
		color: #000; 
		background: #4f4f4f; 
		padding: 5px; 
		border-left: 10px solid #474747; 
		position: absolute; 
		top:80px;
		margin-left: 590px; 
		width: 390px;
	}
	#sidebar1 { 
		width: 190px; 
	}
		#sidebar1 a, 
		#sidebar2 a {
			color: #9a9a9a;
		}
	#sidebar2 { 
		color: #000; 
		position: absolute;
		background: #8F8F8F;
		top:80px; 
		margin-left: 800px;
		padding: 5px;
		width: 190px;
		text-align: center;
	}
		#sidebar2 a {
			color: blue;
		}
#forum_previsu #form_error {
	color: red;
	font-weight: bold;
}
#forum_previsu .infos {
	color: orange;
	font-size: 10px;
}
		
.forum-message {
	margin-top: 10px;
	border-top: 1px solid black;
	padding: 5px 0px;
}
	.forum-message img.gravatar {
		float: right;
		width: 60px;
		height: 60px;
		border: 1px solid black;
		margin-right: 20px;
	}
form.post-commentaire ul.infos-site,
form.post-commentaire ul.infos-utilisateur {
	width: 250px;
}
form.post-commentaire ul.infos-site,
form.post-commentaire ul.infos-utilisateur,
form.post-commentaire ul.infos-message {
	text-align:right;
}
form.post-commentaire ul.infos-message li input {
	width: 350px;
	padding: 5px;
}
form.post-commentaire ul.infos-message li textarea {
	width: 522px;
	margin:6px;
}

form.post-commentaire ul.infos-site li,
form.post-commentaire ul.infos-message li,
form.post-commentaire ul.infos-utilisateur li {
	margin-top: 10px;
}
form.post-commentaire ul.infos-site li input,
form.post-commentaire ul.infos-utilisateur li input {
	width: 150px;
	padding: 5px;
}
form.post-commentaire ul.infos-site li label,
form.post-commentaire ul.infos-message li label,
form.post-commentaire ul.infos-utilisateur li label {
	padding: 5px;
}

form.post-commentaire ul.infos-site {
	float: right;
}

#forum-previsu {
	text-align: left;
	border: 1px dashed orange;
	width: 248px;
	height: 250px;
}

/*
	#sidebar,
	#sidebar1,
	#sidebar2 {
		padding-bottom: 50px;
	}
*/
	

#thierrypoinotcom {
	color: #29A0BE; 
	font-size: 10px; 
	position: fixed;
	bottom: 0px; 
	background: #1B1B1B; 
	width: 100%; 
	height: 35px; 
	z-index: 99999;
}
object,
embed {
	z-index: 1;
}


	#thierrypoinotcom ul { 
		padding: 5px; 
		position: absolute; 
		right: 0px; 
		list-style: none; 
	}
		#thierrypoinotcom ul li {
			text-align: center; 
			float: left; 
			overflow: none; 
			margin: 5px 0px 0px 5px; 
		}
			#thierrypoinotcom ul li a.network-link { 
				top: -2px;
			}
			#thierrypoinotcom ul li a.navigation { 
				padding: 5px; 
				background: #29A0BE; 
				color: #1B1B1B; 
				border-radius: 7px; 
			}
			#thierrypoinotcom ul li a.navigation:hover { 
				text-decoration: none; 
				background: #E45A49; /*EB0A92;*/ 
			}
	#thierrypoinotcom  #tp-copyright{ 
		padding: 5px; 
		width: auto; 
		float: left; 
	}