html,body {
	background-color:#104D95;
	margin: 0;
	padding: 0;
	font-family: "trebuchet MS", arial, helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	color: #333;
}

a:link	{
	text-decoration: none;
	color: #104D95;

}
a:visited 	{
	text-decoration: none;
	color: #104D95;
}
a:hover 	{
	text-decoration: underline;
	color: #104D95;

}

a img {
	border: none;
}


/*Conteneur*/
#main {
 position:absolute;
 left:50%;
 top:50%;
 width:778px; 
 height:226px;
 margin-left:-389px; 
 margin-top:-113px;
 border:0; 
 background-color:#fff;
}

.bordure{
width: 10em;
border-right: 4px solid #104D95;
}

/*menu*/

#menu {
margin-left:20px;
width:160px;
border-right: 3px solid #104D95;
}

ul#menu {
margin:0;
padding:0;
list-style-type:none;
text-align:right;
}
#menu a{
line-height:20px;
}


#frise {
	position:absolute;
 	left: 163px;
 	top:84px;
 	width:600px; 
	height: 140px;
 	border:0; 
	margin-top:26px;
	background:#104D95;
}


