﻿body {	
	background: url(../membre/Images/background.jpg) no-repeat top center #93d1ea;
}

a {color:#000000; text-decoration:none;}
a:hover { text-decoration:underline; /*font-weight:bold;*/ }
a img { border:none; }
table {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
.coupe_dp {
	height:192px;
   	width:256px;
   	overflow: hidden;
}
.explication{text-align:justify;}
#reglement{
	display:none;}
#aff1{
	display:inline-block; }
	
#aff2{
	display:none; }
	
.aff1c{ 
	width:10px;
	height:10px;
	background:url(puce.png) no-repeat;}
	
.aff2c{ 
	width:10px;
	height:10px;
	background:url(puce2.png) no-repeat;}
 
.coupe_dp:hover {
	height:384px;
   	width:256px;
}
.menu {
	width: 156px;
	background-color: #fff;
	border: 0;
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 0px 0px 2px; /* haut droite bas gauche */
}
.menu a {
	display: block;
	color: #000000;
	text-decoration: none;
	vertical-align: top;
	width: 156px;
	padding: 0px;
}
.menu a:hover {
	color: #000000;
	background-color: #DDDDDD;
	text-decoration: none;
}
.menu input {
	font-weight: bold;
	margin-top: 0px;
}
a img.transp{opacity: 0.7;}
a:hover img.transp{opacity: 1;}
.tabnews{
	border: 1px #B7CBDF solid;
}
.titrenews{
	border-bottom-style: dashed;
	border-bottom-color: #B7CBDF;
	border-bottom-width: 1px;
	padding: 5px;
}
.comnews{
	border-top-style: dashed;
	border-top-color: #B7CBDF;
	border-top-width: 1px;
}
.txtnews{
	text-align:justify;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
}
.Style1 {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.Style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Style7 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.Style8 {font-size: 14}
.Style10 {color: #ffffff; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
.Style12 {font-size: 10px}
.Style13 {color: #FF0000}
.Style14 {color: #FFFFFF}
.Style16 {font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF;}
.Style17 {color: #FFFFFF; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.Style19 {font-size: 16px}
.Style20 {
	font-size: 12px;
	font-weight: bold;
}

.b-celda{
	background: url(http://p-pokemon.com/membre/ds.png) no-repeat scroll top center;
	width:161px;
	height:23px;
}

.b-celda2{
	background: url(http://p-pokemon.com/membre/menu-gauche-header-bleu.png) no-repeat scroll top center;
	width:161px;
	height:23px;
}

#table_combat td{
	padding-left:3px;
	padding-right:3px;
}
.bouton_submit{
	border:1px solid #59B7EA;
	background-color:#EEEEEE;
	height:18px;
	padding:2px;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
}
a.info {
   	position: relative;
   	color: black;
   	text-decoration: none;
   	border-bottom: 1px gray dotted;
}
a.info span {
   	display: none; /* on masque l'infobulle */
}
a.info:hover {
   	background: none; /* correction d'un bug IE */
   	z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
   	cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
   	display: inline; /* on affiche l'infobulle */
   	position: absolute;

   	top: 30px; /* on positionne notre infobulle */
   	left: 20px;
   	width:300px;
   	background: white;

   	color: #444444;
   	padding: 3px;

   	border: 1px solid #59B7EA;
   	border-left: 4px solid #59B7EA;
   	border-right: 4px solid #59B7EA;
}

a.comm {
   	position: relative;
   	color: black;
   	text-decoration: none;
   	border-bottom: 1px gray dotted;
}
a.comm span {
   	display: none; /* on masque l'infobulle */
}
a.comm:hover {
   	background: none; /* correction d'un bug IE */
   	z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
   	cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.comm:hover span {
   	display: inline; /* on affiche l'infobulle */
   	position: absolute;

   	top: 30px; /* on positionne notre infobulle */
   	left: 20px;
   	width:300px;
   	background: white;

   	color: #000000;
   	padding: 3px;

   	border: 1px solid #444444;
   	border-left: 4px solid #444444;
   	border-right: 4px solid #444444;
}

a.evaluation {
   	position: relative;
   	color: black;
   	text-decoration: none;
   	border-bottom: 1px gray dotted;
}
a.evaluation .evalu {
   	display: none; /* on masque l'infobulle */
}
a.evaluation:hover {
   	background: none; /* correction d'un bug IE */
   	z-index: 500; /* on définit une valeur pour l'ordre d'affichage */

   	cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.evaluation:hover .evalu {
   	display: inline; /* on affiche l'infobulle */
   	position: absolute;

   	top: 20px; /* on positionne notre infobulle */
   	left: 0px;
   	width:280px;
   	background: white;

   	color: #000000;
   	padding: 3px;

   	border: 1px solid #59B7EA;
   	border-left: 4px solid #59B7EA;
   	border-right: 4px solid #59B7EA;
}

.ban{
	width:1024px;
	height:145px;
	background-image: url(Images/Ban.jpg);
	background-repeat:no-repeat;
	margin-top: 10px;
}
.gauche{
	width:172px;
}
.codes_amis{
	background-image:url(Images/Fenetre_bleu_fond.jpg);
	background-repeat:repeat-y;
	width:172px;
	top: 10px;
}
.fond{
	background-image:url(Images/Fenetre_blanc_fond.jpg);
	background-repeat:repeat-y;
	width:154px;
	position:relative;
	left:8px;
}
.insc{
	background-image:url(Images/Fenetre_bleu_fond.jpg);
	background-repeat:repeat-y;
	width:172px;
	position: relative;
}
.ligue{
	background-image:url(Images/Fenetre_bleu_fond.jpg);
	background-repeat:repeat-y;
	width:172px;
	position: relative;
	top: 10px;
}
.publicité{
	background-image:url(Images/Fenetre_bleu_fond.jpg);
	background-repeat:repeat-y;
	width:172px;
	position: relative;
	top: 20px;
}
.centre{
	width: 632px;
	margin-left: 20px;
}
.centre_fond{
	width:622px;
	background-image:url(Images/Centre_fond.jpg);
	background-repeat:repeat-y;
}
.droite{
	width:172px;
}
.reseau{
	background-image:url(Images/Fenetre_bleu_fond.jpg);
	background-repeat:repeat-y;
	width:172px;
	position: relative;
}
.jeux{
	background-image:url(Images/Fenetre_bleu_fond.jpg);
	background-repeat:repeat-y;
	width:172px;
	position: relative;
	top: 10px;
}
.feet{
	background-image:url(Images/Feet.jpg);
	height:35px;
	width:1024px;
	position:relative;
	top: 30px;
}
#dhtmltooltip{
	font-family: Comic Sans MS;
	font-size: 13px;
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: #ECF7EA;
	visibility: hidden;
	z-index: 101;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}
.Lmmenu{ height:20px; text-align:left; margin:0; padding:0; background:url(http://www.p-pokemon.com/images/membre/menu.png) repeat-x left top; color:white; font-weight:bold; font-family:Verdana; font-size:10pt; overflow:hidden; }
.Lmenu{ height:29px; text-align:left; margin:0; padding:0; background:url(http://www.p-pokemon.com/images/membre/menu.png) repeat-x left top; color:white; font-weight:bold; font-family:Verdana; font-size:10pt; }
.Lborder{ width:1px; height:23px; float:left; }
.Lmenu .fleche{ position:relative; top:-2px; }
.Lcorner{ height:23px; margin:0; padding:0; background:url(http://www.p-pokemon.com/images/membre/menu.png) repeat-x left top; }
.Ltext{ float:left; width:148px; padding-top:3px }
.clear{ clear:both; }

#promo{ float:left; width:120px; margin-top:5px; }
#promo img{ position:relative; top:2px; }
#promo div{ text-align:right; width:120px; float:right; margin-right:10px; }

div#menu{
	height:33px;
	background:url(http://www.p-pokemon.com/pp_index/Images/design/menu/bg_menu.png) repeat-x;
	border-bottom:3px solid #3e65ae;
	font-weight:bold;
	color:white;
	position:relative;
}
div#menu > div{
	padding-top:5px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	min-width:70px;
	text-align:center;
	height:28px;
}
div#menu > div > a{
	font-size:12pt;
	color:white;
	text-decoration:none;
}
div#menu > div > a:hover{color:white;}
div#menu > img{
	float:left;
	margin-top:7px;
}
div#menu > #contribute{
	position:absolute;
	top:0;
	text-align:right;
	display:block;
	right:0;
	height:33px;
	color:#fecb18;
	padding-right:8px;
	text-decoration:none;
	font-size:12pt;
}
div#menu > div.bleu{background:url(http://www.p-pokemon.com/pp_index/Images/design/menu/bg_menu_hover.png) repeat-x;}
div#menu > div.rouge{background:url(http://www.p-pokemon.com/pp_index/Images/design/menu/bordeau.png) repeat-x;}
div#menu > div.orange {background:url(http://www.p-pokemon.com/pp_index/Images/design/menu/orange.png) repeat-x;}
div#menu > div.vert {background:url(http://www.p-pokemon.com/pp_index/Images/design/menu/vert.png) repeat-x;}


div#menu > div.bleu:hover{background:url(http://www.p-pokemon.com/pp_index/Images/design/menu/bg_menu_hover.png) repeat-x;}
div#menu > div.rouge:hover{background:url(http://www.p-pokemon.com/pp_index/Images/design/menu/bordeau.png) repeat-x;}
div#menu > div.orange:hover {background:url(http://www.p-pokemon.com/pp_index/Images/design/menu/orange.png) repeat-x;}
div#menu > div.vert:hover {background:url(http://www.p-pokemon.com/pp_index/Images/design/menu/vert.png) repeat-x;}

/* Added April 2013 */
div.haut_boite {
    background: url("/pp_index/Images/design/content/bg_haut_boite.png") repeat-x scroll 0 0 transparent;
    height: 30px;
}
div.haut_boite > div {
    height: 26px;
    padding-left: 6px;
    padding-top: 5px;
}
div.haut_boite_gauche {
    background: url("/pp_index/Images/design/content/bg_haut_boite_droite.png") no-repeat scroll 0 0 transparent;
    color: white;
    float: left;
    font-size: 15px;
    padding-left: 5px;
    width: 103px;
	
	display:inline-block;
}
div.haut_boite_gauche h1 {
    color: white;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.fl{
	display:inline-block;
	margin-left:504px;
	margin-top:-43px;
	width:25px;
	height:25px;
	background:url(fl.png) no-repeat ;}
#idfl{
	display:inline-block;}
	
#idfl2{
	display:none;}
.fl2{
	display:inline-block;
	margin-left:504px;
	margin-top:-43px;
	width:25px;
	height:25px;
	background:url(fl2.png) no-repeat ;}
#inner3{
	display:none; }
.fl:hover  #inner3    { 
	display: block;
} 
 

div.haut_boite_droite {
	display:inline-block; 
    color: #353535;
	vertical-align: bottom;
    font-size: 15px;
    font-weight: normal;
     text-align: left !important;
}
div.haut_boite_droite h1 {
    color: #353535;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
div.haut_boite_droite h1 a, div.haut_boite_droite h1 a:visited, div.haut_boite_droite h1 a:hover, div.haut_boite_droite h1 a:active {
    font-size: 15px;
    text-decoration: underline;
}

/* Pokezone inner header */
.pokezone_inner_header{
	float: left;
	height: 125px;
	width: 100%;
}

.pokezone_inner_menu2{
	float: left;
	height: 30px;
	width: 100%;
	background: url('/images/mainBg.png') repeat-x;
}

.pokezone_inner_menu2 ul{
	float: left;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.pokezone_inner_menu2 li{
	float: left;
	display: inline-block;
}

.pokezone_inner_menu2 a{
	float: left;
	padding: 7px 11px 0;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.pokezone_inner_menu2 a:hover, .pokezone_inner_menu2 a.selected{
	height: 30px;
	background: url('/images/mainBgSurvolETactif.png') repeat-x;
	vertical-align: middle;
	text-align: center;
}


.pokezone_inner_menu3{
	float: left;
	height: 30px;
	margin-left:5px;
	width: 96%;
	padding:5px;
	border-bottom:1px dotted #ccc;
}

.pokezone_inner_menu3 ul{
	float: left;
    height: 30px;
    margin: 0;
    padding: 0;
    margin-left: 20px;
    width: 96%;
}

.pokezone_inner_menu3 li{
	float: left;
	display: inline-block;
}

.pokezone_inner_menu3 a{
	float: left;
	padding-top: 7px;
	padding-left: 2px;
	color: #848485;
}

.pokezone_inner_menu3 a:hover, .pokezone_inner_menu3 a.select{
	text-decoration: none;
	font-weight: normal;
	color: #3e65ae;
	font-weight:bold;
}

.pokezone_inner_menu3 li:hover{
	float: left;
	color: #3e65ae;
	vertical-align: middle;
	text-align: center;
	font-weight:bold;
}

.pokezone_inner_menu4{
	float: left;
	height: 30px;
	width: 100%;
	background: #253c67;
}

.pokezone_inner_menu4 ul{
    margin: 8px auto 0 auto;
    padding: 0;
    width: 94%;
}

.pokezone_inner_menu4 li{
	float: left;
	padding:0 3px 2px 3px;
	border-left:1px solid #fff;
	color :#fff;
	list-style:none;
}
.pokezone_inner_menu4 li:first-child
{
  border-left:none;
}
.pokezone_inner_menu4 a{
	color: #fff;
	text-decoration:none;
}

.pokezone_inner_menu4 a:hover{
	color: #fedb22;
}
.pokezone_inner_menu4 a.select{
	color: #fedb22;
	font-weight:bold;
	font-style:italic;
}



.pokezone_inner_a1:hover{
	font-weight: normal !important;
}

div#left_menu {
margin-left:3px;
margin-right:9px;
margin-top:7px;
width:113px;
float:left;
border-top:none;
padding-top:10px;
}

div#left_menu > .rubrique {
text-align:center;
height:33px;
line-height:25px;
margin-top:-10px;
}

.titre_animes {
background:url(../pp_index/Images/design/menu_vertical/titre_animes.jpg) no-repeat;
}
.titre_autresjeux {
background:url(../pp_index/Images/design/menu_vertical/titre_autresjeux.jpg) no-repeat;
}
.titre_guidepokemon {
background:url(../pp_index/Images/design/menu_vertical/titre_guidepokemon.jpg) no-repeat;
}
.titre_nintendods {
background:url(../pp_index/Images/design/menu_vertical/titre_nintendods.jpg) no-repeat;
}
.titre_nintendowii {
background:url(../pp_index/Images/design/menu_vertical/titre_nintendowii.jpg) no-repeat;
}
.titre_nintendo3ds {
background:url(../pp_index/Images/design/menu_vertical/titre_nintendo3ds.jpg) no-repeat;
}
.titre_pokemonde {
background:url(../pp_index/Images/design/menu_vertical/titre_pokemonde.jpg) no-repeat;
}
.titre_services {
background:url(../pp_index/Images/design/menu_vertical/titre_services.jpg) no-repeat;
}
.titre_site {
background:url(../pp_index/Images/design/menu_vertical/titre_site.jpg) no-repeat;
}
.titre_membre {
background:url(../pp_index/Images/design/menu_vertical/membre-en-ligne.png) no-repeat;
}



div#left_menu > ul {
padding:0;
margin:0;
padding-left: 4px;
padding-top:5px;
padding-bottom:15px;
background:url(../pp_index/Images/design/menu_vertical/bg_menu_vertical.png) repeat-x #FFFFFF;
font-weight:normal !important;
border-left:1px solid #a2a2a2;
border-right:1px solid #a2a2a2;
list-style:none;
}

div#left_menu ul > li > a {
text-decoration:none;
display:block;
background:url(../pp_index/Images/pokeball.gif);
background-repeat: no-repeat;
background-position: 0 center;
padding: 1px 0 1px 11px;
font-weight: 600;
font: bold 12px Arial, Helvetica;
}



div#in_content {
width:570px;
float:left;
}

div#stuff {
position: relative;
top: 0px;
padding-top: 2px;
padding-right:6px;
margin-left: 10px;
padding-left: 6px;
padding-bottom: 4px;
width:423px;
float:left;
text-align:left;
background: #f7f6f0;
}

/* div#pokedex {
background:url(../pp_index/Images/design/content_droite/pokedex.png) no-repeat;
height:208px;
position:relative;
}

div#pokedex > div#in_hasard {
position:absolute;
left:115px;
top:75px;
width: 165px;
height: 90px;
font: normal 12px Arial, Helvetica;
color: #717171;
} */



div#jeux-pokemon {
background:url(/pp_index/Images/design/content_droite/jeux-pokemon.jpg) no-repeat;
height:156px;
position:relative;
top:5px;
}

#jeux-pokemon-block{
position:relative;
top:0px;
left:0px;
}

#jeux-pokemon-block ul li{
height:7px;list-style-type: disc;
	color: #2a80b9;
}
.jeux-pokemon-txt{
font: bold 13px Arial, Helvetica;
color:#c1392b;
}

