@page {
  size: auto;   /* auto est la valeur initiale */
  margin: 10%;
}

body {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	color: #404040;
	background-color: #fff;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}
#conteneur {             /* CONTENEUR CENTRE, AVEC BORDURES */
	background-color: #ADADAD;
	margin: 0;
	padding: 0;
	width: 650px;
	text-align: justify;
}
/* CARACTERISTIQUES COMMUNES */
img {
	border: none;
}
a {
	font-family: Tahoma, "Arial Narrow", Arial, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #8B4513;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma, "Arial Narrow", Arial, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #836FFF;
	text-decoration: underline;
}
h1, h2, h4 {
	color: #8B2323;
	text-align: center;
}
h3.titre {
	text-align: center;
	color: #6B8E23;
}
h5 {
	color: #473C8B;
}
/* CADRE PRINCIPAL */
#principale {
	position: relative;
	margin: 0 0 0 200;
	width: 400px;
}
#cadre_a {             /* ACCUEIL: CONTENEURS MUSIQUE CINE | TV BERLIN */
	float:left;
	margin: 0;
	padding: 0;
	width: 180px;
}
#cadre_b {
	margin: 0 0 0 200;
	padding: 0;
	width: 180px;
}
#cadre1 {             /* CADRE A BORDS RONDS */
	margin: 0;
	padding: 0;
	width: 400px;
	background: #D5D3D4;
}
#cadre2 {             /* ACCUEIL CADRE A BORDS RONDS */
	margin: 10 0;
	padding: 0;
	width: 180px;
	background: #D5D3D4;
}
#contenu {
	margin: 0;
	padding: 15 15;
	text-align: center;
	border
}
#sans_image {             /* CONTENU SANS IMAGE, SANS ALIGNEMENT */
	margin: 0;
	padding: 15 15;
}
#contenu1, #contenu3 {
	float: left;
	width:170px; 
	margin-left: 10;
	padding: 15 5 15 5;
	text-align: center;
}
#contenu2, #contenu4 {
	margin-left: 200px;
	width:170px;
	padding: 15 5 15 5;
	text-align: center;
}
#contenu1 p, #contenu2 p, #contenu3 p, #contenu4 p {
	text-align: justify;
	padding: 5 10 5 10;
}
#span_pages {
	padding: 0 10 15 25;
	width:400px;
}
#contenu h2 {
	line-height: 10px;
}
.imtitle p {
	text-align:center;
}
.p1 {
	text-align: justify;
}
.caractristik {
	font-family: Arial;
	font-weight: bold;
	text-align: left;
}
.im {                   /* IMAGE PRINCIPALE */
	margin: 10 0 10 0;
	padding: 10 5 10 5;
}
.postlink {             /* LIENS DES MESSAGES DU FORUM */
	text-decoration: none;
}
.auteur {
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	color: #473C8B;
	text-align: left;
}	
.rubnavi a {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #CD661D;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}
.rubnavi a:hover {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #EE7600;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}
.rubnavi h3:hover {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #EE7600;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}
a.navi {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CD661D;
	text-decoration: underline;
}
a.navi:hover {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #EE7600;
	text-decoration: underline;
}
.accueil {
	background: url(/images/small_arrow.jpg) top left no-repeat;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CD661D;
	text-decoration: underline;
	text-align: center;
}
.titre_objet {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CD661D;
	text-decoration: underline;
	text-align: center;
}
/* deco laterale conteneur */
#bord_gauche {
	background-image:url(/images/deco_left.jpg);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}
#bord_droit {
	background-image:url(/images/deco_right.jpg);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}
/* deco cadre1 */
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(/images/corner_tl.jpg);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(/images/corner_tr.jpg);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(/images/corner_bl.jpg);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(/images/corner_br.jpg);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(/images/border_top.jpg);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(/images/border_bott.jpg);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(/images/border_right.jpg);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(/images/border_left.jpg);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}

/* Menu de navigation principal*/
#header {
	text-align: center;
	margin: 0 auto;
}
h1 {
	margin: 0 auto;
	width: 650px;
	font-size: 2em;
	text-align: center;
}
p#navigation {
	text-align: center;
}
#navigation a {
	color: white;
	text-decoration: none;
	margin: 0 3;
	padding: 0 3;
}
#navigation a:hover {
	color: white;
	text-decoration: underline;
}
/* Menu de navigation secondaire */
#navigation2 {
	float: left;
	width: 30%;
	margin: 2 0 2 0;
	padding: 2 0 2 5;
}
#navigation2 h2 {
	color: white;
	text-align: left;
	margin: 10 0 10 78;
	line-height: 28px;
	font-size: 1em;
	font-weight: bolder;
}
#navigation2 a {
	color: white;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#navigation2 a:hover {
	color: #FFFF99;
	text-decoration: underline;
}
#navigation2 ul {
	margin: 0 0 0 5;
	padding: 0 0 0 12;
	list-style-type: none;
}
ul#discussion {
	margin: 0 0 0 10;
	padding: 0 0 0 10;
	list-style-image: url(/images/icon_latest_reply.gif);
}	
#gauche, #droite
	{
	background-repeat: no-repeat;
	}
#gauche
	{
	background-image:url(/images/title_start.jpg);
	background-position: 0% 0%;
	}

#milieu
	{
	background-image:url(/images/title_bg.jpg);
	background-position: 0% 0%;
	background-repeat: repeat-x;
}
#droite
	{
	background-image:url(/images/title_end.jpg);
	background-position: 100% 0%;
	}

/* Footer */
#footer {
	clear: both;
	text-align: center;
	background-image: url(/images/backg_extreme_bott.jpg);
}
#pub_footer {
	display: none;
}