/*
Design par toggo
Réalisé par toggo
http://www.drugtown2008.com
*/

body
{
   width: 900px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-color: #000000;
}

#en_tete
{
   width: 900px;
   height: 110px;
   background-color: #000000;
   margin-bottom: 10px; 
   border: 1px solid #828282;
   
}
#corps
{
	margin-top: 10px;
	margin-left: 160px;
	margin-right: 160px;
	padding: 15px;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size: 12px; /* Paragraphes de 14 pixels */
	color: #c4c4c4;
	background-color: #000000;
	border: 1px solid #828282;
	min-height: 460px;
}
#menu_gauche
{
	margin-top: 10px;
	float: left;
	width: 150px;
	background-color: #000000;
	border: 1px solid #828282;
	color: #c4c4c4;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size: 12px;
	min-height: 502px;
}
#menu_droit
{
	margin-top: 10px;
	float: right;
	width: 150px;
	height: 500px;
	color: #c4c4c4;
	border: 1px solid #828282;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #000000;
	min-height: 502px;
}
.top
{
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 1px solid #828282;
	font-size: 10px;
}
.table
{
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 1px solid #828282;
	font-size: 12px;
}
.table_1
{
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 1px solid #828282;
	font-size: 10px;
	min-height: 156px;
}
.table_2
{
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 1px solid #828282;
	font-size: 10px;
	min-height: 80px;
}
.table_3
{
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 1px solid #828282;
	font-size: 12px;
	min-height: 158px;
}
.table_4
{
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 1px solid #828282;
	font-size: 12px;
	min-height: 269px;
}
.table_5
{
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 1px solid #828282;
	font-size: 12px;
	height: 150px;
}
h2
{
   border: 1px solid #7a350a;
   color: #c4c4c4;
   text-align: center;
   margin-top: 0px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
h3
{
    color: #c4c4c4;
   text-align: center;
   margin-top: 0px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

/* L'en-tête */


#en_tete1
{
   width: 133px;
   height: 100px;
   background-image: url("images/drugtown2006.gif");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   margin-left: 90px;
   
}

a { 
text-decoration: underline; color: #c4c4c4; padding-left: 5px;}
a:visited	{ text-decoration: underline; color: #c4c4c4; }
a:hover		{ text-decoration: underline; color: #8d8d8d; }
/* Le menu2 */

a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}


#corps p 
{
color: #c4c4c4 ;
text-align: center;
padding-left: 10px;
background-color : #848484;
width: justify;
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
	margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   text-align: center;
   color: #c4c4c4;
   
}
