/* standard elements */
* {
	margin: 0;
	padding: 0;
}

img {border: none;}

body {
	background: #4E5D3C url(../img/bg.jpg);
	color: #444;
	font: normal 62.5% times,sans-serif;
	margin: 0;
}

p,blockquote,ul {margin-bottom: 1em;}

h1 {font: normal 1.6em serif;}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}

.accueil h2 {margin-bottom: 6px;}

ul {margin-left: 1.8em;}

a {outline: none; text-decoration: none; color: #445044;}
a:hover {font-weight: bold;}

.parcours ul {margin-left: 3em;}
.parcours li {margin-bottom: 4px;}
.parcours h4 {margin-left: 10px; margin-bottom: 5px; color: #445044;}
.parcours a {text-decoration: none; color: #314F31; font-size: 1.1em; font-weight: bold; margin-bottom: 3px;}
.parcours a:hover {color: #456F45;}
.pro {margin-left: 5px; margin-top: 2px; margin-bottom: 5px;}
.proSubTitle {color: #445044; font-size: 1.1em; font-weight: bold;}

.mentions a {text-decoration: none; color: #444444;}
.mentions a:hover {color: #6F6868; font-weight: bold;}

.apropos span {color: #445044; font-size: 1.1em; font-weight: bold; margin-bottom: 3px;}
.apropos a:hover {color: #6F6868; font-weight: bold;}

blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	font: normal 1.4em serif;
	padding-left: 22px;
}

blockquote p {padding: 6px;}

/* misc */
.clearer {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}

.left {float: left;}
.right {float: right;}

img.left {margin: 0 18px 6px 0;}

.divider {
	background: url(../img/divider.gif) no-repeat;
	height: 20px;
	margin: 35px 0 24px 0;
}

.divider.last {
	margin-top: 30px;
	margin-bottom: -35px;
}

/* structure */
.container {
	background: url(../img/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 736px;
	
}

.top {
	background: url(../img/bgcontent.gif) no-repeat 0 -4%;
	float: left;
	width: 632px;
	margin-left: 52px;
}

.header {
	/*background: #56644A url(../img/header2.jpg);*/
	color: #4F5B43;
	font-size: 1.4em;
	height: 232px;
	position: relative;
}

.header h1 {
	font: normal 3.2em times,sans-serif;
	padding: 40px 0 10px 0;
}

.pattern {
	background: #334127 url(../img/pattern.gif) repeat-x;
	clear: both;
	height: 12px;
}

/* navigation */
.navigation {margin: 0 30px; width: 632px;}

.navigation a {
	color: #6C7151;
	font: normal 1.6em times; /*1.9em*/	
	line-height: 50px;
	margin: 0 10px;
	text-decoration: none;
	width: 50px;
}

.navigation a:hover,.navigation .selected {
	color: #4F5B43;
	font-weight: bold;
	text-shadow: #445044 1px 3px 10px;
}
 
.navigation a:visited {color: #4F5B43;}

/* content */
.content {
	background: url(../img/bgcontent.gif) no-repeat;
	clear: both;
	font-size: 1.3em;
	margin: 0 52px;
	padding: 0 38px 12px;
}
.content .spacer {
	height: 42px;
}

/* content item */
.item {clear: both;}

.item .title {
	color: #445044;
	font: normal 2em times;
}

.sub_title {
	font-size: 0.7em;
}

.item .title .first_letter {
	display: block;
	float: left;
	font-size: 2.5em;
	line-height: 45px;
}

.item .metadata {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
	margin-left: 15px;
	margin-top: 30px;
}

/* footer */
.footer {
	background: url(../img/bgcontentreverse.gif) no-repeat;
	color: #666;
	font-size: 1.1em;
	line-height: 20px; 
	margin: 0 auto;
	text-align: center;
	width: 632px;
	height: 95px;
}
.footer .left {padding-left: 25px; margin-top: 45px; margin-bottom: 7px;}
.footer .right {padding-right: 25px; margin-top: 45px; margin-bottom: 7px;}

.footer .right {color: #ACAF9B;}

.navigation_footer {
	border-top: 1px solid #ACAF9B;
	width: 80%;
	margin-left: 60px;
}

.navigation_footer a {
	margin: 6px;
	color: #6C7151;
 font: normal times;
 text-decoration: none;
}

.navigation_footer a:hover,.navigation_footer .selected {
 color: #4F5B43;
 font-weight: bold;
}

/*Diaporama*/
.portfolio, .portfolio li {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1;
}

.travel, .travel li {
 margin: 0;
 padding: 0;
 list-style: none;
 z-index: 1;
 width: 220px;
 float: left;
}

.travel
{
	margin-top: 5px;
 margin-right: 10px;
}

.legende_header {
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
	width: 632px;
	text-align: center;
}

.link {
	cursor: pointer;
}

/*Formulaire*/
form {width: 320px;}

.input {float: right; width: 178px; background-color: #EDEFE0;}

label {font-weight: bold;}

textarea {
	margin-left: 104px; 
	margin-top: -15px; 
	height: 100px; 
	background-color: #EDEFE0;
}
/*
#submit {
	background-color: #E8ECD1; 
	width: 180px; 
	margin-left: 105px;
	font: normal 120% times,sans-serif;
	font-weight: bold;
}
*/
#contact {
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin:auto; 
	border: 1px solid #ACAF9B;
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;  
	width: 350px;
}

.erreur  {
	margin-left: 100px;
	margin-top: 20px;
	color: #4E5A42;
	font-weight: bold;
	line-height: 2em;
	font-size: medium;
}

/*Pagination*/
.pagination {margin-left: 150px; width: 250px; height: 45px; margin-top: 5px; margin-bottom: 5px; border: 1px solid #A4B487;}
.pagination .selected {font-weight: bold; color: #445044;}
.pagination a  
{
	color: #6C7151;
 font: normal 1.6em times; /*1.9em*/ 
 line-height: 40px;
 margin: 0 15px;
 text-decoration: none;
}

.pagination a:hover {font-weight: bold; color: #445044;}