@charset "utf-8";
/* Balises html */


body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
a {
	color:#25A9C7;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #25A9C7;	
}
a:hover {
	color:#000000;
}
h1, h2, h3 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:12px;
}
/* Conteneur */
#conteneur {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	padding-left:5px;
	padding-right:5px;
}
/* Entete */
#entete {
	height:230px;
	width:980px;
	margin-top:10px;
	margin-bottom:0;
}
#pub_large{
	background-color:#EBECF0;
	float:left;
	height:100px;
	margin-bottom:10px;
	margin-top:10px;
	width:980px;
}
#pub_large1{
	margin-top:5px;
	text-align:center;
}
#pub_large a{
	text-decoration:none;
	border:none;
}
a#retour_accueil {
	height:110px;
	width:110px;
	position:absolute;
	display:block;
	border:none;
}
a#retour_accueil b {
	display:none;
}
#entete #logo {
	height:75px;
	float:left;
	padding-left:115px;
	/*padding-left:225px;*/
	/*style="background-image: url(interface/hallowen.gif);width:211px;height:116px;"     HALLOWEEN */
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top:35px;
	color:#DC1820;
	font-size:11px;
}
#entete #logo #url {
	padding-bottom:5px;
	font-size:12px;
}
#entete #logo #url a {
	color:#C0C0C0 ;
	border:0;
}
#entete #logo h2 {
	color:#30211D;
	font-weight:bold;
}
#entete #navigation {
	float:right;
	height:110px;
}
#entete #navigation #profil_et_recherche {
	height:80px;
	/*width:500px;*/
	/* pour bouton jeuwii */
	width:584px;
	margin-left:4px;
}
#entete #navigation #profil_et_recherche #recherche {
	float:left;
	width:250px;
	padding-top:8px;
}
#entete #navigation #profil_et_recherche #profil {
	float:right;
	text-align:right;
	font-size:11px;
	color:#25A9C7;
	width:250px;
}
#entete #navigation #profil_et_recherche #profil a#avatar {
	border:none;
	float:right;
	margin-left:5px;
	margin-top:3px;
}
#entete #navigation #profil_et_recherche #profil a#pseudo {
	border:none;
	color:#30211D;
}
#entete #navigation #profil_et_recherche #profil a#pseudo:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #30211D;
}
#entete #navigation #profil_et_recherche #profil a#message {
	border:none;
	color:#DC1820;
	font-weight:bold
}
#entete #navigation #profil_et_recherche #profil a#message:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DC1820;
}
#entete #navigation #profil_et_recherche #profil a#avatar img {
	border: 1px solid #CCCCCC;
	padding:1px;
}
#entete #navigation #profil_et_recherche #profil a#avatar:hover img {
	border: 1px solid #25A9C7;
	padding:1px;
}
#entete #navigation #menu {
	height:30px;
}
#entete #navigation #menu a {
	background-image: url(menu.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:80px;
	height:23px;
	margin-left:4px;
	display:block;
	float:left;
	border:none;
	text-align:center;
	padding-top:7px;
	font-size:14px;
	color:#000000;	
}
#entete #navigation #menu a.inscription {
	background-image: url(menu_inscription.gif);
	color:#FFFFFF;
}
#entete #navigation #menu a.inscription:hover {
	background-image: url(menu_inscription-2.gif);
}
#entete #navigation #menu a#btn_amis span,#entete #navigation #menu a#btn_tribus span {
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	background-image: url(bulle_nouveaux_amis.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 21px;
	text-align:center;
	display:block;
	position:absolute;
	padding-top:4px;
	margin-top:-35px;
	margin-left:55px;
}
#entete #navigation #menu a:hover {
	background-image: url(menu_hover.gif);
}
#entete #navigation #menu a.actif {
	background-image: url(menu_actif.gif);
	color:#FFFFFF;
}
/* Contenu */
#contenu {
	float:left;
}
#contenu #sous_menu {
	width:980px;
	height:25px;
	text-align:right;
}
#contenu #sous_menu  ul, #contenu #sous_menu  li{
	margin:0;
	padding:0;
}
#contenu #sous_menu  ul{
	float:right;
	padding-right:0;
}
#contenu #sous_menu  li{
	list-style:none;
	float:left;
	margin-top:6px;
}
#contenu #sous_menu  li a{
	color:#dc1820;
	display:block;
	padding:3px;
	padding-left:6px;
	padding-right:6px;
	border:none;
}
#contenu #sous_menu  li a:hover{
	color:#25a9c7;
}
#contenu #sous_menu  li a img{
	border:none;
	padding-top:3px;
}
#contenu h1 {
	font-size:24px;
	margin-top:10px;
	font-weight:bold;
	/*margin-left:10px;*/
	margin-bottom:5px;
	/*color:#30211D;*/
}
#contenu h2 {
	font-size:18px;
	margin-top:10px;
	font-weight:normal;
	margin-bottom:5px;
	color:#30211D;
}
#contenu h1 a {
	color:#DC1820;
	border:none;
}
#contenu h1 a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DC1820;	
}
#contenu .pagination {
	width:970px;
	margin-bottom:10px;
	margin-left:10px;
	float:left;
	text-align:left;
}
#contenu .pagination a {
	padding:4px;
	border: 1px solid #DDDDDD;
	margin-left:2px;
	margin-right:2px;
	font-weight:bold;
}
#contenu .pagination a:hover {
	background-color:#25A9C7;
	color:#FFFFFF;
}
#contenu a.precedent {
	background-image: url(bouton_ptt_prec.gif);
	background-repeat: no-repeat;
	width:31px;
	height:35px;
	display:block;
	border:none;
}
#contenu a.precedent:hover {
	background-image: url(bouton_ptt_prec2.gif);
}
#contenu a.suivant {
	background-image: url(bouton_ptt_suiv.gif);
	background-repeat: no-repeat;
	width:31px;
	height:35px;
	display:block;
	border:none;
}
#contenu a.suivant:hover {
	background-image: url(bouton_ptt_suiv2.gif);
}
#contenu #conteneur_profil {
	width:980px;
	height:277px;
}
#contenu #profil {
	behavior: url(iepngfix.htc);
	width:970px;
	height:257px;
	padding:10px;
	padding-right:0;
	background-image: url(fond_profil.png);
	background-repeat: no-repeat;
}
#contenu.lesmembres a {
}
#contenu.lesmembres #profil .texte_profil h1 {
	margin-left:0;
	margin-top:0;
}
#contenu #profil .avatar_profil {
	width:84px;
	float:left;
	font-size:9px;
	text-align:center;
	margin-right:10px;
}
#contenu.lesmembres #profil .avatar_profil img.guerrier, #contenu.lesmembres #profil .avatar_profil img.squaw {
	background-color:#FFFFFF;
	padding:1px;
}
#contenu #profil .avatar_profil a#ajouter, #contenu #profil .avatar_profil a#bloc, #contenu #profil .avatar_profil a#chat {
	width:16px;
	height:16px;
	display:block;
	float:left;
	border:none;
	margin:4px;
}
#contenu #profil .avatar_profil a#ajouter span, #contenu #profil .avatar_profil a#bloc span, #contenu #profil .avatar_profil a#chat span {
	display:none;
}
#contenu #profil .avatar_profil a#ajouter:hover span, #contenu #profil .avatar_profil a#bloc:hover span, #contenu #profil .avatar_profil a#chat:hover span {
	display:block;
	position:absolute;
	width:141px;
	height:48px;
	background-image: url(bulle_neutre.gif);
	background-repeat: no-repeat;
	margin-top:-47px;
	margin-left:-15px;
	font-size:11px;
	padding-left:10px;
	padding-top:6px;
	color:#000000;
	font-weight:bold;
	z-index:1;
	text-align:left;
}
#contenu.lesmembres #profil #lesicones {
	width:77px;
	float:left;
	background-color:#CCCCCC;
	padding-left:5px;
	background-image: url(fond_icones_avatars.gif);
	margin-bottom:20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#contenu #profil .avatar_profil a#ajouter {
	background-image: url(ico_ami1.gif);
}
#contenu #profil .avatar_profil a#ajouter:hover {
	background-image: url(ico_ami2.gif);
}
#contenu #profil .avatar_profil a#bloc {
	background-image: url(ico_bloc1.gif);
}
#contenu #profil .avatar_profil a#bloc:hover {
	background-image: url(ico_bloc2.gif);
}
#contenu #profil .avatar_profil a#chat{
	background-image: url(ico_chat1.gif);
}
#contenu #profil .avatar_profil a#chat:hover {
	background-image: url(ico_chat2.gif);
}
#contenu #profil .texte_profil {
	width:556px;
	float:left;
	margin-right:10px;
}
#contenu #profil .texte_profil #mapresentation {
	height:78px;
	overflow:auto;
	margin-bottom:10px;
	padding-right:10px;
	margin-right:5px;
}
#contenu #profil .texte_profil h2 {
	margin:0;
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
}
#contenu #profil #monalbumphoto {
	float:left;
	height:250px;
	padding-left:3px;
	width:305px;
	/*height:250px;
	width:305px;
	float:left;
	padding-left:5px;*/
}
#contenu #profil #monalbumphoto a#monalbumphoto_toutes {
	display:block;
	position:absolute;
	margin-top:243px;
	margin-left:0;
}
#contenu #profil_suite {
	margin-top:10px;
}
#contenu #profil_suite #gauche {
	float:left;
	width:650px;
	/*background-color:#EBECF0;*/
}
#contenu #profil_suite #gauche h1 {
	background-image: url(fond_h1_profil.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left:0;
	margin-top:0;
	padding-left:30px;
	font-size:20px;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:normal;
	margin-bottom:0;
}
#contenu #profil_suite #gauche h1 a {
	font-weight:normal;
}
#contenu #profil_suite #gauche .message {
	padding:10px;
	background-color:#EBECF0;
}
.fondgris {
background-color:#EBECF0;
float:left;
width:630px;
margin-top:-3px;
}
#contenu #profil_suite #gauche .commentaire {
	/*border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;*/
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:10px;
}
#contenu #profil_suite #droite {
	behavior: url(iepngfix.htc);
	float:right;
	width:310px;
	background-image: url(fond_droite_profil.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left:10px;
}
#contenu #profil_suite #droite h1 {
	font-size:20px;
	font-weight:normal;
	margin-left:0;
}
#contenu .notice {
	margin-top:10px;
	float:left;
	padding:10px;
	padding-left:50px;
	background-color:#FFF5BD;
	width:920px;
	background-image: url(notice.gif);
	background-repeat: no-repeat;
	color:#30211D;
}
a.guerrier, a.squaw, a.latribu, a.guerrier_ptt, a.squaw_ptt{
	margin-right:7px;
	margin-bottom:7px;
	display:block;
	float:left;
	border:none;
	background-color:#FFFFFF;
}
a.guerrier img, a.squaw img, a.guerrier_ptt img, a.squaw_ptt img, a.video img, a.photo img, a.latribu img  {
	border: 1px solid #CCCCCC;
	padding:1px;
}
a.guerrier:hover img, a.squaw:hover img, a.guerrier_ptt:hover img, a.squaw_ptt:hover img, a.photo:hover img, a.video:hover img{
	border: 1px solid #25A9C7;
	padding:1px;
}
a.photo:hover img, a.video:hover img{
	border: 1px solid #000000;
}
a.squaw:hover img, a.squaw_ptt:hover img {
	border: 1px solid #FF0060;
}
a.guerrier span, a.squaw span {
	display:none;
}
#contenu a.guerrier span h2, #contenu a.squaw span h2 {
	font-weight:bold;
	font-size:11px;
	margin:0;
	color:#FFFFFF;
}
a.guerrier:hover span, a.squaw:hover span, a.guerrier:focus span, a.squaw:focus span{
	display:block;
	position:absolute;
	width:151px;
	height:48px;
	background-repeat: no-repeat;
	margin-top:-110px;
	margin-left:5px;
	font-size:11px;
	padding-left:10px;
	padding-top:4px;
	color:#FFFFFF;
	z-index:1;
}
a.guerrier:hover span {
	background-image: url(bulle_guerrier.gif);
}
a.squaw:hover span {
	background-image: url(bulle_squaw.gif);
}
a.guerrier img.online, a.squaw img.online, #contenu.lesmembres #profil div.avatar_profil img.online{
	border:none;
	position:absolute;
	margin-left:-82px;
	margin-top:2px;
	background-color:none;
}

