* {
    margin: 0;
    padding: 0;
}

html, body, img, p, div, span, form, h1, h2, h3, h4, table, tr, td {
    border: 0;
}

body {
    background: url(images/fond.png) repeat-y #fff center;
    margin-left: auto;
    margin-right: auto;
}

body, h1, h2, h3, h4, h5, h6, table, input, textarea {
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

img {
    vertical-align: middle;
}

.clear {
    clear: both;
}

input, textarea, select {
    font: inherit;
}

/****************************************************************************/
/***                                                                      ***/
/***  ZONE CONNEXION                                                      ***/
/***                                                                      ***/
/****************************************************************************/

#zone_connexion {
    background: url(images/fond_connexion.gif) repeat-x #6a6a6a;
    height: 63px;
    color: #fff;
}

/***************************/
/* Formulaire de connexion */
/***************************/

#zone_connexion #form_connexion {
    position: relative;
    top: 8px;
    text-align: center;
    font-weight: bold;
}

#zone_connexion #form_connexion #contact {
    position: absolute;
    left: 10px;
    top: 7px;
}

#zone_connexion #form_connexion, #zone_connexion #form_connexion input {
    font-size: 17px;
}

#zone_connexion #form_connexion #mot_passe_oublie {
    position: absolute;
    top: 33px;
    text-align: left;
}

#zone_connexion #form_connexion input {
    width: 163px;
    height: 26px;
    line-height: 26px;
    color: #aaa;
    padding-left: 13px;
    border: 1px solid #C3C3C3;
}

#zone_connexion #form_connexion #mot_passe {
    background: url(images/connexion_logo_mot_passe.png) no-repeat 10px 1px #fff;
    width: 149px;
    padding-left: 30px;
}

#zone_connexion #form_connexion a {
    font-size: 12px;
    font-weight: normal;
    color: #aaa;
}

#zone_connexion #form_connexion a:hover {
    color: #fff;
}

/***************************/
/* Menu une fois connecté  */
/***************************/

#zone_connexion #menu {
    line-height: 63px;
}

#zone_connexion #menu a {
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    padding-left: 17px;
    letter-spacing: -1px;
}

#zone_connexion #menu a:hover {
    text-decoration: underline;
    color: #DAC285;
}

#zone_connexion #menu #deconnexion {
    float: right;
    padding-right: 25px;
    font-weight: bold;
}


/****************************************************************************/
/***                                                                      ***/
/***  ZONE HOMEPAGE                                                       ***/
/***                                                                      ***/
/****************************************************************************/

#zone_centrale {
    position: relative;
    width: 1100px;
    height: 564px;
    background: url(images/fond_homepage.jpg) no-repeat #fff;
}

#zone_centrale #pancarte {
    position: absolute;
    top: 398px;
    left: 800px;
    width: 245px;
    height: 145px;
    text-align: center;
}

/******************************************/
/* Référencement en pied de page homepage */
/******************************************/

#homepage {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
    font-size: 0.8em;
    color: #5C5C5C;
}

#homepage #referencement {
    position: absolute;
    top: 970px;
    width: 1090px;
    font-size: 9px;
    font-weight: normal;
    padding: 5px;
    background-color: #fff;
}

#homepage #referencement p {
    padding-bottom: 5px;
}

#homepage #referencement a {
    color: inherit;
    text-decoration: none;
}

#homepage #referencement #powerby {
    border-top: 1px solid #C3C3C3;
    padding: 10px 0;
}

#homepage #referencement #powerby #smartineo {
    float: right;
}

/******************************************/
/* Drapeaux homepage                      */
/******************************************/

#homepage #drapeaux {
    position: absolute;
    z-index: 2;
    padding: 3px;
}

#homepage #drapeaux a {
    padding-right: 5px;
}

/******************************************/
/* Indicateurs                            */
/******************************************/

#homepage #indicateurs {
    position: absolute;
    line-height: 25px;
    width: 377px;
    text-align: right;
    font-weight: bold;
}

#homepage #indicateurs strong, #homepage #indicateurs b {
    color: #f00;
}

/***************************/
/* Liens homepage          */
/***************************/

#zone_centrale #liens {
    position: absolute;
    top: 180px;
    left: 50px;
    width: 330px;
}

#zone_centrale #liens .lien {
    display: block;
    clear: both;
    margin-bottom: 20px;
}

#zone_centrale #liens .lien .indice {
    float: left;
    width: 47px;
    height: 31px;
    background: url(images/fond_indice.png) no-repeat;
    margin-right: 13px;
    color: #E64619;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 3px;
    padding-left: 2px;
}

#zone_centrale #liens .lien p {
    width: 250px;
    font-size: 12px;
    color: #5a5a5a;
    padding-right: 14px;
    margin-left: 62px;
    text-align: justify;
    line-height: 16px;
}

#zone_centrale #liens .lien strong {
    font-weight: bold;
    color: #E64619;
}

/***************************/
/* Zone d'inscription      */
/***************************/

#zone_centrale #inscription {
    position: absolute;
    top: 19px;
    left: 380px;
    width: 424px;
    height: 538px;
    background: url(images/fond_inscription.png) no-repeat;
}

#zone_centrale #inscription #header {
    margin-top: 12px;
    text-align: center;
}

#zone_centrale #inscription #formulaire, #zone_centrale #inscription #formulaire2 {
    margin: 0 40px;
    width: 340px;
}

#zone_centrale #inscription #formulaire {
    height: 430px;
    overflow: hidden;
}

#zone_centrale #inscription #formulaire #go_etape2{
    clear: both;
    float: right;
    margin-top: 5px;
}

#zone_centrale #inscription #formulaire2 {
    position: absolute;
    display:none;
}

#zone_centrale #inscription #formulaire2 #go_etape1{
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

