/*
Theme Name: Vendeesign v3
Version: 1.0
*/

/* --- STYLES DE BASE --- */ 
 
/* Page */ 
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. */ 
} 
body { 
  margin: 0; 
  padding: 0; /* Remettre à zéro si nécessaire. */ 
  /* Pensez à utiliser une collection de polices (2), par ex:  */ 
  font-family: Helvetica, FreeSans, sans-serif;
  font-size: .8em; /* À adapter pour la police choisie. */ 
  line-height: 1.4; /* À adapter au design. */ 
  color: black; 
  background: url("./images/page_bg.jpg") top left repeat-x; 
} 
 
/* Titres */ 
h1, h2, h3, h4, h5, h6 { 
  margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */ 
  line-height: 1.2; 
  font-weight: bold; /* Valeur par défaut. (6) */ 
  font-style: normal; 
} 
h1 { 
  font-size: 1.75em; 
} 
h2 { 
  font-size: 1.5em; 
} 
h3 { 
  font-size: 1.25em; 
} 
h4 { 
  font-size: 1em; 
} 
 
/* Listes */ 
ul, ol { 
  margin: .75em 0 .75em 32px; 
  padding: 0; 
} 
 
/* Paragraphes */ 
p { 
  margin: .75em 0; /* Marges plus faibles que par défaut. (7) */ 
} 
address { 
  margin: .75em 0; 
  font-style: normal; 
} 
 
/* Liens */ 
a { 
  text-decoration: underline; 
} 
a:link { 
  color: #11C; 
} 
a:visited { 
  color: #339; 
} 
a:hover, a:focus, a:active { 
  color: #00F; 
} 
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:active { 
  outline: none; 
} 
a:focus { 
  outline: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
a { 
  border: none; 
} 

a img {
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: none;
}
 
/* Divers éléments de type en-ligne (8) */ 
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
} 
 
/* Formulaires */ 
form, fieldset { 
  margin: 0; 
  padding: 0; 
  border: none; 
} 
input, button, select { 
  vertical-align: middle; /* Solution pb. d'alignement. (9) */ 
}

/* Clear */
.clear_left {
	clear: left;	
}
.clear_right {
	clear: right;	
}
.clear_both {
	clear: both;	
}

/* --- DEFINITION DES CONTENEURS --- */

#page {
	width: 950px;
	margin: auto;	
}

#header {
	position: relative;
	height: 242px;
}

#conteneur {
	background: #e8e8e8;
	border-left: solid 1px #c5c5c5;	
	border-right: solid 1px #c5c5c5;
	padding: 10px 0 30px 0;
}

#content_index {
	width: 615px;
	float: left;		
}

#content_single {
	width: 615px;
	float: left;		
}

#sidebar {
	width: 325px;
	margin: 0 0 0 625px;
	padding: 20px 0 0 0;
}

#footer {
	clear: both;
	background: #262828 url("./images/footer_bg.jpg") top left repeat-x;
	height: 380px;
}

#btn_expertise {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 84px;
	height: 94px;
	background: url("./images/badge-expertise.png") top left no-repeat;	
}

/* --- HEADER --- */

#header_ad_megaban {
	width: 728px;
	height: 90px;
	position: absolute;
	top: 10px;
	left: 0;	
}

#header_logo_home {
	display: block;
	width: 314px;
	height: 72px;
	position: absolute;
	top: 102px;
	left: 0;
	background: url("./images/header_logo_vendeesign.gif") top left no-repeat; 
}
	#header_logo_home:hover {
		background: url("./images/header_logo_vendeesign.gif") bottom left no-repeat; 
	}

#header_list_pages {
	top: 144px;
	right: 0;
	position: absolute;
}
	#header_list_pages a {
		float: left;
		margin: 0 0 0 0;
	}	
	#header_btn_home {
		background: url("./images/header_btn_home.png") top left no-repeat;
		display: block;
		width: 120px;
		height: 43px;
	}
	#header_btn_home_selected {
		background: url("./images/header_btn_home_selected.png") bottom left no-repeat;
		display: block;
		width: 119px;
		height: 43px;
	}
		#header_btn_home:hover {
			background: url("./images/header_btn_home.png") bottom left no-repeat;
		}
	#header_btn_apropos {
		background: url("./images/header_btn_apropos.png") top left no-repeat;
		display: block;
		width: 120px;
		height: 43px; 
	}
	#header_btn_apropos_selected {
		background: url("./images/header_btn_apropos_selected.png") top left no-repeat;
		display: block;
		width: 119px;
		height: 43px; 
	}
		#header_btn_apropos:hover {
			background: url("./images/header_btn_apropos.png") bottom left no-repeat;
		}
	#header_btn_pub {
		background: url("./images/header_btn_pub.png") top left no-repeat;
		display: block;
		width: 120px;
		height: 43px; 
	}
	#header_btn_pub_selected {
		background: url("./images/header_btn_pub_selected.png") top left no-repeat;
		display: block;
		width: 119px;
		height: 43px; 
	}
		#header_btn_pub:hover {
			background: url("./images/header_btn_pub.png") bottom left no-repeat;
		}
	#header_btn_abonnement {
		background: url("./images/header_btn_abonnement.png") top left no-repeat;
		display: block;
		width: 120px;
		height: 43px; 
	}
	#header_btn_abonnement_selected {
		background: url("./images/header_btn_abonnement_selected.png") top left no-repeat;
		display: block;
		width: 119px;
		height: 43px; 
	}
		#header_btn_abonnement:hover {
			background: url("./images/header_btn_abonnement.png") bottom left no-repeat;
		}
	#header_btn_contact {
		background: url("./images/header_btn_contact.png") top left no-repeat;
		display: block;
		width: 120px;
		height: 43px; 
	}
	#header_bheader_btn_contact_selected {
		background: url("./images/header_btn_contact_selected.png") top left no-repeat;
		display: block;
		width: 119px;
		height: 43px; 
	}
		#header_btn_contact:hover {
			background: url("./images/header_btn_contact.png") bottom left no-repeat;
		}

