body
{
	background-image: url(/images/style/fade-red.png);
	background-repeat:repeat-x;
	background-color:#feffed;
	font-family:arial,helvetica,sans-serif;
	font-size:10pt;
	color:#800000;
}

#top_menu, #top_menu a
{
	color:#800000;
	text-decoration:none;
	font-size:12px;
	
}

#superglobal
{
	margin:-3px;
}

.c
{
	background-color:#d5daf0;
	padding:10px;
	margin:5px;
	min-height:80px;
}

.d
{
	background-color:#F0E0D6;
	border-bottom-color: #B7C5D9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: black;
	border-left-style: none;
	border-left-width: 0px;
	border-right-color: #B7C5D9;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: black;
	border-top-style: none;
	border-top-width: 0px;
	padding:5px;
	margin:4px;
	display:inline-block;
}

.thread_img
{
	float:left;
	max-width:350px;
	margin-left:20px;
	margin-right:10px;
}
.arrows
{
	color:#E0BFB7;
	float:left;
	margin-top:9px;
}

.thr_img
{
	float:left;
	margin-right:10px;
	height:80px;
}	


.subject_titel
{
	color:#800000;
	margin:0px;
}

.post_content
{
	margin:20px;
}


.corps_haut
{
	background-image:url(/images/style/corps_haut.png);
	repeat:repeat-x;
	width:100%;
	height:9px;
	position:absolute;
	left:9px;
	top:-6px;
}
.corps_haut_gauche
{
	background-image:url(/images/style/corps_haut_gauche.png);
	repeat:no-repeat;
	width: 11px;
	height:15px;
	position:absolute;
	left:-2px;
	top:-6px;
}
.corps_haut_droite
{
	background-image:url(/images/style/corps_haut_droite.png);
	repeat:no-repeat;
	width: 11px;
	height:15px;
	position:absolute;
	right:-3px;
	top:-6px;
}
.corps_gauche
{
	background-image:url(/images/style/corps_gauche.png);
	repeat:repeat-y;
	width: 4px;
	height:100%;
	position:absolute;
	top:9px;
	left:-2px;
}
.corps_droite
{
	background-image:url(/images/style/corps_droite.png);
	repeat:repeat-y;
	width: 4px;
	height:100%;
	position:absolute;
	top:9px;
	right:-3px;
}
.corps_bas_droite
{
	background-image:url(/images/style/corps_bas_droite.png);
	repeat:no-repeat;
	width: 11px;
	height:15px;
	position:absolute;
	right:-3px;
	bottom:-6px;
}
.corps_bas_gauche
{
	background-image:url(/images/style/corps_bas_gauche.png);
	repeat:no-repeat;
	width: 11px;
	height:15px;
	position:absolute;
	left:-2px;
	bottom:-6px;
}

.ombre
{
	-moz-box-shadow: 1px 1px 12px #555; /* On met une ombre sur toutes les images, à condition qu'elles soient dans le div "ombre" et on arrondit les bords */
	-webkit-box-shadow: 1px 1px 12px #555; 
	-O-box-shadow: 1px 1px 12px #555; 
	-khtml-box-shadow: 1px 1px 12px #555; 
	box-shadow: 1px 1px 12px #555; 
	
	border-radius: 10px;
      -O-border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
	  -khtml-border-radius: 10px;
}


.ombreimg img
{
	-moz-box-shadow: 1px 1px 12px #555; /* On met une ombre sur toutes les images, à condition qu'elles soient dans le div "ombre" et on arrondit les bords */
	-webkit-box-shadow: 1px 1px 12px #555; 
	-O-box-shadow: 1px 1px 12px #555; 
	-khtml-box-shadow: 1px 1px 12px #555; 
	box-shadow: 1px 1px 12px #555; 
	
	border-radius: 10px;
      -O-border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
	  -khtml-border-radius: 10px;
	  margin-top:5px;
	  margin-bottom:5px;
	  max-width:100%;
}

.search
{
	float:right; 
	position:absolute; 
	left:20px;
	top:35px;
	width:210px;
	background-image:url(/images/style/search_background.png);
	padding:15px;
}