

/* RESET */
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    padding: 0;
}
*/

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
    border-spacing: 0;
}
/* /RESET */


body, #body-homepage-2018 {
	height:auto;
}

#liste_sujet
{
	text-align:left;
	padding-left:5px;
	font-family:tahoma;
	font-size:11px;
}

#forum
{
	width:970px;
	clear:both;
	overflow:hidden;
}

#forum h3
{
    font-family:grobold;
}

#textesaisie
{
	font-family:-apple-system,BlinkMacSystemFont,SFUI,HelveticaNeue,Helvetica,Arial,sans-serif;
	font-size:17px;
	width:100%;
}


#blocprofil
{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
}

#fond /* Pour la couleur jaune de fond */
{
	*margin-top:-1px;
	width:767px;
	background-repeat:repeat-y;
	background-color:#FBDA69; /* Couleur de fond */	
}

#fond_bas /* Pour l'arrondi du bas de page */
{
	width:767px;
	height:18px;
	/*background-image:url('//static.zoovalley.com/zoovalley/playbox/img/forum/fd_bas.jpg');*/
	background-repeat:no-repeat;
}

#fond_haut /* Pour l'arrondi du haut de page */
{
	width:767px;
	height:18px;
	/*background-image:url('//static.zoovalley.com/zoovalley/playbox/img/forum/fd_haut.jpg');*/
	background-repeat:no-repeat;
	margin-top:10px;
}

#fond2 /* Pour la couleur jaune de fond */
{
	*width:767px;
	*background-repeat:repeat-y;
	*background-color:#FBDA69; /* Couleur de fond */	
}

#fond2 p
{
	font-family:Verdana, serif;
	font-size:13px;
	color:#855113;
	text-align:center;
}

/********************* MENU FORUM ******************************/

#menu_forum
{
	width:767px;
}

#menu_forum ul li
{
	margin-left:27px;
}

#menu_forum a 
{
	float:left;
}

#menu_forum ul
{
	list-style-type:none;
	display:block;
	padding:0;
	margin:0;
}

#forum img
{
	border:none;
}

#nouveau {
	float:left;
	/*margin-right:350px;*/
	color:#855113;
	
	}

#nouveau a {
	color:#855113;
	font-weight:normal;
	font-weight:bold;
	}
/************************* FIN MENU FORUM *************************/

/********************* ACCEUIL ET SUJET IMAGES  *******************/

#entetetitretableau td{

	font-family:Verdana;
	font-size:11px;
	color:#855113;
	font-weight:bold;
}

#entetetitretableaumarron td{

	font-family:Verdana;
	font-size:11px;
	background-color:#E6D39B;
	font-weight:bold;
}


#en_ligne  /* Qui est en ligne */
{
   background-image:url('//static.zoovalley.com/zoovalley/playbox/img/forum/qui_cado.jpg');
   background-repeat:no-repeat;
   width:107px;
   height:153px;
   float:left;
   margin-right:5px;
}

.non_lu  /* theme non lu */
{
   background-image:url('//static.zoovalley.com/zoovalley/playbox/img/forum/theme-avecMessage.png');
   background-repeat:no-repeat;
   width:31px;
   height:31px;
   float:left;
}
.post_it_lu  /* post it */
{
   background-image:url('//static.zoovalley.com/zoovalley/playbox/img/forum/postit-lu.png');
   background-repeat:no-repeat;
   width:31px;
   height:31px;
   float:left;
}

.post_it  /* post it */
{
   background-image:url('//static.zoovalley.com/zoovalley/playbox/img/forum/postit-webmaster.png');
   background-repeat:no-repeat;
   width:31px;
   height:31px;
   float:left;
}

.lu  /* theme lu */
{
   background-image:url('//static.zoovalley.com/zoovalley/playbox/img/forum/theme-ssMessage.png');
   background-repeat:no-repeat;
   width:31px;
   height:31px;
   float:left;
}

.message_non_lu  /* sujet non lu */
{
   background-image:url('//static.zoovalley.com/zoovalley/playbox/img/forum/message.png');
   background-repeat:no-repeat;
   width:31px;
   height:31px;
   float:left;
}

.message_lu  /* sujet lu */
{
   background-image:url('//static.zoovalley.com/zoovalley/playbox/img/forum/message_lu.png');
   background-repeat:no-repeat;
   width:31px;
   height:31px;
   float:left;
}

/********************** FIN ACCEUIL ET SUJET IMAGES ********************/

