body {
	background: #000000 url(bg_body.jpg) repeat-y;
#	background-attachment:fixed;
	color: white;
}
#menu {
	width: 680px;
	height: 68px;
	margin-left: auto;
	margin-right: auto;
}

#random_tof {
	width: 800px;
	height: 350px;
	left: 50%;
	margin-left: -400px;
	margin-top: 150px;
#	background-image: url(site_logo.png);
	position: fixed;
	z-index: 10;
}

.top_left {
	position: relative;
	z-index: 30;
}

.contenu {
	width: 1000px;
	background-repeat: repeat-y;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(bg_wrap.png);
	z-index: 20;
	position: relative;
	margin-top: -10px;
}

#head_dirty {
	width: 1000px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(bg_header.png);
	background-repeat: no-repeat;
	z-index: 20;
	position: relative;
}

#footer_dirty {
	background-image: url(bg_footer.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -300px;
	z-index: 20;
	position: relative;
}

#copyright_dirty {
	background-image: url(copyright.png);
	background-repeat: no-repeat;
	width: 450px;
	height: 220px;
	margin-left: 30px;
	margin-top: 80px;
	z-index: 30;
	position: relative;
}

.top_right {
	position: relative;
	background-attachment:fixed;
	background-image: url(back_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.bottom_right {
	position: relative;
	background-attachment:fixed;
	background-image: url(back_bottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.visit {   font-family: Arial, Comic Sans MS, Helvetica, sans-serif;
	font-size: 10px;
	position: fixed;
	right: 1em;
	bottom: 1em;
}
a:link {
	font-family: Arial, Comic Sans MS, Helvetica, sans-serif;
	text-decoration: none;
	color: white;
}
a:visited {
	font-family: Arial, Comic Sans MS, Helvetica, sans-serif;
	color: #b78e2c;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Comic Sans MS, Helvetica, sans-serif;
	text-decoration: underline;
	color: white;
}
a.annonce:link {
	font-family: Arial, Comic Sans MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	text-decoration: none;
}
a.annonce:visited {
	font-family: Arial, Comic Sans MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	text-decoration: none;
}
a.annonce:hover {
	font-family: Arial, Comic Sans MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	text-decoration: none;
}
img
{
	border: none;
}

#flash_accueil {
	margin-top: 10%;
}

.debian {
	position: fixed;
	left: 1em;
	bottom: 1em;
	z-index: 20;
}
a.jc:link {
	font-family: Comic Sans MS;
	font-size: 12px;
	position: relative;
	color: #FFF;
	text-decoration: underline overline;
	text-align: center;
}
a.jc:visited {
	font-family: Comic Sans MS;
	font-size: 12px;
	position: relative;
	color: #FFF;
	text-decoration: underline overline;
	text-align: center;
}
a.vid:link {
	font-family: Arial, Comic Sans MS, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFf;
	text-decoration: none;
}
a.vid:visited {
	font-family: Arial, Comic Sans MS, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
}
a.vid:hover {
	font-family: Arial, Comic Sans MS, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	text-decoration: underline overline;
}
.ie {
	color: #F0F0F0;
	font-size: 9px;
}

select {
	font-family: Arial, Comic Sans MS, Helvetica, sans-serif;
	font-size: 12px;
	background : black url(back_contenu.png);
	color : white;
}

input {
	font-family: Arial, Comic Sans MS, Helvetica, sans-serif;
	background : black url(back_contenu.png);
	color:white;
}

textarea {
	font-family: Arial, Comic Sans MS, Helvetica, sans-serif;
	background : black url(back_contenu.png);
	color:white;
}
.center {
	text-align: center;
}

.right {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 1em;
	border-top: dotted;
}


