html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	font-family: Verdana,Arial, sans-serif;
	font-size:12px;
}


#contenuPage a, #contenuPage a:hover, #contenuPage a:visited, #contenuPage a:active { color:#333; text-decoration:none; font-weight:bold; border-bottom:1px dashed #333; }

#site {
	width:100%;
	height:100%;
}

#contenuPage {
	position:absolute;
	width : 880px;
	height:100px;
	left:50%;
	margin-left:-450px;
	padding-right:20px;
	top: 195px;
	overflow:auto;
}

.ssmenu {
	margin:0;
	padding:0;
	width:236px;
	border-top:1px solid #ccc;
	position:absolute;
	top:55px;
	left:50%;
	margin-top:5px;
	opacity:0.9;
	filter:alpha(opacity=90);
}

.ssmenu a {
	width:230px;
	display:block;
	border:1px solid #ccc;
	border-top:0;
	background-color:#fff;
	padding:3px;
	color:#666;
	text-decoration:none;
	cursor:pointer;
}

.ssmenu a:hover {
	background-color:#ccc;
}

#champ_recherche {
	position:absolute;
	top:89px;
	left:50%;
	margin-left:-465px;
	width:200px;
	height:16px;
	background:none;
	border:0;
	font-size:11px;
	color:#666;
	background-color:#fff;
}

#bouton_recherche {
	position:absolute;
	top:89px;
	left:50%;
	margin-left:-265px;
	width:23px;
	height:18px;
	display:block;
	background-color:#000;
	opacity:0;
	filter:alpha(opacity=0);
}

#champ_newsletter {
	position:absolute;
	top:89px;
	left:50%;
	margin-left:55px;
	width:165px;
	height:16px;
	background:none;
	border:0;
	font-size:11px;
	color:#666;
	background-color:#fff;
}

#bouton_newsletter {
	position:absolute;
	top:89px;
	left:50%;
	margin-left:230px;
	width:80px;
	height:18px;
	display:block;
	background-color:#000;
	opacity:0;
	filter:alpha(opacity=0);
}

