body {
	background: #352B00 url(/img/bg_body.png);
	font-size: 12px;
	text-align: left;
	margin: 0; padding: 0;
	color: #4F3E27;
	font-family: Georgia, serif;
	font-style: italic;
}
body#welcomepage {
	background-image: none;
}

/*/*/a{}
body,
body p {
	font-size: 95%; /* IE5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 100%; /* IE6 */
}
html>body,
html>body p {
	font-size: 95%; /* Gecko & Co. */
}
/* */
	
/* -- Liens -- */
	
a {
	text-decoration: none;
}
a:link, a:active {
	color: #036;
}
a:visited {
	color: #025;
}
a:hover {
	background-color: #D3D3D3;
}

#welcomepage a {
	color: #E3E0D3;
}
#welcomepage a:hover {
	background-color: transparent;
}

a img {
	border: 0;
}

#footer a {
	color: #E3DDCC;
	text-decoration: none;
}
#footer a:hover {
	color: #F6F2EB;
	background: none;
	text-decoration: underline;
}
	
/* -- Titres -- */

h1 {
	position: absolute;
	top: -42px;
	left: -33px;
	margin: 0; padding: 0;
	width: 242px; height: 151px;
	background: transparent url(/img/h1.png) no-repeat;
	z-index: 2;
}

h1 a {
	display: block;
	margin: 0;
	width: 237px; height: 145px;
	text-indent: -999em;
}
h1 a:hover {
	background: transparent;
}

body#welcomepage h1 {
	position: relative;
	margin: auto;
	width: auto; height: auto;
	background: transparent;
	display: none;
}
	
h2 {
	margin: 0 -10px;
	padding: 10px;
	color: #85653B;
	background-color: #D6CDBB;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
	font-style: italic;
	font-size: 1.3em;
	border-bottom: 5px solid;
}
h2.collection {
	color: #85653B;
	background-color: #E3DDCC;
	border-bottom-color: #C3BA9E;
}
h2.concept {
	color: #6D613D;
	background-color: #C3BA9E;
	border-bottom-color: #A69A77;
}
h2.carnets {
	color: #CBC4B3;
	background-color: #80734C;
	border-bottom-color: #A69A77;
}
h2.contact {
	color: #C3BA9E;
	background-color: #7F724B;
	border-bottom-color: #5A4E2A;
}

h3 {
	margin: 0 0 10px 0;
	padding: .5em 0 0;
	border-bottom: 2px dotted #A49A87;
}

h4 {
	margin: 0;
	padding: .5em 0 0;
	border-bottom: 1px dotted #A49A87;
}
	
/* Elements de formulaire */

fieldset {
	padding: 1em;
	border: 1px dotted #999;
}

label {
	display: block;
}
	
input.text,
textarea,
select {
	margin-bottom: 1em;
	font-family: serif;
	font-size: 1em;
	font-style: normal;
	border: 1px solid Gray;
}

input.button {
	display: block;
}

#blog #search .field {
	text-align: center;
}

#blog #search input#q {
	padding-left: 25px;
	border: 1px solid #999;
	background: White url(/img/famfamfam/magnifier.png) no-repeat 5% 50%;
}

#blog #search input.submit {
	border: 1px solid #999;
	color: #666;
}
#blog #search input.submit:focus,
#blog #search input.submit:hover {
	border-color: #666;
	color: #000;
}

#fContact {
	margin-top: 1em;
}
	
/* -- Blocs principaux -- */
	
#container {
	position: relative;
	margin: 80px auto 40px;
	width: 900px;
}

#header {
	position: relative;
	margin: 0; padding: 0;
	height: 132px;
	background: transparent url(/img/bg_global.png);
	background-position: top right;
}

.left {
	margin-right: 50px;
}

#header .left {
	height: 132px;
	background: transparent url(/img/bg_global.png);
	background-position: top left;
}
#main .left {
	height: 1%;
	margin-right: 17px;
	padding: 0 10px 3em 25px;
	background: transparent url(/img/bg_main.png);
	background-position: top left;
}
#footer .left {
	height: 1%;
	padding: 10px;
	background: transparent url(/img/bg_global.png);
	background-position: bottom left;
}

#main {
	height: 1%;
	background: transparent url(/img/bg_main.png);
	background-position: top right;
}

#contents {
	margin: 0;
}

#footer {
	color: #E3DDCC;
	font-size: .7em;
	text-align: center;
	font-family: Trebuchet MS, sans-serif;
	font-style: normal;
	background: transparent url(/img/bg_global.png);
	background-position: bottom right;
	height: 1%;
}

