html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #1b0c05 url('../images/bg_body_interne2.jpg') 50% 0% no-repeat;
	color: #C7BFAC;
	text-align: center;
}

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

  #main_contenu {
  	position: relative;
  	width: 1000px;
  	height: 600px;
   	margin-left: auto;
   	margin-right: auto;
   	padding-top: 103px;
   	background-color: transparent;
   }


/* AUTRES PAGES */
#corps {
	position: relative;
	width: 1000px;
	height: 550px;

	text-align: left;
}
#corps #nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;	
	height: 550px;
	background-color: #4d341e;
	background-image: url("../images/bg_content_col1_bis.jpg");
}

#corps #nav #menu_p {
	position: absolute;
	top: 200px;
	left: 20px;
	width: 200px;
	background-color: #614933;
}
#corps #nav #menu_p #menu_p_top {
	width: 200px;
	position: relative;
	float: left;
	height: 10px;
	background-image: url("../images/menu_bg_top.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
}
#corps #nav #menu_p #menu_p_bottom {
	width: 200px;
	position: relative;
	float: left;
	height: 6px;
	background-image: url("../images/menu_bg_bottom.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
}

#corps #nav #menu_p ul {
	position: relative;
	width: 100%;
	clear: both;
	float: left;
	list-style-image: url("../images/menu_puce.gif");
	font-size: 1.2em;
	color: #C7BFAC;
	margin-left: 45px;
}
#corps #nav #menu_p li {
	padding-bottom: 5px;
}

#corps #nav a {
	color: #bda88C;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
}
#corps #nav a.lienactif {
	color: #2a180d;
}
#corps #nav a:hover {
	color: #2a180d;
}


#corps #logo {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -27px;
	background-color: transparent;
	z-index: 1000;
		
}

#corps #marque_page {
	position: absolute;
	top: 0;
	left: 239px;
	height: 550px;
	width: 240px;
	background-color: transparent;	
	z-index: 1001;
}

#corps #contenu {
	position: absolute;
	top: 0;
	right: 0;
	height: 505px;
	width:	450px;
	background-image: url("../images/bg_content_interne.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
	color: #311e10;
	padding-top: 45px;
	padding-left: 44px;
	padding-right: 30px;
	font-size: 1em;
}

#corps #contenu a {
	color: #377E9E;
	text-decoration: underline;
}
#corps #contenu a:hover {
	text-decoration: none;
}
#corps #contenu img {
	padding-left: 20px;
}
#corps #contenu p {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 40px;
}
#corps #contenu p.intro {
	font-size: 1.3em; 
}
#corps #contenu h1 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 28px;
	display: block;
}
#corps #contenu h2 {
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

h3 {
	float: left;
	text-align: left;
	clear: both;
	margin-top: 10px;
	width: 100%;
}

#corps #contenu ul {
	list-style: square;
	background-color: transparent;
	position: relative;
	clear: both;
	margin-left: 40px;
	text-align: left;
}
ul.intro {
	font-size: 1.3em;
}


#corps #bandeau_images {
	position: absolute;
	bottom: 30px;
	right: 50px;
	width: 850px;
	z-index: 2000;
	text-align: center;
	background-color: transparent;
}

#corps #bandeau_images.pates {
	width: 480px;
	right: 10px;
	bottom: 20px; 
}
#corps #bandeau_images img {
	padding: 2px;
	background-color: #fff;
	border: solid 1px #C7BFAC;
	margin-right: 30px;
}

#corps #bandeau_images.pates img{
	margin-right: 10px;
	margin-bottom: 10px; 
}

#corps #bandeau_images ul {
	list-style: none;
	float: right;
}
#corps #bandeau_images ul li {
	display: inline;
	margin-right: 15px;
	width: 70px;
	height: 60px;
	float: left;
}
#corps #bandeau_images ul li#rouge a {
	position: relative;
	float: left;
	width: 70px;
	height: 60px;
	background: url("../images/chrouge-55.jpg") no-repeat 0 0;
}
#corps #bandeau_images ul li#rouge a:hover {
	position: relative;
	float: left;
	width: 70px;
	height: 60px;
	background: url("../images/chrouge.jpg") no-repeat 0 0;
}

#corps #bandeau_images ul li#rose a {
	position: relative;
	float: left;
	width: 70px;
	height: 60px;
	background: url("../images/chrose-55.jpg") no-repeat 0 0; 
}

#corps #bandeau_images ul li#rose a:hover {
	background: url("../images/chrose.jpg") no-repeat 0 0;
}

#corps #bandeau_images ul li#terrasse a{
	position: relative;
	float: left;
	width: 70px;
	height: 60px;
	background: url("../images/chterrasse-55.jpg") no-repeat 0 0; 
}

#corps #bandeau_images ul li#terrasse a:hover {
	background: url("../images/chterrasse-60.jpg") no-repeat 0 0;
}

#corps #bandeau_images ul li#grise a{
	position: relative;
	float: left;
	width: 70px;
	height: 60px;
	background: url("../images/chgrise-55.jpg") no-repeat 0 0; 
}

#corps #bandeau_images ul li#grise a:hover {
	background: url("../images/chgrise.jpg") no-repeat 0 0;
}
#corps #bandeau_images ul li#creme a{
	position: relative;
	float: left;
	width: 70px;
	height: 60px;
	background: url("../images/chcreme-55.jpg") no-repeat 0 0; 
}

#corps #bandeau_images ul li#creme a:hover {
	background: url("../images/chcreme.jpg") no-repeat 0 0;
}
#corps #bandeau_images ul li#partiescommunes1 a{
	position: relative;
	float: left;
	width: 70px;
	height: 60px;
	background: url("../images/partiescommunes-55.jpg") no-repeat 0 0; 
}