#zone_centrale #inscription #formulaire2 .important {
    color: #f00;
}

#zone_centrale #inscription #formulaire2 #annonce {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
}

#zone_centrale #inscription #formulaire2 #photo {
    margin-bottom: 20px;
}

#zone_centrale #inscription #formulaire th, #zone_centrale #inscription #formulaire td {
    line-height: 20px;
    padding-top: 2px;
}

#zone_centrale #inscription #footer {
    text-align: center;
    position: absolute;
    top: 507px;
    width: 424px;
}

#zone_centrale #inscription #footer #lien_inscription {
    display: none;
}

#zone_centrale #inscription #footer, #zone_centrale #inscription #footer a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

#zone_centrale #inscription #footer a:hover {
    color: #DAC285;
}

#zone_centrale #inscription #formulaire table {
    width: 100%;
}

#zone_centrale #inscription #formulaire tr, #zone_centrale #inscription #formulaire p {
    line-height: 23px;
}

#zone_centrale #inscription #formulaire th {
    font-weight: normal;
    text-align: left;
    width: 200px;
}

#zone_centrale #inscription #formulaire td input[type=text], #zone_centrale #inscription #formulaire td select {
    width: 200px;
    font: inherit;
    line-height: 16px;
}

#zone_centrale #inscription #formulaire td.info {
    color: #8B8B8B;
    font-size: smaller;
    line-height: 0;
    padding-bottom: 5px;
}

#zone_centrale #inscription a {
    font-weight: bold;
    color: inherit;
}

#zone_centrale #inscription #formulaire #je_suis_motard {
}

/***************************/
/* Nouveau membre homepage */
/***************************/

.nouveau_membre {
    width: 1100px;
    height: 257px;
    background: url(images/fond_homepage_nouveau_membre.gif) repeat-x #DAC285;
}

.nouveau_membre #carte {
    float: right;
    margin-top: 10px;
    height: 241px;
}

.nouveau_membre h1 {
    background: url(images/filet_titre_nouveau_membre.png) no-repeat center;
    background-position: center 40px;
    padding-top: 15px;
    height: 55px;
    font-size: 17Px;
    color: #B08033;
    text-align: center;
    margin-right: 255px;
}

.nouveau_membre .fiches {
    padding-left: 10px;
}

.nouveau_membre .fiche {
    float: left;
    background: url(images/fond_mignonette_homepage.png) no-repeat;
    width: 145px;
    height: 135px;
    text-align: center;
    padding-top: 15px;
    margin-left: 15px;
    color: #5a5a5a;
    font-size: 12px;
}

.nouveau_membre .fiche a.info {
    display: block;
    padding-top: 20px;
    color: #E64619;
    font-weight: bold;
    font-size: 14px;
}

.nouveau_membre #message {
    clear: both;
    height: 130px;
    background-color: #DAC285;
    text-align: center;
    padding-top: 10px;
}

.nouveau_membre #message p {
    padding: 5px 10px;
}


/*********************************************/
/* Nouveau membre homepage une fois connecté */
/*********************************************/

#homepage_connecte .nouveau_membre {
    width: 740px;
    height: auto;
    padding: 20px 0;
    margin-bottom: 10px;
    background: url(images/fond_homepage_liste_membres.gif) #DAC285;
}

#homepage_connecte .nouveau_membre .fiche {
    margin-left: 28px;
}

#homepage_connecte .nouveau_membre .fiche a.info2 {
    display: block;
    padding-top: 20px;
    color: #E64619 !important;
    font-weight: bold;
    font-size: 14px;
}

#homepage_connecte .nouveau_membre .fiche {
    padding-bottom: 25px;
}



/****************************************************************************/
/***                                                                      ***/
/***  ZONE PAGE AUTRE QUE HOMEPAGE                                        ***/
/***                                                                      ***/
/****************************************************************************/

#standard {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
    font-size: 0.8em;
    color: #5C5C5C;
}

/* Fond sable très clair */
#standard .fond1 {
    background-color: #F7F0DF;
}

/* Fond sable clair */
#standard .fond2 {
    background-color: #F0E6CA;
}

/* Fond sable moyen clait */
#standard .fond3 {
    background-color: #EDE1C2;
}

/* Fond sable moyen foncé */
#standard .fond4 {
    background-color: #EADBB5;
}

/* Fond sable foncé */
#standard .fond5 {
    background-color: #E6D3A4;
}

/* Fond sable très foncé */
#standard .fond6 {
    background-color: #E0C88F;
}

#standard hr.small {
	background: url(images/hr_petit.png) no-repeat center;
	height: 20px;
	border: 0;
}

/***************************/
/* Bandeau communication   */
/***************************/

#standard #session {
    position: absolute;
    margin-left: 360px;
    height: 170px;
    width: 235px;
    overflow: hidden;
}

#standard #bandeau {
    position: relative;
    height: 195px;
    background: url(images/fond_bandeau.png) no-repeat;
}

#standard #bandeau #menu_bandeau {
    position: absolute;
    top: 134px;
    width: 345px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 17px;
    color: #8b8b8b;
}

#standard #bandeau #menu_bandeau a {
    text-decoration: none;
    padding: 0 10px;
    color: #8b8b8b;
}

#standard #bandeau #menu_bandeau a:hover {
    text-decoration: underline;
    color: #DAC285;
}

#standard #bandeau #communication {
    position: absolute;
    top: 65px;
    left: 715px;
    width: 150px;
    height: 110px;
    text-align: center;
    margin-top: 7px;
    color: #ddd;
}

#standard #bandeau .alerte {
    margin-bottom: 10px;
}

#standard #bandeau #communication a {
    color: #ddd;
    text-decoration: none;
}

/***************************/
/* Menus de gauche         */
/***************************/