div#pokedex {
background:url(/pp_index/Images/design/content_droite/pokedex.jpg) no-repeat;
height:143px;
position:relative;

}

div#pokedex > div#in_hasard {
position:absolute;
left:135px;
top:25px;
width: 165px;
height: 90px;
font: normal 12px Arial, Helvetica;
color: #717171;
}

div.boite {
/*border:1px solid #efefef;*/
margin-top: 13px;
background: #fff;
-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
border-radius: 10px;
}

.blocArt{
font: bold 13px Arial, Helvetica;color:#3c61ac;text-align:center;
}
.blocArtTitle{
font: bold 14px Arial, Helvetica;color:#741313;text-align:center;
}
.pokedexNum
{
   height: 22px;
   margin-top: 25px;
   font: bold 14px Arial, Helvetica;
   color: #383838;
}

.pokedexNum a,
.pokedexNum a:active,
.pokedexNum a:visited,
.pokedexNum a:hover
{
   font: bold 14px Arial, Helvetica;
   color: #383838;
}

.pokedexNum a:hover
{
   color: #f26600;
}

.pokedexName
{
   height: 22px;
}

.pokedexName a,
.pokedexName a:active,
.pokedexName a:visited,
.pokedexName a:hover
{
   font: italic 12px Arial, Helvetica;
   color: #4e75bc;
}

