/* (C) ICATIS */
html body {
	border: 0;
	height: 100%;
	width: 100%;
	background-color: #D4D4D4;
	color: gray;
  	font-style: normal;
	font-size: 9pt;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	margin-top:20px
}

td {
	/*color: #036;*/
	background-color: #fff;
  	font-style: normal;
	font-size: 9pt;
	text-align: center;
}
p, img, div {
	padding:0px; 
	margin:0px;
}
ul {
	list-style: circle;
	list-style-type: circle;
}

#main, #maincard {
	margin-left: auto;
	margin-right: auto;
	width: 853px;
	display: block;
	background-color: #fff;
	padding : 15px;
	text-align: left;
	/*border-style: solid;
	border-width: 1px;
	border-color: red ;*/
}
#header {
	position: relative;
	width: 100%;
	width: 853px;
	height: 75px;
	padding-top: 10px;
	margin: 0px;
	/*border-style: solid;
	border-width: 1px;
	border-color: green ;*/
}
	
#logopart {
	display: block;
	position: relative;
	overflow: hidden;
	float:left;
	padding: 0px; 
	margin: 0px; 
}

#menupart ul, #menupart li, #menupart a , #itemspart ul, #itemspart li{
	padding: 0px;
	margin: 0px;
}
#menupart {
	display: block;
	text-align: right;
	padding-top: 35px; 
	position:relative;
	float:right;
}

#menupart ul, #itemspart ul {
	list-style: none;
	width: 100%;
	font-size: 8pt;
}
#menupart li {
 	display: inline;
}
#itemspart li 
{
 	display: inline;
	margin:10px;
	font-style: italic;
}

#bannerpart {
	position: relative;
	color: #fff;
	background-image : url('img/bandeau-v3.jpg');
	font-size : 16pt;
	display : block;
	height: 131px;
	width: 853px;
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px; 
	margin: 0px; 


}
#itemspart {
	display: block;
	text-align: right;
	width: 700px;
	padding: 0px; 
	margin: 0px; 
	position:absolute;
	bottom:0;
}
#langpart {
	display: block;
	text-align: right;
	width: 853px;
	padding: 0px; 
	margin: 0px; 
	padding-top: 2px; 
	position:relative;
	float:right;
}
#bodycard{
	position: relative;
	width: 853px;
	height: 225px;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	/*border-style: solid;
	border-width: 1px;
	border-color: gray ;*/
}
#bodypage {
	position: relative;
	width: 853px;
	height: 525px;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	/*border-style: solid;
	border-width: 1px;
	border-color: gray ;*/
}

#pagepart {
	position: relative;
	float:left;
	width: 75%;
	padding: 0px;
	padding-top: 20px;
	margin:0px;
}
#singlepart{
	text-align:center;
	width: 853px;
	padding-top: 20px;
	margin:0px;

}
#singlepart table{
	width: 600px; 
	margin-left: auto; 
	margin-right: auto;
}

#pagepart ul, #pagepart li  {
	margin-left: 1 em;
	text-align:left;
}

#newspart, #submenupart {
	position: relative;
	width: 20%;
	font-size: 8pt;
	float:right;
	padding: 0px;
	margin: 0px;
	margin-top : 30px;
	padding-right:0px;
	padding-top: 20px;
	padding-left:10px;
	border-left-style: solid;
	border-left-width: 1px;
	border-color: gray ;
	text-align: left;
}
#newspart h1, #newspart h2 , #newspart h3{
	font-size: 9pt;
}
#submenupart ul {
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
	padding-top : 10px;
	list-style: none;
}
#submenupart li {
	padding: 0px;
	padding-bottom : 30px;
	text-align: left;
}


#footerpart {
	display:block;
	position: relative;
	width: 853px;
	font-size: 7pt;
	padding-top:0px;
	/*border-style: solid;
	border-width: 1px;
	border-color: blue ;*/
}


h1 {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
}

h3 {
	font-size: 10pt;
	font-weight: normal;
}
img {
	text-decoration: none;
	border: none;
}
a {
	text-decoration: none;
	color: gray;
}
a:hover {
	color: blue;
	font-style: bold;
}
.selected {
	text-decoration: underline;
	font-style: bold;
}
.selectedsubmenu {
	text-decoration: underline;
	font-size: 9pt;
	font-style: bold;
}