body { 	margin: 0px 0px 20px 0px;  
		background-color: #FFFFFF; 
		width:100%;
		height:100%;  
		background-image:url(images/back.jpg);
		background-position: top left;  
		background-repeat: repeat-x;   
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: small;
}

td.tableImageBG{
	background:url(images/bgDroit.jpg) repeat-y right;
	background-color:#FFFFFF;
}

#logo{
	margin-right: 5px; 
	margin-bottom: 5px;
}

#mosaique {
	float:right; 
	padding: 20px 10px 10px 10px;
}

#conteneur_texte {
	padding-right: 40px; 
	padding-top: 10px;
	text-align: justify;
}

#conteneur_texte h3{
	text-decoration: underline;
	text-align: left;
}

#employe{
	margin-top: 20px;
	border: 1px dotted #999999;
}

#employe div{
	margin: 0 10px 0 10px;
	text-align: justify;
}

#employe nom{
	font-weight: bold;
	text-decoration: underline;
	font-size: 110%;
}

#employe titre{
	font-style: italic;
}

#copyright{
	font-size: smaller;
}

#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #000000;
}

#nav li{
	float: left;
	margin-right: 20px;
	padding: 0;
	font-size: 110%;
	font-weight: bold;	
	letter-spacing: 1px;
}

#nav a{
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 6px 10px 6px 10px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #000;	
	border-bottom: none;
}

#nav a:hover, 
	 body#profile #t_profile a, 
	 body#team #t_team a,
	 body#portfolio #t_portfolio a,
	 body#contact #t_contact a {
	background-color: #fff;
	color: #000;
	border: 1px solid #999999;
	border-bottom: none;
}