/* Styles la-tuile.ch - BP @ cobalt-lounge.com - 30.04.08 */

/* Elements de base */

/* La navigation se trouve dans nav01.css */

/* Fond */
body {
	background: #fcb043; margin: 0px 20px; font-family: arial, helvetica, sans-serif; size: 11px
}

/* Images */
img {
	hspace: 0; vspace: 0; border: 0
} 

/* Table principale */
#container {
	background: #fff; width: 750px; height: 550px
} 

/* Banière */
#pageHeader {
	background: url(img/header.gif); height: 120px; font-size: 11px; color: #fff
}
.pageHeaderTitle {
	font-size: 11px; color: #4f2307; font-weight: bold
}
.pageHeaderSubtitle {
	font-size: 11px; color: #4f2307
}
/* Contenu */
#pageContent {
	background: #fff; margin: 9px auto -1px; width: 750px; height: 550px; padding-top: 15px; font-size: 11px; color: #3e3e3c
}
.pageTitle {
	font-size: 11px; color: #4f2307; text-transform: uppercase; font-weight: bold
}
.pageSubtitle {
	font-size: 11px; color: #6c3b0f
}
.pageSubtitle2 {
	font-size: 11px; color: #4f2307; font-weight: bold
}
.pageComment {
	font-size: 10px; color: #3e3e3c
}
A {
	color: #c4411d; text-decoration: none
}
A:link {
	color: #c4411d; text-decoration: none
}
A:visited {
	color: #c4411d; text-decoration: none
}
A:hover {
	color: #c4411d; text-decoration: underline
}

/* Pied */
#pageFooter {
	background: url(img/footer.gif); height: 20px; font-size: 10px; color: #fff; margin: 0px 0px 5px; width: 100%; height: 20px; padding-top: 2px; text-align: center
}
#pageFooter A {
	color: #c4411d; text-decoration: none
}
#pageFooter A:link {
	color: #c4411d; text-decoration: none
}
#pageFooter A:visited {
	color: #c4411d; text-decoration: none
}
#pageFooter A:hover {
	color: #c4411d; text-decoration: underline
}
