/* ---------------------------------------------------------
	Styles de base
--------------------------------------------------------- */
body {
	background: #c0e1e1;
	font: normal 12px/21px Arial, Verdana, Helvetica, sans-serif;
	color: #143d3f;
	margin: 0;
	padding: 0;
}

a {color: #143d3f;text-decoration: underline;}
a:hover {color: #148c8d;text-decoration: none;}
p {margin: 10px 0;}
img {border: 0; margin: 0 0 -5px 0;}
ul, ul li {margin: 0;padding: 0;list-style: none;}

ul.one_line {
	font: bold 11px/14px Arial, Helvetica, sans-serif;
	overflow: auto;
	outline: none;
}

ul.one_line li {
	float: left;
	display: inline;
	padding: 0 8px 0 8px;
	margin: 0 0px 0 0;
	background: url(images/bullet-arrow-cyan.gif) 1px 5px no-repeat;
}	ul.one_line li.nomargin {margin: 0;}

.inner {width: 900px;margin: 0 auto;}
.nomargin {margin: 0;}

/* ---------------------------------------------------------
	Headings
--------------------------------------------------------- */
h1 {
	font: normal 36px/40px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #2f6c6f;
	margin: 40px 0 25px 10px;
	padding: 0;
}	h1 span {display: block; font: normal 24px/24px Georgia, "Times New Roman", Times, serif;}

h2 {
	font: normal 24px/24px Georgia, "Times New Roman", Times, serif;
	color: #2f6c6f;
	margin: 30px 0 10px 0;
	padding: 0;
}

h4 {
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 5px 0;
	padding: 0;
}

/* ---------------------------------------------------------
	Header
--------------------------------------------------------- */
#header {
	background-color: #9ad9d9;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-image: url(images/entete-default.jpg);
	padding: 0 0 185px 0;
}	#header.accueil {background-image: url(images/entete-accueil.jpg);}
	#header.anneaux {background-image: url(images/entete-anneaux.jpg);}
	#header.reticul {background-image: url(images/entete-reticul.jpg);background-position:bottom right;}
	#header.contact {background-image: url(images/entete-contact.jpg);}

	#header #menu {
		background: #00b8ba;
		font: bold 11px/14px Arial, Verdana, Helvetica, sans-serif;
	}
	
		#header #menu ul {
			width: 900px;
			margin: 0 auto;
			padding: 0 0 0 8px;
			overflow: auto;
			outline: none;
			background: url(images/bg-menu-shadow.gif) top left repeat-y;
		}
		
		#header #menu ul li {
			float: left;
			background: url(images/bg-menu-shadow.gif) top right repeat-y;
			padding: 19px 9px 14px 9px;
		}
		
		#header #menu ul li a {
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 4px 10px 9px 10px;
		}	#header #menu ul li a:hover {background: #008d91 url(images/bg-menu-arrow.gif) bottom center no-repeat;}

/* ---------------------------------------------------------
	Content
--------------------------------------------------------- */
#container {
	width: 900px;
	margin: 0 auto;
	overflow: auto;
	outline: none;
}

	#container #printp {
		width: 900px;
		overflow: auto;
		outline: none;
		padding: 0 0 60px 0;
	}

	#container #col_left {
		float: left;
		display: inline;
		width: 385px;
		margin: 0 5px 0 10px;
	}
	
	#container #col_right {
		float: left;
		display: inline;
		width: 495px;
		margin: 0 0 0 5px;
	}
	
	#container #footer_menu {
		padding: 0 0 25px 0;
		font: normal 10px Arial, Helvetica, sans-serif;
		color: #000;
	}
	
		#container #footer_menu ul {text-align: center;}
		#container #footer_menu ul li {
			display: inline;
			padding: 0 5px 0 8px;
			background: url(images/bg-footer-menu.gif) 0px 2px no-repeat;
		}
		#container #footer_menu ul li.first {background-image: none;}
		#container #footer_menu ul li a {color: #148c8d; text-decoration: none;}
		#container #footer_menu ul li a:hover {text-decoration: underline;}

.content {
	background: #d3eaea;
	padding: 15px 20px 5px 20px;
	margin: 10px 0 0 0;
}

	.content ul {
		margin: 15px 0 10px 0;
		padding: 0;
		list-style: none;
		border-top: 1px solid #add7d7;
		line-height: 18px;
	}
	
	.content ul li {
		border-bottom: 1px solid #add7d7;
		padding: 2px 0 4px 15px;
		background: url(images/bullet-round-dark.gif) 6px 10px no-repeat;
	}

.content_border {
	background: #fff;
	border: 10px solid #9ad9d9;
	padding: 10px 10px 15px 10px;
	margin: 10px 0 0 0;
}

	.content_border a {color: #148c8d; text-decoration: none;}
	.content_border a:hover {color: #143d3f;}
	.content_border .one_line {width: 455px;}

/* ---------------------------------------------------------
	Footer
--------------------------------------------------------- */
#footer {
	background: #fff;
	color: #666;
	font: normal 11px/18px Arial, Helvetica, sans-serif;
}

	#footer .inner {
		background: url(images/logo-chirurgivision.gif) 10px 31px no-repeat;
		padding: 26px 0 10px 210px;
		width: 690px;
	}
	
	#footer a {color: #9d2262;}
	#footer ul li em {padding: 0 7px;}

	#footer .realisation {
		text-align:right;
		font-size:10px;
		width: 860px;
		color:#999999;
		margin:0px auto;
		padding-bottom:55px;
		}
	#footer .realisation a{
		color:#777777;
	}
	