#list_keywords {
	position: absolute;
	bottom: 15px;
	left: 0;
}
	#list_keywords a {
		color: #FFFFFF;
		text-decoration: none;
		display: block;
		height: 21px;
		text-align: center;
		float: left;
		margin: 0 10px 0 0;
		padding: 6px 0 0 0;
	}
	#list_keywords a.small{
		width: 63px;
	}
	#list_keywords a.normal{
		width: 85px;
	}
	#list_keywords a.big{
		width: 150px;
	}
	#list_keywords a.selected_normal {
		background: url("./images/list_keywords_bg.png") bottom left no-repeat;
		width: 85px;
	}
	#list_keywords a.normal:hover {
		background: url("./images/list_keywords_bg.png") bottom left no-repeat;
		width: 85px;
	}
	#list_keywords a.selected_small {
		background: url("./images/list_keywords_bg_small.png") bottom left no-repeat;
		width: 63px;
	}
	#list_keywords a.small:hover {
		background: url("./images/list_keywords_bg_small.png") bottom left no-repeat;
		width: 63px;
	}
	#list_keywords a.selected_big {
		background: url("./images/list_keywords_bg_big.png") bottom left no-repeat;
		width: 150px;
	}
	#list_keywords a.big:hover {
		background: url("./images/list_keywords_bg_big.png") bottom left no-repeat;
		width: 150px;
	}

#search {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 234px;
	height: 36px;
	background: url("./images/header_search.jpg") top left no-repeat;
}
	#search:hover {
		background: url("./images/header_search.jpg") bottom left no-repeat;
	}
	#search .champ_texte {
		border: 0;
		background: none;
		width: 175px;
		height: 16px;
		padding: 11px 0px 10px 10px;
		font-size: 12px;
		color: #444444;
	}
	#search .bouton_search {
		border: 0;
		background: none;
		height: 36px;
		width: 42px;
		cursor: pointer;	
	}

/* --- CONTENU INDEX --- */

#content_index .post {
	width: 592px;
	margin: 18px 0 0 18px;
	background: #FFFFFF;
	background: url("./images/post_bg.png") top left no-repeat;
}

#content_index .post p {
	color: #555555;
}

#content_index .post h2,
#content_index .post h2 a {
	font-size: 30px;
	line-height: 34px;
	text-decoration: none;
	color: #444444;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

#content_index .post h2:hover,
#content_index .post h2 a:hover {
	font-size: 30px;
	line-height: 34px;
	text-decoration: none;
	color: #1a1a1a;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

#content_index .post .attachment-thumbnail {
	float: left;
	margin: 20px 0 0 20px;
}

#content_index .post .coms_twitter {
	float: right;
	height: 120px;
}

#content_index .post .bloc_commentaire {
	display: block;
	width: 39px;
	margin: 0 0 10px 0;
	padding: 6px 5px 0 6px;
	height: 33px;
	background: url("./images/bulle_commentaire.png") top left no-repeat;
	text-decoration: none;
	color: #a2256f;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
}

#content_index .post a.count {
	background: green;
}

#content_index .post small {
	padding: 3px 5px;
	background: #d23c93;
	font-size: 11px;
	color: #FFFFFF;
}

#content_index .post .conteneur_entry {
	width: 380px;	
	margin: 0 0 0 190px;
	padding: 20px 0 0 0;
}

#content_index .post .metas {
	position: relative;
	width: 592px;
	height: 33px;
	background: url("./images/post_bg_2.png") top left no-repeat;	
}
#content_index .post .metas:hover {
	position: relative;
	width: 592px;
	height: 33px;
	background: url("./images/post_bg_2.png") bottom left no-repeat;	
}

#content_index .post .tags {
	position: absolute;
	bottom: 6px;
	left: 75px;
	color: #8c8c8c;
}
	#content_index .post .tags a {
		color: #8c8c8c;
		text-decoration: none;
		font-size: 13px;
	}
	
#content_index .post .suite {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 110px;
	height: 33px;
}

