/********************************************************
 * PHOTOBOOK par Lagribouille.com ©2010	*
 * 														*
 * Rappel des couleurs principales						*
 * #7F8400 : vert										*
 * #B96D00 : marron										*
 ********************************************************/

/************************************/
/* IMPORT DU FICHIER DE POLICES WEB */
/************************************/
@import url("http://www.lagribouille.com/fontface/Walkway.css");

/****************************************/
/* CLASSES GENERALES & COMMUNES DE BASE */
/* 		ET SPECIFIQUES AU SITE			*/
/****************************************/
html {
	background: url(../images/bg_cont.jpg);
}
body {
	background: url(../images/bg_top.jpg) 0 0 repeat-x;
	font: 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;	
	color: #333;
}
a {
	color: #B96D00;
	text-decoration: none;
}
a img, img {
	border: 1px solid #6F5230;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	border-color: #7F8400;
}

.divhr {
	clear: both;
	background: #fff url(../images/border_hr.gif) repeat-x;
	height: 15px;
	margin: 15px 0;
	width: 100%;
}

/*******************************************/
/* MISE EN PLACE DE LA CARCASSE DE LA PAGE */
/*******************************************/
.ui-layout-center {
	padding: 30px 0;
}
#container {
	width: 830px;
	background: #fff;
	margin: 0 auto;
	padding: 7px;
}

/*****************************************/
/* MISE EN PLACE DES "HEADERS" (h1 à h6) */
/*****************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: Century Gothic,"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.content h1 {
	font-size: 22px;
	line-height: 26px;
	padding-left: 30px;
	background: url(../images/puce_big.gif) no-repeat center left;
	margin-bottom: 10px;
}
.content h2, .content h3 {
	padding-left: 20px;
	background-image: url(../images/puce.gif);
	background-repeat: no-repeat;
}
.content h2 {
	font-size: 19px;
	line-height: 22px;
	background-position: 0 4px;
}
.content h2 span {
	font-weight: normal;
}
.content h3 {
	font-size: 15px;
	background-position: 0 2px;
}

/*************************************/
/* MISE EN PLACE DE L'ENTETE DE PAGE */
/*************************************/
#header_titre, #header_pic, #header_menu {
	margin-bottom: 2px;
}
#header_titre {
	background: #2B2B2B url(../images/topbg.gif) repeat-x;
	padding: 20px;
}
#header_titre h1 {
	color: #fff;
	font-size: 34px;
	line-height: 41px;
	font-weight: normal;
	letter-spacing: 1px;
}
#header_titre h2 {
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
	color: #aaa;
	font-size: 13px;
	line-height: 18px;
}
#header_titre h2 span {
	font-weight: normal;
	font-style: italic;
}
#header_pic {
	height: 109px;
	background: #fff url(../images/hdrpic.jpg) no-repeat top left;
}
#header_bottom {
	background: #fff url(../images/border_menu.gif) repeat-x;
	height: 14px;
	margin-bottom: 15px;
}

/******************************/
/* MENU DE NAVIGATION GENERAL */
/******************************/
#header_menu {
	background: #7F8400 url(../images/menu_bg.gif) repeat-x top left;
	height: 47px;
	padding: 0 13px;
}
#header_menu ul {
	padding-top: 15px;
	font-size: 13px;
}
#header_menu ul.fright {
}
#header_menu ul li {
	display: inline;
}
#header_menu ul li a {
	padding: 6px 13px 12px 13px;
	color: #fff;
	text-decoration: none;
}
#header_menu ul li a:hover {
	text-decoration: underline;
}
#header_menu ul li a.active {
	background: #7F8400 url(../images/menu_active.gif) repeat-x top left;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
}

/***************************************/
/* MISE EN PLACE DU CONTENU DE LA PAGE */
/***************************************/
.content {
	width: 800px;
	padding: 0 15px;
	display: inline-block;
}

