body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	background: #515153;
}

/* CONTAINER */
.sub {
	width: 1018px;
	margin: 0 auto;
	background: url(../images/sub_bg.gif) repeat-y;
}

.container {
	width: 980px;
	margin: 0 auto;
	background: #fff;
}

.header {
	background: url(../images/header_bg.gif) right top no-repeat;
}

.hmnu {
	text-align: right;
	padding-right: 98px;
	height: 16px;
	color: #e51b24;
	font-size: 1.2em;
}

.logo {
	float: left;
	width: 500px;
	padding-left: 92px;
	height: 106px;
}

.face {
	float: left;
	padding-top: 30px;
}

.banner {
	height: 275px;
	background: url(../images/banner_bg.gif) no-repeat;
	padding-top: 18px;
}

.gtitre {
	width: 283px;
	float: left;
	padding-left: 163px;
	padding-top: 30px;
}

.bimage {
	float: left;
}

.tmnu {
	background: url(../images/tmnu_bg.gif) no-repeat;
	height: 27px;
	padding-left: 95px;
	font-size: 1.3em;
	font-family: Verdana, Geneva, sans-serif;
	color: #E51B24;
	padding-top: 10px;
}

.social {
	background: #000;
	height: 38px;
	text-align: right;
	padding-right: 92px;
	padding-top: 14px;
	border-bottom: 1px solid #3d3d3d;
}

.main_idx {
	background: #000;
	padding: 14px 92px;
	border-bottom: 1px solid #3d3d3d;
}

.main_pg {
	background: #73A0CA;
	padding: 14px 92px;
	color: #000;
}

.progs {
	background: url(../images/prog_bg.gif) no-repeat;
	height: 115px;
	text-align: right;
}

.footer {
	background: url(../images/footer_bg.gif) repeat-x;
	padding-top: 38px;
	padding-bottom: 20px;
	padding-left: 92px;
}

.title {
	float: left;
	padding-left: 92px;
}

.copy {
	font-size: 1.2em;
	padding-left: 92px;
	padding-bottom: 10px;
}

/* PARAGRAPHS */
.main_idx p {
	font-size: 1.2em;
	color: #fff;
	display: block;
	width: 241px;
	margin-bottom: 10px;
}

.main_pg p {
	font-size: 1.2em;
	margin-bottom: 10px;
}

.footer p {font-size: 1.2em;}

/* TITRES */
.gtitre h1 {
	font-size: 1.8em;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 10px;
}

.gtitre h2 {
	font-size: 1.3em;
	color: #fff;
	/*text-transform: uppercase;*/
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 10px;
	font-weight: lighter;
}

.main_idx h1 {
	color: #E51B24;
	text-transform: uppercase;
	font-size: 1.6em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: lighter;
	margin-top: 8px;
	margin-bottom: 8px;
}

.social h1 {color: #fff; font-size: 1.6em; font-family: Verdana, Geneva, sans-serif;}

.footer h1 {
	color: #E51B24;
	font-size: 1.2em;
}

.footer h2 {
	color: #8db2d4;
	font-size: 1.2em;
}

.footer h3 {
	color: #acc059;
	font-size: 1.2em;
}

/* LINKS */
.main_pg a {color: #fff;}

.hmnu a {
	color: #444041;
	text-decoration: none;
}
.hmnu a:hover {text-decoration: underline;}

.gtitre a {color: #fff; font-size: 1.2em; text-transform: uppercase; font-family: Verdana, Geneva, sans-serif; text-decoration: none;}

/*.tmnu a {
	color: #202020;
	text-decoration: none;
	text-transform: uppercase;
}
.tmnu a:hover {color: #E51B24;}*/

.main_idx a {color: #E51B24; text-decoration: none;}
.main_pg a {color: #E51B24; text-decoration: none;}

.footer a {
	color: #E51B24;
	font-size: 1em;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer h1 a {
	color: #E51B24;
	font-size: 1em;
	text-decoration: none;
}

.copy a {color: #E51B24; text-decoration: none;}
.copy a:hover {text-decoration: underline;}

.sitemap a {color: #000000;}
.sitemap a:hover {color: #FFFFFF; text-decoration: underline;}


/* LISTS */

.main_pg ul li {
	font-size: 1.2em;
	list-style-position: inside;
}

.main_pg ul li ul li {margin-left: 10px;}

.sitemap ul {font-size: 1em;}
.sitemap ul li {font-size: 1.2em;}
.sitemap ul li ul li {font-size: 1em;}
.sitemap ul li ul li ul li {font-size: 1em;}

/* MISC */
* {margin: 0; auto: 0;}
.clearer {clear: both;}