/* -- Main menu -- */

ul#topmenu {
	position: absolute;
	top: 16px;
	right: 17px;
	height: 116px;
	margin: 0; padding: 0;
	list-style-type: none;
}

ul#topmenu li {
	float: left;
	margin: 0; padding: 0;
}
	
ul#topmenu a {
	display: block;
	width: 120px; height: 116px;
	background-image: url(/images/topmenu_items.png);
	background-repeat: no-repeat;
}
ul#topmenu a.bandb { background-position: 0; }
ul#topmenu a.relookings { background-position: -240px; }
ul#topmenu a.collection { background-position: -480px; }
ul#topmenu a.carnets { background-position: -720px; }
ul#topmenu a.contact { background-position: -960px; }

ul#topmenu a.bandb:hover { background-position: -120px; }
ul#topmenu a.relookings:hover { background-position: -360px; }
ul#topmenu a.collection:hover { background-position: -600px; }
ul#topmenu a.carnets:hover { background-position: -840px; }
ul#topmenu a.contact:hover { background-position: -1080px; }

ul#topmenu a span {
	display: none;
}

#epis {
	position: absolute;
	top: -65px; left: 290px;
	width: 107px; height: 88px;
	background: url(/img/4-epis.png);
	text-indent: -9999em;
}

/* -- Menu de la collection -- */

ul.categories {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: .9em;
	height: 100%;
}

ul.categories li {
	display: inline;
}

ul.categories a {
	float: left;
	display: block;
	background-color: #F6F2EB;
	border: 1px solid #E3DDCC;
	border-width: 1px 2px 2px 1px;
	margin: .5em;
	padding: .25em .5em;
}

ul.categories a:hover {
	background-color: #E3DDCC;
	border-color: #7F7967;
}

/* -- Colonnes -- */

.column {
	width: 419px;
	text-align: justify;
}

.column.col_left { float: left; }
.column.col_right { float: right; }
* html .column.col_right { margin-right: 1px; }

.column.col_left p { margin-right: 10px; }
.column.col_right p { margin-left: 10px; }

/* -- La liste des relookings -- */

ul.relookingslist {
	float: left;
	width: 100%;
	list-style: none;
	margin: 10px 0; padding: 0;
	font-size: .8em;
}

ul.relookingslist li { float: left; }
ul.relookingslist li.coupsdecoeur { float: right; }

ul.relookingslist a,
ul.relookingslist span {
	display: block;
	float: left;
	margin: 0 1em 0 0; padding: 5px;
	border-bottom: 1px solid;
}

ul.relookingslist li.coupsdecoeur a {
	padding-left: 25px;
	background: url(/images/coupsdecoeur.png) no-repeat 2px 50%;
}

ul.relookingslist li.current {
	font-weight: bold;
}
ul.relookingslist li.current span {
	border-bottom: 1px solid;
}

#collection-right {
text-align: center;
}
#collection-right h3 {
text-align: left;
}

/* -- La collection en images -- */

ul.collectionimg {
	list-style: none;
	margin: 10px 0; padding: 0;
}

ul.collectionimg li {
	display: inline;
}

ul.collectionimg a {
	float: left;
	margin: 0 5px 10px 0;
	padding: 1px;
	border: 1px solid #E3DDCC;
}
ul.collectionimg a.lastone {
	margin-right: 0;
}

ul.collectionimg a:hover,
ul.collectionimg a.current {
	padding: 0;
	border: 2px solid #F6F2EB;
}

ul.collectionimg img {
	float: left;
}

/* -- Les relookings -- */

#relooking {
	margin: 0 auto;
	text-align: center;
}

#relooking #selectedpicture {
	border: 13px solid #E3DDCC;
}

#relooking ul.collectionimg {
	text-align: left;
	margin-left: 91px;
}

#relooking ul.collectionimg a {
margin-right: 12px;
}

#relooking p {
clear: both;
margin: 1em 91px;
text-align: left;
}

/* -- Blog -- */

#blog #contents {
	float: left;
	display: inline;
	margin: 0;
	margin-right: 240px;
}
* html #blog #contents {
	margin-left: -10px;
	margin-right: 230px;
}

#blog #sidebar {
	float: right;
	display: inline;
	width: 239px;
	background: transparent url(/img/bg_sidebar.png) repeat-x top left;
	margin: 0 -10px 5em -239px;
	border-left: 1px solid #A69A77;
}
* html #blog #sidebar {
	width: 239px;
	margin: 0 -10px 5em -230px;
}

