/* CSS Document */
body
{
   width: 800px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url("images/nature_136.jpg");
   
   
}
/* en-tête */

#en_tete
{
   width: 750px;
   height: 156px;
   background-color: #000066;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   border: 6px solid #CCCCCC;
}

#en_tete2
{
   width: 750px;
   height: 54px;
   background-color: #000066;
   background-repeat: no-repeat;
   text-align: center;
   border: 6px solid #CCCCCC;
}

.colorA
{
   border: #000066;
}

/* corps page */

#corps
{
	width: 750px;
	height: auto;
	color: #000000;
	background-image: url(images/bois.jpg);
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border: 6px solid #CCCCCC;
	padding: 0px;
}

/* corps page 2*/

#corps2
{
    width: 750px;
	height: 2000px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: #000000;
	background-image: url(images/bois.jpg);	
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border: 6px solid #CCCCCC;
}

#menu
{

   padding-right: 0px;
   padding-left: 0px;
   float: left; 
   padding-bottom: 0px; 
   margin: 0px 20px 20px 0px;
   height: 1800px;
   width: 210px; 
   padding-top: 0px;
   text-align: center;
   border: 1px solid #CCCCCC;
   background-image: url(images/mur.jpg);
   
     
}

#tableclients
{
    text-align: left;
    width: 600px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(images/beige005.gif);
	border: 3px solid #CCCCCC;
	margin-bottom: 10px;
    margin-left: 75px;
	margin-right: 75px;
}

.tabcenter
{
text-align: center;
}

#tableclients2
{
    
    text-align: left;
    width: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(images/beige005.gif);
	border: 2px solid #CCCCCC;
	margin-bottom: 5px;
		
}

#tableclients3
{
    
    text-align: center;
    width: 205px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(images/beige005.gif);
	border: 2px solid #CCCCCC;
	margin-bottom: 0px;
		
}

.tcolor
{
	color: #CC3300;
}

.thcolor
{
	background-color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}


.thcolorB
{
	background-color: #990033;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

/* en-tête2 */

#photos
{
   width: 750px;
   height: 127px;
   background-image: url(images/bois.jpg);
   margin-bottom: 0px;
   text-align: center;
   
}

/* pied de page */

#pied_de_page
{
   width: 750px;
   text-align: center;
   color: #B3B3B3;
   background-color: #000033;
   border: 6px solid #CCCCCC;
    
}
