/************************************************

Feuille de styles site E-monsite.com 

************************************************/


/* Configuration générale du site (police de caractère et taille par défaut, fond d'écran (couleur ou image), etc.) */
body { 
margin:50px;
padding:0px;
text-align:center;
color:#000000;
font: 10px Trebuchet MS, Helvetica, Arial, sans-serif, Verdana;
background-color: #000000;
}
 
/* liens par défaut */
a{ 
color:#333333;
text-decoration:underline;
}

a:hover{
text-decoration:none;
}
 

/* Titre du site dans le bloc header */ 
#header h1,#header p { 
	margin:0 0 0 0; 
    padding:0 0px 0 0px; 
    font-size:0px; 
    line-height:normal; 
    font-family:Trebuchet MS; 
    color:#FFFFFF; 
    text-align:center;
    display:none; 
 }

/* FORMULAIRES PAR DEFAUT*/
form { }
label { }
input {
padding:2px;
}
select, option { }
textarea {
padding:2px;
}
/* FIN FORMULAIRES PAR DEFAUT*/



/* BLOC EDITABLE POUR LES VERSIONS PRO EN HAUT DU SITE */
#hautvpro
{ 
width:100%;
text-align:center;
font: 10px Trebuchet MS, Helvetica, Arial, sans-serif, Verdana;
color:#000000;
}

#hautvpro a
{ 
color:#000000;
text-decoration:none;
margin:0;
padding:0;
}

#hautvpro a:hover
{ 
color:#000000;
text-decoration:underline;
}
/* FIN BLOC EDITABLE POUR LES VERSIONS PRO EN HAUT DU SITE */



/* BLOC PUBLICITÉ ADSENSE 
UNIQUEMENT EN VERSION PRO */
#pubpro
{
text-align:center;
margin:5px;
}
/* FIN BLOC PUBLICITÉ ADSENSE */




/* BLOC LOGO */
#headerlogo
{
text-align:center;
}
/* FIN BLOC LOGO */



/* BLOC DU CONTENU */

#contenant #contenu
{ 
color:#ffffff;
width:935px;

margin: 2px 130px 0 5px;
}

#contenant > #contenu
{ 
width:auto;
margin: 2px 0px 0 0px;
}


#contenu div, #contenu span{
margin: 0;
padding: 0;
}

#contenant #contenu li.formulaire { list-style-type:none; }

/* FIN DU BLOC DU CONTENU */

/* CADRES VISITEURS / COMMENTAIRES / ETC */

/* Cadre Vous êtes le XX visiteurs & dernière mise à jour */
#contenu .visiteurs
{
margin-top:20px;
background-color:#000000;
text-align:center;
font-size:16px;
font-weight:bold;
color:#FFFFFF;background-image: url(http://www.e-monsite.com/);
background-repeat:no-repeat;background-position:center center;clear:both;
}

