/* ******** Tags HTML standards et globaux ******** */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	font: 12px Arial;
	color: #000;
	background: url(bckg.jpg) repeat-x;
	text-align: center;
}

a {color: #184776; text-decoration: none; font-weight: bold;}
a:hover {color: #184776; text-decoration: underline; font-weight: bold;}

a img{border: 0px;}
a:hover img{border: 0px;}

p{
	margin: 0px;
	text-align:justify;
}

h1, h2, h3, h4 {
	margin: 0px 0px 15px 0px;
	font: 14px Arial;
	color: #184776;
}

input, textarea {width: 250px; margin: 2px 0px 2px 0px;}

div.container {
	top: 0px;
	width: 1024px;
	min-height: 780px;
	margin: 0px auto 0px auto;
	padding: 0px 22px 0px 22px;
	background: url(bckg2.jpg) no-repeat;
	text-align: left;
	


}

div.logo{
	height: 100px;
}
	
/* MENU */

ul.menu {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border: 0px solid #000;
	border: 0px solid #000;
	font-weight: normal;
}

ul.menu li {
	display:inline;
	border-left: 0px solid #fff;
	margin: 0px 1px 0px 0px;
	float: left;
	position: relative;
	font-weight: normal;
	
}

ul.menu a{color: #fff;}

ul.menu a{
	color: #fff;
	font-weight: normal;
	display: block;
	text-decoration: none;
	padding: 10px 30px 10px 30px;
	
}

ul.menu a:hover{
	color: #184776;
	font-weight: normal;
	text-decoration: none;
	background: #ffffff;
	display: block;
	padding: 10px 30px 10px 30px;
}

li.selected a {
	color: #184776;
	font-weight: normal;
	background: #fff;
	text-decoration: none;
	padding: 10px 30px 10px 30px
	display: block;
}

li.selected a:hover {
	color: #184776;
	font-weight: normal;
	background: #fff;
	text-decoration: none;
	padding: 10px 30px 10px 30px
	display: block;
}

div.flashAnim {
	float: left;
	width: 692px;
	height: 170px;
	border-bottom: 0px solid #184776;
	background: #fff;
	overflow: hidden;
}

div.contentLeft {
	float: left;
	clear:both;
	border: 0px solid #000;
	border-bottom: 1px solid #babbbc;
	width: 660px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
}

div.rightMenu {
	float: right;
	width: 240px;
	
	border: 0px solid #000;
	margin: 25px 68px 0px 0px;
	
}

ul.menuRight {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 240px;
}

ul.menuRight a{
	color: #184776;
	text-decoration: none;
	font-weight: bold;
	
}

ul.menuRight a:hover{
	color: #3382fe;
	text-decoration: none;
	font-weight: bold;
}

ul.menuRight li{
	background: url(fleche.gif) 0 center no-repeat;
	padding: 12px 0px 12px 30px;
	border-bottom: 1px solid #babbbc;
}

ul.menuRight li.selected a{
	color: #3382fe;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	padding: 0px;
}

ul.menuRight li.selected a:hover{
	color: #3382fe;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	padding: 0px;
}

table.tableForage td{
	padding: 5px 10px 0px 0px;
}

td.td-0 {
	font-weight: bold;	
}

div.copyright {
	float: left;
	clear: both;
	margin: 5px 0px 20px 0px;
	font: 11px Arial;
	border: 0px solid #0f0;
	width: 100%;
}

/* TT NEWS */

div.newsImage {
	width: 440px;
	height: 150px;
	overflow: hidden;
	clear:both;
}

div.newsImage img{
	margin: 0px 8px 0px 0px;
}



/* T3 stuff */

.tx-ttnews-browsebox {margin: 15px 0px 0px 0px;}
.csc-textpic-caption {color: #000;}

/** CORRECTIONS **/

.align-right {
	text-align: right;	
}

.align-left {
	text-align: left;	
}

.align-center {
	text-align: center;	
}

.csc-textpic-caption {

}


.align-justify {text-align:justify;}