.pokedexName a:hover
{
   color: #f26600;
}

.pokeTypes
{
   height: 20px;
}

.pokeImage {
position:absolute;
left:15px;
top:35px;
border: none;
}

.pokedexLink
{
position: relative;
top: 115px;
left: 40px;
width: 300px;
text-align: center;
color:#c1392b;
}

.pokedexLink a
{
font: normal 13px Arial, Helvetica;
color: #b60000;
text-decoration:none;
}

div#pokedex > div#in_hasard a:hover
{
}

div.pokematch_tab {
width: 300px;
padding-top: 40px;
margin-top:8px;
font-size:11px;
font-weight:bold;
background:url(../pp_index/Images/design/menu_vertical/fond_pokematch.png) no-repeat center;
}

div.pokematch_tab > div.bas {
padding:5px;
text-align:center;
position:relative;
height:20px;
}

div.pokematch_tab > div.bas input {
border:1px solid #a7a7a7;
color:gray;
width:180px;
height:16px;
position:absolute;
top:4px;
left:25px;
}

div.pokematch_tab > div.bas a {
position:absolute;
left:220px;
}

.pmatchLikeContainer
{
   padding-top: 3px;
   margin-left: auto ! important;
   margin-right: auto ! important;
}
#pmatchTooltip
{
   display: none;
   position: absolute;
   top: 0;
   left: 0;
   width: 240px;
   padding: 3px;
   font: normal 10px Arial, Helvetica;
   text-align: left;
   border: solid 2px #ff8f0b;
   background-color: #ffd443;
   color: #595959;
   z-index: 1000;
}
#events
{
   width: 282px;
   height: 217px;
   margin-top: 14px;
   padding-top: 24px;
   padding-left: 10px;
   padding-right: 10px;
   background-color: #505090;
   color: #ffffff;
   background: url(../pp_index/Images/design/events.png) no-repeat top center;
}

