@charset "utf-8";

/*----------------initialisation-----------------*/

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { 
	margin:0; padding:0; 
}

h1, h2, h3, h4, h5, h6 {
	font-size:14px;
	font-weight:bold;
}
h2 {
	font-size:13px;
}
h3{
	font-size:12px;
}
h4, h5, h6 {
	font-size:11px;
}
ul { 
	list-style-type:none;
}

address, caption, cite, code, dfn, em, strong, th, var { 
	font-style: normal; font-weight:normal; 
}

fieldset, img { 
	border:0px; 
}

caption, th {
	text-align: left; 
}

a {
	color:#707173;
	text-decoration:none;
}

a:hover {
	color:#073686;
	text-decoration:none;
}


html{ 
	text-align:center; 
}

body{
	position:relative;
	width:1024px;
	margin:0 auto;
	margin-top:0px;
	text-align:left;
}



/*experimental*/
/*
div.note > span:first-child { 
	text-indent: 0;
	color:#FF0000;
}

div.note > span:first-child { 
	text-indent: 0;
	color:#FF0000;
}
*/
p,h1,h2,h3,h4,h5,h6{
	padding-bottom:3px;
	padding-top:3px;
}
.attribute-long li,.attribute-short li{
	padding-top:10px;
	list-style-type:disc;
}
.attribute-long ul,.attribute-short ul{
	padding-left: 7px;
}


#exportPDF,#lienexportPdf{
	display:block;
	background:url(../images/iconePDF.jpg) no-repeat;
	height:25px;
	margin-top:2px;
}

/********************************  recherche *************************************/

div.search-result{
	padding:5px;
}
div.search-type{
	color:#666666;
	font-size:13px;
	font-weight:bold;
	margin-bottom:4px;
}
div.search-result a{
	font-size:12px;
	display:block;
	padding:5px;
	margin-bottom:5px;
	background:#EEEEEE;
	border-radius: 4px;
	-moz-border-radius:4px;
}

div.search-result a:hover{
	background:#FFF;
}

div.content-search input{
	padding:3px;
	vertical-align:super;
}
div.content-search input{
	float:none;
	background:none;
	height:auto;
	margin-right:30px;
}
.message-error{
	border:red solid 1px;
	background:none;
	width:754px;
	margin-bottom:10px;
}
.message-error h2{
	color:red;
	font-weight:bold;
}

.message-error p,.message-error ul{
	padding-left:40px;
	padding-right:40px;
}
.message-error li{
	color:red;
	margin-left:10px;
}

/*********************************** Sous menu ***********************************/
.subMenuNiveau1 {
	position: absolute;
	float: left;
	margin-top: 16px;
	margin-left: 0px;
	background-color: #f1f1f1;
	border: 1px solid #989898;
	border-top: none;
	margin-left: -12px;
	/*max-width: 205px;*/
	/*width: 205px;*/
}

.subMenuNiveau1 td {
	white-space: normal;
	border-bottom: 1px solid #989898;
}

.subMenuNiveau1 td a {
	display: block;
	text-decoration: none;
	text-transform: none;
	padding: 6px;
	font-weight: normal;
	font-size: 12px;
	width: 170px;
	
	/*border-bottom: 1px dashed #073686;*/
}

.subMenuNiveau1 td a:hover {
	background-color: #0A3389;
	color: #000000;
}

.subMenuNiveau1 .selected_submenu {
	font-weight: bold;
}