#content_index #bloc_ad {
	width: 591px;
	height: 286px;
	margin: 18px 0 0 18px;
	background: #FFFFFF;
	background: url("./images/post_ad_bg.png") bottom left no-repeat;
	position: relative;
}

	#content_index #bloc_ad #ad_300x250 {
		position: absolute;
		top: 10px;
		left: 20px;
		border: 1px solid #c5c5c5;
		background: #FFFFFF;
		padding: 1px;
	}	
	#content_index #bloc_ad #lien_advertise {
		display: block;
		width: 90px;
		height: 11px;
		background: url("./images/advertise_here.jpg") bottom left no-repeat;
		position: absolute;
		bottom: 8px;
		left: 230px;	
	}
	
	#content_index #bloc_ad #flux_rss {
		position: absolute;
		top: 10px;
		right: 20px;
		width: 230px;
	}
	#content_index #bloc_ad #flux_rss h3 {
		font-size: 30px;
		color: #444444;
		margin: 0 0 10px 0;
		padding: 0 0 0 0;
	}
	#content_index #bloc_ad #flux_rss ul {
		list-style-type: none;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	#content_index #bloc_ad #flux_rss ul li {
		padding: 5px 0;
		border-bottom: 1px solid #d5d5d5;
	}
	#content_index #bloc_ad #flux_rss ul li a {
		font-size: 13px;
		font-weight: bold;
		color: #444444;
		text-decoration: none;
	}
	#content_index #bloc_ad #flux_rss ul li a:hover {
		font-size: 13px;
		font-weight: bold;
		color: #1A1A1A;
		text-decoration: none;
	}
	
.navigation {
	margin: 10px 0 10px 20px;
	width: 586px;
	height: 50px;
	position: relative;	
}
	.navigation .alignleft {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 145px;
		height: 30px;
	}
	.navigation .alignright {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 145px;
		height: 30px;
	}
	
	

/* --- CONTENU SINGLE --- */

#content_single {
	margin: 15px 10px;
	width: 591px;
}

.top {
	width: 591px;
	height: 13px;
	background: #fdfdfd url("./images/content_single_top.gif") top left repeat-y;
}

.top_comments {
	width: 591px;
	height: 13px;
	background: #fdfdfd url("./images/content_single_top.gif") top left repeat-y;
	margin: 30px 0 0 0;
}

.middle {
	background: #fdfdfd url("./images/content_single_middle.gif") top left repeat-y;
	padding: 0 20px 20px 20px;
	position: relative;
}

.bottom {
	width: 591px;
	height: 13px;
	background: #fdfdfd url("./images/content_single_bottom.gif") top left repeat-y;
}

#content_single #infos_entry {
	width: 380px;	
	margin: 0 0 0 170px;
}

#content_single h2 {
	font-size: 30px;
	text-decoration: none;
	color: #444444;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

#content_single #header_entry .attachment-thumbnail {
	float: left;
}

#content_single .post .coms_twitter {
	float: right;
}

#content_single #infos_entry .bloc_commentaire {
	display: block;
	width: 39px;
	margin: 0 0 10px 0;
	padding: 6px 5px 0 6px;
	height: 33px;
	background: url("./images/bulle_commentaire.png") top left no-repeat;
	text-decoration: none;
	color: #a2256f;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
}

a.retweet { 
	font: 12px Helvetica,Arial; 
	color: #000; 
	text-decoration: none; 
	border: 0px; 
}
a.retweet strong { 
	display: block;
	width: 36px;
	height: 31px;
	padding: 8px 5px 0 10px;
	margin: 0 0 5px 0;
	text-align: center;
	color: #04475d;
	font-size: 23px;
	background: url("./images/bg_retweet.png") top left no-repeat;
}
a.retweet span { 
	display: block;
	width: 51px;
	height: 25px;
	background: url("./images/btn_retweet.png") top left no-repeat;
}
/*a.vert { 
	display: block; 
	text-align: center; 
	font-size: 16px; 
	float: left; 
	margin: 4px; 
}
a.retweet strong.vert { 
	display: block; 
	margin-bottom: 4px; 
	background: #F5F5F5; 
	border: 1px solid #EEE; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	padding: 3px; 
}
a.retweet span.vert { 
	display: block; 
	font-size: 12px;
	margin-left: 0px; 
}*/

#content_single #ad_top_425x320 {
	width: 425px;
	margin: 0 auto 5px auto;	
}

#content_single #infos_entry small {
	padding: 3px 5px;
	background: #d23c93;
	color: #FFFFFF;
	font-size: 11px;
}

#content_single .entry {
	font-size: 13px;
	line-height: 20px;
	color: #555555;
	clear: left;
	padding: 20px 0;
}

#content_single .entry #ad_300x350_old {
	width: 300px;
	margin: 20px auto;	
}

#content_single .entry img {
	padding: 6px;
	border: solid 1px #c5c5c5;
	background: #f3f3f3;
	margin: 5px 0;
	max-width: 535px;
}