#events p
{
   padding: 0 0 0 0;
   margin: 0;
   font: bold 11px Arial, Helvetica;
   color: #800000;
}

#events div
{
   width: 272px;
   margin-top: 4px;
   margin-bottom: 4px;
   padding: 4px;
   background-color: #ffffff;
   border: solid 1px #c3c7ca;
   font: bold 11px Arial, Helvetica;
   color: #3c4fa0;
   line-height: 150%;
}

#events div span
{
   font: normal 11px Arial, Helvetica;
   color: #848485;
   margin-left: 24px;
}

#events a,
#events a:active,
#events a:visited,
#events a:hover
{
   font: normal 11px Arial, Helvetica;
   color: #848485;
}

#events a:hover
{
   font: normal 11px Arial, Helvetica;
   color: #f26600;
}
#randomVideo
{
   width: 300px;
   height: 169px;
   margin-top: 6px;
   background: url(../pp_index/Images/design/randomVideo.jpg);
   cursor: pointer;
}
div#reseau_partenaire {
/* border:1px solid black; */
margin-top:6px;
width:420px;
height:130px;
background:url(/pp_index/Images/design/content_droite/partenaires.jpg) no-repeat;
}
div#reseau_partenaire > div#titre {
color:#FFFFFF;
font-weight:bold;
font-size:10pt;
line-height:19px;

