@charset "UTF-8";
body {
	background-image: url(images/home/fond-body.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #000000;
	background-position: center top;
}
p, h1, h2, h3 {
	margin: 0px;
}
#header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 48px;
	padding-bottom: 20px;
	text-align: center;
}
#container-slider/* SLIDER */

 {
	width:980px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}
#centre {
	background-color: #FFFFFF;
	background-image: url(images/home/centre-fond.jpg);
	background-repeat: repeat-x;
}
#centre-container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#menu {
	background-image: url(images/home/centre-menu-fond.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	float: left;
	width: 208px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 50px;
	padding-bottom: 15px;
	padding-left: 17px;
}
#menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #016a7a;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 10px;
}
#presentation {
	padding-top: 50px;
	padding-bottom: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #666666;
	background-image: url(images/home/centre-33.png);
	background-repeat: no-repeat;
	float: right;
	width: 702px;
	background-position: 240px 40px;
	padding-left: 48px;
	margin-top: 10px;
}
#presentation a {
	color: #006a7a;
	text-decoration: none;
}
#presentation a:hover {
	text-decoration: underline;
}
.presentation-txtgris {
	color: #333333;
}
.presentation-txtgris-gros {
	font-size: 24px;
	color: #333333;
}
.clearDiv {
	clear: both;
}
#soins {
	background-image: url(images/home/footer-fond.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #000000;
}
#container-soins {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 30px;
}
#soins-logos {
	float: left;
	width: 176px;
}
#soins-txt {
	float: right;
	width: 750px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#soins-txt li {
	margin-bottom: 6px;
}
#soins-txt ul {
	margin: 0px;
	padding: 0px;
}
#soins-txt a {
	color: #FFFFFF;
	text-decoration: none;
}
#soins-txt a:hover {
	text-decoration: underline;
}
#footer {
	color: #aff1ff;
	background-color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 15px;
	padding-bottom: 30px;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#example {
	width:980px;
	height:415px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:266px;
	left:716px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:980px;
	height:415px;
	top:0px;
	left:0px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:10px;
	left:10px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:960px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:960px;
	height:360px;
	display:block;
}

.slides_container a img {
	display:block;
}

/* FIN SLIDER */
.slides_container img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	width:100px;
	margin-top: 24px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(images/home/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
