


	
body
{
   width: 770px;
   margin: auto;
   margin-top: 40px;
   margin-bottom: 20px;    
   background-color:#040417;

}




/* Header */

#en_tete 
{
   width: 775px;
   height: 100px;
   margin-bottom: 12px;
   
}


/* Le menu */

#menu
{
   float: left;
   width: 135px;
}

.element_menu
{
   background-color: #151621;

   background-repeat: repeat-x;
   margin-top: 0px;
  
    border:1px black solid;
	  
  
   padding-top:8px;
   margin-bottom: 10px;
   padding-bottom:6px;
}

.element_menu_pub
{
   background-color: #151621;

   background-repeat: repeat-x;
   margin-top: 0px;
   border:none;
   padding-top:0px;
   margin-bottom: 30px;
}


.element_menu_pics
{
   background-color: #151621;

   background-repeat: repeat-x;
   margin-top: 15px;
	border:1px black solid;
  
  
   padding-top:1px;
   margin-bottom: 10px;
}
/* Effets sur les menus */


.element_menu h3
{    
   color: #B3B3B3;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   list-style-image: url("./images/puceM4.jpg");
   padding: 0px;
   padding-left: 35px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
	
   	color: #c9c9c9;
	text-decoration:none;
}

.element_menu a:hover
{
	color: #ff4e00;
	text-decoration:underline;
	text-transform: uppercase;
	
}
.element_menu_pics a
{
	
   	color: #151621;
	text-decoration:none;
}

.element_menu_pics a:hover
{
	color: #151621;

}


/* Le corps */

#corps
{
	margin-left: 145px;
	margin-bottom: 20px;
  

	padding-top: 1px;
	padding-left: 13px;
	padding-right: 13px;
	color: #B3B3B3;
	background-color: #151621;
	background-image: url("./images/motif.png");
	background-repeat: repeat-x;
   

 
    border:1px black solid;
}

#corps h1
{

   color: #B3B3B3;
   text-align: center;
   font-family: "Garamont", "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{

   height: 30px;

   background-image: url("./images/titre.png");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #B3B3B3;
   text-align: left;
}


/* Le pied de page (copyrights) */

#pied_de_page
{
	padding: 5px;

	text-align: center;

	color: #B3B3B3;
	background-color: #151621;
	background-image: url("./images/motif.png");
	background-repeat: repeat-x;
	border:1px black solid;

}



/* Les LIENS */
a.encre
{
	color: white;
	text-decoration:none;
}

a.encre:hover
{
	color: white;
	text-decoration:underline;
	
}

a.tab_accueil
{
text-decoration:none;
color: #151621;
}
a.tab_accueil:hover
{
text-decoration:none;
color: #151621;
}
a.bgs
{
text-decoration:none;
color: #151621;
}
a.bgs:hover
{
text-decoration:none;
color: #4756ff;
}


a.banniere
{
text-decoration:none;
color: #080719;
}
a.banniere:hover
{
text-decoration:none;
color: #080719;
}


a.link
{
	color: white;
	text-decoration:none;
	 color: #B3B3B3;
}

a.link:hover
{
	color: #6899fb;
	text-decoration:underline;
	
}

.voteur
{
margin:0px;
padding:0px;
border:none;
width:359px;
height:40px;
}
.voteur:hover
{
width:359px;
height:40px;
margin:0px;
padding:0px;
border:1px white outset;
}



/* Les PARAGRAPHES */

p.corps_title
{
font-size: xx-large;
font-weight:bold;
font-family:"Smudger LET", "Mistral", "Lucida Handwriting", "Tekton Pro", "Times New Roman";

}

p.tableau_title_accueil
{
	font-size: xx-large;
	font-family:"Tekton Pro", "Times New Roman";
	color:#B3B3B3;
}
	




ul.tab_accueil
{
   list-style-image: url("./images/puceM4.jpg");
   padding: 0px;
   padding-left: 35px;
   margin: 0px;
   margin-bottom: 5px;
   color:#B3B3B3;
}


input.valid
{
	background:url(./images/valider.png) -180px -28px;
	border:none;
	width:180px;
	height: 28px;
}
input.valid:hover
{
	background:url(./images/valider2.png) -180px -28px;
	border:none;
	width:180px;
	height: 28px;
}


input.valided
{
	background:url(./images/valided.png) -180px -28px;
	border:none;
	width:180px;
	height: 28px;
}
input.valided:hover
{
	background:url(./images/valided2.png) -180px -28px;
	border:none;
	width:180px;
	height: 28px;
}