height:24px;
text-align:center;
}

.profileInput
{
   border: solid 1px #b5b5b5;
   background-color: #ffffff;
   color: #494949;
   width: 130px;
   height: 18px;
   color: #555;
   font-size:7.5pt;
}

.quoteInput
{
   border: solid 1px #b5b5b5;
   background-color: #ffffff;
   color: #494949;
   width: 395px;
   height: 55px;
   font: bold 11px Verdana;
   color: #808080;
   resize: none;
}

.profileTable td
{
   padding-left: 3px;
   padding-top: 2px;
   text-align: left;
}

.bg_profile
{

 float:left;
margin:5px; 
/* border-radius:10px; */
border-radius:0px;
  width:102px;

border:0px solid #efefef;

}
.bg_profile_mod
{

 
margin:5px; 
border-radius:0px;
  width:102px;

border:0px solid #efefef;
}

.bg_pok
{
border-radius:10px 0;
padding:20px; 
background:#fff;
text-align:center;
border:1px dotted #3e65ae;
}

.bg_pok1d
{ height: 50px; 
}


 
.bg_pok  img
{
 min-height:0px;
 max-height:98px;
}  
.bg_profile_1
{

float:left;
margin:5px; 
  border-radius:0px;
  width:102px;
  height:98px;
position:relative; 
z-index:1;
border:0px solid #efefef;
}
 img.img_profile
{
  /* border-radius:10px; */
  border-radius:0px;
  width:102px;
  height:98px;
}