#content_single .entry p a,
#content_single .entry ul li a {
	color: #d23c93;
	text-decoration: none;
}
#content_single .entry p a:hover,
#content_single .entry ul li a:hover {
	color: #ffffff;
	background: #d23c93;
	padding: 2px 0;
}

#content_single .entry ul, 
#content_single .entry ol {
	font-weight: bold;
}

#content_single h3 {
	font-size: 30px;
	color: #444444;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#content_single #infos_auteur {
	background: #e8e8e8 url("./images/content_single_auteur_bg.gif") top left repeat-x;
	border: 1px solid #c5c5c5;
	padding: 5px 10px;
	color: #555555;	
}
	#content_single #infos_auteur .avatar {
		float: left;
		margin: 3px 20px 10px 0;
	}
	#content_single #infos_auteur a {
		color: #d23c93;
		text-decoration: none;
	}
	#content_single #infos_auteur a:hover {
		color: #ffffff;
		background: #d23c93;
		padding: 2px 0;
	}
	#content_single #infos_auteur #nom_auteur {
		font-size: 18px;
		font-weight: bold;
		color: #555555;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	#content_single #infos_auteur #nom_auteur_pink {
		color: #d23c93;
	}
	#content_single #infos_auteur p {
		margin: 5px 0 0 0;
		padding: 0 0 0 0;
	}
#content_single #bloc_buzz {
	border: solid 1px #000000;
	margin: 20px 0;
	width: 549px;
	height: 118px;
	background: url("./images/content_single_promo_bg.gif") top left repeat-x;
	position: relative;
}
	#content_single #bloc_buzz #bloc_buzz_gauche {
		position: absolute;
		top: 28px;
		left: 18px;
		width: 195px;
		font-size: 12px;
		color: #FFFFFF;	
	}
	#content_single #bloc_buzz #bloc_buzz_droite {
		position: absolute;
		top: 21px;
		right: 0;
		width: 320px;	
	}
	#content_single #bloc_buzz a {
		float: left;
		display: block;
		width: 145px;
		height: 31px;
		margin: 0 12px 5px 0;
	}
	#content_single #bloc_buzz #buzz_btn_email {
		background: url("./images/content_single_btn_email.gif") top left no-repeat;
	}
	#content_single #bloc_buzz #buzz_btn_email:hover {
		background: url("./images/content_single_btn_email.gif") bottom left no-repeat;
	}
	#content_single #bloc_buzz #buzz_btn_yahoo_buzz {
		background: url("./images/content_single_btn_yahoo_buzz.gif") top left no-repeat;
	}
	#content_single #bloc_buzz #buzz_btn_yahoo_buzz:hover {
		background: url("./images/content_single_btn_yahoo_buzz.gif") bottom left no-repeat;
	}
	#content_single #bloc_buzz #buzz_btn_facebook {
		background: url("./images/content_single_btn_facebook.gif") top left no-repeat;
	}
	#content_single #bloc_buzz #buzz_btn_facebook:hover {
		background: url("./images/content_single_btn_facebook.gif") bottom left no-repeat;
	}
	#content_single #bloc_buzz #buzz_btn_twitter {
		background: url("./images/content_single_btn_twitter.gif") top left no-repeat;
	}
	#content_single #bloc_buzz #buzz_btn_twitter:hover {
		background: url("./images/content_single_btn_twitter.gif") bottom left no-repeat;
	}
	
#content_single #sponsors_articles {
	width: 551px;
	height: 319px;
	position: relative;
	background: url("./images/content_single_articles_bg.png") top left no-repeat;
}
#content_single #sponsors_articles #ad_300x250_single {
	position: absolute;
	top: 50px;
	left: 8px;
}
	#content_single #sponsors_articles #ad_300x250_single img {
		border: solid 1px #515858;
	}
	
#content_single #sponsors_articles #articles_relatifs {
	position: absolute;
	top: 50px;
	left: 310px;
	width: 220px;
	height: 250px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
	#content_single #sponsors_articles #articles_relatifs ul {
		list-style-type: none;
		margin: 0 0 0 10px;
		padding: 0 0 0 0;	
	}
	#content_single #sponsors_articles #articles_relatifs a {
		text-decoration: none;
		color: #FFFFFF;	
	}
	#content_single #sponsors_articles #articles_relatifs .hr_single {
		margin: 10px 0;
		width: 220px;
		height: 2px;
		background: url("./images/hr_single_bg.gif") top left repeat-x;
	}	

/* --- ATTACHMENT --- */

#attachment {
	width: 900px;
	margin: 20px auto;	
}
	#attachment .attachment-large, 
	#attachment .attachment-75x75 {
		padding: 6px;
		border: solid 1px #c5c5c5;
		background: #f3f3f3;
		margin: 5px 0;
	}
	#attachment h1,
	#attachment h1 a {
		font-size: 30px;
		text-decoration: none;
		color: #444444;
		margin: 0 0 10px 0;
		padding: 0 0 0 0;
	}
	#attachment h1:hover,
	#attachment h1 a:hover {
		font-size: 30px;
		text-decoration: none;
		color: #1a1a1a;
		margin: 0 0 10px 0;
		padding: 0 0 0 0;
	}
	
	#attachment .attachment-75x75 {
		margin: 20px 5px 0 0;	
	}
	.thumb {
		list-style-type: none;	
	}
	
