body {
	font-size: 12px;
	font-family: Verdana;
	padding: 0;
	text-align: center;
  	margin: 0;
	background:#191616;
}

div {
	margin: 0;
  	padding: 0;
  	border: 0;
}

a, a:visited, a:link, a:active, a:hover {
	color: #DD0B73;
	text-decoration: none;
}

a:hover {
	color: #DD0B73;
	text-decoration: underline;
}

.global {
	width:870px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	display: block;
}

.all {
	float:left;
	width:100%;
	background: transparent url(/images/motif.gif) repeat;
	min-height:600px;
}

.back-left {
	background: transparent url(/images/back-left.png) no-repeat;
	width:190px;
	height:600px;
	position: absolute;
	float:left;
	top: 0;
	left: -28px;
	z-index: 10;
}

.back-right {
	background: transparent url(/images/back_right.png) no-repeat;
	width:190px;
	height:600px;
	position: absolute;
	float:left;
	top: 0;
	right: -28px;
	z-index: 10;
}

.header {
	width:762px;
	background: transparent url("/images/ombre.png") bottom repeat-x;
	height:45px;
	float:left;
	margin-left: 12px;
	position: relative;
	z-index: 0;
}

.menu {
	float:left;
	width:100%;
	background-color: #191616;
	height: 40px;
	color: #fff;
	font-weight: bold;
}

.menu ul {
	margin-left:55px;
	padding:0;
}

.menu ul li {
	background:transparent url(/images/puce.png) no-repeat left;
	padding-left:15px;
	margin-left:15px;
	display: inline;
	color: #fff;
}

.menu ul li a, 
.menu ul li a:HOVER, 
.menu ul li a:LINK, 
.menu ul li a:VISITED, 
.menu ul li a:ACTIVE 
{
	color:#fff;
}

.lamp-left {
	float:left;
	width:43px;
	height:66px;
	left: 144px;
	top:0;
	position: absolute;
	background: transparent url("/images/lamp-left.png") no-repeat;
}

.lamp-right {
	float:left;
	width:44px;
	height:66px;
	right:60px;
	top:0;
	position: absolute;
	background: transparent url("/images/lamp-right.png") no-repeat;
}

.light-left {
	float:left;
	width:377px;
	height:386px;
	left:80px;
	position:absolute;
	top:44px;
	background: transparent url("/images/light-left.png") no-repeat;
}

.light-right {
	float:left;
	width:222px;
	height:337px;
	right:124px;
	top:45px;
	position: absolute;
	background: transparent url("/images/light-right.png") no-repeat;
}

.body {
	margin:0 auto;
	width: 511px;
	height: auto;
}

.home_container {
	float:left;
	width: 470px;
	height: 340px;
	position: relative;
}

.content {
	float:left;
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 100;
	margin-top: 45px;
}

.fullsize-icon {
    background: url("/images/fullsize-icon.png") no-repeat scroll left top transparent;
    height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 30px;
    z-index: 100000;
}

.top-cadre {
	float:left;
	width: 100%;
	height: 71px;
	background: transparent url(/images/cadre-top.png) no-repeat center;
}
.bottom-cadre {
	float:left;
	width: 100%;
	height: 72px;
	background: transparent url(/images/cadre-bottom.png) no-repeat center;
}

.home_page {
	float:left;
	width:100%;
}

#slider_paysage {
	height: 261px;
}

#slider_paysage ul {
	float:left;
	width:auto;
	height:auto;
}

#slider_paysage ul, #slider_paysage li{
	padding:0;
	margin:0;
	list-style: none;
}

#slider_paysage li{
	height: auto;
	width:378px;
	height: 261px;
}

#slider_portrait {
	height: 261px;
}

#slider_portrait ul {
	float:left;
	width:auto;
	height:auto;
}

#slider_portrait ul, #slider_portrait li{
	padding:0;
	margin:0;
	list-style: none;
}

#slider_portrait li{
	height: auto;
	width:190px;
	height: 300px;
}

.cadre {
	float:left;
	width:511px;
}

.top, .bottom, .middle {
	float:left;
	width:100%;
}

.top-left {
	float:left;
	width:20px;
	height:22px;
	background: transparent url(/images/top-left.png) no-repeat;
}

.top-right {
	float:left;
	width:21px;
	height:22px;
	background: transparent url(/images/tio-right.png) no-repeat;
}