/*************************** SUJET LEGENDE  ****************************/

#legende
{
	clear:both;
	width:767px;
	height:50px;
	*text-align:center;
}

#legende ul li
{
	float:left;
	margin-left:110px;

	margin-bottom: 20px;
	margin-top: 10px;
}
#legende td  {
	background:none !important;
	border:none !important;
	}
#legende td {
	font-family:Verdana, serif;
	font-size:11px;
	font-weight:bold;
	background:none;
	}

#legende ul
{
	float:left;
	list-style-type:none;
	display:block;
	padding:0;
	margin:0;
}

/**************************** FIN LEGENDE  ***************************/

/************************* TABLEAU PRINCIPAL  *************************/

/* pour les deux tableaux */

#forum table 
{
	border-collapse:collapse; /* Colle les bordures entre elles */
	margin:auto;
}


#forum th  /* Titre des colonnes */
{
   font-family:Verdana, serif;
   font-size:10px;
   background-color:rgb(230,211,155);
   padding:5px;
   border:1px solid #FADA68;
   text-align:center;
   color:#855113;
}


#forum td  /* Les cellules normales */
{
	/*font-weight:bold;*/
	padding:5px;
	border-right :1px solid #FADA68;
	text-align:center;
	background-color:rgb(252,246,224);
	/*height:42px;*/
}

#forum a  /*Pour les titres des sujets qui sont des liens */
{
   /*text-decoration:none; */
   /* Les liens ne seront plus soulign�s */
   /*color:#A59463;
   font-weight:bold; */
}

.nombre
{
	font-family:Verdana, serif;
	font-size:13px;
	font-weight:bold;
	color:#A59463;
}


.modification
{
	font-family:Verdana, serif;
	font-size:11px;
	color:#855113;
	background-color:#F7EBBF;
}

.modification a
{
	font-family:Verdana, serif;
	font-size:11px;
	color:#855113;
}

#forum p
{
	font-family:-apple-system,BlinkMacSystemFont,SFUI,HelveticaNeue,Helvetica,Arial,sans-serif;
	font-size:16px;
	font-weight:bold;
}

#body_forum body
{
	margin:auto; /* Centre la page */
	margin-top:20px; /* Pour �viter de coller avec le haut de la fen�tre du navigateur */
	margin-bottom:20px;    /* Idem pour le bas du navigateur */
	width:767px;
}

/*********************** STATISTIQUES DU FORUM **************************/

#statistique
{
	font-family:tahoma;
	float:left;
	width:630px;
	text-align:left;
}

#statistique p
{
	font-family:tahoma;
	font-size:11px;
	color:#A59463;
	font-weight:bold;
}

#statistique a
{
	font-family:tahoma;
	font-size:11px;
	color:#A59463;
}

/*********************************** PROFIL **************************/
#modifierprofil /* Pour le bouton modifier */
{
	/*float:right;*/
	height:22px;
	width:100%;
}
#modifierprofil a {
	display:block;
	float:right;
	margin-right: 15px;

	}

.affichage
{
	font-family:Verdana, serif;
	font-size:11px;
	color:#855113;
	text-align:left;
	font-style:bold;
}
.affichage .img_info_profil
{
	float:left;
	width:40px;
}

.affichage .contenu_info_profil 
{
	width:554px;
	float:left;
	text-align:left;
}

.affichage .contenu_info_profil .bloc_contenu_info_profil {
	width:277px;
	float:left;
	height:39px;
	text-align:left;
}

.affichage .contenu_info_profil2
{
	width:554px;
	float:left;
}

.affichage .contenu_info_profil .bloc_contenu_info_profil2 {
	/*width:277px; */
	float:left;
}

.affichage .contenu_info_profil .bloc_contenu_info_profil2 .input_text{
	/*width:277px; */
	float:left;
	font-family:tahoma;
	font-size:11px;
	}
.bloc_contenu_info_profil2 label {
	display:block;
	width:150px;
	float:left;
	clear:both;
	*height:20px;
	}

.info
{
	font-family:Verdana, serif;
	font-size:11px;
	color:#000000;
	text-align:left;
	font-style:bold;
	display:inline; 
}

#taille
{
	width:725px;
	margin-bottom:10px;
}

#pseudo
{
	font-family:Verdana, serif;
	font-size:10px;
	text-align:center;
}

.loisir
{
/*	display:block;
	width:150px;
	float:left;*/
}