#standard #menu_gauche {
    float: left;
    width: 293px;
    margin-left: 33px;
}

/***************************/
/* Menu gauche recherche   */
/***************************/

#standard #menu_gauche #menu_recherche {
    margin-bottom: 15px;
}

#standard #menu_gauche #menu_recherche #menu_recherche_header {
    background: url(images/menu_gauche_recherche_haut.gif) no-repeat;
    height: 37px;
    width: 230px;
    line-height: 32px;
    padding-left: 50px;
    color: #DAC285;
}

#standard #menu_gauche #menu_recherche #menu_recherche_contenu {
    background: url(images/fond_menu_gauche_recherche.gif) repeat-y;
    padding: 0 20px 1px 20px;
    color: #D62E1B;
    font-size: 10px;
}

#standard #menu_gauche #menu_recherche #menu_recherche_contenu a {
    display: block;
	background: url(images/puce_menu_gauche_recherche.png) no-repeat 0px 8px;;
    padding-left: 10px;
	line-height: 20px;
    text-decoration: none;
    color: #3E3E40;
    font-size: 12px;
    margin-bottom: 10px;
}

#standard #menu_gauche #menu_recherche #menu_recherche_contenu a:hover {
    text-decoration: underline;
    color: #DAAC38;
}

#standard #menu_gauche #menu_recherche #menu_recherche_footer {
    background: url(images/menu_gauche_recherche_bas.gif) no-repeat;
    height: 32px;
}

/***************************/
/* Menu gauche parrainage  */
/***************************/

#standard #menu_gauche #menu_parrainage {
    position: relative;
    top: -10px;
    margin-bottom: 5px;
}

#standard #menu_gauche #menu_parrainage #menu_parrainage_header {
    background: url(images/menu_gauche_parrainage_haut.gif) no-repeat;
    height: 37px;
    width: 276px;
    line-height: 40px;
    padding-left: 50px;
    color: #BBA672;
}

#standard #menu_gauche #menu_parrainage #menu_parrainage_contenu {
    padding: 0 20px 1px 20px;
    color: #D62E1B;
    font-size: 10px;
}

#standard #menu_gauche #menu_parrainage #menu_parrainage_contenu a {
    display: block;
	background: url(images/puce_menu_gauche_recherche.png) no-repeat 0px 8px;;
    padding-left: 10px;
	line-height: 20px;
    text-decoration: none;
    color: #3E3E40;
    font-size: 12px;
    margin-bottom: 10px;
}

#standard #menu_gauche #menu_parrainage #menu_parrainage_contenu a:hover {
    text-decoration: underline;
    color: #DAAC38;
}


/***************************/
/* Menu gauche divers      */
/***************************/

#standard #menu_gauche #menu_divers {
    position: relative;
/*    top: -20px;*/
}

#standard #menu_gauche #menu_divers #menu_divers_header {
    background: url(images/menu_gauche_divers_haut.gif) no-repeat;
    height: 37px;
    width: 230px;
    line-height: 40px;
    padding-left: 50px;
    color: #DAC285;
}

#standard #menu_gauche #menu_divers #menu_divers_contenu {
    width: 237px;
    background: url(images/fond_menu_gauche_divers.gif) repeat-y;
    color: #fff;
    padding: 0 20px;
}

#standard #menu_gauche #menu_divers #menu_divers_contenu li {
    margin-left: 20px;
	list-style: url(images/puce_menu_gauche_recherche.png);
	line-height: 20px;
}

#standard #menu_gauche #menu_divers #menu_divers_contenu a {
    text-decoration: none;
    color: #fff;
}

#standard #menu_gauche #menu_divers #menu_divers_contenu a:hover {
    text-decoration: underline;
    color: #DAAC38;
}

#standard #menu_gauche #menu_divers #menu_divers_footer {
    background: url(images/menu_gauche_divers_bas.gif) no-repeat;
    height: 32px;
}

#standard #menu_gauche #menu_divers #newsletter {
    background: url(images/fond_menu_gauche_divers.gif) repeat-y;
    margin-right: 17px;
    padding: 10px 20px 0 20px;
    color: #fff;
}

#standard #menu_gauche #menu_divers #newsletter p {
    padding-bottom: 5px;
}

#standard #menu_gauche #menu_divers #newsletter #email {
    display: inline-block;
    width: 208px;
}

/***************************/
/* Contenu                 */
/***************************/

#standard #contenu {
    float: right;
    width: 740px;
    padding-bottom: 5px;
    margin-right: 34px;
    color: #000;
}

#standard #contenu h1 {
    background: url(images/fond_h1.png) no-repeat;
    padding-left: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}

#standard #contenu h2 {
    background: url(images/fond_h2.png) no-repeat;
    padding-left: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
}

#standard #contenu h3 {
    background: url(images/fond_h3.png) no-repeat;
    padding-left: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
}

#standard #contenu a {
    text-decoration: underline;
    color: inherit;
}

#standard #contenu .bouton {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background-color: #6a6a6a;
    text-align: center;
    padding: 0 10px;
}
#standard #contenu .bouton a {
    text-decoration: none;
    color: #fff;
    font-size: 10px;
}

#standard #contenu .bouton a:hover {
    text-decoration: underline;
}

#standard #contenu .info {
    border: 1px solid #f00;
    background-color: #e4e4e4;
    padding: 5px;
}

#standard #contenu .padding {
    padding: 5px;
}

#standard #contenu .padding_bas {
    padding-bottom: 5px;
}

#standard #contenu .saut {
    padding-bottom: 10px;
}

#contenu table td {
    text-align: left;
}

/******************************************/
/* Pied de page standard                  */
/******************************************/

#standard #pied_page {
    clear: both;
    background-color: #DAC285;
    text-align: center;
    padding: 2px 0;
}

