/*
Design by FlashTemplatesDesign.com
http://www.flashtemplatesdesign.com
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #CCCCCC url(images/bg.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote {
	font-size: small;
}

a {
	color: #b62707;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 900px;
	height: 144px;
	margin: 0 auto;
	background: url(images/banner.gif) no-repeat center center;
	border-top: 10px solid #B62707;
	border-bottom: 10px solid #B62707;
}

#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#header h1 {
padding-left: 80px;
padding-top: 40px;
}

#header h2 {
padding-left: 80px;
}

#header h1 a {
font-size: 24px;
}

#header h2 a {
font-size: 12px;
}


#menu
{
margin: 0 auto;
width: 880px;
padding-left: 10px;
padding-right: 10px;
height: 38px;
background: url(images/buttons_back.gif) repeat-x;
border-top: 0px solid #ffffff}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
	float: left;
	width: 79px;
	height: 23px;
	background: url(images/buttons_back.gif) repeat-x;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	padding-top: 15px;

}

#menu a:hover {
	width: 79px;
    height: 23px;
	text-decoration: underline;
	background: url(images/buttons_back_r.gif);
}

/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	background: url(images/img2.gif) center;
	border-top: 1px solid #CCCCCC;
}

#news {
	width: 900px;
	margin: 0 auto;
	background: url(images/img2.gif) center;
	border-top: 1px solid #CCCCCC;
}

#colOne {
	float: left;
	width: 550px;
	padding: 80px;
}

#colNews {
	float: inherit;
	width: 550px;
	padding: 80px;
}

/*#colTwo {
	float: right;
	width: 180px;
	padding: 20px;
}

/* Content > ColOne */

/* Content > ColTwo */

/*#colTwo h2 {
	font-size: medium;
	color: #FFFFFF;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
	margin-bottom: 1em;
	color: #FFFFFF;
}

#colTwo li li {
	margin-bottom: 0;
	padding-left: 1em;
}

#colTwo a {
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	background: #000000;
}

#footer * {
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: x-small;
}

table.stats {
text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
}

table.stats td {
background-color: #CCC;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;
}

table.stats td.hed {
background-color: #666;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;
}

table.fiche {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
color: #fff;
background-color:#999999;
}