.top-center {
	float:left;
	width:470px;
	height:22px;
	background: transparent url(/images/top.png) repeat-x;
}

.bottom-left {
	float:left;
	width:20px;
	height:24px;
	background: transparent url(/images/bottom-left.png) no-repeat;
}

.bottom-right {
	float:left;
	width:21px;
	height:24px;
	background: transparent url(/images/bottom-right.png) no-repeat;
}

.bottom-center {
	float:left;
	width:470px;
	height:24px;
	background: transparent url(/images/bottom.png) repeat-x;
}

.left {
	float:left;
	width:100%;
	background: #191616 url(/images/left.png) repeat-y left;
}

.right {
	float:left;
	width:491px;
	margin-left:20px;
	background: #191616 url(/images/right.png) repeat-y right;
}

.page-content {
	float:left;
	width:450px;
	margin-left:8px;
	color:#fff;
	text-align: left;
	font-size:11px;
	padding:5px;
	margin:5px;
}

.ligne_input {
	float:left;
	width:100%;
	margin:5px;
}

.ligne_input label {
	color: #fff;
	float:left;
	width:120px;
}

.cls input, .cls textarea {
	width:300px;
	float:left;
}

.mandatory {
	color:#ff0000;
}

.system_messages {
	margin: 0 0 0;
	padding: 15px 0 0;
}

.system_messages li {
	list-style:none;
	margin: 0 0 25px;
	padding: 3px 80px 3px 57px;
	font-size: 11px;
	position: relative;
	top: 0;
	left: 0;
	min-height: 1px;
}

.system_messages .close:link,
.system_messages .close:visited,
.system_messages .close:active {
	display: block;
	position: absolute;
	padding: 0 14px 0 0;
	right: 8px;
	top: 5px;
	font-size: 9px;
	background-position: right center;
	background-repeat: no-repeat;
	min-height: 1px;
}

* html .system_messages .close {
	height: 1px;
}

.system_messages .close:hover {
	text-decoration: none;
	color: #404a3e !important;
}

.white {
	background: #fefefe url(layout/white_message.gif) repeat-x;
	border: 1px solid #dbdbdb;
	
}

.system_title {
	font-size: 13px;
}

.ico {
	display: block;
	width: 45px;
	height: 45px;
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	left: 4px;
	top: -9px;
	
}

.red {
	background: #e2c5c5 url(layout/red_message.gif) repeat-x;
	border: 1px solid #cf9e9e;
	
}

.red .close:link,
.red .close:visited,
.red .close:active {
	background-image:url(layout/close_red.gif);
	color: #AE2727;
}

.red .system_title {
	color: #ae2727;
}

.red .ico {
	background-image:url(layout/red_ico.png);
}

.green {
	background: #c7e5c2 url(layout/green_message.gif) repeat-x;
	border: 1px solid #a2d399;
	
}

.green .close:link,
.green .close:visited,
.green .close:active {
	background-image:url(layout/close_green.gif);
	color: #799574;
}



.green .system_title {
	color: #386d19;
}

.green .ico {
	background-image:url(layout/green_ico.png);
}

.book {
	float:left;
	width:100%;
	position: relative;
}

.top-book {
	float:left;
	width:468px;
	height:15px;
	background: transparent url(/images/book-top.png) no-repeat;
}

.bottom-book {
	float:left;
	width:468px;
	height:15px;
	background: transparent url(/images/book-bottom.png) no-repeat;
}

.book-c {
	float:left;
	width:100%;
}

.left-book {
	float:left;
	width:225px;
	background: transparent url(/images/book-left.png) left repeat-y;
}

.right-book {
	float:left;
	width:225px;
	height:auto;
	background: transparent url(/images/book-right.png) 199px center repeat-y;
}

.left-book .content-bbok{
	float:left;
	width:100%;
	background: transparent url(/images/book-middle-left.png) right repeat-y;
	position: relative;
	padding-top:18px;
	min-height:100px;
}

.right-book .content-bbok{
	float:left;
	width:100%;
	background: transparent url(/images/book-middle-right.png) left repeat-y;
	position: relative;
	padding-top:18px;
}

.middle-book {
	width:225px;
	padding-right:16px;
	float:left;
	background: transparent url(/images/book-center.png) repeat-y right;
}