#standard #pied_page a {
    color: #5c5c5c;
}

/******************************************/
/* Référencement en pied de page standard */
/******************************************/

#standard #referencement {
    clear: both;
    background-color: #F7F1E1;
    font-size: 9px;
    font-weight: normal;
    padding: 5px;
    border-top: 1px solid #DAC285;
    border-bottom: 1px solid #DAC285;
}

#homepage #referencement p {
    padding-bottom: 5px;
}

#standard #referencement a {
    color: inherit;
    text-decoration: none;
}

#standard #referencement #powerby {
    border-top: 1px solid #C3C3C3;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 10px 0;
}

#standard #referencement #powerby #smartineo {
    float: right;
}


/****************************************************************************/
/***                                                                      ***/
/***  PAGES DE LA FICHE PERSO                                             ***/
/***                                                                      ***/
/****************************************************************************/

#standard #fiche_perso h1 {
    background: url(images/fond_h2.png) no-repeat;
}

#standard  #fiche_perso h4 {
    color: #f00;
}

#standard  #fiche_perso .important {
    color: #f00;
}

#standard  #fiche_perso .icone {
    float: left;
    padding-right: 5px;
    padding-bottom: 2px;
}

#standard  #fiche_perso li {
    padding-left: 15px;
	list-style: none;
	background: url(images/puce_menu_gauche_recherche.png) no-repeat 3px 6px;
}

#standard #fiche_perso #container_2_colonnes {
	background: url(images/fond_ma_fiche.png);
    padding-right: 5px;
    padding-bottom: 2px;
}

#standard #fiche_perso #colonne1 {
    float: left;
    padding-right: 5px;
    padding-bottom: 2px;
    width: 535px;
}

#standard #fiche_perso #colonne2 {
    float: right;
    margin: 5px;
    width: 178px;
    line-height: 20px;
}

/******************************************/
/* Mon compte                             */
/******************************************/

#standard  #fiche_perso #mon_compte #mon_compte_colonne1, #standard  #fiche_perso #mon_compte #mon_compte_colonne2 {
    float: left;
    width: 365px;
    margin-top: 10px;
}

#standard #fiche_perso #mon_compte #mon_compte_colonne1 {
    margin-right: 5px;
}

#standard #fiche_perso #mon_compte #mon_compte_colonne2 {
    margin-left: 5px;
}

#standard #fiche_perso #mon_compte .mot_passe {
    width: 100px;
}

#standard #fiche_perso #mon_compte .email {
    width: 150px;
}

#standard #fiche_perso #mon_compte input {
    margin: 1px 0;
}

/******************************************/
/* Ma fiche membre                        */
/******************************************/

#standard #fiche_perso #ma_fiche h4.center {
    text-align: center;
}

#standard #fiche_perso #ma_fiche select, #standard #fiche_perso #ma_fiche input {
    margin: 2px 0;
}

#standard #fiche_perso #ma_fiche hr {
	background: url(images/hr_petit.png) no-repeat center;
	height: 20px;
	border: 0;
}

#standard #fiche_perso #ma_fiche .limite_texte {
    font-style: italic;
    font-size: 11px;
}

#standard #fiche_perso #ma_fiche #colonne1 #bloc_pseudo {
    float: left;
}

#standard #fiche_perso #ma_fiche #colonne1 #bloc_pseudo ul {
    padding-top: 15px;
}

#standard #fiche_perso #ma_fiche #colonne1 #bloc_pseudo #anniversaire{
    margin-left: 15px;
}

#standard #fiche_perso #ma_fiche #imagette {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 3px solid #D62E1B;
}

#standard #fiche_perso #ma_fiche #pseudo {
    color: #f00;
    font-weight: bold;
}

#standard #fiche_perso #ma_fiche textarea {
    height: 80px;
    margin-top: 5px;
    padding: 2px;
}

#standard #fiche_perso #ma_fiche #colonne1 textarea {
    width: 519px;
}

#standard #fiche_perso #ma_fiche #colonne2 textarea {
    width: 172px;
}

#standard #fiche_perso #ma_fiche #code_postal {
    width: 40px;
}

#standard #fiche_perso #ma_fiche #ville {
    width: 250px;
}

#standard #fiche_perso #ma_fiche #date_naissance input[type=text] {
    width: 66px;
}

#standard #fiche_perso #ma_fiche #motard select {
    max-width: 182px;
}

#standard #fiche_perso #ma_fiche #moto input[type=text] {
    width: 100%;
}

#standard #fiche_perso #ma_fiche #place input[type=text] {
    width: 20px;
}

#standard #fiche_perso #ma_fiche input[type=checkbox] {
    margin-left: 10px;
}

#standard #fiche_perso #ma_fiche #container_3_colonnes {
    margin-top: 10px;
}

#standard #fiche_perso #ma_fiche #container_3_colonnes .colonne {
    float: left;
    width: 232px;
    padding: 5px;
}

#standard #fiche_perso #ma_fiche #container_3_colonnes .colonne_separateur {
    float: left;
    width: 5px;
    border: 1px solid #fff;
}

#standard #fiche_perso #ma_fiche #container_3_colonnes textarea {
    width: 224px;
    height: 80px;
    margin-top: 5px;
    padding: 2px;
}

#standard #fiche_perso #ma_fiche #info_login_copain {
    color: #f00;
}

/******************************************/
/* Ma zone hot                            */
/******************************************/

#standard #fiche_perso #ma_fiche_hot hr {
	background: url(images/hr_petit.png) no-repeat center;
	height: 20px;
	border: 0;
}

#standard #fiche_perso #ma_fiche_hot textarea {
    font: inherit;
    width: 520px;
    height: 80px;
    margin-top: 5px;
    padding: 2px;
}

/******************************************/
/* Mes photos                             */
/******************************************/

