/*
Theme Name: PeopleCentric
Description: theme du blog PeopleCentric
Version: 0.1
Author: Jerome PAGES
*/

@IMPORT URL('pagebar.css');
@IMPORT URL('ajaxedwordpress.css');
@IMPORT URL('templates.css');

*
{
	padding: 0;
	margin: 0; 
	border: 0;
	font-family : Arial, Times New Roman, Times, serif;
}


body {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #ababab;
}

#contour_st {
	height: auto !important;
	height: 100%;    /*Pour IE*/
	background-color: #dedede;
	background: url("images/margine_st.gif") left repeat-y;
	padding-left: 2px;
	clear: both;
	/*overflow: auto;*/
}

#contour_dr {
	height: auto !important;
	height: 100%;	/*Pour IE*/
	background-color: #dedede;
	background: url("images/margine_dr.gif") right repeat-y;
	padding-right: 2px;
	clear: both;
	/*overflow: auto;*/
}


#header {
	background-color: #ffffff;
}


#middleHeader{
	width: 1002px;
	height: 86px;
	margin-left: auto;
	margin-right: auto;
}

#middleDocument{
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	overflow: hidden;
	background-color: #dedede;
}


#bandeHeaderOrange {
	height: 10px;
	background-image: url("images/bandeOrange.gif");
	background-repeat: repeat-x;
}

#logo, #logo_fr , #logo_en  {
	float: left;
	width: 181px;
	height: 86px;
	background-image: url("images/logo.gif");
	background-repeat: no-repeat;
	background-position: left;
	cursor: pointer;
}

#logo_fr {
	background-image: url("images/logo_fr.gif");
}

#logo_en {
	background-image: url("images/logo_en.gif");
}

#banniere {
	float: right;
	width: 790px;
	height: 86px;
	background-image: url("images/banner.gif");
	background-repeat: no-repeat;
	background-position: -58% top;
}

.txtHeader {
	font-size: 11px;
	color: #000000;
}

div .btnRss a  {
	float: right;
	width: 120px;
	height: 50px;
	text-align: right;
	background-image: url("images/rss.gif");
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;	
	margin-right: 40px;
	margin-top: 9px;
	color: #000000;
	cursor: pointer;
}


div.btnChat a {
	float: right;
	width: 150px;
	height: 55px;
	text-align: right;
	background-image: url("images/chat.gif");
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	margin-right: 22px;	
	margin-top: 2px;
	color: #000000;
}




div.btnNewsletter  a {
	float: right;
	width: 209px;
	height: 63px;
	text-align: right;
	background-image: url("images/abonare.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	text-decoration: none;
	margin-right: 4px;
	margin-top: 1px;
	color: #000000;
	cursor: auto;
}


.btnNewsletter {
	float: right;
	width: 210px;
	height: 43px;
	text-align: right;
	background-image: url("images/abonare.gif");
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	margin-right: 8px;
	margin-top: 14px;
	color: #000000;
	cursor: auto;
	
}

.conteneurEdtNewsletter {
	margin-top: -24px;
	margin-right: 8px;
	cursor: auto;
}

/*Hack pour Safari et Opera
@media all and (min-width: 0px){
.conteneurEdtNewsletter {
	margin-top: -18px;
	margin-right: 8px;
	cursor: auto;
}
}*/

/*Hack pour Safari et Opera
html[xmlns*=""] body:last-child .conteneurEdtNewsletter {
	margin-top: -18px;
	margin-right: 8px;
	cursor: auto;
}*/




#edtNewsletter {
	width: 102px;
	height: 17px;
	text-align: left;
	font-size: 14px;
	background-color: #ffffff;
	color: #000000;
}

.zoneBtnNewsletter {
	float: left;
	display: inline;      /*pour IE6*/
	margin-left: 75px; 
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 24px;
	height: 24px;
	background-color: yellow;
	filter: alpha(opacity=0);       /*pour IE*/
	opacity: 0;                     /*pour FF*/
	cursor: pointer;
}

.txtRss {
	margin-right: 40px;
	margin-top: 12px;
}

.txtChat {
	margin-right: 50px; 
	margin-top: 5px;
}

.txtNewsletter {
	margin-top: -10px;
	text-align: left;
}



