/*********************************************
 * Theme Name:		Tout-en-video
 * Theme URI:		http://www.tout-en-video.com
 * Description:	Feuille de style du site Internet tout en video
 * Version:			1.0
 * Author: Julien
 * Author URI: http://www.jflad.com
 * Tags: design, 2 colonne, video
*********************************************/


/****************
 * Styles
 *******/
body {
	margin:0;
	padding:0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#474848;
	background:#F8FAFC url('images/bg_corps.jpg') repeat-y top center;
}
img, a img {
	border:0px;
}
a {
	color:#0066cb;
	text-decoration:none;
}
a:hover {
	color:#474848;
	text-decoration:none;
}
form {
	margin:0;
	padding:0;
}

	.break {
		clear:both;
		padding:0;
		margin:0 0 10px 0;
	}
	.clear {
		clear:both;
		padding:0;
		margin:0;
	}

/****************
 * Layout 
 *******/
#corps {
	width:100%;
	margin:0 auto;
	background:url('images/bg_corps.jpg') no-repeat top center;
}
#wrapper {
	width:1000px;
	margin:0 auto;
}
#header {
	width:100%;
	height:135px;
	background:url('images/bg_header.jpg') repeat-x left top;
}
#page {
	clear:both;
	width:1000px;
	margin:20px 0 0 0;
}
#content {
	float:left;
	overflow:hidden;
	width:650px;
	margin:10px 0 0 30px;
}
#sidebar {
	float:right;
	width:305px;
}
#footer {
	clear:both;
	width:1000px;
	height:300px;
	margin:0 auto;
	padding:9px 0 0 0;
	background:#414141 url('images/bg_footer.jpg') repeat-x top center;

}


/***********************
 * Header
 ************/

#header p {
	margin: 0;
	padding:0;
}

/* Top */	
#top {
	width:970px;
	height:40px;
	margin:auto;
	padding:0 5px;
}

	
	/* Menu Top */
	ul#menuTop {
		float:left;
		display:block;
		margin:9px 0 0 0;
		padding:0;
		list-style-type:none;
	}
		ul#menuTop li {
			float:left;
			margin:0;
			padding:0 6px;
			color:#FFFFFF; 
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			border-top-style: none;
			border-right-style: solid;
			border-bottom-style: none;
			border-left-style: none;
			border-top-color: #333333;
			border-right-color: #333333;
			border-bottom-color: #333333;
			border-left-color: #333333;
		}
		ul#menuTop li a { font-size: 11px; color:#FFFFFF; }
		ul#menuTop li a:hover { color:#CCCCCC; }
		
		
	/* Lien vers le flux RSS */
	#subscribeform {
		float:left;
		display:block;
		width:46px;
		height:35px;
		margin:0 20px;
		cursor:pointer;
		background: url('images/rsss.gif') no-repeat left -13px;
	}
	