#standard #fiche_perso #mes_photos #zone_imagette {
    width: 738px;
}

#standard #fiche_perso #mes_photos #zone_imagette td.colonne1{
    width: 560px;
    text-align: left;
}

#standard #fiche_perso #mes_photos #imagette {
    margin-right: 5px;
    margin-bottom: 5px;
    border: 3px solid #D62E1B;
}

#standard #fiche_perso #mes_photos #photos_publiques {
    width: 100%;
}

#standard #fiche_perso #mes_photos #photos_publiques td {
    text-align: left;
}

#standard #fiche_perso #mes_photos #photos_publiques .supprimer {
    padding-top: 10px;
}

/******************************************/
/* Mes amis                               */
/******************************************/

#standard #fiche_perso #mes_amis h4.gris {
    color: #5C5B60;
}

#standard #fiche_perso #mes_amis table.en_attente {
    border-spacing: 0px;
    border-collapse: collapse; 
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
}

#standard #fiche_perso #mes_amis table.en_attente tr {
    background-color:  #5C5B60;
    color: #fff;
    line-height: 24px;
    vertical-align: top;
}

#standard #fiche_perso #mes_amis table.en_attente th {
    color: #fff;
}

#standard #fiche_perso #mes_amis table.en_attente td {
    padding: 2px 5px;
    color: #000;
}

#standard #fiche_perso #mes_amis .en_attente .colonne1, #standard #fiche_perso #mes_amis .en_attente .colonne3 {
    width: 160px;
}

#standard #fiche_perso #mes_amis .en_attente .colonne1 {
    text-align: center;
}


#standard #fiche_perso #mes_amis table.en_attente .colonne3 .bouton {
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

#standard #fiche_perso #mes_amis table.amis {
    border-spacing: 0px;
    border-collapse: collapse; 
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
}

#standard #fiche_perso #mes_amis .amis td.colonne_supp {
    width: 20px;
    text-align: center;
}

#standard #fiche_perso #mes_amis .amis .colonne1, #standard #fiche_perso #mes_amis .amis .colonne3 {
    width: 160px;
}

#standard #fiche_perso #mes_amis table.amis tr {
    vertical-align: top;
}

#standard #fiche_perso #mes_amis table.amis td {
    padding: 2px 5px;
    color: #000;
}

#standard #fiche_perso #mes_amis table.amis td li {
    margin-top: 9px;
}
#standard #fiche_perso #mes_amis table.amis td ul {
    margin-bottom: 10px;
}

#standard #fiche_perso #mes_amis table.amis .colonne3 .bouton {
    margin-top: 5px;
    margin-bottom: 20px;
    display: block;
}

/******************************************/
/* Mes vacances                           */
/******************************************/

#standard #fiche_perso #mes_vacances .vacances {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse; 
    margin-bottom: 10px;
}

#standard #fiche_perso #mes_vacances .vacances td {
    padding: 5px;
}

#standard #fiche_perso #mes_vacances table.vacances .colonne2 {
    width: 212px;
}

#standard #fiche_perso #mes_vacances textarea {
    display: block;
    width: 725px;
    height: 65px;
}

#standard #fiche_perso #mes_vacances input[type=text], #standard #fiche_perso #mes_vacances select, #standard #fiche_perso #mes_vacances textarea {
    margin: 1px 0;
}

/******************************************/
/* Mes sorties                         */
/******************************************/

#standard #fiche_perso #mes_sorties .sortie {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse; 
    margin-bottom: 10px;
}

#standard #fiche_perso #mes_sorties .sortie tr {
    vertical-align: top;
}

#standard #fiche_perso #mes_sorties .sortie td {
    padding: 5px;
}

#standard #fiche_perso #mes_sorties table.sortie .colonne2 {
    width: 212px;
}

#standard #fiche_perso #mes_sorties textarea {
    width: 495px;
    height: 65px;
}

#standard #fiche_perso #mes_sorties input[type=text], #standard #fiche_perso #mes_sorties select, #standard #fiche_perso #mes_sorties textarea {
    margin: 1px 0;
}

#standard #fiche_perso #mes_sorties hr {
	background: url(images/hr_petit.png) no-repeat center;
	height: 20px;
	border: 0;
}

#standard #fiche_perso #mes_sorties .image_type_sortie {
    float: left;
    padding-right: 5px;
    padding-bottom: 2px;
}

/******************************************/
/* Ma messagerie                          */
/******************************************/

#standard #fiche_perso #ma_messagerie table.emails {
    width: 100%;
    border: 1px solid #5C5B60;
    border-spacing: 0px;
    border-collapse: collapse; 
    margin-bottom: 10px;
}

#standard #fiche_perso #ma_messagerie table.emails a {
    text-decoration: none;
    color: #A8852B;
}

#standard #fiche_perso #ma_messagerie table.emails a:hover {
    text-decoration: underline;
    color: #A8852B;
}

#standard #fiche_perso #ma_messagerie table.emails th {
    background-color:  #5C5B60;
    color: #fff;
    line-height: 24px;
    vertical-align: top;
}

#standard #fiche_perso #ma_messagerie table.emails td {
    line-height: 24px;
    border-top:  1px solid #5C5B60;
    padding: 2px;
}

#standard #fiche_perso #ma_messagerie table.emails td.colonne_supp {
    width: 20px;
    text-align: center;
}

#standard #fiche_perso #ma_messagerie table.emails td.colonne1 {
    background-color:  #F7F0DF;
    width: 135px;
}

#standard #fiche_perso #ma_messagerie table.emails td.colonne2 {
    background-color:  #EADBB5;
    width: 150px;
}

#standard #fiche_perso #ma_messagerie table.emails td.colonne3 {
    background-color:  #EDE1C2;
}

