
html				{ margin: 0; padding: 0; }

body 				{
	background: #002344 url(../images/background.jpg) no-repeat center top;
	font: 12px/18px Arial, Helvetica, Geneva, sans-serif;
}

/* website width: 960px */

#content a			{ color: #6eb7f9; }

#top-bar			{ margin: 0 auto; padding: 0; width: 960px; position: relative; height: 50px; }
#top-bar ul			{ float: right; list-style-type: none; margin: 0; padding: 0; }
#top-bar ul li		{ float: left; }
#top-bar ul li a	{ display: block; margin: 0; padding: 5px 15px;	font: bold 14px Arial, Helvetica, Geneva, sans-serif; text-decoration: none; color: #2595fb;}
#top-bar ul li a:hover { color: #8d7e70; }


#content 			{ margin: 147px auto 89px; padding: 0; width: 960px; position: relative; }



#logo				{ position: absolute; top: -169px; left: 20px;
	background-image: url(../images/logo-midatlantic.png);
	width: 281px; height: 109px;
}
#logo span			{ display: none;}



/* @group navigation start*/ 
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #7c351b url(../images/background-menu.jpg) repeat-x;
	width: 960px;
	height: 36px;
}

#nav li {
	display: block;
	float: left;
	position: relative;
}
#nav li a {
	display: block;
	float: left;
	font-size: 14px;
	width: 110px;
	text-align: center;
	line-height: 36px;
	background: url(../images/menu-out.png) 0 -36px;
	color: #3573a9;
	font-weight: bold;
	text-decoration: none;
}
#nav li a.selected,
#nav li a:hover {
	background: url(../images/menu-out.png) 0 0;
	color: #004683;
}

/* sub */
#nav li ul li {
	float: none;
	top: 0;
	left: -50px;
}

#nav ul {
	display: none;
	position: absolute;
	top: 36px;
}

#nav li.hover ul,
#nav li:hover ul {
	display: block;
}

#nav li ul {
}

#nav li ul a {
	background-image: url(../images/background-menu-sub.png);
	background-position: 0 -31px;
	width: 188px;
	height: 31px;
	text-align: left;
}
#nav li ul a span {
	margin: 0 0 0 35px;
}

#nav li ul a.first {
	background-position: 0 0;
}

#nav li ul a.last {
	background-position: 0 -90px;
	height: 20px;
	cursor: default;
}
#nav li ul a:hover.last {
	background-position: 0 -90px;
	height: 20px;
	cursor: default;
	background-repeat: no-repeat;
}

#nav li ul a:hover,
#nav li ul a.selected {
	background-image: url(../images/background-menu-sub.png);
	background-position: 0 -31px;
}



/* @end */



/* @group body start */

#body {
	padding: 10px;
	background: white url(../images/background-body-bottom.png) no-repeat 0 bottom;
	padding: 12px 12px 12px 22px;
	margin-left: 1px;
}

/* @group home present */

#presents {
	background-image: url(../../../rotator.php);
	height: 296px;
	color: #ffffff;
	width: 913px;
}

#presents h2 {
	position: absolute;
	top: 230px;
	left: 120px;
	font-size: 24px;
	text-transform: uppercase;
	color: #6eb7f9;
	width: 170px;
	line-height: 30px;
	text-align: right;
}

#presents h3 {
	position: absolute;
	font-size: 16px;
	top: 300px;
	left: 150px;
}

#presents a {
	text-decoration: none;
}

#presents .presents-content {
	position: absolute;
	top: 236px;
	left: 340px;
	width: 580px;
}


/* @end */

/* @group bottom product links */

#bottom-products ul {
	width: 920px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 55px;
	display: block;
}

#bottom-products ul li {
	display: block;
	float: left;
}

#bottom-products ul li a {
	display: block;
	width: 305px;
	height: 55px;
	float: left;
	background-image: url(../images/main-buttons.png);
	text-indent: -9999px;
}

#bottom-products ul li.link-dolomite a 			{ background-position: 0 0; width: 305px; }
#bottom-products ul li.link-calcaire a 			{ background-position: -306px 0; width: 304px;}
#bottom-products ul li.link-silice-et-quartz a	{ background-position: -610px 0; width: 304px;}

#bottom-products ul li.link-dolomite a:hover 			{ background-position: 0 55px; }
#bottom-products ul li.link-calcaire a:hover 			{ background-position: -306px 55px; }
#bottom-products ul li.link-silice-et-quartz a:hover	{ background-position: -610px 55px; }



/* @end */

/* @end */


/* @group footer */
#footer {
	background-color: black;
	color: #7f7e7e;
	margin: 10px 0 0 0;
	padding: 10px;
}
/* @end */



div#body img {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 5px;
}

div#body a img {
	border: 0;
	padding: 0;
	margin: 0;
}




body.sub h1 {
	color: #6eb1ed;
}

body.sub h2,
body.sub h3 {
	color: #3d668b;
}

body.sub #content p {
	font-size: 13px;
	line-height: 22px;
}

body.sub h2,
body.sub h3,
body.sub #body p,
body.sub #body ul,
body.sub #body ol,
body.sub #body pre,
body.sub #body table {
	margin-left: 200px;
	margin-right: 20px;
}

body.sub #body p img {
	margin-left: -200px;
}

body.sub #body p a img {
	margin-left: auto;
}

