body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
.conteneur { 
width: 750px;
position: absolute;
left: 50%;
top:50%;
margin-top: -200px;
margin-left: -374px;

}

.header {
	height: 65px;
	width: 737px;
	position: relative;
	background-image: url(../Images/Banner.jpg);
}
.left {
	position: absolute;
	left:0;
	width: 233px;
	height: 301px;
	background-image: url(../Images/Left-Col.jpg);
}

.right{
	position:absolute;
	width:6px;
	left:731px;
	height:301px;
	background-color: #FFFFFF;
}

.frame {
	margin-left: 233px;
	width: 504px;
	height: 301px;
	overflow:auto;
	background-color: #FFFFFF;
}
.footer {
	height: 41px;
	background-image: url(../Images/Footer.jpg);
	width: 737px;
}
.address {
	color: #FFFFFF;
	font-size: 9px;
	padding-top: 15px;
	padding-left: 45px;
}
.address a{
	color: #FFFFFF;
	font-size: 9px;
	text-decoration:none;
}
.address a:hover{
	color: #FFFFFF;
	font-size: 9px;
	text-decoration:underline;
}


p {
	margin: 0 5px 5px 0;
	text-align: justify;
}

.title {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}
.titlesmall{
color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0px 0px 5px;
	margin:4px 0px 0px 0px;
	height: 17px;
	width:478px;
	background-color:#666666;
	background-image:url(../Images/titlebackground.jpg);
	background-repeat:repeat-x;
	text-decoration:none;
		}
	
.titlexsmall{
padding-left:10px;
color:#663366;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
	}
.titlexsmall a{
color:#663366;
text-decoration:none;
	}
.titlexsmall a:hover{
color:#663366;
text-decoration:underline;
	}

.menu a {
text-align: center;
text-decoration: none;
color:#FFFFFF;
font-family:sans-serif;
background:none;
font-weight:bold;
font-size:9px;
}

.menu a:hover {
text-decoration:underline;
}

.menu a:active {
color: #fff;
}

.submenu{
	float:right;
	background:none;
	border:none;
	margin:3px 1px 0px 5px;
	width: 200px;
	padding: 3px 1px 0px 5px;	
}
.submenutitle{
	padding-left: 2em;
	text-indent: -1em;
	color:#FFFFFF;
	background-color:#333333;
	margin-bottom:-2px;
	line-height:21px
}
.submenu li{
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 2em;
	text-indent: -1em;
	color:#333366;
	background-color:#CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right:5px;
	
}
.submenu li a{
	color:#333366;
	text-decoration:none;
}
.submenu li a:hover{
	color:#FFFFFF;
	text-decoration:underline;

}

img.floatleft{
float:left;
padding:0px 5px 0px 0px;
}

img.floatright{
float:right;
padding:0px 0px 0px 5px;
}

.logo{
position:absolute;
left:630px;
top:70px;
}