#standard #fiche_perso #ma_messagerie table.emails td.colonne4 {
    background-color:  #F0E6CA;
    width: 30px;
    text-align: center;
}

#standard #fiche_perso #ma_messagerie table.emails td.colonne5 {
    background-color:  #F7F0DF;
    text-align: center;
}

#standard #fiche_perso #ma_messagerie .formulaire {
    width: 550px;
}

#standard #fiche_perso #ma_messagerie textarea.formulaire {
    height: 200px;
}

#standard #fiche_perso #ma_messagerie #fiche_messagerie th {
    text-align: right;
}

#standard #fiche_perso #ma_messagerie #imagette {
    border: 3px solid #D62E1B;
    margin-bottom: 5px;
}

#standard #fiche_perso #message, #standard .historique .message {
    background-color: #DAD8D9;
    padding: 2px;
    margin-bottom: 5px;
}

#standard #fiche_perso #message_sujet, #standard #fiche_perso .historique .sujet {
    font-weight: bold;
    margin: 5px 0;
}

#standard #fiche_perso .historique .login {
    font-weight: bold;
    color: #D62E1B;
}

#standard .historique {
    margin-bottom: 20px;
}

#standard .historique .message {
    margin-top: 5px;
}

#standard .historiques {
    margin-bottom: 20px;
}

#standard #fiche_perso .historiques a {
    font-weight: bold;
    color: #D62E1B;
}

#standard #fiche_perso .historiques .nb {
    font-weight: bold;
}

#standard #fiche_perso .historiques .date {
    font-size: 10px;
}

/******************************************/
/* Mes alerteurs                          */
/******************************************/

#standard #fiche_perso #mes_alerteurs table.alerteur {
    width: 100%;
    border: 1px solid #5C5B60;
    border-spacing: 0px;
    border-collapse: collapse; 
    margin-bottom: 10px;
}

#standard #fiche_perso #mes_alerteurs table.alerteur a {
    text-decoration: none;
    color: #A8852B;
}

#standard #fiche_perso #mes_alerteurs table.alerteur a:hover {
    text-decoration: underline;
    color: #A8852B;
}

#standard #fiche_perso #mes_alerteurs table.alerteur th {
    background-color:  #5C5B60;
    color: #fff;
    line-height: 24px;
    vertical-align: top;
}

#standard #fiche_perso #mes_alerteurs table.alerteur td {
    line-height: 24px;
    border-top:  1px solid #5C5B60;
    padding: 2px;
}

#standard #fiche_perso #mes_alerteurs table.alerteur td.colonne_supp {
    width: 20px;
    text-align: center;
}

#standard #fiche_perso #mes_alerteurs table.alerteur td.colonne1 {
    background-color:  #F7F0DF;
    width: 135px;
}

#standard #fiche_perso #mes_alerteurs table.alerteur td.colonne2 {
    background-color:  #EADBB5;
}

#standard #fiche_perso #mes_alerteurs table.alerteur td.colonne3 {
    background-color:  #F7F0DF;
    width: 180px;
    text-align: center;
}

/****************************************************************************/
/***                                                                      ***/
/***  PAGES D'UNE FICHE MEMBRE                                            ***/
/***                                                                      ***/
/****************************************************************************/

#standard  #fiche_membre h1 {
    background: none;
    text-align: left;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    color: #f00;
}

#standard  #fiche_membre #onglets {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
}

#standard  #fiche_membre #onglets th, #standard  #fiche_membre #onglets td {
    width: 145px;
    height: 32px;
    text-align: center;
}

#standard  #fiche_membre #onglets th {
    background: url(images/onglet_actif.png) no-repeat;
    color: #fff;
}

#standard  #fiche_membre #onglets td {
    background: url(images/onglet_inactif.png) no-repeat;
}

#standard  #fiche_membre #onglets td a {
    text-decoration: none;
    color: #000;
}

#standard  #fiche_membre #onglets td a:hover {
    color: #fff;
}

#standard #fiche_membre #imagette {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 3px solid #D62E1B;
}

#standard #fiche_membre #ma_fiche #colonne1 #bloc_infos {
    float: left;
}

#standard #fiche_membre #ma_fiche #colonne1 #bloc_infos ul {
    padding-top: 15px;
}

#standard  #fiche_membre h4 {
    color: #f00;
}

#standard  #fiche_membre .important {
    color: #f00;
}

#standard  #fiche_membre .icone {
    float: left;
    padding-right: 5px;
    padding-bottom: 2px;
}

#standard  #fiche_membre li {
    padding-left: 15px;
	list-style: none;
	background: url(images/puce_menu_gauche_recherche.png) no-repeat 3px 6px;
}

#standard #fiche_membre #container_2_colonnes {
	background: url(images/fond_ma_fiche.png);
    padding-right: 5px;
    padding-bottom: 2px;
}

#standard #fiche_membre #colonne1 {
    float: left;
    padding-right: 5px;
    padding-bottom: 2px;
    width: 535px;
}

#standard #fiche_membre #colonne2 {
    float: right;
    margin: 5px;
    width: 178px;
    line-height: 20px;
}

#standard #fiche_membre #sa_fiche #actions {
    text-align: center;
    padding: 10px 0;
}

#standard #fiche_membre #sa_fiche #container_3_colonnes {
    margin-top: 10px;
}

#standard #fiche_membre #sa_fiche #container_3_colonnes .colonne {
    float: left;
    width: 232px;
    padding: 5px;
    min-height: 150px;
}

#standard #fiche_membre #sa_fiche #container_3_colonnes .colonne_separateur {
    float: left;
    width: 5px;
    border: 1px solid #fff;
}

#standard #fiche_membre #sa_fiche #container_3_colonnes textarea {
    width: 224px;
    height: 80px;
    margin-top: 5px;
    padding: 2px;
}

