/*
	general look and redefines 
*/

body
{
	background-color: White;
	color: #656666;
	margin: 0;
	margin-top: 30px;
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
}
#site {
	background-image: url(../pict/logo_background.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #b20808;
	height: 234px;
}


.news {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size: 10px;
}
.newstitre {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size: 12px;
}
.newsdate {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Yellow;
	font-size: 10px;
}

.normal {
	font-size: 10px;
}
.formtxt {
	font-size: 11px;
	font-weight: bold;
}
.title {
	font-size: 12px;
	font-weight: bold;
}
.yellowtitle {
	font-size: 12px;
	color: #dfa905;
	font-weight: bold;
}

input.bouton_ok {
	border: 1px outset #053501;
	font-weight: bold;
	color: White;
	cursor: pointer;
	background-color: #FF3600;
}

input {
	border:1px outset #000000;
	color:#000000;
	cursor:pointer;
	background-color: #FFFFFF;
}

a:link {
	color: #B20808;
}
a:visited {
	color: #B20808;
}
a:hover {
	color: #FFCC33;
}
a:active {
	color: #B20808;
}