/* Brun des cadres :      #63101b
 */

*
{
	margin: 0;
	padding: 0;
	font-family: "Verdana", arial, sans-serif;
}

body, p, h1, h2, h3, h4, h5, h6, th, td
{
	font-size: 20pt;
	font-weight: normal;
}

body
{
	background-repeat: no-repeat;
	background-position: center;
}

iframe {
	border: 2px solid black;
	width: 100%; /* takes precedence over the width set with the HTML width attribute */
}

.contentx
{
	width: 960px;
	height: 600px;
}

#bgimg
{
	background-image: url('images/toprak.001.png');
}

.contentx p
{
	margin-left: 48px;
	width: 900px;
	text-color: white;
	color: white;
}

.contentx a
{
	margin-left: 48px;
	color: white;
}

.contentx hr
{
	border: none;
	width: 960px;
	border-top: 3px solid grey;
}

.contentx h1
{
	margin-left: 48px;
	color: white;
	font-color: white;
	font-weight: bold;
	border-bottom: 2px solid white;
	width: 450px;
}