div.btnCompania a , div.btnCompania_fr a , div.btnCompania_en a {
	float: right;
	width: 107px;
	height: 27px;
	background-image: url("images/buttons/up menu/compania_normal.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}

div.btnCompania_fr a {
	background-image: url("images/buttons/up menu/compania_normal_fr.gif");
}	

div.btnCompania_en a {
	background-image: url("images/buttons/up menu/compania_normal_en.gif");
}	
	
div.btnCompania a:hover {
	background-image: url("images/buttons/up menu/compania_hover.gif");
}


div.btnCompania a:hover {
	background-image: url("images/buttons/up menu/compania_hover.gif");
}

div.btnCompania_fr a:hover {
	background-image: url("images/buttons/up menu/compania_hover_fr.gif");
}

div.btnCompania_en a:hover {
	background-image: url("images/buttons/up menu/compania_hover_en.gif");
}



div.btnTehnici a , div.btnTehnici_fr a , div.btnTehnici_en a {
	float: right;
	margin-left: 10px;
	width: 122px;
	height: 27px;
	background-image: url("images/buttons/up menu/tehnici_normal.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}

div.btnTehnici_fr a{
	background-image: url("images/buttons/up menu/tehnici_normal_fr.gif");
}

div.btnTehnici_en a{
	background-image: url("images/buttons/up menu/tehnici_normal_en.gif");
}

div.btnTehnici a:hover {
	background-image: url("images/buttons/up menu/tehnici_hover.gif");
}

div.btnTehnici_fr a:hover {
	background-image: url("images/buttons/up menu/tehnici_hover_fr.gif");
}

div.btnTehnici_en a:hover {
	background-image: url("images/buttons/up menu/tehnici_hover_en.gif");
}


div.btnTeste a , div.btnTeste_fr a , div.btnTeste_en a{
	float: right;
	margin-left: 10px;
	width: 114px;
	height: 27px;
	background-image: url("images/buttons/up menu/teste_online_normal.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}

div.btnTeste_fr a{
	background-image: url("images/buttons/up menu/teste_online_normal_fr.gif");
}

div.btnTeste_en a{
	background-image: url("images/buttons/up menu/teste_online_normal_en.gif");
}


div .btnTeste a:hover   {
	background-image: url("images/buttons/up menu/teste_online_hover.gif");
}

div .btnTeste_fr a:hover   {
	background-image: url("images/buttons/up menu/teste_online_hover_fr.gif");
}

div .btnTeste_en a:hover   {
	background-image: url("images/buttons/up menu/teste_online_hover_en.gif");
}


/*Style des sidebars Profil et Posturi*/
.sbProfil {
	float: left;
	text-align: center;
	width: 154px;
	background-color: #dedede;
}

.sbProfilDecalage {
	padding-left: 2px;
}

.imgProfil, .imgProfil_fr, .imgProfil_en  {
	width: 156px;
	height: 33px;
	background: url("images/buttons/side menus/profil_11.gif") no-repeat;
	background-position: -2px bottom;

}


.imgProfil_fr  {
	background: url("images/buttons/side menus/profil_11_fr.gif") no-repeat;
}


.imgProfil_en  {
	background: url("images/buttons/side menus/profil_11_en.gif") no-repeat;
}



.imgPosturi, .imgPosturi_fr , .imgPosturi_en {
	width: 156px;
	height: 33px;
	margin-left: -2px !important;
	margin-left: 0px;
	background: url("images/buttons/side menus/posturi_11.gif") no-repeat;
}

.imgPosturi_fr{
	background: url("images/buttons/side menus/posturi_11_fr.gif") no-repeat;
}

.imgPosturi_en{
	background: url("images/buttons/side menus/posturi_11_en.gif") no-repeat;
}


.sbPosturi {
	float: right;
	text-align: center;
	width: 154px;
	background-color: #dedede;
}

.sbPosturiDecalage {
	padding-right: 0px;
}


#content {
	float: left;
	width: 688px !important;
	width: 686px;
	text-align: center;
	background-color: #dedede;
	background-position: center;
}

.bcolor{
	color: #ff8040;
}

/*Style du Degrade*/
.degProfil {
	float: left;
	width: 21px;
	height: 33px;
	padding-left: 0px;
	background-image: url("images/buttons/side menus/profil_2.gif");
	background-repeat: no-repeat;
}

.degMij {
	float: left;
	overflow: hidden;
	width: 646px !important;
	width: 644px;
	height: 18px;
	background-image: url("images/umbra_sub_header.gif");
	background-repeat: repeat-x;
	background-position: top;
}

.banner_vacation {	
	clear: both;
	position:relative;
	top:-20px;
	height: 75px;
	width: 100%;
	background-image: url("images/banner-blog_03.png");
	background-repeat: no-repeat;
	background-position: top center;
}

.degPosturi {
	float: left;
	width: 21px;
	height: 33px;
	background-image: url("images/buttons/side menus/posturi_2.gif");
	background-repeat: no-repeat;
}

.headerDegrade {
	width: 589px;
	height: 5px;
	background-image: url("images/headerDegrade2.gif");
	background-repeat: repeat-x;
}

.boiteHeader{
	width: 671px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

/*
.boiteMjSus {
	background: url("images/chenar/margine_sus.gif") repeat-x top left;
}

.boiteStSus {
	background: url("images/chenar/colt_st_sus.gif") no-repeat left top;
	padding: 0px 0px 0px 17px;
}
.boiteDrSus {
	background: url("images/chenar/colt_dr_sus.gif") no-repeat right top;
	padding: 0px 17px 0px 0px;
}
*/

.boiteMjSus {
	background: url("images/chenar/margine_sus.gif") repeat-x top left;
	vertical-align: middle;
}

.boiteStSus {
	background: url("images/chenar/colt_st_sus.gif") no-repeat left top;
	width: 17px;
}
.boiteDrSus {
	background: url("images/chenar/colt_dr_sus.gif") no-repeat right top;
	width: 17px;
}


.boiteFooter{
	width: 671px;
	height: 80px;
}

.boiteMjJos {
	float: left;
	width: 637px;
	height: 80px;
	background: url("images/chenar/margine_jos.gif") repeat-x bottom;	
}

.boiteStJos {
	float: left;
	width: 17px;
	height: 80px;
	background: url("images/chenar/colt_st_jos.gif") no-repeat bottom;

}
.boiteDrJos {
	float: right;
	width: 17px;
	height: 80px;
	background: url("images/chenar/colt_dr_jos.gif") no-repeat bottom;
}


.boiteMjMj {
	width: 671px;
	background-image: url("images/chenar/colt_mij.gif");
	padding: 0px 0px 0px 0px;
}



.separePointilles_t1 {
	margin-left: 0px;
	width: 100%;
	height: 5px;
	background-image: url("images/pct.gif");
	background-repeat: repeat-x;
	background-position: center;
}


.separePointilles_t2 {
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	background-image: url("images/pct.gif");
	background-repeat: repeat-x;
	height: 25px;
	background-position: center;
}

.separePointilles_t3 {
	margin-left: 0px;
	margin-right: 0px;
	/*margin-top: -11px;*/
	position: relative;
	background-image: url("images/pct.gif");
	background-repeat: repeat-x;
	height: 2px;
	background-position: top;
	margin-bottom: 10px;
}

.separePointilles_t4 {
	width: 635px;
	height: 15px;
	background-image: url("images/pct.gif");
	background-repeat: repeat-x;
	background-position: center;
}



.libelles {
	width: 152px;	
	font-size: 14px;
	color: #606060;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: left;	
}

.btnAdaugatiProfil, .btnAdaugatiProfil_fr ,.btnAdaugatiProfil_en {
	margin-top: 4px;
	margin-left: 0px;
	width: 152px;
	height: 24px;
	color: #ffffff;
	background-position: top;
	background-image: url("images/buttons/side menus/adaugatiprofilbtn_normal.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}


.btnAdaugatiProfil_fr {
	background-image: url("images/buttons/side menus/adaugatiprofilbtn_normal_fr.gif");

}

.btnAdaugatiProfil_en {
	background-image: url("images/buttons/side menus/adaugatiprofilbtn_normal_en.gif");

}



.btnAdaugatiPosturi , .btnAdaugatiPosturi_fr, .btnAdaugatiPosturi_en {
	margin-top: 4px;
	margin-left: 0px;
	width: 152px;
	height: 24px;
	color: #ffffff;
	background-position: top;
	background-image: url("images/buttons/side menus/adaugatipostulbtn_normal.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}

.btnAdaugatiPosturi_fr {
	
	background-image: url("images/buttons/side menus/adaugatipostulbtn_normal_fr.gif");
	
}

.btnAdaugatiPosturi_en {
	
	background-image: url("images/buttons/side menus/adaugatipostulbtn_normal_en.gif");
	
}


.btnCauta , .btnCauta_fr, .btnCauta_en  {
	margin-top: 4px;
	width: 152px;
	height: 24px;
	color: #ffffff;
	background-position: top;
	background-image: url("images/buttons/side menus/cautabtn_normal.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}

.btnCauta_fr{
	background-image: url("images/buttons/side menus/cautabtn_normal_fr.gif");
}

.btnCauta_en{
	background-image: url("images/buttons/side menus/cautabtn_normal_en.gif");
}

.btnOrange {
	margin-top: 4px;
	width: 152px;
	height: 19px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background-position: left;
	background-image: url("images/buttons/side menus/normal.gif");
	background-repeat: no-repeat;
}

.btnOrange p {
	padding-top: 1px;
	font-size: 12px;
}


.btnCategorie {
	margin-top: 4px;
	width: 152px;
	height: 19px;
	color: #606060;
	font-size: 12px;
	font-weight: bold;
	background-color: #dedede;
	background-image: url("images/buttons/side menus/general_normal.gif");
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}




.btnCategorie p {
	padding-top: 2px;
}

.btnCategorie:hover{
	background-image: url("images/buttons/side menus/general_hover.gif");
}

/*
.btnGris:focus , .btnGris:active {
	width: 178px;
	height: 25px;
	color: #ffffff;
	font-weight: bold;
	background-color: #dedede;
	background-image: url("images/categorii_titlu.gif");
	background-position: center;
	background-repeat: no-repeat;
}
*/

#cadreTv {
	width: 671px;
	height: 257px;
	margin-top: -15px;
	background-image: url("images/tv_mare.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.conteneurBtnTv {
	float: left;  
	margin-top: 135px;
	width:320px;
}

.btnTv {	
	float: left;
	/*display: inline;*/	
	/*width: 200px;*/
	height: 19px;	
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 3px;
}

.btnLeft {
	
	clear: both;
	/*display: inline;*/
	background-image: url("images/buton_video_left.gif");
	background-repeat: no-repeat;
	width:4px;
	height:19px;
	float:left;
}


.btnCenter {
	height:19px;
	background-image: url("images/buton_video_p.gif");
	background-repeat: repeat-x;
	width:172px;
	float:left;
}


.btnRight {
	background-image: url("images/buton_video_right.gif");
	background-repeat: no-repeat;
	float:left;
	width:18px;
	height:19px;
}

.btnTv p {
	padding-top: 1px;
}

.corporateLink {
	clear: both;
	padding-top: 25px;
	font-size: 12px;
	font-weight: bold;
}

#conteneurTv {
	float: right;
	display: inline;
	margin-top: 18px;
	margin-right: 51px;
	width: 312px;
	height: 220px;
	width: 280px;
	height: 200px;
	background-color: transparent;
}

.lecteurTv {
	display: inline;
	width: 280px;
	height: 200px;
	background-color: transparent;
	margin-top: 0px;
	margin: 0px 0px 0px 0px;
}

/*html[xmlns*=""] body:last-child .lecteurTv {
	display: inline;
	width: 280px;
	height: 200px;
	background-color: transparent;
	margin-top: -16px;
}*/

.postHeader {
	min-height: 55px;
	height: auto;
}

.libType {
	float: left;
	width: 500px;
	color: #f36924;
	text-align: left;
	font-weight: bold;
	font-size: 14pt;
	background-position: center;
	padding-top: 16px;
	height: auto;
	padding-bottom: 2px;
}

.libDate {
	float: right;
	width: 135px;
	color: #f36924;
	text-align: right;
	font-size: 11pt;
	background-position: center;
	padding-top: 18px;
}

.headerVideo {
	float: left;
	width: 54px;
	height: 34px;
	background-image: url("images/video.gif");
	background-repeat:no-repeat;
	margin-top: 5px;
	cursor: pointer;
}


.headerPcc{
	float: left;
	margin-left: 15px;
	width: 68px;
	height: 34px;
	background-image: url("images/PCC.gif");
	background-repeat:no-repeat;
	margin-top: 5px;
	cursor: pointer;
}

.postBody{
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}
.postFooter {
	margin-top: 20px;
}

a.libLnkpostFooter {
	float: left;
	color: #f36924;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline; 
	margin-right: 11px;
	cursor: pointer;
}

a.libLnkpostFooter:visited {
	text-decoration: underline;
}

a.libLnkpostFooter:hover {
	text-decoration: none;
}

.libComments {
	float: left;
	color: #f36924;
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	background-position: bottom;
}

.libTrackback {
	float: left;
	margin-left: 120px;
	color: #f36924;
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	background-position: bottom;
}

.libPermalink {
	float: right;
	color: #f36924;
	text-align: right;
	font-weight: bold;
	font-size: 12pt;
	background-position: bottom;
}

.libPopularity {
	float: right;
	color: #f36924;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}

/*Style des Combobox*/
.lstCategories {
	margin-top: 4px;
	text-align: left;
	width: 152px;
	height: 21px;
}

.txtCbb {
	float: left;
	width: 130px;
	height: 21px;
	background-image: url("images/textfield.gif");
	background-repeat: no-repeat;
}

.imgCbb{
	float: left;
	width: 20px;
	height: 21px;
	background-image: url("images/buttons/downbtn_normal.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}



.edtCbb {
	width: 126px;
	height: 21px;
	padding-left: 2px;
	padding-top: 1px;
	font-size: 12px;
	color: #606060;
	background-color: transparent;
}

.lstCategories li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.lstCategories li a, .lstCategories dd a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	text-align: left;
	font-size: 12px;
	color: #606060;
	cursor: pointer;
}


.lstCategories li a:hover, #menu dt a:hover {
	background: #eeeeee;
}

.cbbRec {
	position: absolute;
	border: 1px solid gray;
	background: #ffffff;
	margin-left: 0px;
	display: none;
	
	margin-top: 1px !important;
	width: 148px !important;
	width: 150px;
	margin-top: -2px;
}


/*Style des commentaires*/
.conteneurComments {
	display: none;
}

#comment {
	width: 525px;
	background-color: #fdc37e;
}

.txtComments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 458px;
	background-color: #ffd79f;
	overflow: hidden;
}
.authComments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.commentmetadata a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f15f22;
	text-decoration: none; 	
}

.chpsComments {
	float: left;
	width: 100px;
	font-size: 14px;
}

.commAuthor {
	float: left;
	width: 200px;
	border: 1px solid #fdc37e;
    margin-bottom: 5px;
}

.commMail {
	float: left;
	width: 200px;
	border: 1px solid #fdc37e;
}


/*Style du TextArea*/
.formBtnCbb {
	width: 19px;
	height: 19px;
	background-image: url(formulaires/images/butoane/down_normal.gif);
	background-repeat: no-repeat;
	border: solid 0px #f89732;	
	cursor: pointer;
}

.formBtnUpCbb {
	width: 19px;
	height: 19px;
	background-image: url(formulaires/images/butoane/up_normal.gif);
	background-repeat: no-repeat;
	border: solid 0px #f89732;
	cursor: pointer;
}

.formContentTextArea {
	padding-top: 4px;
	position:relative;
    overflow: auto;
}


.formTextArea {
	float: left;
	width: 487px;
	height: 100px;
	border: solid 1px #f89732;
	overflow: hidden;
	overflow-y: scroll;
	overflow-x: hidden;
	overflow:-moz-scrollbars-vertical;
}

.formTextAreaBar {
	position: absolute;
	margin-left: 0px;
	width: 19px; 
	height: 100px;
	left: 470px !important;
	left: -24px;
	background-color: #ffdebd; 
	border-left: solid 1px #f89732;
	border-right: solid 1px #f89732;
}

/*Style du footer*/
#footer {
	height: 15px;
	width: 100%;
	font-size: 12px;
	background: url("images/margine_st.gif") right repeat-y;
	background-color: #ffffff;
	clear: both;
}


.libNoPost {
	color: #606060;
	font-weight: bold;
	margin-top: 150px;
}
#flags {
	float: right;
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
}

#flags a {
	width:20px;
	height:12px;
	padding:0px;
	cursor:pointer;
}
#flags img {
	margin:0px auto;
	padding:0px;
	border:none;
}

#xPCwebTV {
	clear: both;
	width: 315px;
	height: 249px;	
	background: url("images/tv.gif") no-repeat;	
}
#xPCwebTV div {
	float: left;	 
	padding-left: 18px;
}

/* style for new captcha */
#captcha_code {
	border: 1px solid  #FDC37E;
	width:200px;
}
#captchaImgDiv {
	float:right;
	margin-top:0px;
	margin-left:0px;
    width: 230px;
}
#captchaInputDiv {
}
.comment_input_form {
    padding-top: 4px;
}

#share_buttons {
	width: 500px;	
	margin-top: 10px;
	float: right;
	color: #f36924;
	font-weight: bold;
	font-size: 12px;
}
