/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #1B120B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #787878;
	text-align: center;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #181818;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	text-align: center;
	color: #666;
	font-size: 14px;
}

ul, ol {
	text-align: left;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #B94E0E;
}

a:hover {
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	background: url(images/img05.jpg) repeat-x left top;
}

/* Header */

#header-wrapper {
}


#header {
	width: 960px;
	height: 240px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
}

/* Logo */

#logo {
	float: left;
	height: 240px;
	margin: 0;
	padding: 0px;
	color: #FFFFFF;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	padding-left: 25px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 12px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFF;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 279px;
	height: 110px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 30px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 195px;
	padding: 6px 10px;
	border: 1px #4C4842 solid;
	background: none;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #808080;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img03.jpg) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 25px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 18px;
	margin-right: 3px;
	padding: 12px 40px 0px 40px;
	background: url(images/img06.jpg) no-repeat right 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
	padding-left: 0;
}

#menu a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img04.jpg) repeat-y left top;
}

#page-bgtop {
}

#page-bgbtm {
	padding: 30px 20px 0px 20px;
	font-weight: bold;
}

/* Content */

#content {
	float: left;
	width: 640px;
	padding: 0;
	font-weight: bold;
	text-align: left;
}

.post {
}

.post .title {
	height: 38px;
	padding: 12px 0 0 20px;
	letter-spacing: -.5px;
	color: #181818;
}

.post .title a {
	color: #181818;
	border: none;
}

.post .meta {
	margin-top: -10px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	text-align: left;
	margin-bottom: 25px;
	padding: 30px 20px 10px 20px;
	color: #000;
	font-size: 9px;
	font-weight: normal;
}

.links {
	display: block;
	width: 130px;
	margin: 20px 0px;
	padding: 5px;
	background: #A03128;
	border-left: 20px solid #1B120B;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	padding: 10px 0px 0px 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 15px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	padding-left: 15px;
	color: #B94E2A;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding: 12px 0 0 15px;
	letter-spacing: -.5px;
	color: #181818;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
	font-weight: normal;
}

#sidebar a {
	border: none;
	color: #B94E0E;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer-wrapper {
	width: 100%;
	background: #231202;
}

#footer {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 40px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #D78983;
}

#footer a {
	color: #FFDBD9;
}
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="218" style="border: 1px solid #FFFFFF">
<tbody>
	<tr>
		<td>
			<table background="http://www.jingoo.com/img/enct_back5.jpg" border="0" cellpadding="5" cellspacing="0" width="100%">
			<tbody>
				<tr>
					<td>
						<table border="0" cellpadding="0" cellspacing="0" width="100%">
						<tbody>
							<tr>
								<td width="11">
									<div align="left"><img src="http://www.jingoo.com/img/flrndd_m1.gif"></div>
								</td>
								<td>
									<div style="font-size: 9px;font-weight: bold;text-transform: capitalize;text-decoration: none;letter-spacing: 0.1em;color: #FFFFFF;font-family : Verdana, Arial, Helvetica, sans-serif;" align="left">&nbsp;ACCES AUX ALBUMS PRIVES</div>
								</td>
							</tr>
						</tbody>
						</table>
					</td>
				</tr>
				<tr>
					<td align="left"><span style="font-size: 9px; text-decoration: none; color: #FFFFFF; text-align:justify;font-family : Verdana, Arial, Helvetica, sans-serif;">Saisissez ci-dessous vos identifiants pour acc&eacute;der a vos albums</span></td>
				</tr>
				<tr>
					<td>
						<form method="post" action="http://www.jingoo.com/index.php" target="_top">
						<table border="0" cellpadding="0" cellspacing="2" width="100%">
						<tbody>
							<tr>
								<td width="110">
									<div align="left"><input name="login" style="border: 1px solid rgb(200, 208, 215); background-color: rgb(88, 89, 90); padding: 2px; font-family : Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size : 10px;" id="identifiant" value="JB52-" size="19" type="text" onfocus="if (this.value=='Identifiant') {this.value=''}" ></div>
								</td>
								<td>
									<div align="left"></div>
								</td>
							</tr>
							<tr>
								<td width="110">
									<div align="left"><input name="password" style="border: 1px solid rgb(200, 208, 215); background-color: rgb(88, 89, 90); padding: 2px; font-family : Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size : 10px;" id="pass" value="Mot de passe" size="19" type="text" onfocus="if (this.value=='Mot de passe') {this.value=''}"></div>
								</td>
								<td>
									<div align="left"><input name="Submit" style="text-indent : 0px; color : #FFFFFF; font : normal 10px Verdana, Arial, Helvetica, sans-serif;	border: 1px solid #CCCCCC; background: #636363; background-image: url(http://www.jingoo.com/img/btn-pstd_bck5.gif);" value="OK" type="submit"></div>
								</td>
							</tr>
						</tbody>
						</table>
						<input name="action" value="login" type="hidden">
						</form>
					</td>
				</tr>
			</tbody>
			</table>
		</td>
	</tr>
</tbody>
</table>

</div>
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.pieds_de_page {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #B94E0E;
}
.texte_gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.texte_gris .texte_gris {
	color: #666;
	font-weight: normal;
	text-align: left;
}
.Titre {
	font-family: "Apple Chancery";
	font-size: 16px;
	text-align: center;
	color: #000;
	font-weight: bold;
}
.texte_gris {
	color: #666;
}
.texte_gris {
	text-align: center;
}
.texte_gris .texte_gris .texte_gris {
	text-align: center;
}
.texte_gris .texte_gris .texte_gris .texte_gris .texte_gris .texte_gris {
	text-align: center;
}
.texte_gris {
	text-align: center;
}
.texte_gris {
	text-align: center;
}
.texte_gris {
	text-align: center;
}
.texte_gris {
	text-align: center;
}
body {
	text-align: left;
}
.texte_gris {
	text-align: left;
}
.menuderoul {
	color: #000;
	text-align: center;
}
#wrapper #page #page-bgtop #page-bgbtm #content .post .entry p .Titre u strong {
}
#wrapper #page #page-bgtop #page-bgbtm #content .post .entry .texte_gris {
	text-align: center;
}
#wrapper #page #page-bgtop #page-bgbtm #content .post .entry .texte_gris {
	text-align: left;
}
.pieds_de_page a {
	text-align: center;
}
#wrapper #page #page-bgtop #page-bgbtm #content .post .entry p .pieds_de_page a {
	text-align: center;
}
address {
	text-align: center;
	font-size: 12px;
}
#wrapper #page #page-bgtop #page-bgbtm #content .post .entry div p strong {
	color: #000;
	font-size: 16px;
}
#wrapper #page #page-bgtop #page-bgbtm #content .post .entry p strong {
	color: #000;
	font-size: 14px;
}
#wrapper #page #page-bgtop #page-bgbtm #content .post .entry .pieds_de_page a strong u {
	color: #B94E0E;
	font-size: 14px;
}
#wrapper #page #page-bgtop #page-bgbtm #content .post .entry p {
	color: #000;
}
