/*
Design du site 4GO10K
*/


#acceuil
{
	margin-top: 600px;
	margin-bottom: 20px;
	margin-left: 300px;
	margin-right: 300px;
}

body
{
   margin: auto;
   margin-bottom: 20px;    
   background-color : rgb(230,160,100);
   min-width:800px;
   /*background-image: url("http://localhost/perso/images/bg_fiche.gif");*/
}

/* L'en-tête */

#en_tete
{
   height: 200px;
   padding-bottom: 0px;
   background: url("images/bannx.jpg");
   background-repeat: repeat-x;
   margin-bottom: 0px;
   border-bottom: 2px solid black;
}

#sous_entete
{
   margin-left: 150px;
   margin-right: 150px;
   border-bottom: 1 px solid black;
   font-size:0.75em;
   text-align: center;
}


#partie_gauche
{
	height: 100%;
}


#table_menu_g
{
	width: 150px;
	height:100%;
	background: url("images/menu_fond.png");
	background-repeat: repeat-y;
	float: left;
}

#table_menu_d
{
	width: 150px;
	height:100%;
	background: url("images/menu_fondd.png");
	background-repeat: repeat-y;
	float: right;
}



#table_menu_g th
{
	border: none;
}
#table_menu_g td
{
	border: none;
}

#table_menu_d th
{
	border: none;
}
#table_menu_d td
{
	border: none;
}



.sous_table table
{
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 2px solid black;
}

.sous_table td
{
	padding-left:10px;
}





img
{
	border: none;
}





/* Le corps de la page */

#corps
{
   margin-left: 160px;
   margin-right: 160px;
   margin-bottom: 10px;
   margin-top: 0px;
   padding: 20px;
   
   color: black;
   background-color: rgb(230,160,100);
   background-image: url("http://localhost/perso/images/motif.png");
   background-repeat: repeat-x;
   
}

#corps h1
{
   color: black;
   background-image: url("http://localhost/perso/images/titre.png");
   background-repeat: no-repeat;
   
   text-decoration: underline;
   text-align: center;
   
   font-family: Helvetica, Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;

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


hr
{
	background-color: black;
	color: black;
}

a
{
	color: black;
}
a:hover
{
	color: white;
}

/*LES TABLEAUX : */


#corps table
        {
        border-collapse:collapse;
        border:2px solid black;
        margin:auto;
    }
		
#corps th, td
        {
	border:1px solid black;
    }




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

#pied_de_page
{
   padding: 0px;

   text-align: center;

   color: black;
   background-color: rgb(285,140,40);
   background-image: url("http://localhost/perso/images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}