* html #blog h2 {
	padding-left: 20px;
	padding-right: 20px;
}

* html #blog #blog-contents {
	margin: 0 10px;
}

#sidebar h4 {
	font-size: 1em;
	margin: 0;
	margin-top: -2px;
	padding: 8px 10px;
	margin-bottom: .5em;
}

#sidebar h5 {
	font-size: .9em;
	margin: 0;
	padding: 3px 10px;
}

#blog #calendar table {
	font-size: .7em;
	margin: 1em auto;
}
	
#blog #calendar table td {
	text-align: center;
}

#blog #sidebar ul {
	list-style-type: none;
	font-size: .8em;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
}

#blog #sidebar li {
	display: inline;
}

#blog #sidebar li a {
	display: block;
	padding: .5em 1em;
}
#blog #sidebar li a:hover {
	background-color: #729AB4;
	color: White;
}

#blog .post {
	margin-bottom: 2em;
}

#blog .post.alone {
	margin-top: 10px;
}
	
#blog .post .day-date {
	font-size: .8em;
	color: #4F3E27;
	text-align: left;
	background: transparent url(/img/webicons/calendar.png) no-repeat center left;
	margin-left: 0;
	padding: 0 20px;
}

#blog .post h3 {
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #E3DDCC;
	background-color: #A69A77;
	color: White;
}
#blog .post.alone h3 {
	padding: 6px 10px;
}
	
#blog .post h3 a {
	display: block;
	color: White;
	padding: 6px 10px;
}
#blog .post h3 a:hover {
	background-color: #C3BA9E;
}
	
#blog .post .post-info {
	float: right;
	font-size: .8em;
	color: #4F3E27;
	margin: 0 0 1em 1em;
	padding: 4px 10px;
	border: 1px solid #CFCBC2;
	border-width: 0 0 1px 1px;
}

#blog .post .post-chapo {
	padding: 5px 10px;
	border: 1px solid White;
	border-width: 0 1px;
	background-color: #EFEAE0;
	font-weight: bold;
}

#blog .post .post-content {
	padding: 10px;
	padding-bottom: 1em;
	background-color: #EFEAE0;
}

#blog .post .post-info-co {
	font-size: .8em;
	color: #4F3E27;
	margin: 0;
	padding: 2px 10px;
	background-color: #CFCBC2;
	text-align: right;
	clear: both;
}

#rsslink {
	margin: 1em auto;
	width: 16px;
}

#rsslink a {
	display: block;
	width: 16px; height: 16px;
	background: url(/img/famfamfam/feed.png);
	text-indent: -9999em;
}

/* -- Elements de style -- */

#welcomepage .introflash {
	margin: 0 auto;
	text-align: center;
}

#photorosalie {
	float: right;
	margin-left: 10px;
	margin-right: -165px;
}

#photorosalie_container {
	float: left;
	width: 175px; height: 252px;
}

* html #photorosalie {  }
* html #photorosalie_container {  }

#flower {
	position: fixed;
	bottom: 51px; right: 0;
	width: 140px;
	height: 141px;
	background: transparent url(/img/magnolia_flower.png) no-repeat;
}

.clear {
	clear: both;
	height: 1px;
}

#contents p,
#contents ul {
	line-height: 150%;
}

.hidden {
	display: none;
}
	
a.enterlink {
	display: block;
	margin: 1em auto;
	font-family: Nimbus Roman No9 L, Georgia;
	text-align: center;
	font-size: 1.2em;
	font-style: italic;
	color: #E4E1D4;
	text-decoration: none;
}
a.enterlink:hover {
	text-decoration: underline;
}

.photo_p {
	height: 100%;
}

.photo_p img {
	float: left;
	display: inline;
	margin: 0 2em 1em 0;
}
html>body .photo_p img {
	float: left;
}

p.news {
clear: both;
padding: 10px;
border: 1px solid #666;
border-width: 1px 0;
border-color: #999 transparent #666 transparent;
text-align: center;
background-color: #E3DDCC;
}

.summary {
	font-weight: bold;
}

.press-article {
margin: 0 auto;
width: 450px;
}

.noerror {
	border: 1px solid Green;
	padding: 1em;
	color: Green;
	font-weight: bold;
}

.notabene {
	margin-top: 10px;
	color: #333;
	font-size: .8em;
	text-align: center;
}

.hidden {
	position: absolute;
	top: -9999em;
}

#rt-field-1 { display: none; }
