/* Containers */
body {
	font-family:Arial, Helvetica, sans-serif; font-size:14px;
	margin : 10px auto 10px auto; padding:0; text-align:center;
	/* background-image:url(imgs/fond_etoile.jpg); background-repeat:repeat; */
	background-color:#fbdedc; color:#C1002B;			/* #b07e24; */ 
}
div#header { position:relative; width:1170px; height:188px; margin:0px auto 0 auto; padding:0;
			background-image:url(imgs/fond_cont_top.jpg); background-repeat:no-repeat;
			}
			
div#super { width:1170px; height:auto; margin:0 auto 0 auto; padding:0 0 0 0; 
			background-image:url(imgs/fond_boutique.jpg); background-repeat:no-repeat;
			}
div#result { width:auto; margin:0; padding:0;  font-family:12px; }

div#footer { width:1170px; height:99px; margin:0 auto 0 auto; padding:0; 
			background-color:#fbdedc; 
			}

/* Titre */
h1 {margin: 0 auto 10px auto; font-size:18px; font-weight:bold; line-height:20px; }
h2 {margin: 0 auto 10px auto; font-size:16px; font-weight:bold; line-height:18px; }

/* Navigation */
.lien_toile {
color:#C1002B; text-decoration:none;
}
.lien_toile:hover{
color:#C1002B; text-decoration:underline;
}
.lien_loupe {
color:#C1002B;
}
.lien_loupe:hover {
cursor: url("http://www.nounours-de-reve.com/imgs/magnifyingglass.ani"), url("http://www.nounours-de-reve.com/imgs/magnifyingglass.gif"), auto;
}
.lien_nav {
color:#f80058;
}
.lien_foot {
font-size:12px;
color:#b07e24; text-decoration:none;
}
.lien_foot:hover{
text-decoration:underline;
}

