/************* Global *************/
html,body {
	height:100%;
}

* {
	margin: 0;
	padding: 0;
}

body, input{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-align: left;
}

a {
	text-decoration: none;
	color: #a99190;
}

blockquote {
	background: #f7f7f7;
	padding: 15px;
	margin: 5px 0;
}

img {
	border: none;
}

p {
	margin-top: 25px;
}

/************* Container *************/
#container {
	height: auto !important;
	min-height: 100%;
	padding-bottom: 15px;
	position: relative;
	background: #a99190 url(../img/containerBg.gif) bottom left repeat-x fixed;
}

* html #container {
	height: 100%;
}

/************* Header *************/
#headerWrap {
	height: 59px;
	background: url(../img/headerBg.gif);
}

#header {
	width: 1000px;
	margin: 0 auto;
}

#header h1 a {
	font-size: 30px;
	letter-spacing: -1px;
	padding-top: 5px;
	float: left;
	color: #a99190;
}

ul#navigation li {
	list-style-type: none;
	float: right;
}

ul#navigation li a {
	padding: 15px 7px 12px;
	display: block;
	font-size: 17px;
	color: #fff;
}

ul#navigation li a:hover, #footer a:hover {
	background: #806e6d;
}

/************* Content *************/
#ie {
	width: 1000px;
	margin: 7px auto 0;
	background: #fff;
	border: 1px solid #fff;
	position: relative;
        display: none;
}

#ie h2 {
	margin: 15px 20px 20px;
	border-bottom: 1px solid #9b6e89;
}

#ie p {
	margin-left: 20px;
	margin-right: 20px;
}


#content {
	width: 1000px;
	margin: 7px auto 0;
	background: #fff;
	border: 1px solid #fff;
	position: relative;
}

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

#content a:hover {
	background: #a99190;
	color: #fff;
}

#content h3 {
	color: #a99190;
	margin-top: 30px;
	margin-bottom: 30px;	
}

#content h4:first-letter {
	margin-left: 50px;
}

#content h4 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 16px;
}

/* 
Header with picture and site description.
It uses a hack for vertical-align because IE doesn't work properly with tables
*/
#contentHeader {
	margin: 0px;
	width: 1000px;
	height: 300px;
	position: relative;
}

#contentHeader[id] {
	display: table;
	position: static;
}

#siteDescription {
	position: absolute;
	top: 50%;
	color: #44434c;
}

#siteDescription[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#siteDescription p {
	position: relative;
	top: -50%;
}

#content h2 {
	margin: 15px 0;
	border-bottom: 1px solid #9b6e89;
}

#content ul {
	padding: 10px 15px 10px 20px;
	list-style-image: url(../img/arrow.gif);
}

/************* Me *************/

#me {
	margin-top: 20px;
	height: 210px;
	line-height: 20px;
	font-size: 14px;
}

#me img {
	float: left;
	margin-right: 10px;
}

/************* Main *************/

#main {
	margin-right: 20px;
	width: 630px;
	float: right;
}

.post {
text-align: justify;
}

.post img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.post p {
	clear: both;
}

/************* Secondary *************/

#secondary {
	width: 300px;
	margin-left: 20px;
	float: left;
}

#secondary h2 {
	margin: 25px 0 10px 0;
}

/************* Plugin de mail *************/

.contactform input {
	margin-bottom: 15px;
}

.contactform textarea {
	margin-bottom: 15px;
}

/************* Search *************/
#searchform input {
	background: #f7f7f7;
	font-size: 0.9em;
}

#searchsubmit {
	margin-top: 5px;
	padding: 0 10px;
	text-align: center;
}

#searchform fieldset {
	border: 0;
}

/************* Footer *************/
#footer {
	position: relative;
	margin: 0px auto;
	margin-bottom: 0px;
	background: #45444d;
	width: 1000px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
}
#footer p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer img {
	margin-top: 0px;
}

#footer a {
	color: #fff;
	font-weight: bold;
}