/******************************************/
/* Sa zone hot                            */
/******************************************/

#standard #fiche_membre #sa_fiche hr {
	background: url(images/hr_petit.png) no-repeat center;
	height: 20px;
	border: 0;
}

#standard #fiche_membre #sa_fiche #titre_photos_privees {
    text-align: center;
    color: #f00;
    font-weight: bold;
}

#standard #fiche_membre #sa_fiche #titre_photos_privees {
    padding-bottom: 10px;
}

#standard #fiche_membre #sa_fiche #code_acces {
    padding-bottom: 20px;
}

#standard #fiche_membre #sa_fiche #photos_prives a.photo_galerie {
    float: left;
    padding-right: 28px;
    padding-bottom: 20px;
}

/******************************************/
/* Ses photos                             */
/******************************************/

#standard #fiche_membre #sa_fiche #photos_publiques a.photo_galerie {
    float: left;
    padding-right: 28px;
    padding-bottom: 20px;
}

/******************************************/
/* Ses vacances                           */
/******************************************/

#standard #fiche_membre #ses_vacances .vacances {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse; 
    margin-bottom: 10px;
}

#standard #fiche_membre #ses_vacances .vacances tr {
    vertical-align: top;
}

#standard #fiche_membre #ses_vacances .vacances td {
    padding: 5px;
}

#standard #fiche_membre #ses_vacances table.vacances .colonne2 {
    width: 212px;
}

/******************************************/
/* Ses sorties                            */
/******************************************/

#standard #fiche_membre #ses_sorties .sortie {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse; 
    margin-bottom: 10px;
}

#standard #fiche_membre #ses_sorties .sortie tr {
    vertical-align: top;
}

#standard #fiche_membre #ses_sorties .sortie td {
    padding: 5px;
}

#standard #fiche_membre #ses_sorties table.sortie .colonne2 {
    width: 212px;
}

#standard #fiche_membre #ses_sorties textarea {
    width: 495px;
    height: 65px;
}

#standard #fiche_membre #ses_sorties input[type=text], #standard #fiche_membre #ses_sorties select, #standard #fiche_membre #ses_sorties textarea {
    margin: 1px 0;
}

#standard #fiche_membre #ses_sorties hr {
	background: url(images/hr_petit.png) no-repeat center;
	height: 20px;
	border: 0;
}

#standard #fiche_membre #ses_sorties .image_type_sortie {
    float: left;
    padding-right: 5px;
    padding-bottom: 2px;
}

/******************************************/
/* Spécifique moteur de recherche         */
/******************************************/

#standard #fiche_membre #sa_fiche_moteur #membre_moteur_recherche {
    border-spacing: 0px;
    border-collapse: collapse; 
    margin-bottom: 10px;
}

#standard #fiche_membre #sa_fiche_moteur #membre_moteur_recherche td {
    padding: 5px;
}

#standard #fiche_membre #sa_fiche_moteur #membre_moteur_recherche td.colonne1, #standard #fiche_membre #sa_fiche_moteur #membre_moteur_recherche td.colonne2 {
    vertical-align: top;
}

#standard #fiche_membre #sa_fiche_moteur #membre_moteur_recherche td.colonne1 {
    width: 160px;
}

#standard #fiche_membre #sa_fiche_moteur #inscription_gratuite {
    width: 212px;
    vertical-align: middle;
    text-align: center;
}

#standard #fiche_membre #sa_fiche_moteur #inscription_gratuite a {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #f00;
    text-decoration: none;
}

/****************************************************************************/
/***                                                                      ***/
/***  ZONE DES DIFFERENTES RECHERCHES                                     ***/
/***                                                                      ***/
/****************************************************************************/

#standard .recherche_membre {
    border-spacing: 0px;
    border-collapse: collapse; 
    margin-bottom: 10px;
}

#standard .recherche_membre tr {
    vertical-align: top;
}

#standard .recherche_membre .colonne1 {
    width: 160px;
    padding: 0 5px 5px 0;
}

#standard .recherche_membre .colonne1 img, .image_membre {
    border: 3px solid #D62E1B;
}

#standard .recherche_membre .colonne2 {
    text-align: left;
    width: 368px;
}

#standard .recherche_membre .colonne3 {
    width: 212px;
    text-align: center;
}

#standard .recherche_membre h4 {
    color: #f00;
}

#standard .recherche_membre h4 a {
    color: #f00;
    text-decoration: none;
}

#standard .recherche_membre li {
    margin-left: 15px;
	list-style: url(images/puce.png);
	line-height: 20px;
}

#standard .recherche_liste_pages b {
    color: #f00;
}

#standard .recherche_liste_pages a {
    color: #8b8b8b;
}

#standard .recherche_liste_pages a:hover {
    color: #000;
}

#standard .recherche_membre .annonce {
    text-align: left;
}

/******************************************/
/* Recherche commun                       */
/******************************************/

#standard #recherche .recherche {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse; 
}

#standard #recherche .recherche td {
    padding: 5px;
    vertical-align: top;
}

#standard #recherche .recherche .france {
    width: 212px;
}

#standard #recherche .recherche .france input {
    display: block;
    margin-top: 5px;
}

#standard #recherche .recherche h4 {
    color: #f00;
    padding-bottom: 10px;
}

#standard #recherche .bouton {
    margin-top: 10px;
    margin-bottom: 5px;
}

#standard #recherche select, input {
    margin: 1px 0;
}

#standard #resultat {
    margin-bottom: 15px;
}

#standard #recherche .trois_colonnes {
    display: inline-block;
    width: 155px;
    padding-left:10px;
}


/******************************************/
/* Recherche sortie                       */
/******************************************/

#standard #recherche_sortie .sortie {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse; 
    margin-bottom: 10px;
}

