/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #674E4A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #554D49;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	margin-bottom: .75em;
	font-size: 182%;
}

p, blockquote, ul, ol {
	margin-bottom: 1.8em;
	line-height: 1.6em;
}

p {
}

blockquote {
}

ul, ol {
	list-style-position: inside;
}

ul {
}

ol {
}

a {
	color: #859C0E;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 680px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(images/img01.gif) no-repeat 74px 18px;
}
#logo {
	width: 680px;
	margin: 0 auto;
	padding: 0 0 0 196px;
}
#header h1 {
	margin: 0;
	padding: 0 196px 0 0;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 5px;
	font: normal 25px Georgia, "Times New Roman", Times, serif;
	height:44px;
	color: #000000;
	margin-top: -20px;
}
#header img {
	border: none;
}

#header h1 a {
	color: #000000;
}

#header h2 {
	margin: -5px 0 0 0;
	padding: 0 210px 0 0;
	text-transform: lowercase;
	text-align: right;
	font: normal 30px Garamond, "Times New Roman", Times, serif;
	font-style: italic;
}

#header a {
	text-decoration: none;
}

/* Page */

#page {
	width: 580px;
	margin: 0 auto;
	padding: 0 0 0 100px;
	background: url(images/img02.gif) repeat-y 100px 0px;
}

/* Content */

#content {
	float: left;
	width: 329px;
	padding: 40px 30px 0 25px;
}

#content .image {
	position: relative;
	margin: 3px 20px 0 -100px;
	float: left;
	border: 5px solid #000000;
}

#content .image img {
	border: 5px solid #FFFFFF;
}

.texte {
	margin:0px;
	/*padding:0px;*/
}
._hr {
	position: relative;
	left:-20px;
	right:20px;
	width:370px;
	height:5px;
	color:black;
	background-color:black;
	margin-top: 5px;
}
hr {
	/*color:black;
	background-color:black;*/
}
/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
	padding: 30px 0 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
}

#sidebar li {
	margin-bottom: 15px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: url(images/img06.gif) repeat-x left bottom;
}

#sidebar h2 {
	margin-bottom: 10px;
	padding-left: 15px;
	text-transform: uppercase;
	background: url(images/img05.gif) no-repeat left center;
	border-bottom: 1px solid #000000;
	font-size: 100%;
	font-weight: bold;
}

#sidebar h3 {
	margin: 0;
	padding-left: 15px;
	font-size: 85%;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat 5px 50%;
	text-decoration: none;
	color: #FFFFFF;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 470px;
	height: 60px;
	margin: 0 auto;
	padding: 15px 210px 0 0;
	background: url(images/img04.gif) no-repeat 100px 0px;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: 77%;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
.lettrine {
float: left; /* positionnement de la lettrine dans le conteneur*/
font-size: 4em; /* 3 hauteurs de lignes pour la lettrine*/

font-weight: bold;
font-family: Georgia, Times New Roman, Times, serif;
/*color: #000000;*/
/*border: 1px solid #990000; /* définition d'une bordure autour de la lettrine*/
/*background-color: #FFFFFF; */
margin: 1px;
padding: 1px;
line-height: 1em;
}
.pagination {
	font-size: 10px;
}
.pagination p.left {
	display:block;
	float:left;
} 
.pagination p.right {
	display:block;
	float:right;
}

.cssform  {
		background-color: white;
		padding:5px;
		border: 1px dashed lightgray;
}
.cssform p{
width: 200px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 110px; /*width of left column containing the label elements*/
/*border-top: 1px dashed lightgray;*/
height: 1%;

}

.cssform label{
font-weight: bold;
float: left;
margin-left: -110px; /*width of left column*/
width: 110px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
border:none;
border-bottom:1px solid black;
}
.cssform input:focus{
	border-bottom:1px solid #859C0E;
}
.cssform textarea:focus {
	border:1px solid #859C0E;
}
.cssform textarea{
float: right;
width: 300px;
height: 150px;
border:1px solid black;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.contact {
	Padding: 5px;
	background-color: white;
	border: 1px dashed lightgray;
}
.photo img {
	border: none;
}