/* Containers */
body {
	margin:0; padding:0; text-align:center;
	font-family:Arial, Helvetica, sans-serif; font-size:14px;
	background-image:url(imgs/fond_mosaique.jpg); background-repeat:repeat;
	background-color:#f8f3f9; 
}
table { font-size:12px; }
form table span { margin-left:5px; margin-right:5px; color:#FF0000;}

div#header { position:relative; width:1240px; height:484px; margin:0px auto 0 auto; padding:0;
			background-image:url(imgs/fond_cadre_top.jpg); background-repeat:no-repeat; cursor:pointer;
			}

div#conteneur { width:1240px; height:auto; margin:0 auto 0 auto; padding:0; 
			background-image:url(imgs/fond_cadre_middle.jpg); background-repeat:no-repeat;
			}

div#result { width:80%; margin:0; padding:10px;  font-size:12px; }

div#footer { width:1240px; height:76px; margin:0 auto 0 auto; padding:0;
			background-image:url(imgs/fond_cadre_bottom.jpg); background-repeat:no-repeat;
			}
			
/* Master menu */
div#master   { width:900px; height:auto; margin:0px auto 0 auto; padding:0; text-align:left; }
div#panier  {float:right; width:300px; height:auto; margin:0 25px 0 0; display:inline; }
div#menu 	{ float:left; width:550px; height:auto; margin:0 0 0 20px; display:inline;}
div#menu ul { margin:30px 0 0 0; padding: 0;    }
div#menu li { float:left; width:92px; line-height:21px; list-style:none; margin-right:10px; margin-left:0px; padding:0; 
			   font-family:"Trebuchet MS"; font-size:14px; background:url(nav/btn_whitered.gif) 0 0 no-repeat;}
div#menu li a { display:block; text-decoration:none; margin-left:5px; padding:0; color:#e13e02;}
div#menu li a:hover {background:url(nav/btn_white_orange.gif) -5px 0 no-repeat;}
div#master_m  {clear:both; width:900px; height:auto; margin:0px auto 0 auto; padding-left:30px; text-align:left;}

div#formule {width:900px; height:auto; margin:0px auto 0 auto; padding:10px; }

div#report {width:550px; height:auto; margin:10px auto 0 auto; padding:20px;
			background-color:#FEFDE7;  border:1px solid #CCC;}
			
/* Titre */
h1 {margin:0 auto 0 auto; padding:10px; font-size:20px; font-weight:bold; line-height:24px; color:#e1531e; }
h3 { margin-top :10px; font-size:16px; line-height:18px;}
/* Navigation */
.lien_nav {
color:#f80058; text-decoration:none; font-weight:bold;
}
.lien_nav:hover{
text-decoration:underline;
}
/* Navigation */
.lien_page {
color:#333333;  text-decoration:none;
}
.lien_path {
font-family:"Trebuchet MS"; 
font-size:16px; font-weight:bold;
color:#000000; text-decoration:none;
}
.lien_path:hover{
text-decoration:underline;
}
.lien_loupe {
color:#C1002B;
}
.lien_loupe:hover {
cursor: url("http://www.art-decoration-original.com/nav/magnifyingglass.ani"), url("http://www.art-decoration-original.com/nav/magnifyingglass.gif"), auto;
}
.lien_foot {
font-size:12px;
color:#a48001; text-decoration:none;
}
.lien_foot:hover{
text-decoration:underline;
}
p#page span { margin-left:5px; margin-right:5px;}
p#page span a {margin:0px; text-decoration:none; color:#000000; font-family:"Microsoft Sans Serif"; font-size:14px; font-weight:bold;}

