body 
{
	font: 78% arial, helvetica, serif; /*font-size, line spacing, font-type */
	background: black; /* Background-color for the html document */
	text-align: center; 
	padding: 0;
	margin: 0;
 	font-size: 0.80em;
	color: #fff;
}

#wrapper 
{ 
	margin: 8px auto; 
	width: 770px;
	padding: 0;
}


#contenus
{ 
	background-image: url('../img/bg_6.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 760px;
	border: 1px solid silver;
	padding: 0px 0px 0px 8px;
        text-align: left;

}

#entete
{
	background-image: url('../img/logo_apatrides.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	height: 78px;
}


#sujet
{
	background-image: url('../img/bg-trans.png');
	background-position: top left;
	background-repeat: repeat;
	border: 1px solid silver;
	margin: 8px 8px 8px 0px; 
	width: 734px;
	overflow: auto;
	padding: 0 8px 0 8px;
	text-align: left;
}

#holder
{
	width: 99%;
	margin: 0 0 8px 0;
	text-align: center;
}



h1,h2
{
	padding-left: 0.5em;
}


a
{
	color: #b22222;
	text-decoration: none;
	font-weight: bold;
}

a.white
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}