.bg_profile2
{

float:left;
border-radius:0px;
  width:87px;
  height:87px;
border:1px solid #efefef;
}

 img.img_profile2
{
  border-radius:0px;
  width:87px;
  height:87px;
}

.bg_profile3
{
float:left; 
width:32px;
height:32px;
}

 img.img_profile3
{
  width:32px;
  height:32px;
}

h1
{
  padding:0;
  margin:5px 0;
  color:#3e65ae;
  font-size:15px;
  font-family:verdana;
}
h1.org
{
  padding:0;
  margin:5px 0;
  color:#f26600;
  font-size:40px;
  font-family:Arial;
  text-align:center;
}
h2
{
  padding:0;
  margin:2px 0;
  color:#800000;
  font-size:13px;
  font-family:verdana;
}
.div_border
{
  margin:10px;
  border-bottom:1px solid #dedede;
   width:530px;
text-align:left !important;
line-height:22px;
float:left;
}
.contenue_centre
{
margin-bottom:10px;
-moz-box-shadow: 1px 1px 2px #BDBDBD;	
-webkit-box-shadow: 1px 1px 2px #BDBDBD;
box-shadow: 1px 1px 2px #BDBDBD;
-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#BDBDBD');
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#BDBDBD');
float:left; 
border-left:1px solid #848485; 
border-bottom:1px solid #848485; 
border-right:1px solid #848485; 
width:570px;
color:#000000;
font-size:7.5pt;
font-family:Verdana, Arial, Helvetica, sans-serif;
/*text-align:center;*/
margin-left:5px; 
margin-right:auto;
height:auto;
margin-bottom:15px;
}
.contenu_profil{
background-color: #d9d9d9;
}
.bg_citation
{
  padding:8px 15px; 
  font: italic 12px Arial; 
  color: #454545;
  width:515px;
  min-height:43px;
 /*  background:url('/membre/images/bg_citation.png') center top no-repeat; */
  text-align:justify;
  margin-left:-8px;
 }
 .error { color: #ff0000; font-weight: bold; }
.online { font: normal 14px Arial; color: #008000; height: 45px; line-height: 45px; padding: 5px 0 5px 12px; margin-left:9px; background: transparent url(images/enLigne.png) scroll no-repeat left center; }
.offline { font: normal 14px Arial; color: #b00000; height: 45px; line-height: 45px; padding: 5px 0 5px 12px; margin-left:9px; background: transparent url(images/horsLigne.png) scroll no-repeat left center; }
.memberLink { font: normal 14px Arial; color: #454545; text-decoration: none; height: 45px; line-height: 45px; padding: 5px 0 5px 45px; }
.memberLink:hover { font: normal 14px Arial; color: #f26600; text-decoration: none; height: 45px; line-height: 45px; padding: 5px 0 5px 45px; }

.onlineH { font: normal 14px Arial; color: #008000; height: 20px; line-height: 20px; padding: 5px 0 5px 12px; margin-left:-35px; background: transparent url(images/enLigne.png) scroll no-repeat left center; }
.offlineH { font: normal 14px Arial; color: #b00000; height: 20px; line-height: 20px; padding: 5px 0 5px 12px; margin-left:-35px; background: transparent url(images/horsLigne.png) scroll no-repeat left center; }

.memberLinkHaut { font: normal 14px Arial; color: #454545; text-decoration: none; height: 20px; line-height: 20px; padding: 5px 0 5px 5px; }
.memberLinkH { font: normal 14px Arial; color: #454545; text-decoration: none; height: 20px; line-height: 20px; padding: 5px 0 5px 45px; }
.memberLinkH:hover { font: normal 14px Arial; color: #f26600; text-decoration: none; height: 20px; line-height: 20px; padding: 5px 0 5px 45px; }

.menuItem { height: 45px; width: 100%; margin-left: 60px; }
.game
{
width: 100px;
}
.code
{
width: 300px;
}
.bloc
{
  width:95%;
  float:left;
  margin:8px 0 8px 10px;
  color:#484848;
  }
  .bloc h2
  {
  padding:0 0 10px 5px;
  }
  .pokemon_status
  {
   border:1px solid #d2d2d2;
   border-top:22px solid #3e65ae;
   background:#e3e3e3;
   border-radius:30px 0;
   padding:5px 10px;
   width:93%;
   float:left;
   margin-bottom:10px;
   margin-left:7px;
  }
    .pokemon_status2
  {border:1px solid #d2d2d2;
  border-top:22px solid #3e65ae;
border-radius:30px 0;
   padding:5px 10px;
   width:93%;
   float:left;
   margin-bottom:10px;
   margin-left:7px;
  }
  .prof_pokemon
  {
    color:#FFF;
	font-weight:bold;
	width:23%;
	float:left;
	text-align:center;
	line-height:28px;
	margin-top:-30px;
 }
 .status_pokemon
 {
   float:right;
   width:75%;
	line-height:19px;
  }
  .org
  {
   color:#f26600; 
   font-weight:bold;
  }
    .bleu
  {
   color:#8799d8; 
   font-weight:normal;
  }
  .link-org
  {
   text-decoration:none; 
   color:#f26600; 
   font-weight:bold;
  }
  .pok_pref
  {
   width:30%;
   float:left;
   margin:0 6px;
  }
.link_select_selected
 {
		    padding:2px 4px;
			color:#ef9800;
			background:#f7f7f7;
			border:1px solid #ccc;
			text-decoration:none;
			font-weight:bold;
}
a.link_select:hover, a.link_select_selected:hover
{
			font-weight:bold;
            color:#ef9800;
			background:#f7f7f7;
			text-decoration:none;
}
.link_select
{
		    padding:2px 4px;
			color:#3e65ae;
			background:#efefef;
			border:1px solid #ccc;
			text-decoration:none;
}
table, tr, td
{ 
 font-size:7.5pt !important;
}
.entete_table
{
 background:#3e65ae;
 color:#fff; 
 font-weight:bold;
 text-align:center;
 height:30px;
}
.tr_0
{
  background:#f7f7f7;
  color:#222;
 text-align:center;
}
.tr_1
{
  background:#e9e9e9;
  color:#222;
 text-align:center;
}
.border_left
{
  border-right:1px solid #e9e9e9;
}
.input_select
{
  border:1px solid #CCC;
  background:#fff;
  height:20px;
  color:#535353;
  width:130px;
 }
.input_blanc
{
   background:#fff;
   border:0 none;
   width:100px;
   color:#222;
   font-weight:bold;
}
.bouton_submit2
{ background:#fff;
   border:0 none;
   width:80px;
   color:#f26600;
   cursor:pointer;
   padding-bottom:3px;
   font-size:8pt;
   font-weight:bold;
}
.textarea
{
  width:170px;
  border:1px solid #d2d2d2;
  height:66px;
  font-size:8pt !important;
}
.link_vert
{
 text-decoration:none; 
 font-weight:bold;
 color:#358835;
 font-size:13px;
 }
 .bloc_input
 {
  width:98%;
  border:1px solid #d2d2d2;
  background:#e3e3e3;
  padding:8px;
  margin:3px 0;
  float:left;
 }
 .bloc_titre
 {
   width:55%;
   float:left;
 }
  .bloc_categ
 {
   width:45%;
   float:right;
 }
 .bloc_affiche
 {
   width:24%;
   float:left;
   margin:10px 23px;   
   }
img.img_profile4
{
  border-radius:10px 0 10px 0;
  width:120px;
  height:120px;
  border:2px solid #305aa7;
}
.affich_center
{
 width:450px;
 margin:0 auto;
 text-align:center;
 line-height:22ppx;
 }
 #various
 {
   color:#B00000;
   font-weight:bold;
 }
div, p, span, td
 {
 text-overflow: ellipsis;
word-wrap: break-word;
}

.bloc_comm_msg
{
  width:533px;
  float:left;
  margin-top:15px;
  height:auto;
  min-height:90px;
}
.ligne{
border-bottom:1px solid #d9dce5;position:relative;bottom:20px;
}
.bloc-comm-stat
{
width:438px;
float:right;margin-bottom:25px;
}
#bloc-statut
{
  width:102%;
  margin:auto; 
  float:right; 
  margin:0px -8px 0 0;
  padding-bottom:10px;
   
}
.ico-statut
{
 width:100%;
 font-size:11px;
 color:#000;
 margin-bottom:-4px;
}
#staut
{
 border: 1px solid #d9dce5;
 border-top:none;
 padding:4px; 
 overflow:hidden;
 height:auto;
 width:522px;
 color:#777777;
 font-size:13px;
 min-height:7px;
 font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
 /*background:url('/membre/images/top_statut.png') left top no-repeat;*/
 }
 
 .row1{background:#b7b7b7;}
 .row2{background:#f6f6f6;}
 .bloc_comment
 {
  float:left;
  width:98%;
  background-color:#edeff4;
  padding:2px 3px;
  margin-bottom:1px;
 }
 .bloc_aime
  {
  float:left;
  width:98%;
  background-color:#edeff4;
  padding:3px 3px 6px 3px;
  margin-bottom:1px;
  text-align:left;
 }
 .haut_du_commentaire
 {
   width:81%;
   float:left;
   text-align:left;
   margin-left:3px;
   color:#878787;
 }
 .contenu_com
 {
  width:92%;
  float:left;
  text-align:left;color:#777777;
 }
 .mur_new_reply
 {
  width:89%; 
  float:right;
  height:10px;
 color:#777777;
 font-size:11px;
  padding:2px 3px;
  overflow:hidden;
  
  min-height:16px;
  
 font-family:tahoma,verdana,arial,sans-serif;
 }
 
 .memberMenu {
    background: url("Images/pokeball.gif") no-repeat scroll 0px 3px transparent;
    padding-left: 12px;font-size: 11px;
color: rgb(53, 53, 53);
}

#mostRecent a {
    background: url(../pp_index/Images/ballmini.gif) no-repeat 1px 3px;
    font-size: 9px;
    padding-left: 11px;
    line-height: 150%;
	color:#fff;
}
