html {		margin:0px;
}

body {		background-color:#C8D9DA;
		font-family:verdana;
		font-size:12px;
		min-height:100%;
		margin-bottom:0px;
		margin-top:20px;
}

div.master {	position:relative;
		width:870px; 
		background-color:white;
		border-style:solid;
		border-width:1px;
		border-bottom-width:0px;
		border-color:#5D797B;
		margin-bottom:0px;
}

div.titre { 	height:70px;
		width:870px;
		background-color:#5D797B;
		background-image:url(images/mas_logo_large.jpg);
		background-repeat:no-repeat;
}

div.langue { 	position:absolute;
		left: 820;
		top: 20;
		background-color:transparent;
}


div.menu {	position:relative;
		height:20px;
		width:870px;
		background-color:#8CAFB2;
}

div.texte { 	margin:10px;
		margin-bottom:0px;
}

.floatleft {	float:left;
		padding:0 10 0 0;
		text-align:bottom;
}

.floatright {	float:right;
		margin:0 0 0 10;
}	

img {		border-style:solid;
		border-width:2px;
		border-color:#8CAFB2;
}

img.noborder, .imglegende img {	border-width:0px;
}


.imglegende {	background-color:#8CAFB2;
		border-style:solid;
		border-width:2px;
		border-color:#8CAFB2;
		text-align: center;
  		font-size: 9px;
		text-decoration:none;
		font-weight:bold;
		color:white;
}

p.titre { 	color:#FFF;
		margin:0px;
		padding-top:8px;
		padding-left:260px;
}

p.menu { 	color:#FFF;
		font-size:12px;
		text-align:center;
		letter-spacing:1px;
		margin:0px;
		padding-top:3px;

}

a.menu { 	text-decoration:none;
		color:white;
		padding-left:8px;
		padding-right:8px;
}

a.menuselect { 	text-decoration:none;
		font-weight:bold;
		color:#5D797B;
		border-style:solid;
		border-width:1px;
		border-bottom-width:0px;
		border-color:#CCC;
		background-color:white;
		padding-top:0px;
		padding-bottom:3px;
		padding-left:5px;
		padding-right:5px;
}

a:hover { 	text-decoration:underline;
		color:red;
}

font.titre {	font-size:30px;
		letter-spacing:3px;
}

font.sstitre { 	font-size:15px;
}	
