/* @group reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background-color: #212121;
	height :100%;
	padding: 50px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
/*table {
	border-collapse: separate;
	border-spacing: 0;
}*/
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group My Group */
#main{
	margin:0auto;
	width: 750px;
}
.table{
	border: 10px double white;
	margin: 0auto;
	background-color: #474747;
}
.retour a{
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

h1{
	padding-bottom: 0;
	padding-top: 20px;
	padding-left: 10px;
	font: 40px Georgia, "Times New Roman", Times, serif;
	color: #bfbfbf;
	margin-bottom: 20px;
}
td{
	vertical-align : top;
}
a.titre{
	color: #fff;
	text-align: left;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}
a:hover.titre{
	color: #dfeac6;
	text-decoration: underline;
}
p{
	color: #fff;
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}
a{
	color: #fff;
	text-align: left;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.image{
	text-align: center;
	border-style: none;
}


/* @end */




