/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5;
	background-image: url(../images/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

p { text-align:justify; }

p.fr { font-style: italic; }

p.top { font-size: 10px; }

td { vertical-align: top; }

a { text-decoration: none; color:#4171a2; }

a:hover { text-decoration: underline; color:#003366; } 

h1 { font-size: 1.2em; color: #003366; }

h2 { font-size: 1.1em; color: #666; }

div.float { float:right; margin: 0 0 10px 10px; }


div.floatText { float:left; margin: 0 0 10px 10px; }

div.float a { font-size: 10px; }

/* Divs */

#box { 
	width: 799px;
	margin: 0 auto 10px auto;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 0 0 5px 0;
	}
	
#box p { margin: 0; }
	
#header { 
	width: 800px;
	margin: 0 auto 0 auto;
	}
	
#tdContent { padding: 0 0 100px;
	}
	
#tdContent p { text-align:justify; margin: 0 30px 20px 20px; }

#tdContent h1, h2 { margin: 10px 0 10px 20px; }

.header { display: inline; margin: 0; padding: 0; }

	
/* Table items */
	
#tblMainHome {
	width: 99%;
	margin: 0 auto 0 auto;
	padding: 0;
	}
	
#tblGal { margin-left: 20px; }

#tblGal img { width: 120px; height: 90px; border: 0; }
	
#tdHomeCentre {text-align:center; }
	
#tdEngMenu { width:150px; text-align: center; }

#tdFrMenu { width:150px; text-align: center; }
	
#tdLeftMenu { background-color: #e0e7f1; width: 130px; }

#tdRightMenu { background-color: #e0e7f1; width: 130px; }

#tdGal { padding-top: 20px; text-align:center; }

#tdFooter { background-color: #eff3f8; margin-top: 10px; text-align:center; font-size: 10px; color: #003366; height: 60px; vertical-align: middle;}

#ulMain li { margin-bottom: 10px; } 

#counter { text-align: center; margin: 30px auto 0 auto; }

/* Navigation */

#tdLeftMenu ul { list-style: none; margin:15px 0 15px 15px; padding: 0; font-size: 13px; }

#tdLeftMenu ul li { border-bottom: 2px dotted #FFF; width: 90%; line-height: 2em; }

#tdRightMenu ul { list-style: none; margin: 15px 0 15px 15px; padding: 0; font-size: 13px; }

#tdRightMenu ul li { border-bottom: 2px dotted #FFF; width: 90%; line-height: 2em; }