.paginate {
	float:left;
	width:470px;
	height: 30px;
	background: transparent url(/images/back.png) repeat;
	position: absolute;
	bottom: 0;
	text-align: center;
}

.comment {
	float:left;
	margin-left:20px;
	border-left: #dd0b73 solid 1px;
	width:200px;
	color: #fff;
	font-size: 11px;
	text-align: left;
	margin-top:5px;
	padding-left:2px;
	margin-bottom:25px;
}

.entete-com {
	float:left;
	width:100%;
	font-weight: bold;
}

.title {
	float:left;
	width:60%;
	color: #dd0b73;
}

.titlee {
	float:left;
	width:100%;
	text-align: center;
	margin-left:15px;
	margin-bottom:15px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.date {
	float:left;
	width:40%;
	text-align: right;
	color: #4a2336;
}

.content-c {
	float:left;
	text-align: left;
	color: #fff;
	margin-top:5px;
}

.content p {
	margin:0;
	padding: 0;
}

.pag_list li, .pag_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pag_list li {
	display: inline;
	margin-left:8px;
}

.pag_list li a,
.pag_list li a:HOVER,
.pag_list li a:LINK,
.pag_list li a:VISITED,
.pag_list li a:ACTIVE {
	color: #fff;
}

.current {
	font-weight: bolder;
	color: #fff;
}

.pag_nav {
	font-size:0;
}

.prec {
	width:8px;
	height: 11px;
	background: transparent url(/images/prec.png) no-repeat;
}

.suiv {
	width:8px;
	height: 11px;
	background: transparent url(/images/suiv.png) no-repeat;
}

img {
	border: 0;
	vertical-align: bottom;
}

.logo {
	left:-70px;
	position:absolute;
	top:0;
	z-index:999;
}

.home-c {
	width:580px;
	margin: 0 auto;
}

.hom-con {
	width:425px;
	float:left;
	margin-left:58px;
	height: 130px;
	border: 1px solid #f5f5f5;
	background-color:#191616;
	color: #fff;
	text-align: left;
	padding:10px;
}

.cadre-content {
	float:left;
	width:505px;
	background: transparent url("/images/cadre-left.png") no-repeat left bottom;
	min-height: 130px;
	margin-top:20px;
	margin-bottom:20px;
}

.right-m {
	float:left;
	width:52px;
	background: transparent url("/images/cadre-right.png") no-repeat left top;
	min-height: 130px;
	margin-top:20px;
}

.footer {
	float:left;
	width:100%;
	background: transparent url(/images/ombre-footer.png) repeat-x top;
	height: 26px;
	text-align: center;
	position: relative;
	bottom: 11px;
}

.tt {
	background: #191616;
	margin:0 auto;
	height: 26px;
	width:870px;
	margin-top:7px;
	text-align: center;
	color: #fff;
}

.tt a, .tt a:active, .tt a:hover, .tt a:visited, .tt a:link {
	color: #fff;
}

.leftt-c {
	width:100%;
	float:left;
	background: transparent url(/images/leftt-cadre.png) no-repeat left center;
}

.right-c {
	width:563px;
	margin-left:85px;
	float:left;
	background: transparent url(/images/cadre-right.png) no-repeat right center;
}

.left-galerie {
	float:left;
	width:100%;
}

.right-galerie {
	margin-left:33px;
	float:left;
	width:650px;
}


.galerie {
	float:left;
	margin-right:36px;
	width:611px;
}

.galerie-cadre {
	float:left;
	width:190px;
	margin: 5px 10px 5px 0;
	border: 1px solid #ebebeb;
	height: 120px;
	background: #191616;
	overflow: hidden;
	position: relative;
}

.album-name {
	float:left;
	width:100%;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url("/images/back.png") repeat;
	padding-top:4px;
}

.album-name a,
.album-name a:HOVER,
.album-name a:LINK,
.album-name a:VISITED,
.album-name a:ACTIVE {
	color: #fff;
	font-weight: bold;
}

#pane1 {
	float:left;
	height: 125px;
}

.lien-comment {
	float:left;
	font-size:11px;
	font-weight:bold;
	left:0;
	padding-left:18px;
	position:absolute;
	text-align:left;
	top:0;
	width:100%;
}

.lien-comment a, 
.lien-comment a:ACTIVE 
.lien-comment a:LINK,
.lien-comment a:VISITED,
.lien-comment a:HOVER{
	color: #fff;
	text-decoration: underline;
}