#standard #recherche_sortie .sortie tr {
    vertical-align: top;
}

#standard #recherche_sortie .sortie td {
    padding: 5px;
}

#standard #recherche_sortie table.sortie .colonne2 {
    width: 212px;
}

#standard #recherche_sortie hr {
	background: url(images/hr_petit.png) no-repeat center;
	height: 20px;
	border: 0;
}

#standard #recherche_sortie .image_type_sortie {
    float: left;
    padding-right: 5px;
    padding-bottom: 2px;
}

#standard  #recherche_sortie h4 {
    color: #f00;
    padding-bottom: 5px;
}

/******************************************/
/* Recherche sortie                       */
/******************************************/

#standard #recherche_vacances .vacances {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse; 
    margin-bottom: 10px;
}

#standard #recherche_vacances .vacances tr {
    vertical-align: top;
}

#standard #recherche_vacances .vacances td {
    padding: 5px;
}

#standard #recherche_vacances .colonne2 {
    width: 212px;
}

#standard  #recherche_vacances h4 {
    color: #f00;
    padding-bottom: 5px;
}

/****************************************************************************/
/***                                                                      ***/
/***  CHAT                                                                ***/
/***                                                                      ***/
/****************************************************************************/

#standard #chat .chat {
    clear: both;
    padding-bottom: 10px;
}

#standard #chat .chat input {
    float: right;
    margin-bottom: 10px;
}

/****************************************************************************/
/***                                                                      ***/
/***  PETITES-ANNONCE                                                     ***/
/***                                                                      ***/
/****************************************************************************/

#standard #pa .pa_table {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse; 
    margin-bottom: 10px;
}

#standard #pa .pa_table td, #standard #pa .pa_table th {
    padding: 5px;
}


#standard #pa .pa_table th {
    text-align: left;
}

#standard #pa #formulaire{
    width: 100%;
}

#standard #pa #formulaire th {
    text-align: left;
}

#standard #pa #fiche_messagerie textarea {
    width: 600px;
    height: 200px;
}


/****************************************************************************/
/***                                                                      ***/
/***  SITES RECOMMANDES                                                   ***/
/***                                                                      ***/
/****************************************************************************/

#standard #site_recommande .resultat {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse; 
    margin-bottom: 10px;
}

#standard #site_recommande .resultat td, #standard #site_recommande .resultat th {
    padding: 5px;
}


#standard #site_recommande .resultat th {
    text-align: left;
}

#standard #ajouter_site_recommande .important {
    color: #f00;
}

#contenu #ajouter_site_recommande #backlink {
    width: 100%;
    border-collapse: collapse;
}

#contenu #ajouter_site_recommande #backlink tr {
    vertical-align: top;
}

#contenu #ajouter_site_recommande #backlink td, #contenu #ajouter_site_recommande #backlink th {
    padding: 5px;
    border: 1px solid #000;
}

#contenu #ajouter_site_recommande #backlink .code {
    color: #000;
}


/****************************************************************************/
/***                                                                      ***/
/***  Internationalisation                                                ***/
/***                                                                      ***/
/****************************************************************************/

.i18n_cle {
    display: none;
}

a .i18n_cle {
    display: inline;
    padding-left: 5px;
}

/****************************************************************************/
/***                                                                      ***/
/***  Abonnement                                                          ***/
/***                                                                      ***/
/****************************************************************************/

#contenu #abonnement #fonctionnalites, #contenu #abonnement #offres {
    border-spacing: 0px;
    border-collapse: collapse; 
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
}

#contenu #abonnement #fonctionnalites td, #contenu #abonnement #fonctionnalites th, #contenu #abonnement #offres td, #contenu #abonnement #offres th {
    border: 1px solid #000;
    line-height: 20px;
    padding: 3px;
}

#contenu #abonnement #fonctionnalites thead th, #contenu #abonnement #offres thead th {
    background-color: #D62E1B;
    color: #fff;
}

#contenu #abonnement #fonctionnalites tbody th {
    text-align: left;
    font-weight: normal;
}

#contenu #abonnement #fonctionnalites tbody td {
    text-align: center;
}

#contenu #abonnement #fonctionnalites #fonction {
    display: none;
}

#contenu #abonnement #offres .duree, #contenu #abonnement #offres .duree_etoile {
    display: inline-block;
    width: 107px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    color: #fff;
}

#contenu #abonnement #offres .duree {
    background: url(images/duree.png) no-repeat;
}

#contenu #abonnement #offres .duree_etoile {
    background: url(images/duree_etoile.png) no-repeat;
    padding: 0 25px;
}

#contenu #abonnement #paypal {
    margin-top: 10px;
    text-align: center;
}

#standard #abonnement .membre {
    border-spacing: 0px;
    border-collapse: collapse; 
    margin-bottom: 10px;
}

#standard #abonnement .membre tr {
    vertical-align: top;
}

#standard #abonnement .membre .colonne1 {
    width: 528px;
    padding: 5px;
}

#standard #abonnement .membre .colonne1 .logo {
    float: left;
    padding-right: 5px;
}

#standard #abonnement .membre .colonne2 {
    width: 212px;
    text-align: center;
    vertical-align: middle;
}

#standard #abonnement .membre h4 {
    color: #f00;
}

#standard #abonnement .membre h4 a {
    color: #f00;
    text-decoration: none;
}

#standard #abonnement .membre input {
    width: 250px;
}

/****************************************************************************/
/***                                                                      ***/
/***  Photos site                                                         ***/
/***                                                                      ***/
/****************************************************************************/

#contenu #photo_site .photo {
    margin: 3px 3px;
    border: 1px solid #000;
}

#contenu #photo_site #nav {
    text-align: center;
    padding: 5px;
}

#contenu #photo_site #nav a {
    padding: 10px 10px;
}