/* Navigation header 1 */
#nav {
	clear:both;
	width:950px;
	height:55px;
	margin:auto;
	padding:0 25px;
}

	p#nomSite a {
		float:left;
		display:block;
		width:200px;
		height:52px;
		margin:0;
		background:url('images/logo-tout-en-video.jpg') no-repeat top left;
	}
	
	ul#navTop {
		float:left;
		height:55px;
		margin:0;
		padding:0;
		list-style-type:none;
		list-style-type:none;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: solid;
		border-top-color: #333333;
		border-right-color: #333333;
		border-bottom-color: #333333;
		border-left-color: #333333;
	}
		ul#navTop li {
			display:block;
			float:left;
			height:55px;
			line-height:55px;
			padding:0;
			margin:0;
			list-style-type:none;
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			border-top-style: none;
			border-right-style: solid;
			border-bottom-style: none;
			border-left-style: none;
			border-top-color: #333333;
			border-right-color: #333333;
			border-bottom-color: #333333;
			border-left-color: #333333;
		}
		ul#navTop li a {
			display:block;
			height:55px;
			line-height:55px;
			padding:0 15px 0 15px;
			text-decoration:none;
			color:#FFFFFF;
			font-size:14px;
			text-align:center;
			font-weight:bold;
		}

		ul#navTop li a:hover {
			background:#333333;
			font-weight:bold;
			color:#CCCCCC;
		}

		
	/* SSMENU */
	ul.ss_navTop {
		position:absolute;
		clear:both;
		display: none;
		margin:0;
		padding: 0;
		list-style: none;
		background:#000000
	}	
		ul.ss_navTop li {
			clear:both;
			margin:0;
			padding:0;
		}
		ul.ss_navTop li a {
			display:block;
			clear:both;
			width:100px;
			height:20px;
			line-height:20px;
			color:#FFFFFF;
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			border-top-style: none;
			border-right-style: none;
			border-bottom-style: solid;
			border-left-style: none;
			border-top-color: #333333;
			border-right-color: #333333;
			border-bottom-color: #333333;
			border-left-color: #333333;
		}
		ul.ss_navTop li a:hover {
			color:#CCCCCC;
			background:#333333;
		}
		
		
		
	p#ajouterVideo a {
		display:block;
		float:left;
		width:145px;
		height:50px;
		line-height:50px;
		margin:2px 0 0 20px;
		padding:0 0 0 60px;
		color:#FFFFFF;
		font-weight:bold;
		font-size:12px;
		text-decoration:none;
		background:url('images/bt_ajouterVideo.jpg') no-repeat;
	}
	p#ajouterVideo a:hover {
		color:#999999;
	}




/* Navigation header 2 */
#nav2 {
	width:900px;
	height:40px;
	margin:auto;
	padding:0 50px;
}
	#nav2 ul {
		float:left;
		height:37px;
		margin:0;
		padding:0;
		list-style-type:none;
		border: solid 1px #00FF00;
	}
		#nav2 li {
			padding:0;
			margin:0;
			height:37px;
			float:left;
			list-style-type:none;
		}
		#nav2 li a {
			display:block;
			height:27px;
			padding:10px 15px 0 15px;
			text-decoration:none;
			color:#474848;
			font-size:11px;
			text-align:center;
			font-weight:bold;
			float: left;
		}
		
	
	/* Barre de recherche */
	#searchbox {
		display:block;
		float:left;
		width:500px;
		margin:0 0 20px 60px;
	}
		.search {
			float:left;
			width:350px;
			height:20px;
			line-height:20px;
			margin:10px 0 0 0;
			padding:0 8px 0 25px;
			color:#444;
			background:#FFFFFF url('images/bg_search.png') no-repeat 6px 2px;
			border:solid 1px #999999;
		}
		.find {
			float:left;
			width:90px;
			height:30px;
			margin:5px 0 0 4px;
			padding:0;
			color:#FFFFFF;
			cursor:pointer;
			background:url('images/bt_search.jpg') no-repeat;
			border:none;
		}

	/* Bt RSS */
	p.header_rss {
		display:block;
		float:right;
		width:250px;
		height:40px;
		line-height:40px;
		margin:5px 0 0 100px;
	}
	p.header_rss a {
		margin:5px;
		padding:0 0 0 20px;
		color:#333333;
		text-decoration:none;
		background:url('images/bg_rss.gif') no-repeat;
	}
	p.header_rss a:hover { color:#666666; }



/******************
 * Sidebar 
 ***********/
#sidebar h2 {
	letter-spacing:-1px;
	font-size:1.2em;
	margin:0 0 10px 0;
}

/* Pub 300 * 300 */
.pub300 {
	display:none;
	width:300px;
	height:300px;
	background:#E0E0E0;
}


