@import 'reset.css';

body {
	background:#4C8397;
}

div, p, h1, h2, h3, h4, li {
	font-family:Verdana, Arial, Helvetica sans-serif;
	font-size:12px;
	color:#000000;
}

div.clearer {
	clear:both;
	line-height:0;
	font-size:0;
}

a {
	color:rgb(180, 80, 80);
	text-decoration:underline;
}
a:hover {
	color:rgb(180, 80, 80);
	text-decoration:none;
}

/*
 * Page layout
 */
#page {
	background:#FFFFFF;
	text-align:left;
	border:1px solid #666;
	width:750px;
	margin:auto;
	padding:10px 20px 20px 20px;
}

#header {
	font-size:20px;
	color:#FFFFFF;
	font-weight:normal;
	padding:6px;
	background: url("http://www.zod.fr/img/header_bg.gif") #145F78;
	margin-bottom:1px;
	margin-top:5px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
}

#content {
}

#menu {
	font-size:12px;
	background-color:#EFEFEF;
	color:#8F8F8F;
	-moz-border-radius:8px;
	border:1px solid #D8D8D8;
	text-align:left;
	padding:4px 4px 4px 10px;
	margin-bottom:15px;
}

#menu a {
	color:#8F8F8F;
	padding:0 3px;
	font-weight:normal;
	text-decoration:underline;
}

/*
 * Footer
 */
#footer {
	background:#fff;
	color:#888;
	margin-top:10px;
	padding-top:10px;
	text-align:center;
	border-top:1px solid #fff;
}
#footer p.small { font-size:80%; color:#777; }
#footer p.small a { color:#999; text-decoration:underline; }
#footer p.small a:hover { color:#999; text-decoration:none; }


p { line-height:1.6em; margin-bottom: 2px; margin-top: 3px; }

ul {margin-bottom:4px; margin-top:4px; list-style-type:square; margin-left:4px; padding-left:2px;}
li {line-height:1.6em; margin-left:0px; list-style-position: inside;}
ul ul { margin-left:20px; }

pre { background-color:#EBF0FC; -moz-border-radius:10px; padding:6px; margin:5px; background-image: url(../images/preferences-system.png); background-repeat:no-repeat; background-position:4px 4px; padding-left:34px; }
li pre { margin-left:15px; }
li p {margin-left:15px; margin-bottom:10px; } 

h1#title { background-color:#FEE3C4; color: #777777; margin-right:-20px; margin-left:150px; margin-bottom:20px; padding:8px; padding-left:50px; font-size:14px; -moz-border-radius-topleft:10px; -moz-border-radius-bottomleft:10px; border:1px solid #FFB462; border-right:0px; background-repeat:no-repeat; background-position:15px; }
h2 { margin-bottom:8px; font-weight:normal; font-size:14px; padding:2px 10px 2px 5px; border-bottom:1px solid #7B8CBE; color:#7B8CBE; }
h3 { color:#FFB462; border-bottom:1px solid #FFB462; font-weight:bold; font-style:italic; margin-bottom:5px; padding-bottom:2px; }
h4 { margin-bottom:5px; }

input, select { margin: 0; }
input.link { width: 450px; margin-right:3px; }


#disk { float:left; padding-left:10px; vertical-align:middle; }
div#uploadbox { width:80%; float:right; }
div#quote { background-color:#EBF0FC; padding:4px; text-align:right; -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; margin-bottom:10px; padding-right:8px; border-left:1px solid #adbfe9;border-right:1px solid #adbfe9;border-bottom:1px solid #adbfe9;}
div#error { color:red; font-weight:bold; padding:10px; border:2px solid red; clear:both; text-align:center;}

div#info { text-align:left}

img.thumb { border:8px solid #fff; }

div.step1 {
	float:left;
	background:#FEE3C4;
	padding:8px;
	margin-top:5px;
	margin-bottom:10px;
	border:1px solid #FFB462;
	-moz-border-radius:8px;
	width:60%;
}

div.step1 h3 {
	background:#FFFFFF;
	color:#000000;
	font-style:normal;
	border-bottom:0px;
	padding:3px;
	margin:0px;
	margin-bottom:4px;
	-moz-border-radius:4px;
}

div.step2 {
	background:url("http://www.zod.fr/img/world.gif") #FEF4C4 no-repeat 99% 98%;
	padding:8px;
	margin-top:5px;
	margin-bottom:10px;
	border:1px solid #FFE569;
	-moz-border-radius:8px;
}

div.step2 h3 {
	background:#FFFFFF; 
	color:#000000;
	font-style:normal;
	border-bottom:0px;
	padding:3px;
	margin:0px;
	margin-bottom:4px;
	-moz-border-radius:4px;
}

div.hz-ad {
	text-align:center;
}

div.right-ad {
	float:right;
	width:36%;
	background: #EBF0FC;
	text-align:center;
	-moz-border-radius:8px;
	padding:0px;
	margin-top:5px;
	margin-left:8px;
	border:1px dotted #adbfe9;
}

img.link { cursor:pointer; }