.prev_btn a {
	display: block;
	width: 100px;
	height: 200px;
	background: url("./images/gallery-arrow-prev.png") top left no-repeat;
}
	.prev_btn a:hover {
		background: url("./images/gallery-arrow-prev.png") bottom left no-repeat;
	}

.next_btn a {
	display: block;
	width: 100px;
	height: 200px;
	background: url("./images/gallery-arrow-next.png") top left no-repeat;
}
	.next_btn a:hover {
		display: block;
		width: 100px;
		height: 200px;
		background: url("./images/gallery-arrow-next.png") bottom left no-repeat;
	}
	
/*#attachment .navigation {
	margin: 10px 0;
	width: 892px;
	height: 50px;
	position: relative;	
}
	#attachment .navigation a img {
		border: 0;
	}
	#attachment .navigation .alignleft {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 145px;
		height: 30px;
	}
	#attachment .navigation .alignright {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 145px;
		height: 30px;
	}
*/
#trackbacks_top {
	width: 551px;
	background: url("./images/comments_trackback_bg.png") top left no-repeat;
	margin: 10px 0 0 0;
}
	#trackbacks_top ul {
		padding: 10px 20px 0 20px;
		margin: 0 0 0 0;
	}
	#trackbacks_top ul li {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	#trackbacks_top ul li a {
		color: #444444;
		font-size: 14px;
		font-weight: bold;
	}
	#trackbacks_top ul li a:hover {
		color: #FFFFFF;	
	}
#trackbacks_bottom {
	width: 551px;
	height: 9px;
	background: url("./images/comments_trackback_bottom_bg.png") top left no-repeat;
	margin: 0 0 30px 0;
}


/* --- COMMENTAIRES --- */

.commentlist {
	list-style-type: none;
	margin: 10px 0 ;
	padding: 0 0 0 0;	
}

.commentlist a {
	color: #d23c93;
	text-decoration: none;
}
.commentlist a:hover {
	color: #ffffff;
	background: #d23c93;
	padding: 2px 0;
}

.commentlist ul li {
	display: block;	
}

.commentlist .avatar {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	width: 90px;
	word-wrap: break-word;
}
	.commentlist .avatar img {
		width: 73px;
		height: 73px;
	}
	.commentlist .avatar a {
		text-decoration: none;
		color: #444444;
	}
	.commentlist .avatar a:hover {
		text-decoration: none;
		color: #444444;
		background: none;
	}
	.commentlist .avatar img {
		margin: 0 0 5px 0;
	}
	.commentlist .avatar small {
		font-size: 12px;
		font-weight: normal;
		color: #999999;
	}

.commentlist li {
	margin: 30px 0;	
}

.commentlist .commentaire {
	width: 420px;
	margin: 0 0 0 100px;
	padding: 5px 15px;
	background: url("./images/comments_text_bg_light.gif") top left no-repeat;
}

.commentlist .commentaire_bottom {
	width: 446px;
	height: 7px;
	margin: 0 0 0 105px;
	background: url("./images/comments_bottom_bg_light.gif") top left no-repeat;
}

.commentlist .authcomment .commentaire {
	width: 420px;
	margin: 0 0 0 100px;
	padding: 5px 15px;
	background: url("./images/comments_text_bg.gif") top left no-repeat;
}

.commentlist .authcomment .commentaire_bottom {
	width: 446px;
	height: 7px;
	margin: 0 0 0 105px;
	background: url("./images/comments_bottom_bg.gif") top left no-repeat;
}

#commentform {
	position: relative;
	margin: 20px 0;
	text-align: right;	
}

#commentform textarea {
	width: 425px;
	height: 60px;
	border: 0;
	font-family: Helvetica, FreeSans, sans-serif;
	font-size: 12px;
	padding: 10px 10px 10px 15px;
	background: url("./images/comments_textarea_bg.gif") top left no-repeat;
}

#commentform .champ_texte {
	width: 425px;
	height: 24px;
	border: 0;
	font-size: 12px;
	padding: 10px 10px 0 15px;
	margin: 5px 0;
	background: url("./images/comments_input_bg.gif") top left no-repeat;
}

#commentform .bouton_envoi {
	width: 174px;
	height: 35px;
	border: 0;
	margin: 5px 0;
	background: url("./images/comments_btn_envoyer.gif") top left no-repeat;
}

#commentform .avatar {
	position: absolute;
	top: 0px;
	left: 0;
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	text-align: left;
}

#commentform .avatar img {
	margin: 0 0 5px 0;
}

#commentform .avatar small {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}

	
/* --- SIDEBAR --- */
	
#sidebar .hr {
	margin: 10px -10px;
	width: 320px;
	height: 2px;
	background: url("./images/hr_bg.gif") top left repeat-x;
}	

#sidebar .hr_small {
	margin: 10px 10px;
	width: 200px;
	height: 2px;
	background: url("./images/hr_bg.gif") top left repeat-x;
}	
	