/* Tags */
.sideBar_content {
	width:275px;
	margin: 15px 0;
	padding:0 10px 10px 10px;
	border: solid 1px #E1E1E1;
	background:url('images/bg_titre_sideBar.jpg') repeat-x left top;
}
	.titre_sideBar {
		display:block;
		width:245px;
		height:40px;
		line-height:40px;
		padding:0 0 0 30px;
		color:#666666;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: solid;
		border-left-style: none;
		border-top-color: #E1E1E1;
		border-right-color: #E1E1E1;
		border-bottom-color: #E1E1E1;
		border-left-color: #E1E1E1;		
		/*background:url('images/bg_titre_sideBar.jpg') no-repeat center 4px;*/
	}
	.sideBar_content ul {
		margin: 15px 0;
		padding:0 10px 10px 10px;
		list-style-type:none;
	}
	.sideBar_content ul li {

	}	

/* Tabber */
.tabber {
	display:block;
	width:250px;
	padding:0;
}
.singleads {
	background:#fdf9eb;
	padding:9px;
	margin:0 30px 15px 0;
	border:1px solid #f8ecbd;
}
.singleads span {
	margin:0 0 10px 0;
	font-size:1.2em;
	color:#474848;
}
.tabberlive .tabbertabhide {
	display:none;
}
.tabberlive {
	margin:1px 0 10px 0;
}
ul.tabbernav {
	margin:0;
	padding:3px 0;
	border-bottom:1px solid #f8ecbd;
}
ul.tabbernav li {
	list-style:none;
	margin:0;
	display:inline;
}
ul.tabbernav li a {
	padding:3px 0.5em;
	border-bottom:none;
	text-decoration:none;
}
ul.tabbernav li a:link {
	color:#313062;
}
ul.tabbernav li a:hover {
	color:#CC0000;
}
ul.tabbernav li.tabberactive a {
	background:#fdf9eb;
	color:#474848;
	border:1px solid #f8ecbd;
	border-bottom:1px solid #fdf9eb;
	text-decoration:none;
	font-weight:bold;
}
ul.tabbernav li.tabberactive a:hover {
	color:#474848;
	background:#fdf9eb;
	border-left:1px solid #f8ecbd;
	border-right:1px solid #f8ecbd;
	border-top:1px solid #f8ecbd;
}
.tabberlive .tabbertab {
	background:#fdf9eb;
	padding:5px 10px 10px 10px;
	border-top:0px;
	border-left:1px solid #f8ecbd;
	border-right:1px solid #f8ecbd;
	border-bottom:1px solid #f8ecbd;
}
.tabberlive .tabbertab span {
	display:none;
	color:#313062;
}
.tabberlive .tabbertab h3 {
	display:none;
}
.tabbertab {
	margin:0px;
	padding:0px;
}
.tabbertab ul {
	margin:5px 0 5px 15px;
	padding:0;
	list-style-type:none;
}
.tabbertab li {
	margin:0;
	padding:3px 0 3px 0;
	list-style-type:square;
}



/*********************
 * Vignette
 ***********/
 
 /* Vignette out */
.item {
	float:left;
	width:190px;
	height:280px;
	margin:0 5px 15px 5px;
	padding:0px 0 5px 2px;
	background:#EFEFEF;
	border:1px solid #CCCCCC;
}
 /* Vignette over */
