html {
	margin: 0px;
	padding: 0px;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia;
	background-color: #F4DF9E;
	background-position: center 0px;
	background-repeat: no-repeat;
	position: static;
	color: #231701;
	background-attachment: fixed;
}

.simulator {
	width:40px;
	text-align:center;
	background-color: #F4DF9E;
	border:1px solid #000000;
}

img {
	border: none;
}


a a:link a:active a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00FFFF;
	text-decoration: none;
}

p {
	text-align:justify;
}

.page {
	width: 1023px;
	margin: 0 auto;
	height: 100%;

}


.page .main {
	margin: auto;
}


.page .header {
 }


.page .header .top {
	height: 70px;  
	background-color: transparent;	
}

.catTitle{
	padding-top:10px; 
}

.loginForm {
	width:80px;
	margin-left:0px;
	border: 1px solid #000000;
	background-color: #D8B261;
}

.loginButton {
	margin-left:-15px;
	margin-right:15px;
	border: 1px solid #000000;
}

.leftColumn {
	float: left;
	width: 200px;
}

.leftColumn .navigation {
	font-weight: bold;
	background: transparent url('/images/nav_bg.jpg') repeat-y;
	padding: 0px;
}


.leftColumn .navigation a {
	text-decoration: none;
	color: #231701;
}


.leftColumn .navigation a:hover {
	text-decoration: underline;
}



.leftColumn .navigation .navContent {
	background: transparent url('/images/nav_top.jpg') no-repeat;
	padding: 30px 0px 0px 5px;
	width: 100%;
	
}


.leftColumn .navigation .navContentText {
	padding: 12px 0px 0px 0px;
 }
.leftColumn .navigation .navContent_contentpage 
{
	background: transparent url('/images/contentpage_nav_top.jpg') no-repeat;
 padding: 0px 0px 0px 5px;
	width: 100%;

}


ul {
	list-style-image: url('/images/nav_dot.png');
}


.leftColumn .navigation ul {
	padding-left:0px;
	padding-top: 0px;
	margin-left:0px;
	margin-top: 8px;
}

.leftColumn .navigation ul li {
	padding-bottom: 7px;
}


.leftColumn .navigation .navlevel {
	padding-left: 30px;
	padding-top: 15px;
	font-size: 12px;
	color: #231701;
}


.leftColumn .navigation .navlevel .titreMenu {
	font-size: 14px;
	padding-left: 0;
	margin-left: -15px;
	
}



.leftColumn .navigation .navFooter {
	background: transparent url('/images/nav_bottom.jpg') no-repeat;
	height: 16px;
	width: 200px;
}


/****** COLONNE DROITE ********/
.rightCol {
	float: right;
	width: 200px;
}

.rightCol .navigation {
	font-weight: bold;
	background: transparent url('/images/nav_bg.jpg') repeat-y;
	padding: 0px;
}


.rightCol .navigation a {
	text-decoration: none;
	color: #231701;
}


.rightCol .navigation a:hover {
	text-decoration: underline;
}



.rightCol .navigation .navContent {
	background: transparent url('/images/nav_top.jpg') no-repeat;
	padding: 30px 0px 0px 5px;
	width: 100%;
	
}


.rightCol .navigation .navContentText {
	padding: 12px 0px 0px 0px;
 }
.rightCol .navigation .navContent_contentpage 
{
	background: transparent url('/images/contentpage_nav_top.jpg') no-repeat;
 padding: 0px 0px 0px 5px;
	width: 100%;

}

.rightCol .navigation .navContentText .navlevel .pub {
		margin-left:-15px;
		margin-top:-15px;
	}

.rightCol .navigation .navContentText .navlevel .pub a:hover{

	text-decoration:none;
}

.rightCol .navigation ul {
	padding-left:0px;
	padding-top: 0px;
	margin-left:0px;
	margin-top: 8px;
}

.rightCol .navigation ul li {
	padding-bottom: 7px;
}


.rightCol .navigation .navlevel {
	padding-left: 30px;
	padding-top: 15px;
	font-size: 12px;
	color: #231701;
}


.rightCol .navigation .navlevel .titreMenu {
	font-size: 14px;
	padding-left: 0;
	margin-left: -15px;
	
}

.rightCol .navigation .navlevel .pub {
	margin-left: 20px;
	margin-top:10px;
	margin-bottom:10px;
}



.rightCol .navigation .navFooter {
	background: transparent url('/images/nav_bottom.jpg') no-repeat;
	height: 16px;
	width: 200px;
}



