/*"""""""""""""""""""""""""""""""""""""""""""""
CSS BY MORZAR - www.morzar.ch
"""""""""""""""""""""""""""""""""""""""""""""*/

/*"""""""""""""""""""""""""""""""""""""""""""""
 BODY AND GENERAL PARAMETERS 
"""""""""""""""""""""""""""""""""""""""""""""*/

body {
	background-image: url(../data/layout/main_bg.jpg);
	background-repeat: repeat-x;
	background-color: #D3A100;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body, html {
	height: 100%;
}
/*"""""""""""""""""""""""""""""""""""""""""""""
 RESETTING SHITTY DEFAULT and
"""""""""""""""""""""""""""""""""""""""""""""*/
form, table, input, textarea, radiobutton {
	margin: 0px;
	padding: 0px;
}
#radio {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 4px;
	margin-bottom: -2px;
	margin-top: 3px;
}

/*"""""""""""""""""""""""""""""""""""""""""""""
 CONTAINERS: General
"""""""""""""""""""""""""""""""""""""""""""""*/
#container {
	width: 998px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	position: relative;
}
/*"""""""""""""""""""""""""""""""""""""""""""""
 CONTAINERS: Header
"""""""""""""""""""""""""""""""""""""""""""""*/

/*"""""""""""""""""""""""""""""""""""""""""""""
 CONTAINERS: Footer
"""""""""""""""""""""""""""""""""""""""""""""*/
#container_footer {
	height: 273px;
	background-image: url(../data/layout/footer_bg.png);
	background-repeat: no-repeat;
}
#footer {
	width: 880px;
	position: relative;
	top: 40px;
	left: 60px;
	overflow: hidden;
	clear: both;
	height: 195px;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer img{
	vertical-align:bottom;
} 

#footer li {
	margin: 2px 0 0 0;
}

#footer li a {
	color: #fff;
	display: block;
	width: 190px;
	margin-top: 2px;
	margin-bottom: 2px;
	display: block;
	padding: 3px;
	text-decoration: none; /*permet de retirer le soulignement des liens*/
}
#footer li a:hover {
	background-color: #3F3F3F;
	display: block;
	color: #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
	display: block;
	padding: 3px;
}
#footer li a:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#footer li a:active {
	background-color: #666666;
}
/*
#credits {
	width: 880px;
	position: relative;
	top: 40px;
	left: 60px;
	overflow: hidden;
	clear: both;
	margin-top: 15px;
	color: #666666;
	text-align: center;
	font-size: 10px;
}
*/

.credits {
color: #666666;
position:absolute;
bottom:10px;
left: 100px;
float:left;
clear:both;
}


div#menu_en_tete p
{
position:absolute;
bottom:0;
}

.credits a {
color:#999999;
}

#container_footer td {
position: relative;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.footercol {
	float: left;
	position: relative;
	width: 200px;
	margin-right: 20px;
	color: #FFFFFF;
}

/*"""""""""""""""""""""""""""""""""""""""""""""
 CONTAINERS: Header
"""""""""""""""""""""""""""""""""""""""""""""*/
#container_header {
	height: 126px;
	position: relative;
}
#header_left {
	float: left;
	width: 100%;
	height: 126px;
	background-image: url(../data/layout/header_rightbg.jpg);
	background-position: bottom right;
}
#header_left_top {
	clear: both;
}
#header_left_btm {
	height: 47px;
	float: left;
	width: 499px;
	background-image: url(../data/layout/header_bg.jpg);
}
#header_left_btm_zone {
	background-image: url(../data/layout/separateur_blanc.jpg);
	background-position: left bottom;
	position: absolute;
	width: 454px;
	bottom: 0px;
	left: 30px;
	padding-bottom: 7px;
	background-repeat: no-repeat;
	z-index: 100;
	text-align: right;
	font-size: 11px;
}
#header_centerbartop {
	float: left;
	width: 181px;
}
#logotopleft {
	float: left;
}
#top_menu {
	width: 100%;
	height: 79px;
	float: left;
}
#header_right {
	background-image: url(../data/layout/header_rightbg.jpg);
	width: 318px;
	float: right;
	height: 126px;
}
#header_right_module {
	height: 126px;
	width: 318px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10000;
}


/*"""""""""""""""""""""""""""""""""""""""""""""
 CONTAINERS: HOLDERS
"""""""""""""""""""""""""""""""""""""""""""""*/
#container_content {
	height: 100%;
	clear: both;
	position: relative;
}
#container_table {
	width: 998px;
	height: 100%;
}
.CONTAINER_LEFT {
	width: 499px;
	background-color: #f6f6f6;
	height: 100%;
	vertical-align: top;
}
.CONTAINER_MID {
	width: 181px;
	height: 100%;
	background-image: url(../data/layout/mid_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	vertical-align: top;
}
.CONTAINER_RIGHT {
	width: 318px;
	background-color: #FFFFFF;
	height: 100%;
	vertical-align: top;
	text-align: left;
	font-size: 11px;
}
/*"""""""""""""""""""""""""""""""""""""""""""""
 LEFT COLUMN
"""""""""""""""""""""""""""""""""""""""""""""*/
.CONTAINER_LEFT ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-position: outside;
	list-style-image: url(../data/icons/gif/bullet_orange_tfhq.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

/*"""""""""""""""""""""""""""""""""""""""""""""
 RIGHT COLUMN
"""""""""""""""""""""""""""""""""""""""""""""*/

#Login {
	font-size: 11px;
	position: relative;
}
#containerMenuPerso input, textarea {
	background-color: #FCFCFC;
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
}



