body
{
   width: 700px;
   margin: auto;   
   background-image: url(http://www.impackt-up.fr/images/fond.jpg);
   background-repeat: repeat;
}

p
{
    color: #E0E0E0; 
    font-family: verdana; 
    font-size: 12px;    
}


/* L'en-tête */
#en_tete
{
    width: 700px;
    height: 112px; 
    background-image: url(http://www.impackt-up.fr/images/entete.jpg);
    background-repeat: no-repeat;   
    border: none;
}
#table_entete
{
    width: 700px;
    height: 112px;
	border-collapse: collapse;
	color: #D5D93A; 
    font-family: verdana; 
    font-size: 11px;  
}
#table_entete td
{
	padding: 0px;
}


/* La barre de contact */
#barre_contact
{
    width: 700px;
    height: 33px;
    background-image: url(http://www.impackt-up.fr/images/fond_barre.jpg);
    background-repeat: no-repeat;   
}
#table_barre_contact
{
    width: 700px;
    height: 33px;
	border-collapse: collapse;
    color: #f2f2f2; 
    font-family: verdana; 
	font-weight: bold; 
}
#table_barre_contact td
{
	padding: 0px;
}
#table_barre_contact a
{
	color: #BEBEBE;
	text-decoration: none;
}

#table_barre_contact a:hover
{
	color: #D9D9D9;
}



/* Le corps*/
#corps
{
    width: 700px;
    margin-bottom: 0px;
}

#table_corps
{
    border-collapse: collapse;
    width: 700px;
    background-color: #4B4643;       
    height: 500px;
    min-height: 496px;   
    margin: auto;
}

/* Le menu */
#menu
{
    vertical-align: top;
    width: 190px;
    padding: 0px;     
    border: none;
    background-image: url(http://www.impackt-up.fr/images/fond_menu.jpg);
    background-repeat: no-repeat;      
}

.sous_menu
{
    border-collapse: collapse;
    width: 170px;
    margin: auto;  
	margin-left: 10px;  
    padding: 0px;     
    border: none;
    margin-bottom: 7px;
    color: #D5D93A;
    font-family: arial; 
    font-size: 12px;	
}

.sous_menu_titre
{
    width: 170px; 
    padding: 0px;
	padding-bottom: 3px;
    border: none;
    vertical-align: top;
}

.sous_menu_milieu
{
    padding: 2px;
    border: none;
    vertical-align: top;
}

.puce_menu
{
    padding-left: 10px;
	padding-left: 10px;
    border: none;
    vertical-align: top;
}

.sous_menu_milieu a
{
    border: none;
    text-decoration: none;
    color: #D5D93A;
    font-family: arial; 
    font-size: 12px;
}
.sous_menu_milieu a:hover
{
    color: #FDE220;
}


/* La page */
#page
{
    vertical-align: top;
    width: 500px;
    padding: 0px;     
    border: none;
}

#contenu_page
{
    border-collapse: collapse;
    width: 500px;
    padding: 0px;     
    border: none;
}

#contenu_page_milieu
{
    width: 500px;
    height: 400px; 
    padding: 15px;   
    padding-bottom: 0px;  
    border: none;
    vertical-align: top;
}

/* le pied de page */
#pied_page
{
    width: 700px;
    height: 26px;
    margin-top : 0px;
    background-image: url(http://www.impackt-up.fr/images/fond_barre_bas.jpg);
    background-repeat: no-repeat;
	margin-bottom: 0px;
	font-weight: bold; 
}

#pied_page a
{
	color: #BEBEBE;
	text-decoration: none;
}

#pied_page a:hover
{
	color: #D9D9D9;
}

#pied_page_bis
{
    width: 700px;
}




