/*
CSS pour Tourisme Bas Saint-Laurent - Principal
Tom - egzakt.com
2009-03-23
*/

/*##############################
			Principal
##############################*/
body {
    font:normal 75%/133% Georgia, serif;
    margin:0 0 5px 0;
    background-color: #ffffff;
}
a {
    cursor:pointer;
    color:#29ABE2;
    outline:none;
		text-decoration: none;
}
a:hover {
}
img {
    border: 0px;
}
.cleardiv {
    clear: both;
}
p {
	color: #938C82;
}
h3 {
	font:bold 1.17em/1.2em Georgia, serif;
	color: #001E72;
	margin:0;	
}

/*##############################
		Contenu (#wrapper)
##############################*/
#wrapper {
	width: 902px;
	margin: 0 auto;
}

/*##############################
		Entete (#header)
##############################*/
#header {
	height: 76px;
	width: 100%;
	background: url('/images/banque/header.jpg') no-repeat top left;
	position:relative;
}

#header h1 {
	margin:0;
	padding:18px 0 0 32px;
}

#header .menu {
	width: 158px;
	height: 24px;
	background: url('/images/banque/menu.gif') no-repeat top left;
	position: absolute;
	bottom:0;
	right:0;
	color: #ffffff;
	font-size:0.83em;
	line-height:1.2em;
	text-align: center;
}
#header .menu ul {
	margin: 0px;
	margin-top:7px;
	padding: 0px;
}
#header .menu ul li {
	list-style: none;
	display: inline;
}
#header .menu ul li a {
	color: #ffffff;
	text-decoration: none;
}
#header .menu ul li a.current {
	color: #87CAEF;
}

/*##############################
		Chemin (#topicpath)
##############################*/
#topicpath {
	padding:10px 0 10px 32px;
	background-color:#F6F9F0;
	border-bottom:1px solid #e8d9c6;
	font-size: 1.17em;
	line-height:1.2em;
}
#topicpath ul {
	margin:0;
	padding:0;
}
#topicpath ul li {
	list-style: none;
	display: inline;
	color: #372917;
	font-weight: bold;
}
#topicpath a {
	color : #C69C6D;
	font-weight: normal;
}

/*##############################
		Millieu (#content)
##############################*/
#content {
	background-color: #FDFEFC;
	padding-top:12px;
	min-height: 300px;
}
#content .photo {
	float: left;
	width: 164px;
	height: 180px;
	margin:0 8px 20px 8px;
	display:inline; /* Pour IE6 double margin bug */
	text-align: center;
}
#content a.photo {
	text-decoration: none;
}

#content .titre {
	font-size: 1.17em;
	font-weight: bold;
	color: #372917;
	display: block;
	padding-left: 3px;
	margin-top:2px;
	text-align: left;
}
#content .description {
	font-size: 0.92em;
	line-height:1.4em;
	color: #372917;
	display: block;
	padding-left: 3px;
	margin-top:2px;
	text-align: left;
}
#content .aucun_album {
	font-size: 1.42em;
	line-height:1.2em;
	color: #372917;
	font-weight: bold;
	text-align: center;
	padding: 50px 0;
	margin:0;
}
#content .contact {
	padding:12px 32px;
}

/*##############################
		Pagination (#pagination)
##############################*/
#pagination {
	height:34px;
	background-color:#F6F9F0;
	border-top:1px solid #e8d9c6;
	position:relative;
}
#pagination .pages {
	position: absolute;
	top:10px;
	right:12px;
}
#pagination ul {
	margin:0;
	padding:0;
}
#pagination ul li {
	list-style: none;
	display: inline;
	color: #372917;
	font:1em/1.2em Arial, Verdana, sans-serif;
	margin-left: 3px;
}
#pagination ul li a {
	color: #736259;
	font-weight: normal;
	text-decoration: underline;
}
#pagination ul li a.current {
	color: #ED1C24;
	font-weight: bold;
	text-decoration: none;
}

#pagination ul li img {
	padding:0 3px;
	position:relative;
	top:2px;
}

/*##############################
		Pied (#footer)
##############################*/
#footer {
	text-align: right;
	height: 69px;	
	background-color:#FAFBFD;
}
#footer img {
	margin: 20px 35px 0px 0px;
}

#egzakt {
	margin-top:10px;
	padding:5px 0;
	text-align: right;
	font:0.83em/1.2em Arial, Verdana, sans-serif;
	position:relative;
}

#egzakt a {
	color:#666666;
	padding-right:65px;
}

#egzakt img {
	position:absolute;
	top:0px;
	right:12px;
}
