/* CSS Document */

/*centers the page*/
div#page {
	 width:800px;
	 margin-left: auto;
     margin-right: auto;
	 margin-top:20px;}

body {background-color:#FFFFFF;
	  	margin: 0px; 
	  	text-align: center;}
img { border:0;}

h2 {font-family: "Times New Roman";
	font-size: 18px;
	text-align:center;}

h3 {color: #FFFFFF;
	font-family: "Times New Roman";
	font-size: 20px;}

h4 {color: #FFFFFF;
	font-family: "Times New Roman";
	font-size: 18px;
	text-align: center;}

a2 {color:#FFFFFF;}	
	
#top { 
	background-image: url(../images/banner.png);
	background-position:center;
	background-repeat:no-repeat;
	width:800px;
		margin:0px;
		height:100px;
		text-align:right;
		}	
		
#main {
	 background-color: #FFFFFF;
     margin-left: auto;
     margin-right: auto;
     margin-top:0px;
     width: 800px;
	}
	

/*Left menu*/

.left {		
		background-color:#000000;
		float: left;
		position: relative;
		width: 150px;
		text-align: center;
}


.left ul{
		
		margin: 5px;
		padding-left:0px;
		list-style: none;
		width: 150px;
				}
	

.left li {
	text-align: center;
	font-weight:bold;
	display:block;
	width:100px;
	background-image:url(../images/category1.png);
	margin-bottom:5px;
	}

.left a:link {
	text-decoration:none;
	color:#000000;
	width: 100px;
	display:block;
	text-align:center;
}


.left a:active {
	text-decoration:none;
	color:#000000;
	width: 100px;
	display:block;
}


.left a:visited {
	text-decoration:none;
	color:#000000;
	width: 100px;
	display:block;
}

.left a:hover {
	color:#FFFFFF;
	background: #000000;
	width: 100px;
	display:block;  
}
	
/*top navigation*/

div#topnav
	{ background-image: url(../images/topnav2.png); 
	margin: 0px;
	text-align: left;
	height:20px;

	}
	
div#topnav ul {
	display: inline;
	vertical-align: middle;
	font-size: 20px;
	margin-left: 280px;
	font-weight: bold;
	

}


div#topnav li {
    list-style-type: none;
    display: inline;
	}
	
div#topnav li a {
    text-decoration: none;
    padding: 2px 5px;
    color: #FFFFFF;
}
div#topnav li.courant a:link {
    color: #FFFFFF;
}
div#topnav li a:visited {
    color: #FFFFFF;
}
div#topnav li a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}
	

	
ul{
		
		margin: 0px;
		padding-left:0px;
		list-style: none;
		width: 150px;
				}
	

li {
	text-align: center;
	margin-top:10px;
	border-bottom: none;
	font-weight:bold;
	display:block;
	width:80px;
	}
	
div#cont{
	margin-left: 100px;
	text-align: left;
	margin-right:20px;
	padding-top:10px;
	}	
	/* Footer */

#bot {
	height: 16px;
	clear: both;
	min-height: 90%;
	margin-top: 40px;
	padding-right: 5px; 
	padding-left: 5px; 
	padding-bottom: 3px; 
	border-top: white 1px solid;
	border-bottom: white 1px solid;
	padding-top: 3px; 
	display: block;
 	}
 	
#bot p {
	font-size: 14px;
	MARGIN: 0px;
	TEXT-ALIGN: center;
	}

	

