@charset "UTF-8";


/* BASIC STYLES */


* { 
	margin: 0px; 
	padding: 0px; 
}
body, html { 
	height: 100%; 
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	background-color:#FFFFFF;
	height:100%;
	padding:0;
	margin:0;
	background-image:url(http://www.karlotta.com/media/images/main/plantedubord.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bb2020;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #bb2020;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #886666;
	text-decoration: none;
}

img {
	border:0;
}


/* CUSTOM STYLES */

.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 11px;
	font-size: 10px;
	color: #bb2020;
	text-decoration: none;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663333;
	text-decoration: none;
	margin-left: 10px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #666666;
	text-decoration: none;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #663333;
	text-decoration: none;
}

.welcome {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #663333;
	text-decoration: none;
	font-variant:small-caps;
	padding-top: 5px;
}

.welcome2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #886666;
	text-decoration: none;
}
.gallery-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #bb2020;
	text-decoration: none;
}

.portfolio-collection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #666666;
	text-decoration: none;
}


/* FORMATTING */



/* **************************************************************** MAIN PAGE FORMATTING ****************************************************************** */


#main {
	margin: 0 auto;
	height: 100%;
	width: 1000px;
	padding:0;
}

/* -------------------------------------------------------------------------------  top menu */

#menutop {
	position: relative;
	z-index: 15;
	height: 50px;
	width: 1000px;
	top: 10px;
	padding:0;
}

/* -------------------------------------------------------------------------------   middle content */

#content {
	overflow: auto;
	position: absolute;
	z-index: 10;
	width: 1000px;
	height:auto;
	top: 60px;
	bottom: 150px;
	margin: 0 auto;
	padding:0;
}

#content-no-menu {
	overflow: auto;
	position: absolute;
	z-index: 10;
	width: 1000px;
	height:auto;
	top: 10px;
	bottom: 160px;
	margin: 0 auto;
	padding:0;
}

#content-contact {
	overflow: auto;
	position: absolute;
	z-index: 10;
	width: 1000px;
	height:auto;
	top: 0px;
	bottom: 160px;
	margin: 0 auto;
	padding:0;
}




/* page d'index uniquement */

.index-background {
	background-position:center;
	background-repeat:no-repeat;	
	overflow: auto;
	position: absolute;
	z-index: 11;
	width: 1000px;
	height:auto;
	top: 0px;
	bottom: 0px;
	margin: 0 auto;
	padding:0;
}


#index-text {
	position: absolute;
	height: 150px;
	width: 500px;
	bottom: 160px;
	text-align:justify;
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px;
	z-index:0;
} 
	
.index-transparent {
	position:absolute;
	bottom:0px;
	left:0px;
 	width:1000px;
 	height:150px;
  	background-color:#ffffff;
  	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
	z-index:90;
  }
  
	
	/* ------------------------------------------------------------------------------- bottom menu */

#menubottom {
	position: absolute;
	z-index: 12;
	height: 150px;
	width: 1000px;
	bottom: 0px;
	padding:0;
	background:#FFFFFF;
}


#menubottom_left {
	position: absolute;
	z-index: 15;
	height: 150px;
	width: 400px;
	top: 0px;
	left:0px;
	padding:0;
	background-image:url(http://www.karlotta.com/media/images/main/menu_01.gif);
	background-repeat:no-repeat;
}

#menubottom_center {
	position: absolute;
	z-index: 14;
	height: 150px;
	width: 210px;
	top: 0px;
	left:390px;
	padding:0;
	text-align:left;
}

#menubottom_right {
	position: absolute;
	z-index: 15;
	height: 150px;
	width: 400px;
	top: 0px;
	left:600px;
	padding:0;
	background-image:url(http://www.karlotta.com/media/images/main/menu_03.gif);
	background-repeat:no-repeat;
}





/* **************************************************************** GENERAL FORMATTING ****************************************************************** */		


/* barres de 3 photos 600px */

#intro-photos {
	width:600px;
	height:200px;
	margin: 0 auto;
	padding: 0;
	position:relative;
}

/* texte d'intro de chaque catégorie */

#intro-text {
	position:relative;
	background-repeat:no-repeat;
	background-position:left top;
	width:500px;
	text-align:justify;
	padding-bottom:50px;
	padding-top:70px;
	padding-left:50px;
	padding-right:50px;
	
}

/* description de chaque gallerie */

#gallery-text {
	position:relative;
	background-image:url(http://www.karlotta.com/media/images/leaf.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:430px;
	text-align:justify;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	padding-top:10px;
}