a.video, a.photo {
	margin-right:6px;
	margin-bottom:6px;
	display:block;
	float:left;
	border:none;
	background-color:#FFFFFF;
}
#contenu .deuxtiers_gauche {
	float:left;
}
#contenu .untier_droit, #contenu .untier_gauche, #contenu .untier_centre {
	float:left;
	width:320px;
	margin-left:10px;
}
#contenu .untier_gauche {
	margin-left:0;
	margin-right:10px;
}
#contenu .untier_centre {
	margin-left:0;
	margin-right:0;
}
#contenu .untier_droit #tags {
	padding-left:10px;
	text-align:justify;
	padding-right:10px;
	padding-top:10px;
}
#contenu .untier_droit #tags a {
	border:none;
	color:#000000;
	padding-left:3px;
	padding-right:3px;
	padding-top:1px;
	padding-bottom:1px;
}
#contenu .untier_droit #tags a:hover {
	border:none;
	color:#000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #25A9C7;
	background-color:#EBECF0;
}
#contenu .untier_droit #tags a.tag1 {
	font-size:9px;
	color:#999999;
}
#contenu .untier_droit #tags a.tag2 {
	font-size:10px;
	color:#999999;
}
#contenu .untier_droit #tags a.tag3 {
	font-size:11px;
	color:#666666;
}
#contenu .untier_droit #tags a.tag4 {
	font-size:12px;
	color:#666666;
}
#contenu .untier_droit #tags a.tag5 {
	font-size:14px;
	color:#333333;
}
#contenu .untier_droit #tags a.tag6 {
	font-size:16px;
	color:#333333;
}
#contenu .untier_droit #tags a.tag7 {
	font-size:18px;
	color:#000000;
}
#contenu .untier_droit #tags a.tag8 {
	font-size:20px;
	color:#000000;
}
#contenu .untier_droit #tags a.tag9 {
	font-size:22px;
	color:#25A9C7;
}
#contenu .untier_droit #tags a.tag10 {
	font-size:24px;
	color:#DC1820;
}
/* Contenu > accueil */
#contenu.accueil #part1 {
	margin-top:20px;
	width:980px;
}
#contenu.accueil #part2, #contenu.accueil #part3 {
	width:980px;
	clear:both;
}
#contenu.accueil #part1 #promo {
	width:650px;
	height:277px;
	background-image: url(fond_promo.gif);
	float:left;
}
#contenu.accueil #part1 #publicite {
	background-image: url(fond_publicite.gif);
	float:right;
}
#contenu.accueil #part2 .deuxtiers_gauche #membres {
	width:640px;
	height:276px;
	background-image: url(fond_membres_accueil.gif);
	padding-left:10px;
	padding-top:10px;
}
#contenu.lesmembres, #contenu.lestribus, #contenu.amis  {
	width:980px;
	overflow:hidden;
}
#contenu.lesmembres #membres{
	width:990px;
}
#contenu.lestribus #tribus {
	width:990px;
}
#contenu.amis #amis {
	width:990px;
}
#contenu.lesmembres #membres h1,#contenu.lestribus #tribus h1,#contenu.amis #amis h1 {
	margin-left:10px;
}
#contenu.lesmembres #membre, #contenu.lestribus #tribu  , #contenu.amis #ami{
	width:310px;
	margin-right:10px;
	height:84px;
	padding:10px;
	padding-right:0;
	float:left;
	background-color:#FFFFFF;
	margin-bottom:10px;
	background-image: url(fond_ptt_blocs.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#contenu.lesmembres #membre div.infos, #contenu.lestribus #tribu div.infos, #contenu.amis #ami div.infos {
	float:left;
	display:block;
	margin-top:-10px;
	width:210px;
	font-size:10px;
}
#contenu.lesmembres #membre h2 a, #contenu.lestribus #tribu h2 a , #contenu.amis #ami h2 a{
	color:#30211D;
}
#contenu.lesmembres #membre h2 a:hover, #contenu.amis #ami h2 a:hover{
	color:#25A9C7;
}
#contenu.lestribus #tribu h2 a:hover{
	color:#dc1820;
}
a.latribu:hover img  {
	border-color:#dc1820;
}
#contenu.lesmembres #membre div.icones, #contenu.lestribus #tribu div.icones, #contenu.amis #ami div.icones{
	color:#999999;
	font-size:10px;
	margin-top:6px;
}
#contenu.lesmembres #membre div.icones img, #contenu.lestribus #tribu div.icones img, #contenu.amis #ami div.icones img{
	padding-left:5px;
	padding-right:1px;
	margin-bottom:-3px;
}
#contenu.lesmembres #membre div.icones img.first, #contenu.lestribus #tribu div.icones img.first, #contenu.amis #ami div.icones img.first{
	padding-left:0;
}
#contenu.accueil #part2 .deuxtiers_gauche #menu_membre_haut #menu_membre_droite {
	position:absolute;
	width:640px;
	text-align:right;
	margin-top:-20px;
}
#contenu.lesmembres #menu_membre_droite, #contenu.lestribus #menu_tribus_droite, #contenu.amis #menu_amis_droite {
	position:absolute;
	width:970px;
	text-align:right;
	margin-top:-20px;
}
/*#contenu.lestribus #menu_tribus_droite {
	position:absolute;
	width:640px;
	text-align:right;
	margin-top:-20px;
}*/
#contenu.accueil #part2 .deuxtiers_gauche #recherche_membres_accueil {
	width:630px;
	background-color:#EBECF0;
	padding:10px;
	padding-top:2px;
	margin-bottom:10px;
	color:#30211D;
	display:none;
}
#contenu.accueil #part2 .deuxtiers_gauche #recherche_membres_accueil2 {
	width:630px;
	background-color:#EBECF0;
	padding:10px;
	padding-top:2px;
	margin-bottom:10px;
	color:#30211D;
	display:none;
}
#contenu.accueil #part2 .untier_droit #messages {
	width:310px;
	height:276px;
	background-image: url(fond_blogs_accueil.gif);
	padding-left:10px;
	padding-top:10px;
}
#contenu .untier_droit #messages .message {
	clear:both;
	width:300px;
	margin-right:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DC1820;
	height:45px;
	padding-bottom:4px;
	margin-bottom:4px;
}
#contenu .untier_droit #messages .message h2 {
	font-weight:bold;
	font-size:11px;
	margin:0;
}
#contenu.accueil #part3 .untier_gauche #videos, #contenu.accueil #part3 .untier_centre #photos  {
	width:310px;
	height:276px;
	background-image: url(fond_blocs_bas_accueil.gif);
	padding-left:10px;
	padding-top:10px;
	background-repeat: no-repeat;
}
/* Publicité */
.publicite300x250 {
	width:310px;
	height:277px;
	padding-left:10px;
}
#contenu #profil_suite #droite .publicite300x250 {
	padding-left:0;
	height:260px;
}
.publicite300x250 a.regie, .publicite728x90_200x90 a.regie {
	border:none;
}
.publicite728x90_200x90 a.regie {
	border:none;
	margin-left:10px;
}
.publicite300x250 a.regie img,  .publicite728x90_200x90 a.regie img {
	border:0;
	margin-top:4px;
	margin-bottom:3px;
}
.publicite300x250 #embed {
	width:300px;
	height:250px;
}
.publicite728x90_200x90 {
	width:980px;
	height:117px;
	background-image: url(fond_publicite2.gif);
	float:left;
}
.publicite728x90_200x90 #embed01 {
	float:left;
	margin-left:10px;
}
.publicite728x90_200x90 #embed02 {
	float:right;
	margin-right:10px;
}
/* Pied de page*/
#pied {
	width:980px;
	height:153px;
	background-image: url(pied.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #DC1820;
	margin-bottom:20px;
	margin-top:40px;
	float:left;
	color:#ABABAB;
}
#pied a {
	color:#ABABAB;
	border:none;
}
#pied a:hover {
	color:#787878;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #787878;
}
#pied ul, #pied li {
	margin:0;
	padding:0;
}
#pied ul {
	float:left;
	width:148px;
	text-align:right;
	margin-top:30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E2E2E2;
	padding-right:15px;
	height:100px;
}
#pied ul ul {
	margin-top:4px;
	height:0;
}
#pied li {
	font-weight:bold;
	list-style:none;
}
#pied li li {
	font-weight:normal;
}
/* Formulaire */
form input.text {
	border: 1px solid #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	color:#30211D;
	height:18px;
	padding-top:2px;
	padding-left:4px;
	font-size:16px;
	padding-bottom:2px;
	font-weight:normal;
}
form input.text:focus, form input.focus  {
	border: 1px solid #25A9C7;
	color:#25A9C7;
	padding-bottom:2px;
	padding-top:2px;
}
#contenu form.formulaire{
	margin:0;
	padding:0;
}
#contenu form.formulaire h2 {
	margin-left:150px;
	color:#DC1820;
}
#contenu form.formulaire td.champ{
	width:140px;
	text-align:right;
	padding-right:10px;
	color:#62656B;
}
#contenu form.formulaire td.champ2{
	width:300px;
	text-align:right;
	padding-right:10px;
	color:#62656B;
}
#contenu form.formulaire table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-top:2px;
	padding-bottom:2px;
}
#contenu form.formulaire input {
	width:325px;
}
#contenu form.formulaire input.nolarge {
	width:inherit;
}
#contenu form.formulaire a.button {
	width:150px;
	height:35px;
	background-image: url(bouton_ptt.gif);
	background-repeat:no-repeat;
	border:none;
	color:#006A82;
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0;
	padding-left:31px;
	margin-top:5px;
	padding-top:5px;
	display:block;
}
#contenu form.formulaire a.button:hover {
	background-image: url(bouton_ptt2.gif);
	color:#000000;
}
#entete #navigation #profil_et_recherche #recherche input.ou_chercher {
	display:none;
}
#entete #navigation #profil_et_recherche #recherche label.ou_chercher {
	font-size:11px;
	padding-right:14px;
	cursor:pointer;
	color:#A5ACB2;
}
#entete #navigation #profil_et_recherche #recherche label.ou_chercher_actif {
	font-size:11px;
	margin-right:6px;
	padding-right:8px;
	cursor:pointer;
	background-image: url(recherche_selected.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
}
#entete #navigation #profil_et_recherche #recherche input.text, #entete #navigation #profil_et_recherche #recherche input.focus {
	background-image: url(fond_recherche.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left:25px;
	margin-top:2px;
	height:18px;
	font-size:13px;
	width:200px;
}
#droite #monplayer embed{
	width:187px;
}
#gauche div.message embed{
	max-width:425px;
	min-width:124px;

}