.Right_Module {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#Right_Linkdump ul, #Perso ul {
	list-style-image: url(../data/icons/gif/bullet_orange_tfhq.gif);
	list-style-position: outside;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	line-height: 1.4em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#Right_Linkdump li, #Perso li{
	margin: 0 0 0 2px;
	padding: 0px;
}
#Right_Linkdump {
	text-align: left;
}
.NEWS, .ARTICLES  /*"""""""""""""""""""""""""""""""""""""""""""""
 NEWS
"""""""""""""""""""""""""""""""""""""""""""""*/
 {
	background-image: url(../data/layout/news_arrow_old.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 15px;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
}
.articles_liste_date {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
}
.articles_liste_desc {
	color: #333333;
	margin-bottom: 10px;
}
.articles_annee {
	padding-top: 20px;

}


.news_topbar {
}
.news_footer {
	height: 30px;
	background-image: url(../data/layout/separateur_blanc.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 23px;
}
.news_date {
	float: right;
}
.news_content {
	padding-bottom: 20px;
}

.news_comments {
	margin-top: 15px;
	margin-bottom: 15px;
}
.news_comments p {
	margin-top: 0px;
	margin-bottom: 8px;
}

.news_comment_author {
	color: #999999;
}

.news_comment_arrow {
	padding-left: 23px;
}

.news_comment_talk {
	background-color: #EBEBEB;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DBDBDB;
}
.news_comment_post {
	background-color: #EBEBEB;
	margin-bottom: 30px;
	padding: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dbdbdb;
	border-bottom-color: #dbdbdb;
}


/*"""""""""""""""""""""""""""""""""""""""""""""
 SEPARATORS
"""""""""""""""""""""""""""""""""""""""""""""*/
.Separateur_jaune {
	height: 6px;
	text-align: center;
}
.Separateur_right {
	background-image: url(../data/layout/separateur_right.png);
	background-repeat: no-repeat;
	height: 35px;
}
/*"""""""""""""""""""""""""""""""""""""""""""""
 IMAGES CLASSES
"""""""""""""""""""""""""""""""""""""""""""""*/
.MID_MODULE {
	padding-bottom: 10px;
	background-image: url(../data/layout/separateur_jaune.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 3px;
}
.Mid_ArrowDown {
	float: right;
	position: relative;
}

.MID_MODULE_icopush {
	margin-right: 5px;
}

/*"""""""""""""""""""""""""""""""""""""""""""""
 ADVERTISING SPACES
"""""""""""""""""""""""""""""""""""""""""""""*/
#PUB_300250 {
	text-align: center;
}

#PUB_46860 {
	text-align: center;
}

#PUB_46860_1 {
	text-align: center;
	margin-left:-15px;
	margin-top: -15px;
}

.Perso_element {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	margin-top: 3px;
	padding-bottom: 10px;
}
.Perso_detail {
	border: 1px solid #CCCCCC;
	padding: 7px;
}

/*"""""""""""""""""""""""""""""""""""""""""""""
 TABLE CLASSES
"""""""""""""""""""""""""""""""""""""""""""""*/
.td50 {
	width: 50%;
}
/*"""""""""""""""""""""""""""""""""""""""""""""
 IMAGES CLASSES
"""""""""""""""""""""""""""""""""""""""""""""*/
.pushLR5 {
	margin-right: 5px;
	margin-left: 5px;
}
.FloatLeft {
	float: left;
}
.FloatRight {
	float: right;
}
.AlignBtm {
	vertical-align: bottom;
}
.ARTICLES_liste {
	background-image: url(../data/layout/news_arrow2.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 15px;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
}
#NAV {
	background-color: #E6E6E6;
	padding: 5px;
	margin-top: 6px;
	text-align: center;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 6px;
}

#NAVTRI {
	background-color: #E6E6E6;
	padding: 5px;
	margin-top: 6px;
	text-align: center;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 6px;
}

#NAVTRI select {
position:static;
padding:0;
margin:0;
}

#NAV a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#NAV a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
#NAV a:visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#containerMenuPerso {
	width: 100%;
}
#menuperso li a:hover {
	background-color: #F5F5F5;
}
#menuperso li a {
	border: 1px solid #CCCCCC;
	position: relative;
	padding: 5px;
	margin-right: 3px;
	float: left;
	text-decoration:none;
	border-bottom: none;
}

li {
margin-left: 3px;
}

ul {
	position: relative;
	clear: both;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}	
#menuperso {
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#menuperso li {
	display: inline;
	float: left;
	height: 25px;
	text-align: left;
	font-weight: bold;
	position: relative;
	left: 0px;
}
#containerMenuPerso a.current {
	background-color: #F4F4F4;
	color: #000;
}
#containerMenuPerso a.ghost  {
	color: #000;
}
#containerMenuPerso .on {
	display: block;
}
#containerMenuPerso .off {
	display: none;
}

#Frames {
	width: 100%;
	height: 300px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#Tableau {
	width: 175px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 15px;
	padding-bottom: 15px;
}

/*
INFO BULLE
*/

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 220px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	font-size: 0.9em;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