.visible
{
	margin-bottom: 6px;
}

/************************* REPONDRE SUJET/ MP ***********************************/

#revue_sujet
{
	font-family:-apple-system,BlinkMacSystemFont,SFUI,HelveticaNeue,Helvetica,Arial,sans-serif;
	font-size:13px;
	color:#A59463;
    border-bottom: 1px solid #fada68;
}


#revue_sujet .message {
	width: auto;
}

/****************************** CSS WALID *********************************/
body
{
*text-align:center;
/*width:767px;*/
margin:auto;
}

#divMP
{
padding-top:5px;
background-repeat:no-repeat;
text-align:right;
background-image:url('//static.zoovalley.com/zoovalley/playbox/img/forum/bt_messages.jpg');
width:19px;
*width:115px;
height:24px;
*height:29px;
padding-left:90px;
padding-right:6px;
text-align:center;
font-size:11px;
font-weight:bold;
}

#banniere
{
	/*background-image:url('//static.zoovalley.com/zoovalley/playbox/img/forum/ban_madw.jpg');
	background-repeat:no-repeat;
	width:767px;
	height:104px;*/
	margin-bottom:20px;
	margin-top:10px;
}

#menu_forum
{
width:767px;
}

#menu_forum ul li, .cadreMessage ul li {
float:left;
margin-left:5px;
}

#menu_forum a {
float:left;
}

#menu_forum ul, .cadreMessage ul  {
float:left;
list-style-type:none;
display:block;
padding:0;
margin:0;
}

th
{
font-family:Verdana;
font-size:10px;
font-weight:bold;
}


img
{
border:none;
}


#contenu
{
margin-top:1px;
*text-align:center;
padding-left:5px;
padding-right:5px;
padding-bottom:10px;
background-color:#fbda69;
width:960px;
/*background-image:url('//static.zoovalley.com/zoovalley/playbox/img/forum/fd_haut.jpg');*/
background-repeat:no-repeat;
}

#fincontenu
{
width:767px;
/*background-image:url('//static.zoovalley.com/zoovalley/playbox/img/forum/fd_bas.jpg');*/
height:18px;
margin-bottom:10px;
}



#champRecherche
{
background-color:#fcf6e0;
width:755px;
}
.ligne 
{
vertical-align:top; 
color:#855113;
font-family:verdana;
font-size:11px;
/*border-top:1px solid #fbda69;*/
}
.ligne  a {
font-weight:normal !important;
color:#855113 !important;
 }

.center
{
text-align:center;
font-family:Verdana;
font-size:11px;
}
.entetemessage 
{
padding-top:5px;
}
#titre {
	background:#E6D39A;
	text-align:center;
	width:100%;
	}

#titre + table {
	width:100%;
}

#titre span {
padding-top:5px;
    font-family: Grobold;
font-weight:bold;
text-align:center;
display:block;
color:#855113;
font-size:12px;
}

#creersujet .table_principal  {
	width:757px !important;
	}
#creersujet .table_principal td {
	padding:0px !important;
	}	
	
#creersujet .table_principal table td {
	padding:5px !important;
	}	

hr
{
clear:both;
}


.sujet 
{
width:390px;
    font-family: -apple-system,BlinkMacSystemFont,SFUI,HelveticaNeue,Helvetica,Arial,sans-serif;
font-size:11px;
font-weight:bold;
font-variant:small-caps;
float:left;
}

.alignedroite
{
float:right !important;
*text-align:right !important;
}

.alignedroitemarge
{
*text-align:right;
margin-right:28px;
text-align:right;
}

.spacer
{
clear:both;
}

#forum .tablesmiley td {
	border:none;
	}

#forum .tablesmiley td img{
	cursor:pointer;
	}


td.cadreProfil, td.cadreMessage {
	background:none !important;
	text-align:left !important;
	}
	
td.cadreMessage p  {
	text-align:left;
	font-weight:normal !important;
	}

td.cadreProfil td
{
/*border-right:1px solid #fbda69;*/
background:none !important;
font-weight:normal !important;
width:200px !important;
height:auto !important;
padding:0px !important;
text-align:left !important;
border:none !important;
font-family:Verdana, serif;
font-size:11px;
/*float:left;*/

}

.message
{
    font-family: -apple-system,BlinkMacSystemFont,SFUI,HelveticaNeue,Helvetica,Arial,sans-serif;
    font-size: 15px;
}