/*.content { */
div#middleColumn {
	float: left;
	width: 621px;
	position: relative; 
	left: 0px;
}

.contentFillerLeft {
	background: transparent url('/images/filler_left.jpg') no-repeat;
	width: 4px;
	height: 393px;
	float:left;
}



.contentFillerLeft_contentpage {
	background: transparent url('/images/contentpage_filler_left.jpg') no-repeat;
	width: 4px;
	height: 600px;
	float:left;
}
		

.contentFillerRight {
	background: transparent url('/images/filler_right.jpg') no-repeat;
	width: 4px;
	height: 326px;
	float:right;
}


.contentFillerRight_contentpage {
	background: transparent url('/images/contentpage_filler_right.jpg') no-repeat;
	width: 4px;
	height: 600px;
	float:right;
}


.contentMiddle {
	float:left;
	width: 613px;
}

.content {
 	background: transparent url('/images/content_bg.jpg') repeat-y;
	width: 564px; /* 564px = 624 - (2 * 30px padding) */
	padding: 30px;
	padding-right: 40px;
	padding-top: 1px;
	/*margin-top:-20px;*/
	font-size: 12px;
	line-height: 18px;
	min-height: 20px; /* works for ff and ie >= 7 */
}


.content a {
	text-decoration: underline;
	color: #231701;
}


.content a:hover {
	text-decoration: none;
}

.content .contentHeading {
	font-size:15px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top:30px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}




.contentHeader_contentpage {
	background: transparent url('/images/contentpage_content_top_var.jpg') no-repeat;
	width: 613px;
	height: 56px;
	margin: 0 auto;	
	padding-top:4px;
	text-align:center;
	
	
	
}


.contentFooter {
	background: transparent url('/images/content_bottom.jpg') no-repeat; 
	width: 613px;
	height: 47px;
}

.contentTitleMid {
	
	color: #5D4811;
	font-weight: bold;
	background: transparent url('/images/content_caption_mid.png') repeat-x;
	padding-top: 11px;
	padding-bottom: 22px;
	vertical-align: text-top;
	font-size:15px;
	
}

.contentTitleLeft {
	width: 112px;
	
	background: transparent url('/images/content_caption_left.png') no-repeat;
	padding: 11px 106px 22px 0px;
	vertical-align: text-top;
	
	
}

.contentTitleRight {
	width: 112px;
	
	background: transparent url('/images/content_caption_right.png') no-repeat;
	padding: 11px 112px 22px 0px;
	vertical-align: text-top;
	
}


.contentMiddle .indexImageLeft .headerText {
	width: 100%;
	margin-top: 36px;
	text-align: center;
	color: #5D4811;
	text-transform: uppercase;
	font-weight: bold;
	
}

.contentMiddle .indexImageLeft .buttonText {
	width: 100%;
	margin-top: 116px;
	text-align: center;
	color: #F9E276;
	font-weight: bold;
	font-size: 8pt;
}

.contentMiddle .indexImageLeft .buttonText a {
	color: #F9E276;
	text-decoration: none;
}

.contentMiddle .indexImageRight .headerText {
	width: 100%;
	margin-top: 36px;
	text-align: center;
	color: #5D4811;
	text-transform: uppercase;
	font-weight: bold;
}

.contentMiddle .indexImageRight .buttonText {
	width: 100%;
	margin-top: 116px;
	text-align: center;
	color: #F9E276;
	font-weight: bold;
	font-size: 8pt;
}

.contentMiddle .indexImageRight .buttonText a {
	color: #F9E276;
	text-decoration: none;
}


.fillerMid {
	background: transparent url('/images/filler_mid.jpg') no-repeat;
	width: 4px;
	height: 210px;
	float:left;
}





#title {
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(/images/bg_title.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 568px;
	height: 79px;
	float: left;
	font-weight: bold;
}


.titletext {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}


.news h3 {
	font-size: 13px;	
}
.news .newsdate {
	float:left;
	margin-left:0px;
	padding-top: 18px;	
	padding-left: 18px;
	height: 64px;
	width: 58px;
	background: transparent url('/images/newsdate.gif') no-repeat;
	text-align: center;
}


.news .newsdate .day {
	font-size: 13pt;
	line-height: 8pt;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

.news .newsdate .month {
	font-size: 7pt;
	line-height: 0pt;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

.news .newstext {
	float:none;
	margin-left:85px;	
	padding-top: 5px;		
}

.news .newstext .newsTitle {
	font-size:15px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