#sidebar #bloc_boutons {
	margin: 20px 0;	
	height: 70px;
}
	#sidebar #bloc_boutons a {
		float: left;
		display: block;
		width: 145px;
		height: 31px;
		margin: 0 12px 5px 0;
	}
	#sidebar #bloc_boutons #btn_rss {
		background: url("./images/sidebar_btn_rss.gif") top left no-repeat;
	}
	#sidebar #bloc_boutons #btn_rss:hover {
		background: url("./images/sidebar_btn_rss.gif") bottom left no-repeat;
	}
	#sidebar #bloc_boutons #btn_newsletter {
		background: url("./images/sidebar_btn_newsletter.gif") top left no-repeat;
	}
	#sidebar #bloc_boutons #btn_newsletter:hover {
		background: url("./images/sidebar_btn_newsletter.gif") bottom left no-repeat;
	}
	#sidebar #bloc_boutons #btn_facebook {
		background: url("./images/sidebar_btn_facebook.gif") top left no-repeat;
	}
	#sidebar #bloc_boutons #btn_facebook:hover {
		background: url("./images/sidebar_btn_facebook.gif") bottom left no-repeat;
	}
	#sidebar #bloc_boutons #btn_twitter {
		background: url("./images/sidebar_btn_twitter.gif") bottom left no-repeat;
	}
	#sidebar #bloc_boutons #btn_twitter:hover {
		background: url("./images/sidebar_btn_twitter.gif") top left no-repeat;
	}

#sidebar #bloc_ad {
	width: 304px;
	position: relative;
}

	#sidebar #bloc_ad #ad_300x250 {
		border: 1px solid #c5c5c5;
		background: #FFFFFF;
		padding: 1px;
	}
	
	#sidebar #bloc_ad #lien_advertise {
		display: block;
		width: 90px;
		height: 11px;
		background: url("./images/advertise_here_2.jpg") bottom left no-repeat;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
#sidebar #top_articles {
	width: 300px;
	text-align: justify;	
}
	#sidebar #top_articles h3 {
		font-size: 14px;
	}
	#sidebar #top_articles a {
		color: #d23c93;
		text-decoration: none;
	}
	#sidebar #top_articles a:hover {
		color: #ffffff;
		background: #d23c93;
		padding: 2px 0;
	}
	
	
	
	/*  >> POPULAR POSTS   */

#sidebar #popular_posts 
{ width: 300px; text-align: justify;  margin-top: 20px; margin-bottom: 20px;}


	#popular_posts   ul {width:300px; overflow: hidden; height: ; list-style-type: none;  list-style-image: none; margin: 0; padding: 0;}
	#popular_posts   ul li { overflow: hidden; margin: 0; padding: 0; border:1px solid #9E9D9D; margin:0 0px 10px 0; width:298px; height:80px; float:left; position:relative;}
	#popular_posts   ul li a {color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight: bold; display: block; position: relative; }
	#popular_posts  ul li a span {background-color:#000; width: 288px; line-height:17px; padding:5px; opacity:0.7; filter:alpha(opacity=70); display: block; position: relative; top: 53px; bottom: 0}	
	#popular_posts   ul li a:hover span {opacity:1; filter:alpha(opacity=100);}


#popular_posts  img
{ margin-top: -28px;}

	/*  END POPULAR POSTS   */
	
	
	
	
#sidebar #decouvrez {
	width: 302px;
	margin: 20px 0;
}
	#sidebar #decouvrez_top {
		width: 302px;
		height: 42px;
		position: relative;
	}
		#sidebar #decouvrez_top_gauche {
			width: 151px;
			height: 42px;
			position: absolute;
			top: 0;
			left: 0;
			background: url("./images/sidebar_onglet_startup.png") top left no-repeat;
			cursor: pointer;
		}
		#sidebar #decouvrez_top_droite {
			width: 151px;
			height: 42px;
			position: absolute;
			top: 0;
			right: 0;
			background: url("./images/sidebar_onglet_categorie.png") top left no-repeat;
			cursor: pointer;
		}
		#sidebar #decouvrez_content_startup {
			width: 282px;
			padding: 5px 10px;
			color: #444444;
			background: url("./images/sidebar_decouvrez_bg.png") bottom left no-repeat;
		}
			#sidebar #decouvrez_content_startup p {
				padding: 0 10px;
			}
			#sidebar .hr_startup {
				width: 260px;
				height: 1px;
				background: #d0d0d0;
				margin: 10px 0 10px 10px;
			}
			#sidebar #decouvrez_content_startup img {
				float: left;
			}
			#sidebar #decouvrez_content_startup .startup_bloc p {
				margin: 0 0 10px 0;
				padding: 0 0 0 0;
			}
			#sidebar #decouvrez_content_startup .startup_bloc a {
				font-size: 16px;
				color: #6c6c6c;
				font-weight: bold;
				text-decoration: none;
			}
			#sidebar #decouvrez_content_startup .startup_bloc a:hover {
				color: #ffffff;
				background: #d23c93;
				padding: 2px 0;
			}
			#sidebar #decouvrez_content_startup .startup_texte {
				margin: 0 0 0 30px;
			}
		#sidebar #decouvrez_content_categorie {
			width: 282px;
			padding: 5px 10px;
			background: url("./images/sidebar_decouvrez_bg.png") bottom left no-repeat;
		}
			#sidebar #decouvrez_content_categorie ul {
				list-style-type: none;
				margin: 5px 20px;
			}
			#sidebar #decouvrez_content_categorie ul li a {
				font-size: 14px;
				color: #6c6c6c;
				text-decoration: none;
			}
			#sidebar #decouvrez_content_categorie ul li a:hover {
				color: #ffffff;
				background: #d23c93;
				padding: 2px 0;
			}

			
