body{
	background-image : none;
	background-color : #40668b;
	text-align : center;
	font-family:  verdana, arial, helvetica, sans-serif;
	margin: 0;
	font-size : 80%;
	overflow-x : hidden;
}


#page{
	position : relative;
	text-align : left;
	background-color : #40668b;
	margin-top: 5px;
	z-index : 1;
	width : 870px;
	height : 600px;
	/*border : 3px #333399 solid;*/
}
#menu{
	position : absolute;
	background-color : #40668b;
	margin-top: 155px;
	z-index : 1;
	left 	 : 680px;
	width : 180px;
	height : 200px;
	/*border : 1px #333399 solid;*/
}
#header {
	background-image : URL(images/header.jpg);
	background-repeat: no-repeat;
	position : absolute;
	margin-left : 0px;
	margin-top : 0px;
	z-index : 1;
	top : 0;
	left : 0px;
	width : 600px;
	height : 331px;
	border : 5px blue solid;*/
}

#headereng {
	background-image : URL(images/headereng.jpg);
	background-repeat: no-repeat;
	position : absolute;
	margin-left : 0px;
	margin-top : 0px;
	z-index : 1;
	top : 0;
	left : 0px;
	width : 600px;
	height : 331px;
	border : 5px blue solid;*/
}

#main {
	background-image : none;
	background-repeat : no-repeat;
	position : absolute;
	margin-left : 260px;
	margin-top : 520px;
	z-index : 10;
	top : 0;
	left : 0;
	width : 404px;
	height : 69px;
	/*border : 1px white solid;*/
}


/*roll-overs*/

#bienvenue { 
	background : URL(images/buttons/bienvenue.jpg) top left no-repeat;
	display : block; 	
	position : absolute;	
	margin-left : 0px;
	margin-top : 0px;
	width : 241px; 
	height : 69px;
	overflow : hidden; 
	/*border : 1px blue solid;*/
} 
  
#bienvenue:hover { 
	background-position : bottom left; 
} 

#welcome { 
	background : URL(images/buttons/welcome.jpg) top left no-repeat; 
	display : block; 
	position : absolute;	
	margin-left : 240px;
	margin-top : 0px;
	width : 163px; 
	height : 69px;
	overflow : hidden; 
	/*border : 1px blue solid;*/
} 
  
#welcome:hover { 
	background-position : bottom left; 
} 


/*end of roll-overs*/


#copyright {
	position : absolute;
	left : 300px;
	top : 595px;
	z-index : 1;
	width : 400px;
	height : 5px;
	/*border : 1px red solid;*/
}

.copyright { 
	text-decoration : none; 
	color : #fff; 
	font-weight : regular;
	font-size : 10px;
	background : transparent; 
} 

#signature {
	position : absolute;
	left : 795px;
	top : 602px;
	width :110px;
	height : 5px;
	border : 1px blue solid;*/
}
#merci {
	position : absolute;
	left : 795px;
	top : 602px;
	width :110px;
	height : 5px;
	/*border : 1px blue solid;*/
}
.h3 {
	font-weight : bold;
	font-size :90%;	
	font-style : regular;
}

.h4 {
	font-weight : bold;
	font-size :80%;	
	font-style : regular;
}

.italic {
	font-weight : regular;
	font-style : italic;
}
.bolditalic {
	font-weight : bold;
	font-style : italic;
	line-height : 2.5em;	
	
}
.bold {
	font-weight : bold;
	line-height : 2.5em;	
	
}
.boldunderline {
	font-weight : bold;
	line-height : 2.5em;	
	font-weight : bold ; 
	text-decoration : underline 	
}
.indent {
	margin-left: 48px;
	width : 670px;
	/*border : 1px red solid;*/	
}

.leftindent {
	width : 430px;
	margin-left : 100px;
	/*border : 1px red solid;*/	
}

.boldindent {
	margin-left : 18px;
	width : 570px;
	font-weight : bold;
	/*border : 1px red solid;*/	
}

.centered {
	text-align : center;
	width : 670px;
	/*border : 1px red solid;*/	
}