#corps #bandeau_images ul li#partiescommunes1 a:hover {
	background: url("../images/partiescommunes.jpg") no-repeat 0 0;
}
#corps #bandeau_images ul li#partiescommunes2 a{
	position: relative;
	float: left;
	width: 70px;
	height: 60px;
	background: url("../images/patio-55.jpg") no-repeat 0 0; 
}

#corps #bandeau_images ul li#partiescommunes2 a:hover {
	background: url("../images/patio-60.jpg") no-repeat 0 0;
}
#corps #bandeau_images ul li#partiescommunes3 a{
	position: relative;
	float: left;
	width: 70px;
	height: 60px;
	background: url("../images/transat-55.jpg") no-repeat 0 0; 
}

#corps #bandeau_images ul li#partiescommunes3 a:hover {
	background: url("../images/transat-60.jpg") no-repeat 0 0;
}


/* TOURS */
#corps #bandeau_images ul li#toura1 a{
	position: relative;
	float: left;
	width: 70px;
	height: 60px;
	background: url("../images/tourA_1-55.jpg") no-repeat 0 0; 
}

#corps #bandeau_images ul li#toura1 a:hover {
	background: url("../images/tourA_1-65.jpg") no-repeat 0 0;
}

#corps #bandeau_images ul li#toura2 a{
	position: relative;
	float: left;
	width: 70px;
	height: 60px;
	background: url("../images/tourA_2-55.jpg") no-repeat 0 0; 
}

#corps #bandeau_images ul li#toura2 a:hover {
	background: url("../images/tourA_2-65.jpg") no-repeat 0 0;
}

#corps #bandeau_images ul li#tourb1 a{
	position: relative;
	float: left;
	width: 70px;
	height: 60px;
	background: url("../images/tourB_1-55.jpg") no-repeat 0 0; 
}

#corps #bandeau_images ul li#tourb1 a:hover {
	background: url("../images/tourB_1-65.jpg") no-repeat 0 0;
}

#corps #bandeau_images ul li#tourb2 a{
	position: relative;
	float: left;
	width: 70px;
	height: 60px;
	background: url("../images/tourB_2-55.jpg") no-repeat 0 0; 
}

#corps #bandeau_images ul li#tourb2 a:hover {
	background: url("../images/tourB_2-65.jpg") no-repeat 0 0;
}

#corps #bandeau_images ul li#tourc1 a{
	position: relative;
	float: left;
	width: 70px;
	height: 60px;
	background: url("../images/tourC_1-55.jpg") no-repeat 0 0; 
}

#corps #bandeau_images ul li#tourc1 a:hover {
	background: url("../images/tourC_1-65.jpg") no-repeat 0 0;
}

#corps #bandeau_images ul li#tourc2 a{
	position: relative;
	float: left;
	width: 70px;
	height: 60px;
	background: url("../images/tourC_2-55.jpg") no-repeat 0 0; 
}

#corps #bandeau_images ul li#tourc2 a:hover {
	background: url("../images/tourC_2-65.jpg") no-repeat 0 0;
}


.scroll {
	position: relative;
	float: left;
	overflow: auto;
	height: 390px;
	width: 430px;
	padding: 15px;
	background-color: transparent;
}
.scroll_bandeau {
	position: relative;
	float: left;
	overflow: auto;
	height: 300px;
	padding: 15px;
	width: 420px;
	background-color: transparent;	
	
}
.scroll_bandeau_moins {
	position: relative;
	float: left;
	overflow: auto;
	height: 230px;
	padding: 15px;
	width: 420px;
	background-color: transparent;	
	
}

#corps #album_descriptif {
	position: absolute;
	width: 440px;
	bottom: 45px;
	left: 40px;
	text-align: center;
	background-color: transparent;
}

#corps #album {
	position: absolute;
	width: 440px;
	top: 130px;
	left: 40px;
	height: 300px;
	background-color: transparent;
	
}

/* MENU BAS */
#infos_bas {
	position: relative;
	width: 100%;
	height: 50px;
	text-align: left;	
	color: #ababab;
}
#infos_bas ul {
	position: absolute;
	left: 10px;
	top: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#infos_bas ul li {
	display: inline;
	margin-right: 15px;
	margin-left: 0;
}

#flags {
	position: absolute;
	right: 10px;
	top: 10px;
}
#flags img {
	border: 0;
}

img.noborder {
	border: 0;
}
p.comment {
	width: 100%;
	text-align: center;
	clear: both;
}
.reponse_mail {
	position: relative;
	float: left;
	text-align: center;
	color: red;
	width: 100%;
	clear: both;
}

#contact {
	width: 100%;
	background-color: transparent;
	margin-bottom: 15px;
	position: relative;
	float: left;
}
#contact p.centrer {width: 100%; text-align: center; }
table.form {
	position: relative;
	float: left;
}
table.form tr {
	line-height: 30px;
}
table.form td.label {
	text-align: right;
	vertical-align: top;
	padding-right: 15px;
}
td.submit {
	text-align: right;
}
input.submit {
	background-color: #1b0c05;
	color: #C7BFAC;
	border: 0;
	padding: 4px;
	font-weight: bold;
}

table.transport {
	background-color: transparent;	
	margin-top: 20px;
	margin-bottom: 20px;
	border-spacing: 0;
}
table.transport td, table.transport th {
	text-align: left;
	padding: 5px;
	padding-right: 10px;
	border: solid 1px #C7BFAC;
}

.riad_detail {
	display: inline;
	width: 250px;
	text-align: left;
	margin-right: 40px;
	background-color: transparent;
	clear: both;
	float: left;
}
.riad_prix {
	display: inline;
	width: 50px;
	text-align: left;
	background-color: transparent;
	float: left;
}
.note {
	font-size: 0.9em;
	font-style: italic;
}
	