#sidebar #bloc_ {
	margin: 20px 0;
	width: 300px;
	height: 600px;
}			
			

#sidebar #bloc_friends_ad {
	position: relative;
	width: 300px;
	height: 460px;
}
	#bloc_friends_ad_gauche {
		position: absolute;
		top: 0;
		left: 0;
		width: 165px;	
	}
	#bloc_friends_ad_gauche ul {
		list-style-type: none;
		margin: 20px 0;
		padding: 0 0 0 0;
	}
	#bloc_friends_ad_gauche ul li a{
		text-decoration: none;
		font-size: 14px;
		color: #676767;
	}
	#bloc_friends_ad_droite {
		
		position: absolute;
		top: 0;
		right: 0;
		width: 135px;	
	}	
	#bloc_friends_ad_droite #ad_160x600 {
		border: 1px solid #c5c5c5;
		background: #FFFFFF;
		padding: 1px;
	}
	
	#bloc_friends_ad_droite .textwidget {
	width: 100px;
	float: left;
	}
	#bloc_friends_ad_droite ul {
	margin-left: 0px;
	}
	#bloc_friends_ad_droite ul ul{
	margin-left: 0px;
	}


#sidebar #btn_ecrire {
	display: block;
	width: 175px;
	height: 31px;
	background: url("./images/sidebar_btn_ecrire.jpg") top left no-repeat; 	
}
#sidebar #btn_ecrire:hover {
	display: block;
	width: 175px;
	height: 31px;
	background: url("./images/sidebar_btn_ecrire.jpg") bottom left no-repeat; 	
}

#sidebar .texte_ecrire {
	color: #444444;
	display: block;
	width: 300px;	
}

/* --- FOOTER --- */

#inner_footer {
	width: 950px;
	height: 65px;
	padding: 10px 0 0 0;
	margin: auto;
	color: #888d8d;
}
	#inner_footer #footer_logo_home {
		display: block;
		width: 339px;
		height: 48px;
		background: url("./images/footer_logo_vendeesign.gif") top left no-repeat; 
	}
	
#footer_suite {
	margin: 40px 0 0 0;
	position: relative;
	text-align: justify;
	height: 200px;
}
	#footer_suite #footer_suite_gauche {
		width: 280px;
		position: absolute;
		top: 0;
		left: 0;
	}
	#footer_suite_gauche a {
		color: #FFFFFF;
		text-decoration: none;
	}
	#footer_suite_gauche a:hover {
		color: #ffffff;
		background: #d23c93;
		padding: 2px 0;
	}
	#footer_suite #footer_suite_centre {
		width: 280px;
		position: absolute;
		top: 0;
		left: 310px;
	}
	#footer_suite_centre a {
		color: #FFFFFF;
		text-decoration: none;
	}
	#footer_suite_centre a:hover {
		color: #ffffff;
		background: #d23c93;
		padding: 2px 0;
	}
	#footer_suite #footer_suite_droite {
		width: 310px;
		position: absolute;
		top: 0;
		left: 640px;
	}
		#footer_suite #footer_suite_droite a {
			float: left;
			display: block;
			width: 145px;
			height: 31px;
			margin: 0 5px 5px 0;
		}
		#footer_suite .btn_rss {
			background: url("./images/footer_btn_rss.gif") top left no-repeat;
		}
		#footer_suite .btn_newsletter {
			background: url("./images/footer_btn_newsletter.gif") top left no-repeat;
		}
		#footer_suite .btn_facebook {
			background: url("./images/footer_btn_facebook.gif") top left no-repeat;
		}
		#footer_suite .btn_twitter {
			background: url("./images/footer_btn_twitter.gif") top left no-repeat;
		}
		#footer_suite .btn_rss:hover {
			background: url("./images/footer_btn_rss.gif") bottom left no-repeat;
		}
		#footer_suite .btn_newsletter:hover {
			background: url("./images/footer_btn_newsletter.gif") bottom left no-repeat;
		}
		#footer_suite .btn_facebook:hover {
			background: url("./images/footer_btn_facebook.gif") bottom left no-repeat;
		}
		#footer_suite .btn_twitter:hover {
			background: url("./images/footer_btn_twitter.gif") bottom left no-repeat;
		}