.message_order1
{
    font-family: -apple-system,BlinkMacSystemFont,SFUI,HelveticaNeue,Helvetica,Arial,sans-serif;
    font-size: 15px;
font-weight:bold;
}



.cadreMessage
{
font-family:Verdana, serif;
font-size:12px;

width:549px;
}


.titreBox{
  background-image:url('//static.zoovalley.com/zoovalley/playbox/img/forum/zone.jpg');
  background-repeat:no-repeat;
  background-color:#f8ebbf;
  font-family:-apple-system,BlinkMacSystemFont,SFUI,HelveticaNeue,Helvetica,Arial,sans-serif;
  font-size:16px;
  width:550px;
  height:25px;
  padding-left:10px;
  border:none;
  } 

.PseudoBox{
background-image:url('//static.zoovalley.com/zoovalley/playbox/img/forum/zone2.jpg');
background-repeat:no-repeat;
background-color:#f8ebbf;
font-family:tahoma;
font-size:11px;
width:188px;
height:25px;
border:none;
padding-left:10px;

} 

.verdana
{
font-family:Verdana,serif;
font-size:14px;
}

#conteneurAutoCompletion {
	position:relative;
	/*height:10px;
	width:10px;
	border:1px solid black;*/
	overflow:visible;
	/*display:block;*/
	/*padding:0px;*/
	}
	
div .autocompletion {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	z-index: 1;
	position:absolute;
	visibility: hidden;
	/*height:40px;*/
	background-color: #FFFFFF;
	width:20px;
	/*height:20px;*/
	color: #000000;
	font-size: 14px;
	
	/* Le bloc heritait de left et top d'un autre truc je sais pas d'ou */
	/* je pense que ce doit etre dans le fichier js et peut etre meme que c'est toi qui la plac� comme �a */
	top:0px !important;
	left:0px !important;
	
}

div.autocompletion div.selected {

	background-color: #3366cc;
	color: #ffffff;
}

.fondtableau
{
background-color:#fcf6e0;
text-align:center;
font-family:Verdana, serif;
font-size:11px;
color:#855113;
}


blockquote 
{
width:80%;
margin-left:40px;
padding:20px 10px;
box-sizing: border-box;
	background:rgba(251, 218, 105, 0.5);
	overflow: auto;
}

blockquote:before {
	content:'"';
	float:left;
	color:#855113;
	font-size:30px;
	display: block;
	font-weight: bold;
	top:-10px;
	position: relative;
}

blockquote:after {
	content:'"';
	float:right;
	color:#855113;
	font-size:30px;
	display: block;
	font-weight: bold;
	top:10px;
	position: relative;
}
/*
blockquote p 
{
padding:10px;
margin:0;
background-repeat:no-repeat;
background-image: url('//static.zoovalley.com/zoovalley/playbox/img/forum/quote2.png');
background-position:100% 100%;
}
*/
#menu_admin{
	padding-left:30%;
	text-align:left;
	font-family:Verdana;
	font-size:12px;
	background:#E6D39A;
	width:100%;
	width: 520px;
	*width: 757px;
	}

#messageErreur{
	font-weight:bold;
	text-align:center;
	font-family:Verdana;
	font-size:12px;
	background:#E6D39A;
	width:100%;
	}

.colTheme {
	text-align:left !important;
	}
	
.colTheme a {
	color:#A59463; 
    font-family: Grobold;
    font-size: 15px;
    text-decoration: none;
	}
.colTheme a:hover {
	color:#A59463; 
	}	
.colTheme a:visited {
	color:#A59463; 
	}	
.icone_envelope {
	width:33px;
	}

.supprime{
     border:none;
     color:#fff;
     background: transparent url('//static.zoovalley.com/zoovalley/playbox/img/forum/bt_supprime.jpg') no-repeat top left;
     width:18px;
     height:18px;
}




.conteneurBouton {
	padding-top:5px;
	height:17px;
	}


#alignementboutonMP
{
	display:inline;
	width:97px;
	height:19px;
}

.alignementnom
{
	margin-bottom:5px;
}

.message {
width:550px;
/*height:100%;*/
min-height:40px;
overflow:auto;
}
.messageAdmin{
min-width:100px;
/*height:100%;*/
min-height:40px;
overflow:auto;
}

/* added by julien dufresne (2010) */
.pagination
{
	font-weight: bold;
}