/* Page photos  */
#page_photos .highslide img {
	margin:5px;
	margin-right:4px;
}
/* Block en display block dynamique */
#tribus #create, #tribus #filtre, #tribus #search {
	clear:both;
	position:absolute;
	width:976px;
	background-color:#ebecf0;
	z-index:1;
	margin-top:35px;
	border: 2px solid #CCCCCC;
	}
.album_photo_show{
	float:left;
	margin-right:10px;
	height:100px;
	width:120px;
	background-color:#cccccc;
	text-align:center;
	padding-top:5px;
	margin-bottom:10px;
}
#contenu #profil_suite #gauche h1#album_photo{
margin-bottom:3px;
}
.testphotos{
	background-color:#FFFFFF;
	width:400px;
	margin-top:-40px;
	margin-left:-27px;
	position:absolute;
}
#mesamis{
	width:350px;
}
#contenu h1.invitation{
	color:#DC1820;
	font-size:14px;
}
#invitation{
	/*background-image: url(invitation.jpg);
	background-repeat: no-repeat;*/
	background-color:#cecccd;
	margin-top:20px;
}
#jeuwii_invitation{
	width:980px;
	height:547px;
}
#jeuwii_invitation a{
	display: block; float: right; width: 150px; margin-top: 3px;
	border:none;
	color:#c8c4c3;
}
#jeuwii_invitation a:hover{
	color:#fff;
}



/*ANTENNE*/
#fond_site{position: absolute; padding : 0px; left: 0px; top: 0px; width : 100%; height: auto; background-color: #fff; }

#fond_page{position: relative; width: 990px; height:100%; padding: 0px; margin-top: 0px;padding-bottom:0px; overflow:hidden;margin-left:auto;margin-right:auto;}    

#conteneurpuissant {
	min-width: 990px;
	overflow:hidden;
	background-image: url(fond_blanc.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.noborder a{
	border:0 none;
}

#pub_droite{
	background-color:#231520;
	background-image:url("../habillage/03.jpg");
	height:1059px;
	margin-left:990px;
	position:absolute;
	background-repeat:no-repeat;
	width:338px;
}
#pub_haut{
	background-color:#231520;
	background-image:url("../habillage/02.jpg");
	height:150px;
	margin-left:0;
	position:absolute;
	width:990px;
	background-repeat:no-repeat;
}
#pub_gauche{
	background-color:#231520;
	background-image:url("../habillage/01.jpg");
	background-repeat:no-repeat;
	Height:1059px;
	margin-left:-338px;
	position:absolute;
	width:338px;
}