#footer_end {
	text-align: center;
	font-size: 12px;
	width: 950px;
	color: #f9fcfd;
	border-top: solid 1px #6c6e6e;	
}
	#footer_end a {
		text-decoration: none;
		color: #f9fcfd;	
	}



.bannerContainer{
	clear:both;
	width:140px;
}
.banner_bgtop{
	background-image:url(http://images.ciao.com/ide/images/box/bg_top.gif);
    background-position:left bottom;
	float:left;
	padding:0px 0px 0px 5px;
	margin:0;
	height:51px;
	width:140px;
	-moz-box-sizing: border-box;

}
.banner_bgtop span{
	background-image:url(http://images.ciao.com/ide/images/box/bg_top.gif);
	background-position:right bottom;
	width:140px;
	height:51px;
	float:left;
	padding:0px 0px 0px 5px;
	text-align:center;
	-moz-box-sizing: border-box;
}
*html .banner_bgtop span{
	background-image:url(http://images.ciao.com/ide/images/box/bg_top.gif);
	background-position:right bottom;
	width:140px;
	height:51px;
	float:left;
	padding:0px 0px 0px 0px;
	text-align:center;
	-moz-box-sizing: border-box;
}
.banner_bgtop a img{
	align:center;
	position:relative; top:10px;
}
.banner_bgtop a.linksCiaoTop{
	background: none;
	background:transparent!important;
	background-image:none!important;
	margin:0!important;
	padding:0px 10px 0px 0px!important;
	text-decoration:none!important;
	border:0!important;
}
.banner_bgmiddle{
	background-image:url(http://images.ciao.com/ide/images/box/bg_middle.gif);
	background-position:left top;
	float:left;
	padding:0px 0px 0px 5px;
	margin:0;
	width:140px;
	-moz-box-sizing: border-box;
}
.banner_bgmiddle span{
	background-image:url(http://images.ciao.com/ide/images/box/bg_middle.gif);
	background-position:right top;
	float:left;
	padding:0px 0px 0px 5px;
	font-family:arial,"helvetica, sans-serif";
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	width:140px;
	-moz-box-sizing: border-box;
}
*html .banner_bgmiddle span{
	background-image:url(http://images.ciao.com/ide/images/box/bg_middle.gif);
	background-position:right top;
	float:left;
	padding:0px 0px 0px 0px;
	font-family:arial,"helvetica, sans-serif";
	font-size:11px;
	color:#000000;
	text-decoration:none;
	width:140px;
}
.banner_bgmiddle a.arrowCiao{
	background:transparent url(http://images.ciao.com/ide/images/box/arrow.gif) no-repeat 0px 5px!important;
	font:11px arial!important;
	color:#ff7c00!important;
	margin:0!important;
	padding:0px 0px 0px 10px!important;
	text-decoration:underline!important;
	display:block!important;
	text-align:left!important;
	border:0!important;
}
.banner_bgmiddle form.busqueda{
	margin:0px;
	padding:0px;
}
.banner_bgmiddle span  input.search{
	background:url(http://images.ciao.com/ide/images/box/form_80x25.gif) no-repeat;
	font:10px arial;
	border:0px solid #ff0000;
	float:left;
	width:80px;
	height:25px;
	margin:0px 1px 0px 0px;
	padding:5px 0px 0px 0px;
	vertical-align:middle;
	text-align:center;
}
.banner_bgmiddle input.go{
	margin:2px 0px 0px 5px;
	width:20px;
	height:20px;
	display:inline;
	float:clear;
	border:0;
}
.banner_bgbottom{
	background-image:url(http://images.ciao.com/ide/images/box/bg_bottom.gif);
	background-position:left bottom;
	float:left;
	padding:0px 0px 0px 5px;
	margin:0;
	color:#000000;
	height:51px;
	width:140px;
	-moz-box-sizing: border-box;
}
.banner_bgbottom span{
	background-image:url(http://images.ciao.com/ide/images/box/bg_bottom.gif);
	background-position:right bottom;
	float:left;
	padding:0px 0px 0px 5px;
	font:22px bold;
	color:#000000;
	height:51px;
	width:140px;
	-moz-box-sizing: border-box;
}
*html .banner_bgbottom span{
	background-image:url(http://images.ciao.com/ide/images/box/bg_bottom.gif);
	background-position:right bottom;
	float:left;
	padding:0px 0px 0px 0px;
	font:22px bold;
	color:#000000;
	height:51px;
	width:140px;
	-moz-box-sizing: border-box;
}
.banner_bgbottom a.linksCiaoBottom{
	background: none;
	background:transparent!important;
	background-image:none!important;
	margin:0!important;
	padding:0px 0px 0px 10px!important;
	text-decoration:none!important;
	display:block!important;
	border:0!important;
}
.banner_bgbottom div.footnoteCiao {
	margin: 5px 0px 0px 0px;
	padding:0px 5px 0px 0px;
	font: 9px arial;
	color: #7b7b7b;
	text-align: center;
}
.banner_bgbottom div.logo{
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 0px;
	text-align:center;
}