.btn-gray,
a.btn-gray,
div a.btn-gray {
    background: #855113;
    font-size: 1rem!important;
    font-family: grobold!important;
    padding: .25em 1em!important;
    text-align: center;
    color: #fff !important;
	text-decoration: none;
    z-index: 1;
    box-shadow: 1px 1px 2px rgba(0,0,0,.55), 0 4px 4px -4px #fff inset, 0 -4px 4px -4px #000 inset, 0 3em 3em -3em rgba(255,255,255,.5) inset;
    position: relative;
    display: inline-block;
    font-weight: 400!important;
    cursor: pointer;
    height: auto!important;
    user-select: none;
    text-transform: capitalize;
	margin:2px;
}

.btn-gray:hover,
a.btn-gray:hover,
div a.btn-gray:hover {
    background: #855113;
    font-size: 1rem!important;
    font-family: grobold!important;
    padding: .25em 1em!important;
    text-align: center;
	color:black !important;
    text-decoration: none;
    z-index: 1;
    box-shadow: 1px 1px 2px rgba(0,0,0,.55), 0 4px 4px -4px #fff inset, 0 -4px 4px -4px #000 inset, 0 3em 3em -3em rgba(255,255,255,.5) inset;
    position: relative;
    display: inline-block;
    font-weight: 400!important;
    cursor: pointer;
    height: auto!important;
    user-select: none;
    text-transform: capitalize;
}

.cadreprofil .blocprofil {
	width:100%;
    font-family: grobold;
    font-size: 16px;
    font-variant: small-caps;
    line-height: 9px;
}

#repondresujet > table {
	width:100%;
}

/*
#repondresujet > table td:first-child ,
#editermessageform > table td:first-child {
	width:20%;
}*/

.tablesmiley {
	padding:0;
	width:100%;
}

#forum-accueil-theme:before {
    content:'\004E3B\009898';
}


.cadreprofil {
    width:19%;
}



#editer-preview-message {
    width: 100%;
}

@media screen and (max-width: 992px) {

    table, tr, td {
        width: 100%;
    }

    #forum {
        width:100%;
    }

    #menu_forum {
        width: 100%;
    }

    #contenu {
        width:98%;
        margin-top:0px;
    }

    #legende {
        width: 100%;
    }

    #fond_bas {
        width: 100%;
    }

    #zone-statistiques {
        display:none;
    }

    .lu {
        display:none;
    }

    #legende {
        display:none;
    }


    #forum-accueil-nombre-sujet {
        display:none;
    }

    #forum-accueil-nombre-message {
        display:none;
    }

    #forum-accueil-derniere-modification {
        display:none;
    }

    #marquer-comme-lu {
        display:none;
    }


    .colTheme {
        text-align: center !important;
        }

    .colTheme a {
        font-size:5vw;
        text-transform:uppercase;
    }


    #forum-accueil-theme:before {
        display:none;
    }


    .cadreMessage {
        width:70%;
    }

    .cadreprofil {
        width:30%;
    }

    #forum-sujet-enveloppe {
        display:none;
    }

    #forum-sujet-nombre-vues {
        display:none;
    }

    .nombre {
        font-size: 9vw;
    }

    .modification {
        font-size: 5vw;
    }

    #forum > center > span {
        font-size:5vw;
    }

    #forum td {
        font-size: 4vw !important;
        height: 11vw;
        padding: 2vw;
        overflow: hidden;
        line-height: 5vw;
        word-break: break-word;
    }

    .message {
        font-size: 4vw;
        width: initial;
        height: initial;
        overflow: initial;
    }


    .message_order1 {
        font-size: 4.2vw;
        width: initial;
        height: initial;
        overflow: initial;
    }

    .sujet {
        font-size: 4vw;
    }

    #editer-repondre-icone {
        width:40%;
    }


    #editer-repondre-message {
        width:60%;
    }

    #textesaisie {
        font-size: 5vw;
    }

    #editer-preview-message {
        display:none;
    }

    #titre span {
        font-size: 4vw !important;
    }

    #forum > h3 {
        font-size: 5vw;
        padding: 0px;
        margin: 0px;
    }

    .btn-gray, a.btn-gray, div a.btn-gray {
        padding: 0.25vw;
        margin: 1vw;
        text-transform: uppercase;
        font-family: arial;
        font-size: 3vw;
    }

    #titre {
        width:100% !important;
    }

    input[type="submit" i] {
       text-transform: uppercase;
       font-size : 3vw;
    }


    #fincontenu {
        display: none;
    }

}