.item2 {
	float:left;
	width:190px;
	height:280px;
	margin:0 5px 15px 5px;
	padding:0px 0 5px 2px;
	border:1px solid #CCCCCC;
	background-color: #F9F9F9;
}
	.item p .item2 p, .item p a .item2 p a {
		padding:0;
		margin:0;
	}
	
	/* Image */
	p.itemImage a { 
		display:block;
		width:174px;
		height:129px;
		margin:0 5px;
		padding:0;
		border:solid 1px #CCCCCC; 
	}
	p.itemImage a:hover { border:1px solid #999999;  }
	p.itemImage a img {
		display:block;
		width:165px;
		height:120px;
		margin:3px 0 3px 3px;
		border: solid 1px #CCCCCC;
	}
	
	/* Titre */
	.item h2, .item2 h2 {
		display:block;
		clear:both;
		overflow:hidden;
		width:180px;
		height:30px;
		line-height:30px;		
		margin:-10px 0 0 3px;
		padding:0;
		font-size:10px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: dashed;
		border-left-style: none;
		border-top-color: #CCCCCC;
		border-right-color: #CCCCCC;
		border-bottom-color: #CCCCCC;
		border-left-color: #CCCCCC;
	}
		.item h2 a , .item2 h2 a {
			display:block;
			width:180px;
			height:30px;
			line-height:30px;
			margin:0;
			padding:0;
			color:#0066cb;
			text-align:center;
			text-decoration:none;
		}
		.item h2 a:hover, .item2 h2 a:hover {
			color:#474848;
			text-decoration:none;
		}
	
	/* Views */
	p.itemViews	{
		clear:both;
		line-height:13px;
		margin:10px 0 0 5px;
		padding-left:20px;
		font-size:11px;
		background:url(images/icon_views.gif) no-repeat left center;
	}
	
	
	/* Comments */
	p.itemComments	{
		line-height:13px;
		margin:5px 0 0 5px;
		padding-left:20px;
		font-size:11px;
		background:url(images/icon_comments.gif) no-repeat 1px center;
	}
	/* Vote */
	div.itemVote {
		height:13px;
		margin:0 0 0 5px;
		font-size:11px;
	}
	/* Cat�gories */
	p.itemCat {
		line-height:13px;
		margin:10px 0 0 6px;
		font-size:11px;
		font-weight:bold;
	}
	

/*********************
 * Page
 ***********/
 
/* Navigation entre les pages */
.navigation {
	width:650px;
	height:40px;
}
	.navigationLeft, .navigationLeft a, .navigationRight, .navigationRight a {
		margin:0;
		padding:0;
		background:none;
	}
	.navigationLeft {
		float:left;
		width:325px;
		height:38px;
	}
	.navigationRight  {
		float:right;
		width:325px;
		height:38px;
	}
	.navigationLeft a, .navigationRight a {
		display:block;
		width:285px;
		height:38px;
		line-height:37px;
		font-size:12px;
		color:#FFFFFF;
		text-decoration:none;
		font-weight:bold;
	}
	.navigationLeft a:hover, .navigationRight a:hover { color:#999999; }
	.navigationLeft a {	
		float:left;
		text-align:left;
		padding:0 0 0 40px;
		background: url(images/bt_nextRight.jpg) no-repeat -2px center;
	}
	.navigationRight a {
		float:right;
		text-align:right;
		padding:0 40px 0 0;
		background: url(images/bt_nextLeft.jpg) no-repeat -2px center;
	}
	

/*******************
 * D�tails 
 **************/
.details {
	clear:both;
	width:655px;
	height:auto;
	margin:0 30px 15px 0;
	background:#ffffff;
}
.details2 {
	background:#F8F8F8;
}	

	div.titre_video {
	display:block;
	width:650px;
	clear:both;
	height:25px;
	margin:5px 0;
	background:url(images/icon_titreVideo.gif) no-repeat 2px 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	}
		h1.title_video, h2.title_video {
			display:block;
			float:left;
			height:25px;
			line-height:25px;
			margin:0;
			padding:0 0 0 20px;
			font-size:20px;
			font-weight:bold;
			text-transform:uppercase;
			color:#333333;
			background:url(images/icon_titreVideo.gif) no-repeat 2px 4px;
		}
		span.notation {
			display:block;
			float:right;
			height:25px;
			line-height:25px;
		}
	div.details h1.title_first, .title_first {
		display:block;
		width:650px;
		height:20px;
		line-height:20px;
		padding:0;
		margin:5px 0 25px 0;
		font-size:14px;
		color:#333333;
		background:none;
	}

	p.details_categorie {
		display:block;
		float:left;
		margin:0 0 0 20px;
		padding:0 0 0 20px;
		line-height:18px;
		background:url(images/tag_blue.png) no-repeat left center;
	}
	span.details_tags {
		display:block;
		float:left;
		margin:0;
		padding:0 0 0 30px;
		line-height:18px;
		background:url(images/tag_orange.png) no-repeat 10px center;
	}
	
	/* Conteneur single */
	div.details_video {
		clear:both;
		float:left;
		width:435px;
		height:365px;
		margin:0;
	}
	
	/* Information vid�o */
	div.details_info {
		float:left;
		width:215px;
		height:365px;
		margin:0;
	}
		.detail_titre, .detail_titre1 {
			clear:both;
			display:block;
			clear:both;
			width:180px;
			height:24px;
			line-height:24px;
			margin:15px 0 5px 0; 
			padding:0 20px;
			font-size:12px;
			font-weight:bold;
			color:#FFFFFF;
			background:url(images/bg_titreDetails.jpg) no-repeat left top;
		}
		.detail_titre { margin:0px 0 2px 0; }
		.detail_titre1 { margin:15px 0 2px 0; }
		
			div.details_info span {
				display:block;
				clear:both;
				padding:0 0 0 20px;
				line-height:20px;
			}
			.details_nbLecture { background:url(images/icon_views.gif) no-repeat left center; }
			.details_nbVote { background:url(images/icon_vote.gif) no-repeat left center; }
			.details_nbCommentaire { background:url(images/icon_commentAdd.gif) no-repeat left center; }
			.details_nbMois { background:url(images/icon_date.gif) no-repeat left center; }
			.details_nbDuree { background:url(images/icon_duree.gif) no-repeat left center; }

			.detail_rating {
				clear:both;
				width:200px;
				height:40px;
			}
			
			.details_addFavoris { background:url(images/add.png) no-repeat left center; }
			.details_addAmis { background:url(images/icon_duree.gif) no-repeat left center; }
			.details_addComment { background:url(images/icon_duree.gif) no-repeat left center; }
			.details_addCode{ background:url(images/icon_code.gif) no-repeat left center; }
			.details_partage { 
				width:85px;
				float:left;
				background:url(images/icon_recommader.gif) no-repeat left center; 
			}
			
			#codeEmbed {
				display:block;
				width:210px;
				height:15px;
				line-height:15px;
			 }
			
			/* Sociable */
			ul.sociable {
				float:left;
				list-style-type:none;
				margin: 0 !important;
				padding: 0 !important;
			}
			ul.sociable li {
				background: none;
				display: inline;
				float:left;
				list-style-type: none;
				margin: 0;
				padding: 1px;
			}
			ul.sociable li a {
				display:block;
				width:16px;
				height:16px;
			}
				ul.sociable li a.delicious { background:url(images/sociable/delicious.png) no-repeat left center; }	
				ul.sociable li a.facebook{ background:url(images/sociable/facebook.png) no-repeat left center; }	
				ul.sociable li a.googlebookmark { background:url(images/sociable/googlebookmark.png) no-repeat left center; }	
				ul.sociable li a.wikio { background:url(images/sociable/wikio.gif) no-repeat left center; }	
				ul.sociable li a.yahoomyweb { background:url(images/sociable/yahoomyweb.png) no-repeat left center; }	
				ul.sociable li a.technorati { background:url(images/sociable/technorati.png) no-repeat left center; }	
			
			.sociable-hovers {
				opacity: .4;
				-moz-opacity: .4;
				filter: alpha(opacity=40);
			}
			.sociable-hovers:hover {
				opacity: 1;
				-moz-opacity: 1;
				filter: alpha(opacity=100);
			}
			

		/* Description de la vid�o */
		div.detail_description {
			clear:both;
			display:block;
			width:210px;
			height:150px;
			overflow:auto;
		}
		
	/* Titre commentaire + similar post */
	.title2_single {
		display:block;
		width:650px;
		height:20px;
		line-height:20px;
		padding:0;
		margin:25px 0 10px 0;
		font-size:18px;
		color:#333333;
		background:none;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: solid;
		border-left-style: none;
		border-top-color: #333333;
		border-right-color: #333333;
		border-bottom-color: #333333;
		border-left-color: #333333;
	}
		

		
	/* Similar post */		
	li.similar_post a {
		display:block;
		margin:0;
		padding:0 0 0 5px;
		font-size:12px;
		text-decoration:none;
	}
	span.similar_post_views {
		float:right;
		display:block;
		height:18px;
		padding:0 0 0 20px;
		line-height:15px;
		background:url(images/icon_views.gif) no-repeat left center;
	}
	
	
	.details ul {
		margin:5px 0 5px 15px;
		list-style-type:none;
	}
	.details li {
		padding:3px 0 3px 0;
		list-style-type:square;
	}
	.details h2 {
		font-size:1.2em;
		color:#0066cb;
		margin:0 0 3px 0;
	}
	
	
	.details p {
		margin:0 0 15px 0;
	}
	.details p img {
		padding:0;
		border:#e5e5e5 1px solid;
	}
	.tags {
		margin:0;
		padding:15px 0 0 0;
		font-size:1.2em;
		font-weight:bold;
	}
	.post-ratings span {
		float:right;
		font-size:11px;
		padding:3px 0 0 0;
	}
	
	

.wp-smiley {
	border:none !important;
	padding:0 !important;
	margin:0 !important;
}

/******************
 * Archives
 ***********/
 
.pagetitle {
	float:right;
	display:block;
	height:25px;
	margin:0;
	padding:0 0 0 25px;
	line-height:25px;
	font-size:22px;
}
.pageRSS {
	float:right;
	display:block;
	clear:both;
	height:16px;
	line-height:16px;
	margin:0;
	padding: 0 20px 0 0;
	font-size:14px;
	background:url(images/feed.png) no-repeat right 0px;
}


/******************
 * Nav item
 ************/
.navbottom {
	background: url('images/navbottom.gif') no-repeat; height: 21px; margin: 1px 0 0 0;
}
.nav { margin: 20px 0; }
.Nav {
	margin: 0 0 20px 0; 
	padding: 10px 0 0 0; 
	color: #838383;
}
.Nav a {
	padding: 4px 8px 4px 8px; 
	background: #fff; 
	border: 1px solid #e5e5e5; 
	color: #838383; 
	font-size: 10px; 
	margin: 0 5px 0 0;
}
.Nav a:hover {
	padding: 4px 8px 4px 8px; 
	border: 1px solid #0066cb; 
	color: #0066cb; 
	text-decoration: none; 
	font-size: 10px; 
	margin: 0 5px 0 0;
}
.Nav .on {
	padding: 4px 8px 4px 8px; 
	border: 1px solid #0066cb; 
	color: #0066cb; 
	font-size: 10px; 
	margin: 0 5px 0 0;
}
.Nav span {
	padding: 4px 8px 4px 8px; 
	border: 1px solid #e5e5e5; 
	font-size: 10px; 
	margin: 0 5px 0 0;
}


/******************
 * Commentaires
 *************/

/* D�tails des commentaires */
div.comment_content {
	display:block;
	width:680px;
	height:auto;
	margin:10px 0 0 0;
	background:#F2F2F2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
	div.comment_titre {
		display:block;
		clear:both;
		width:680px;
		height:40px;
		background:#DADADA;
		
	}
		.comment_num a{
			display:block;
			float:left;
			width:25px;
			height:20px;
			text-align:center;
			margin:10px;
			font-size:15px;
			color:#666666;
		}
		.comment_avatar {
			display:block;
			float:left;
			width:30px;
			height:30px;
			border:solid 1px #FF0000;
		}
		.comment_pseudo {
			display:block;
			float:left;
			width:400px;
			height:15px;
			line-height:15px;
			margin:3px 0 0 0;
		}
		.comment_date {
			display:block;
			float:left;
			width:400px;
			height:15px;
			line-height:15px;
		}
		
	div.comment_content p {
		display:block;
		clear:both;
		width:520px;
		height:auto;
		overflow:auto;
		margin:10px 15px 5px 55px;
	}
		div.comment_clear {
			clear:both;
			width:200px;
			height:10px;
		}

/* Formulaire */
#comment_form {
 	display:block;
	width:640px;
	height:250px;
}
	#comment_form label{
		display:block;
		clear:both;
		width:100px;
		height:15px;
		line-height:15px;
		margin:5px 0 2px 0;
	}
	#comment_form .text_input {
		clear:both;
		width:191px;
		padding:3px;
		color:#444;
		border:1px solid #696969;
		border-left:2px solid #0066cb;
	}
	#comment_form .text_area {
		width:380px !important;
		height:111px;
		border:1px solid #696969;
		border-left:2px solid #0066cb;
		overflow:auto;
	}
	#comment_left {
		float:left;
		width:230px;
		height:200px;
	}
	#comment_right {
		float:left;
		width:405px;
		height:200px;
	}
	.submit {
		display:block;
		clear:both;
		width:405px;
		height:40px;
		line-height:40px;
		float:right;
		padding:10px 0;
		font-size:18px;
		color:#FFFFFF;
		cursor:pointer;
		background-color:#0066CC;
		border:solid 1px #666666;
	}
	
	.avatar {
		display:block;
		width:20px;
		height:20px;
		float: right; 
		margin-left: 10px;
	}


	/* Style du contenu */
	blockquote {
		font-style:italic;
		font-size:11px;
		color:#888888;
		margin:0 0 5px 20px;
		padding:0 0 0 10px;
		border-left:4px solid #0066cb;
	}
	abbr,acronym {
		border-bottom:1px dotted #0066cb;
		text-transform:uppercase;
	}
	code {
		color:#474848;
		font-family:Courier,monospace;
		margin:0 0 5px 5px;
	}
	pre {
		margin:0 0 1.5em 0;
		overflow:auto;
		font-size:1.3em;
		clear:both;
	}


	.os {
		color:#3d4c53;
		font-weight:bold;
	}
	.os a {
		color:#3d4c53;
		font-size:11px;
		text-decoration:none;
	}
	.os a:hover {
		text-decoration:underline;
	}
	.designer {
		color:#982a05;
		font-weight:bold;
	}
	.design a {
		color:#982a05;
		font-size:11px;
		text-decoration: none;
	}