/***** INTRO PAGE D'INDEX *****/
.box_random, .cont_gauche {
	float: left;
}
.intro, .cont_droite {
	float: right;
}
.box_random {
	width: 150px;
	height: 150px;
	text-align: center;
}
.intro {
	width: 620px;
}
.intro p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 15px;
}
#randompics img {
	max-width: 95%;
	max-height: 95%;
	padding: 2px;
}

/*** PHOTO DE JOUR ***/
.cont_gauche {
	width: 580px;
	margin-right: 20px;
	margin-bottom: 15px;
}

.details {
	font-size: 12px;
	font-style: italic;
	color: #787878;
	margin: 5px 0 0 20px;
	background-image: url(../images/icon-more.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
.photo_jour {
	clear: both;
	width: 100%;
	text-align: center;
	margin: 15px 0 0;
}
.photo_jour img {
	max-width: 530px;
	max-height: 530px;
	margin: 0 auto;
	padding: 3px;
}
.photo_desc {
	width: 530px;
	margin: 5px auto;
	font-style: italic;
}

.info_comments {
	float: right;
	margin-right: 20px;
	background: url(../images/icon-comments.gif) no-repeat left;
	padding-left: 18px;
	font-style: normal;
	font-size: 12px;
}

/*** SOUS-MENUS ***/
.cont_droite {
	width: 200px;
	padding-top: 60px;
}
.box {
	width: 178px;
	padding: 10px;
	background: #FDFCF6 url(../images/boxbg.gif) repeat-x;
	border: solid 1px #E1D2BD;
	margin-bottom: 15px;
}
.box ul {
	margin: 10px 0 10px 15px;
}
.box ul li {
	list-style: none;
	line-height: 19px;
}
.box ul li a {
	font-size: 13px;
}
.box ul li a.target {
	background-image: url(../images/externalpage.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}

/*** AFFICHAGE DES 5 DERNIERES ENTREES ***/
.photo_last {
	clear: both;
	width: 100%;
	text-align: center;
	margin: 15px 0 0;
	height: 100px;
}
.photo_last img {
	height: 85px;
	max-height: 85px;
	padding: 2px;
	margin: 0 2px;
}

/***** PAGES DES ARCHIVES / GALERIES *****/
/*** Menu des archives ***/
.archives_menu {
	clear: both;
	margin-top: 10px;
}
.archives_menu ul {
	margin: 0 0 5px 20px;
}
.archives_menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0 2px;
}
.archives_menu ul li.active {
	font-weight: bold;
	color: #7F8400;
	text-decoration: none;
	font-variant: small-caps;
}

/*** AFFICHAGE DES IMAGES / TEXTES et lien COMMENTAIRES pour Chaque jour du mois demandé ***/
.gal_jour {
	float: left;
	width: 372px;
	margin: 10px 8px;
	padding: 5px;
	text-align: center;
	border: 1px solid #b9b9b9;
}
.gal_jour h2 {
	font-size: 15px;
	background: url(../images/puce.gif) no-repeat center left !important;
	text-align: left;
	margin-bottom: 8px;
}
.gal_jour h5 {
	font-size: 17px;
	color: #7F8400;
	text-align: center;
	margin: 0 0 8px 0;
}
.gal_photo_desc {
	height: 260px;
	max-height: 260px;
	margin-bottom: 5px;
}
.gal_jour img {
	max-width: 250px;
	max-height: 250px;
	padding: 3px;
	margin: 0 10px;
}
.gal_photo_desc p {
	font-style: italic;
	margin: 5px;
	font-size: 13px;
	line-height: 16px;
}

/*********************************/
/* MISE EN PLACE DU PIED DE PAGE */
/*********************************/
#footer {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	margin-bottom: 0;
}
.copyright {
	clear: both;
	text-align: center;
	font-style: italic;
	margin: 0 0 10px;
}

/*************************************/
/* MISE EN PLACE DE LA PAGE D'ERREUR */
/*************************************/
.erreur .box_random {
	padding-left: 30px;
}
.erreur .intro {
	width: 590px;
}