/* Cadre Poster un commentaire, ajouter un message sur le livre d'or, sur le forum, ... */
#contenu .commentaires
{ 
margin-top:20px;
padding:3px;
background-color:#000000;
text-align:left;
font-size:4px;
font-weight:bold;
color:#000000;
background-image: url(http://www.e-monsite.com/);
background-repeat:no-repeat;background-position:center center;clear:both;
}





/* CONFIGURATION DU FORUM */

#contenu table.forum
{ 
margin:0 auto;
width:99%;
border-collapse:collapse;
}

#contenu table.forum td
{ 
border:1px solid #000000;
height:50px;
padding:3px;
}

#contenu table.forum tr:hover
{
background-color:#FFFFFF;
color:#000000;
}

#contenu table.forum tr:hover a
{
color:#000000;
}

#contenu td.sujet
{
width:290px; text-align:left; 
}

#contenu div.citationforum
{
width:99%;
text-align:left;
padding:2px;
display:block;
border:1px solid #FFFFFF;
}

#contenu a.liencat
{
text-decoration:none;
padding-left:20px;
background: url('http://www.e-monsite.com/rep/im/folder.png') left no-repeat;
}

#contenu a.liencat:hover
{
text-decoration:underline;
padding-left:20px;
background: url('http://www.e-monsite.com/rep/im/folder2.png') left no-repeat;
}

#contenu a.liensujet
{
text-decoration:none;
padding-left:20px;
background: url('http://www.e-monsite.com/rep/im/script.png') left no-repeat;
}

#contenu a.liensujet:hover
{
text-decoration:underline;
padding-left:20px;
background: url('http://www.e-monsite.com/rep/im/script2.png') left no-repeat;
}

#contenu a.liensujet:visited
{
text-decoration:none;
padding-left:20px;
background: url('http://www.e-monsite.com/rep/im/script3.png') left no-repeat;
}

#contenu td.rep
{
width:35px; text-align:center; 
}

#contenu td.derniermessage
{
 text-align:left; 
}

#contenu .auteur
{
font-size:10px;
}

#contenu table.forum-lire
{ 
margin:0 auto;
width:99%;
border-collapse:collapse;
}

#contenu table.forum-lire td
{ 
border:1px solid #ffffff;
padding:5px;
}

#contenu td.titresujet
{
background-color:#FFFFFF;
color:#000000 ;
}

#contenu a.titresujet
{
color:#000000 ;
}

#contenu td.internaute
{
text-align:center; 
width:18%; 
padding:3px;
}

#contenu .datesujet 
{
padding-left:20px;
}
/* FIN DE LA CONFIGURATION DU FORUM */



/* FORMULAIRE POUR POSTER UN MESSAGE SUR LE SITE (FORUM, COMMENTAIRES, LIVRE D'OR, ...) */

#contenu #monForm
{
	width: 100%;
}

#contenu #monForm p
{
	margin: 5px 0;
}

/* fieldset , legend */
#contenu #monForm fieldset
{
	margin-bottom: 20px;
	border: #ffffff 1px solid;
	
}
#contenu #monForm fieldset legend
{
	padding: 0 5px;
	font-size: 15px;
	color: #ffffff;
}

/* Label */
#contenu #monForm label
{
	//display: block;
	width: 30%;
	float: left;
	padding-right: 1%;
	//text-align: right;
	margin:5px;
    margin-left: 1%;
}

#contenu #monForm .form_label_nostyle
{
	background: none;
}

/* Input */
#contenu #monForm input, #monForm select, #contenu #monForm textarea
{
	margin-left: 1%;
	width: 60%;
	border: #CCC 1px solid;
}

/* case à cocher */
#contenu #monForm input[type="checkbox"]
{
	width: 15px;
	height: 15px;
}


/* button submit */
#contenu #monForm input[type="submit"]
{
	width: 220px;
	float:right;
	border:#ffcc00 1px solid;
    clear:both;
}

#contenu #monForm p{
clear:both;
}
/* FIN FORMULAIRE POUR POSTER UN MESSAGE SUR LE SITE (FORUM, COMMENTAIRES, LIVRE D'OR, ...) */


/*

CONFIGURATION DU LIVRE D'OR et COMMENTAIRES

affichage des messages sur le module livre d'or et des commentaires (rubriques, blog, photos...)  

*/ 

#contenu .message-livredor
{
line-height:20px;
text-align:justify;
}

#contenu .titre-livredor
{
font-weight:bold;
}

#contenu .img-livredor
{
text-align:right;
margin-top:-30px;
margin-bottom:10px;
}

/* FIN DE CONFIGURATION DU LIVRE D'OR */ 



/* CONFIGURATION DU MODULE LIENS */ 

#contenu .message-liens
{
line-height:20px;
text-align:justify;
}

#contenu .titre-liens
{
font-weight:bold;
}

/* FIN DE CONFIGURATION DU MODULE LIENS */ 