/****************
 * Footer
 *******/
#footer p, #footer li { color:#FFFFFF; }
.footer_content {
	clear:both;
 	width:950px;
	margin:10px auto;
	padding:10px;
}
	.footer_titre {
		color:#FFFFFF;
		font-weight:bold;
	}
	.footer_content h3 strong {
		color:#E9E9E9;
	}
	.footer_content ul {
		list-style-type:none;
		margin:0 0 0 10px;
		padding:0;
	}
	.footer_content ul li a { color:#CCCCCC; }
	.footer_content ul li a:hover { color:#666666; }
	
	.footer_content1, .footer_content2 {
		float:left;
		width:280px;
		height:200px;
		margin:15px 0 0 0;
		padding:5px 0 0 20px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: none;
		border-right-style: solid;
		border-bottom-style: none;
		border-left-style: none;
		border-top-color: #666666;
		border-right-color: #666666;
		border-bottom-color: #666666;
		border-left-color: #666666;		
	}
	.footer_content3 {
		float:left;
		width:280px;
		height:200px;
		margin:15px 0 0 0;
		padding:5px 0 0 20px;
		border:none;
	}
	.footer_clear {
		clear:both;
		width:200px;
		height:2px;
	}
	
.footer_bottom {
	clear:both;
	width:950px;
	height:20px;
	margin:0 auto;
	padding:3px 10px;
	text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
	.footer_bottom p { color:#FFFFFF; }
	.footer_bottom p a {
		color:#CCCCCC;
		text-decoration:none;
		font-size:10px;
		color:#999999;
	}
	.footer_bottom a:hover {
		color:#0066cb;
	}



/***************
 * Extra
 *********/

