/*
Theme Name: amenso
Theme URI: http://www.tankred.fr/
Description: en cours de dev
Author: TANKRED
Author URI: http://www.tankred.fr/
Tags: 
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
	- BASIC CSS ELEMENTS
	- FORMS
		+ GENERAL
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	

body {
	margin: 0px;
	padding: 0px;
	background: #fff url(img/bg-gradient.jpg) repeat left top;
	color: #fff;
	font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
}

a {
	color: #5f74fc;
	text-decoration:none;
}

a:hover {
	color: #5f74fc;
	text-decoration:none;
}

p {
	margin-top: 10px;
	line-height: 14px;
	text-align:justify;
	text-justify:auto;

}

img {
	border: none;
}



/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 812px;
	margin: 0 auto;
	z-index:10;
	border:red 1px solid
}
	
#header {
	height:75px;
	width:320px;
	left:231px;
	top:16px;
	float:left;
	position:absolute;
	z-index:500;
}

.claire {
	margin: 0px;
	padding: 0px;
	text-align:center;
	line-height: 44px;
	color: #fff;
	font-family:Georgia;
	font-size:32px;
	letter-spacing:5px;
}

.homestaging {
	margin-left:17px;
	margin-top:-2px;
	padding: 0px;
	text-align:left;
	line-height: 22px;
	color: #fff;
	font-family:Futura;
	font-size:20px;
	font-weight:normal;
}

/*	##################################
   	CONTENT
	################################## */
	
#clairdecor	{
	margin-top:-10px;
	float:left;
	left:0;
	width:249px;
	height:410px;
	background:grey url(img/clairdecor.jpg) no-repeat left top;
	position:absolute;
	z-index:100;
}

#visuelslide {
	width:562px;
	height:280px;
	left:249px;
	position:absolute;
	padding-top:1px;
	padding-bottom:1px;
	margin:0;
	float:left;
	margin-top:91px;
	background:transparent url(img/visuel-gradient.jpg) repeat-y left top;
	border:none;
}

#slider {
	margin-left:1px;
}

#titles {
	width:562px;
	height:37px;
	margin:0;
	float:left;
	top:383px;
	left:249px;
	position:absolute;
	background:grey url(img/bg-titles.png) repeat-y left top;
	border:none;
}

h2 {
	color:#666;
	}

#contenu {
	width:562px;
	min-height:110px;
	padding-top:10px;
	float:left;
	background:grey url(img/page-gradient.png) repeat-y left top;
	border:none;
	position:absolute;
	left:249px;
	top:420px;
}

#contenu blockquote {
	padding-top:10px;
	margin:0 auto;
	background: url(img/bck.png) no-repeat left top;
	width:520px;
	font-family: courier;
	font-size: 12px;
	font-style:italic;
}





/*	##################################
   	BASIC CSS ELEMENTS
	################################## */
	
hr {
	height: 1px;
	margin: 20px 0;
	background: #d0d0d0;
	border: none;
}
	
table {
	width: 100%;
	margin: 0 0 20px 0;
}

th, td {
	padding: 5px 10px;
}

th {
	background: #006990;
	color: #fff;
}

tr.even {
	background: #2a2a2a;
}

pre {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #2a2a2a;
	line-height: 22px;
	border: 1px solid #d0d0d0;
	font-family: Courier, serif;
	overflow-x: scroll;
	overflow-y: visible;
}



.g {
	float: left;
}

.d {
	float: right;
}

/*	##################################
   	FORMS
	################################## */
	


/*	##################################
   	FOOTER
	################################## */
	

#footer {
	float:left;
	width: 562px;
	height:32px;
	background: white url(img/footer-gradient.png) left top;
	color: white;
	top:110px;
	position:relative;
	}

#footer a {
	color: #fff;
	text-decoration:none;
	font-weight:normal;
	font-size:20px;
	letter-spacing:20px;
	
}

#footer a:hover {
	text-decoration:none;
}


#footer p {
	margin: 0px;
	padding: 0px;
	text-align:center;
	line-height: 34px;
	color: #fff;
	font-family:Helvetica, Verdana, Arial, sans-serif;
}



/*	##################################
   	USEFUL
	################################## */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
}

/*	##################################
   	Slider
	################################## */

*{
	margin:0;
	padding:0;
	list-style:none;
}

.header {
	background: #000;
	cursor: pointer;
	padding:4px;
}

.header:hover{
	background-color:#666;
}
.selected{
	background-color:#F00;
	color:#FFF;
}

.content{
	background:#FFF;
	padding:4px;
}

