/* CSS de la page d'accueil */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C65637;
	background:#6C2506;
}
a { 
	color:#C65637;
	text-decoration:underline;
}
a:hover { 
	color:#C65637;
	font-weight:bold;
	text-decoration:underline;
}
h6.toggler{
	cursor:pointer;
	margin:0;padding:0;
}
a.menu{
	color:#AB9D00;
	text-decoration:none;
}
a.menu:hover{
	color:#AB9D00;
	text-decoration:none;
	font-weight:bold;
}
#logogouv {
	background: url(/portal/page/portal/librairie/smp/images/habillage/logogouv.gif) no-repeat;
	height: 48px; 
	width:103px;
	position:absolute;
	margin-top:10px;
	margin-left:140px; 
}

#facebook {
	background: url(/portal/page/portal/librairie/smp/images/habillage/logofacebook.gif) no-repeat;
	height: 39px; 
	width: 103px;
	position: absolute;
	margin-top: 70px;
	margin-left: 140px; 
}
