/* 
 * mise en forme blocks 
 */
body{
	padding:0px;
	margin:0px;	
	width:100%;
	height:100%;
	background-color:#7d6473;
	display:inline;
}
.pageleft{
	background-image:url(../images/pageleft.jpg);
	background-repeat:repeat-x;
	background-color:#background-color:#7d6473;;
}
.pageright{
	background-image:url(../images/pageright.jpg);
	background-repeat:repeat-x;
	background-color:#7d6473;
}
#page{
	width:1024px;
	background-color:#7d6473;
	margin:auto;
	
}
#banner{
	width:1024px;
	height:100px;
	background-image:url(../images/header.jpg)
}
#banner2{
	width:700px;
	height:294px;
	float:left;
	background-image:url(../images/header_pic_aboutus.jpg);
}
#menu{
	width:178px;
	height:294px;
	float:left;
	
}
#submenu{
	width:178px;
	height:210px;
	background-image:url(../images/submenu_pic.jpg);
}
#menuext{
	width:146px;
	height:294px;
	float:left;
	background-image:url(../images/header_right.jpg);
}


#content {
	width:550px;
	margin-left:150px;
	margin-top:0px;
}
#title{
	margin-left:150px;
	margin-top:50px;
	color:#999999;
	font-size:24px;
}
#languages {
	margin-left:150px;
	width:550px;
	
}

#footer {
	width:550px;
	margin-left:150px;
}
#footer2 {
	float:right;
}
#subfooter {
	height:5px;
}
#logoPrint{
	position:fixed;
	visibility:hidden;
}
/* 
 * mise en forme textes 
 */
body,*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
}
a{
	text-decoration:none;
	
}
#menu a{
	text-decoration:none;
	font-weight:bold;
	margin-left:0px;
}
#menu a:hover{
	color:#FFFFFF;
}
#languages {
	color:#5e5058;
}
#languages a{
	color:#5e5058;
}
#footer {
	font-size:9px;
	color:#999999;
}
#footer a{
	font-size:9px;
	color:#999999;
}
#footer a:hover{
	font-size:9px;
	color:#FFFFFF;
}
#footer hr{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:dotted;
	border-bottom-color:#5e5058;
	border-bottom-width:thin;
}



