/* main */
html, body { 
		height: 100%; 
		width: 100%; 
		margin: 0; 
		padding: 0; 
		border: 0; 
		color: #000000;
		}
		
body { 
		background-color: #dddddd; 
		background-image: url(../images/bg.png); 
		background-position: top center; 
		background-repeat: repeat-x; 
		margin: 0px; 
		padding: 0px; 
		border: 0px;
		}
.center {
		height: 100%; 
		width: 100%; 
		position: relative;
		text-align: center;
		}
/* conteneur principal */
.page { 
		vertical-align: top;
		width: 950px;
		height: 500px;
		position: relative;
		top: -133px;
		background-color: #ffffff;
		text-align: left;
		}
/* top bar */
.top_bar {
		height: 5px;
		width: 950px;
		background-color: #000000;
		position: relative;
		margin: 0px; 
		padding: 0px;
		}

.lang {
		height: 20px;
		width: 198px;
		position: absolute;
		margin: 0px; 
		padding: 0px;
		border: 0px solid #000000;
		left: 730px;
		top: 10px;
		z-index: 102;
		}	
.banner { 
		width: 950px;
		height: 175px;
		background-color: #add329;
		background-image: url(../images/header_bg.png); 
		background-position: top left; 
		background-repeat: no-repeat;
		position: relative;
		z-index: 99;
		top: 0px;
		}
				
.logo {
		background-image: url(../images/logo.png);
		background-position: top center; 
		background-repeat: no-repeat;
		height: 133px;
		width: 400px;
		position: relative;
		z-index: 101;
		top: -155px;
		left: -260px;
		}
/* menu bar */		
.navigation {
		width: 950px;
		height: 30px;
		position: relative;
		z-index: 150;
		left: 0px;
		top: -133px;
		text-align: center;
		}
/* pages content */
.content { 
		text-align: center; 
		vertical-align: top;
		}

/* pages footer */
.footer {
		position: relative;
		left: 0px;
		top: -133px;
		width: 950px;
		height: 45px;
		background-color: #000000;
		text-align: center; 
		font-family: Verdana, Arial, Helvetica; 
		font-size: 12px; 
		color: #ffffff; 
		vertical-align: top;
		padding-top: 10px;  
		}
		
.copyrights {
		position: relative;
		left: 0px;
		top: -133px;
		width: 950px;
		height: 33px;
		background-color: #444444;
		text-align: center; 
		font-family: Verdana, Arial, Helvetica; 
		font-size: 11px; 
		color: #ffffff; 
		vertical-align: top;
		padding-top: 3px;  
		}



