@charset "utf-8";
body, html, *{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:none;
}
body {
	background-image:url(img/fd.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	background-position:50% 0%;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	text-align:center;
}
h1, .TC_NCODE, .type-juridiction{
	color:#08C2E4;
	font-size:1.5em;
	text-align:left;
	font-weight:bold;
	margin-bottom:0.5em;
	margin-top:10px;
}
#header h1{
	display:none;	
}

h2{
	color:#08C2E4;
	font-size:1.3em;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:0px;
}

#h_content h2{
	text-transform:none;	
}

#print_logo{
	display:none;	
}
.TC_NCODE{
	margin-top:10px;
	margin-bottom:10px;
}
p{
	font-size:1em;
	line-height:1em;
	margin:0em;
	margin-bottom:1em;
}
img{
	border:none;	
}

.img_texte{
	margin:3px;
	display:inline-block;
	width:300px;
}
a:link, a:visited{
	text-decoration:none;
	color:#C90300;
	font-weight:normal;	
}
a:hover,#meta_nav_barre .middle a:hover,#nav a:hover{
	text-decoration:underline;	
}

div{
	/*border:1px dotted #FF0000;	*/
}

#site_container{
	width:960px;
	border:none;
	margin:auto;
	text-align:left;

}

#site_content{
	background-color:#FFF;
	position:relative;
	-webkit-box-shadow:  2px 2px 5px #CCC;
    box-shadow:  2px 2px 5px #CCC;
 	-moz-box-shadow:2px 2px 5px #CCC;
	-pie-box-shadow:2px 2px 5px #CCC;
	behavior: url(ressources/PIE.htc);
	position:relative; 
	padding-bottom:10px;
	background-color:#fff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

#meta_nav{
	height:70px;
	background-image:url(img/fd_meta.jpg);
	background-repeat:no-repeat;
	text-align:right;
	font-size:12px;
}
#meta_nav_barre{
	display:inline;
	margin-right:20px;
	min-width:50px;
	float:right;
}


#meta_nav_barre .left{
		background-image:url(img/left.png);
		width:20px;
		height:20px;
		float:left;
}

#meta_nav_barre .right{
		background-image:url(img/right.png);
		width:20px;
		height:20px;
		float:left;
}
#meta_nav_barre .middle{
	float:left;
	background-color:#c91517;
	height:18px;
	width:auto;
	display:inline-block;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
}

#meta_nav_barre .middle a{
	color:#FFF;
	text-transform:uppercase;
	font-size:0.9em;
	text-decoration:none;
}

#meta_nav_barre .sep{
	padding-right:4px;
	margin-left:2px;
	background-image:url(img/meta_nav_sep.gif);
	background-position:right;
	background-repeat:no-repeat;	
}
#header{
	position:relative;
	left:-1px;
	display:block;
	margin:0px;
	padding:0px;
	height:101px;
	width:960px;
	background-color:#CCCCCC;
}
#accessibilite{
	display:block;
	width:125px;
	position:absolute;
	z-index:20;
	right:0px;
	top:15px;
	background:none;
	padding:5px;
}
#accessibilite img{
	vertical-align:middle;
	margin-right:5px;	
}
#accessibilite a{
	font-size:1em;
	color:#FFFFFF;
	font-weight:bold;
	vertical-align:middle;	
}
#nav{
	background-image:url(img/bg_nav.gif);
	background-repeat:repeat-x;
	width:959px;
	margin:0px;
	height:2em;
	padding:0px;
}

.breadcrumb{
	padding-top:20px;
	padding-bottom:5px;
	text-align:left;
	color:#808080;
	border-bottom:1px solid #999;
	width:910px;
}

.breadcrumb a{
	color:#444444;
	font-weight:bold;
}
#nav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	padding-left:10px;
}

#nav li{
	display:inline-block;
	text-align:center;
	float:left;
	margin:0px;
	padding-top:7px;
	height:1.7em;
	width:auto;
	padding-left:5px;
	padding-right:5px;
	margin-right:29px;
}

/*#nav li:last-child{
	padding-right:0px;
}*/

#nav li.selected{
	background-image:url(img/bg_nav_sel.gif);
	background-color:#FFFFFF;	

}

#nav a{
	background-image:url(img/puce_nav.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:12px;
	text-decoration:none;
	text-transform:uppercase;
	color:#C90300;
	font-weight:bold;
	font-size:1.1em;
}

#nav li.selected a {
	background-image:url(img/puce_nav_sel.gif);
	color:#08C2E4;	
}

.recherche_btn{
	float:right;
	position:relative;
	display:inline-block;
	padding:5px;
	height:1.2em;
	margin:0px;
	font-weight:bold;
	border:1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#cccccc;
	background: -moz-linear-gradient(top,  #FFFFFF 0%, #EEEEEE 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EEEEEE)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FFFFFF 0%,#EEEEEE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FFFFFF 0%,#EEEEEE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FFFFFF 0%,#EEEEEE 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FFFFFF 0%,#EEEEEE 100%); /* W3C */
	-pie-background: linear-gradient(#FFFFFF, #EEEEEE);
	behavior: url(ressources/PIE.htc);
	z-index:50;
}
.recherche_btn a{
	font-weight:bold;
	background-image:url(img/search.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
}

.recherche_btn2{
	float:right;
	position:relative;
	top:10px;
	left:48px;
	display:inline-block;
	padding:5px;
	height:1.2em;
	margin:0px;
	font-weight:bold;
	border:1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#cccccc;
	background: -moz-linear-gradient(top,  #FFFFFF 0%, #EEEEEE 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EEEEEE)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FFFFFF 0%,#EEEEEE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FFFFFF 0%,#EEEEEE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FFFFFF 0%,#EEEEEE 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FFFFFF 0%,#EEEEEE 100%); /* W3C */
	-pie-background: linear-gradient(#FFFFFF, #EEEEEE);
	behavior: url(ressources/PIE.htc);
	z-index:50;
}

#code_content .recherche_btn2{
	left:-10px;
}

.recherche_btn2 a{
	font-weight:bold;
	background-image:url(img/search.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
}

#footer{
	text-align:center;
	font-weight:bold;
	font-size:1em;
	color:#666;
	padding-top:5px;	
	padding-bottom:10px;
}

#footer a{
	font-weight:bold;	
}

#code_content{
	width:920px;
	margin:auto;
	padding:5px;
	text-align:center;
}
.cols4 li{
	width:230px;	
}

.elem_liste{
	display:inline-block;
	padding-bottom:5px;
	background-image:url(img/puce_nav.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding-left:15px;
}

.DINTER{
	text-align:left;	
}
.TIT_FOR:link,.TIT_FOR:visited{
	position:relative;
	display:inline-block;
	padding:5px;
	height:1.2em;
	margin-top:5px;
	margin-right:5px;
	font-weight:bold;
	border:1px solid #999;
	border:1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#cccccc;
	background: -moz-linear-gradient(top,  #FFFFFF 0%, #EEEEEE 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EEEEEE)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FFFFFF 0%,#EEEEEE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FFFFFF 0%,#EEEEEE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FFFFFF 0%,#EEEEEE 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FFFFFF 0%,#EEEEEE 100%); /* W3C */
	-pie-background: linear-gradient(#FFFFFF, #EEEEEE);
	behavior: url(ressources/PIE.htc);
	z-index:50;
}

.LVL_0{
	color:#08C2E4;
	font-size:1.5em;
	font-weight:bold;
	text-align:left;
	line-height:1em;	
}

.LVL_1{
	color:#08C2E4;
	font-size:1.4em;
	font-weight:bold;
	text-align:left;
	line-height:1em;	
}

.LVL_2{
	color:#08C2E4;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	line-height:1em;	
}

.LVL_3{
	color:#08C2E4;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	line-height:1em;	
}

.REF-PUBL{
	font-size:0.8em;
	color:#999;
}

.ARTFT{
	border-left:1px solid #CCC;
	padding-left:5px;
	margin-bottom:10px;	
	text-align:left;
}

.NUMART1_GEN{
	font-weight:bold;	
}

.NUMART1{
	font-weight:bold;	
}

.HISTO{
	color:#333;
	font-weight:bold;
	font-style:italic;
	text-align:left;
}

/*home */
#h_content{
	
}
.h_col1{
	width:333px;
	margin-left:13px;	
	float:left;
	padding-top:20px;
}

.h_col3{
	position:relative;
	width:242px;
	float:left;	
	margin-left:13px;
	padding-top:20px;
	z-index:50;	
}

.h_col3 .h_box{
	width: 222px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #AEAEAE;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#AEAEAE), to(#888888));
	background: -webkit-linear-gradient(#AEAEAE, #888888);
	background: -moz-linear-gradient(#AEAEAE, #888888);
	background: -ms-linear-gradient(#AEAEAE, #888888);
	background: -o-linear-gradient(#AEAEAE, #888888);
	background: linear-gradient(#AEAEAE, #888888);
	-pie-background: linear-gradient(#AEAEAE, #888888);
	behavior: url(ressources/PIE.htc);
	padding:10px;
}

.h_col3 h2{
	font-family:"ITCLubalinGraphStdDemi", Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#FFFFFF;
	text-shadow: 1px 1px 1px #333333;
    filter: dropshadow(color=#333333, offx=1, offy=1);
	margin:0px;
	margin-bottom:5px;
	behavior: url(ressources/PIE.htc);
}
.h_col3 .h_box{
	margin-bottom:10px;	
}
.h_col3 .h_box ul{
	margin:0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#C0C0C0));
	background: -webkit-linear-gradient(#ffffff, #C0C0C0);
	background: -moz-linear-gradient(#ffffff, #C0C0C0);
	background: -ms-linear-gradient(#ffffff, #C0C0C0);
	background: -o-linear-gradient(#ffffff, #C0C0C0);
	background: linear-gradient(#ffffff, #C0C0C0);
	-pie-background: linear-gradient(#ffffff, #C0C0C0);
	behavior: url(ressources/PIE.htc);
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	list-style:none;
}

.h_col3 .h_box li{
	border-bottom:1px dashed #999999;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
	list-style:none;
	background-image:url(img/blue_arrow.png);
	background-position:210px center;
	background-repeat:no-repeat;
}

.h_col3 .h_box li a{
	color:#333333;	
	font-size:0.9em;
}

.h_col3 .h_box .last{
	border-bottom:none;
}
.clear{
	clear:both;
	line-height:1px;	
}

.h_col1 h2{
	position:relative;
	display:inline-block;
	float:left;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	font-family:"ITCLubalinGraphStdDemi", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#08C2E4;
	font-size:1.4em;
	border:1px solid #CCCCCC;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom:1px solid #FFFFFF;
	border-radius:5px 5px 0px 0px;
	z-index:12;
	margin-bottom:0px;
	margin-top:0px;
	background-color:#FFFFFF;
	behavior: url(ressources/PIE.htc);
	height:1.6em;
}

.h_col1 .box_content{
	clear:both;
	position:relative;
	border:1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-radius: 0px 5px 5px 5px;
	border-top-left-radius: 0;
	z-index:10;
	top:-1px;
	behavior: url(ressources/PIE.htc);
	padding:5px;
	margin-bottom:10px;
}

.h_col1 h3{
	font-family:"ITCLubalinGraphStdDemi", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
	font-size:1.3em;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:5px;
	padding-left:5px;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
}

.h_col1 .recherche{
	float:right;
	position:relative;
	display:inline-block;
	padding:5px;
	height:1.2em;
	margin:0px;
	font-weight:bold;
	border:1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#cccccc;
	background: -moz-linear-gradient(top,  #FFFFFF 0%, #EEEEEE 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EEEEEE)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FFFFFF 0%,#EEEEEE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FFFFFF 0%,#EEEEEE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FFFFFF 0%,#EEEEEE 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FFFFFF 0%,#EEEEEE 100%); /* W3C */
	-pie-background: linear-gradient(#FFFFFF, #EEEEEE);
	behavior: url(ressources/PIE.htc);
	z-index:50;
}

.h_col1 .recherche a{
	font-weight:bold;
	background-image:url(img/search.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
}

.h_col1 .separator{
	line-height:1.1em;
}
.h_col1 ul{
	list-style:none;
	padding:0px;
	margin:0px;	
	margin-bottom:10px;
	padding-left:5px;
}

.h_col1 ul a{
}

/* SEARCH ENGINE */

.search_btn{
	position:relative;
	color:#C90300;
	height:2em;
	line-height:0.9em;	
	padding:5px;
	margin-top:5px;
	margin-right:5px;
	font-weight:bold;
	border:1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#cccccc;
	background: -moz-linear-gradient(top,  #FFFFFF 0%, #EEEEEE 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EEEEEE)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FFFFFF 0%,#EEEEEE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FFFFFF 0%,#EEEEEE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FFFFFF 0%,#EEEEEE 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FFFFFF 0%,#EEEEEE 100%); /* W3C */
	-pie-background: linear-gradient(#FFFFFF, #EEEEEE);
	behavior: url(ressources/PIE.htc);
	z-index:50;
}

.search_btn:hover{
	text-decoration:underline;
}

.inner_content{
	padding:15px;	
}

fieldset{
	position:relative;
	border:1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(ressources/PIE.htc);
	padding:10px;
}

input{
	margin:0;
	margin-right:2px;
	margin-left:10px;
	vertical-align:middle;
	border:1px solid #cccccc;
}

select{
	border:1px solid #cccccc;
}

.search_operator{
	margin-top:1em;
	margin-bottom:1em;	
}

.page_textes{
	width:90%;
	margin-left:20px;
	margin-top:5px;
	min-height:300px;
}
.liste_textes{
	text-align:left;
	padding:0px;
	margin:0px;
	margin-top:20px;
}

.liste_textes li{
	list-style-image:url(img/puce_nav.gif);
	list-style-position:inside;
	line-height:1em;
	margin-bottom:10px;
}

.vue_art{
	position:relative;
	display:inline-block;
	min-width:105px;
	font-size:12px;
	line-height:16px;
}
.vue_sommaire{
	font-size:12px;
	line-height:30px
}
.spacekiller{
	font-size:0px;
	line-height:0px;	
}

.buttons{
	text-align:center;	
}

.siege{
	font-weight:bold;	
}

.formation{
	color:#333333;
	font-weight:bold;	
}

.date-decision{
	font-weight:bold;	
}

.demandeur{

}

.defendeur{

}

.type{
	text-align:right;	
}

.abstract{
	font-weight:bold;
}

.par-abstract{
	margin-left:20px;	
}

.dispositif_titre{
	font-weight:bold;	
}

.dispositif_aljp{
	padding-left:5px;	
}
#search-results-detail{
	text-align:center;	
}
.search-results-navigation{
	text-align:center;
}

.search-results-navigation a{
	font-weight:bold;
}

/* float window */
#float_window{
	position:absolute;
	z-index:150;
	right:170px;
	top:0px;
}

#mobile_window{
	position:fixed;
	width:160px;
	top:250px;
	text-align:center;
	padding-bottom:5px;
	border:1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#cccccc;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
	-pie-background: linear-gradient(#eeeeee, #cccccc);
	-webkit-box-shadow:  2px 2px 5px #CCC;
    box-shadow:  2px 2px 5px #CCC;
 	-moz-box-shadow:2px 2px 5px #CCC;
	-pie-box-shadow:2px 2px 5px #CCC;
	behavior: url(ressources/PIE.htc);
}

#mobile_window.fixed{
	position:fixed;
	top:250px;
}

.mobile_title{
	position:relative;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	behavior: url(ressources/PIE.htc);
	background-color:#b71f1e;
	font-weight:bold;
	color:#FFFFFF;
	font-size:1.1em;
	padding:2px;	
}
#mobile_window label{
	line-height:1.5em;
	padding-top:3px;	
}

#mobile_window input{
	width:140px;
	margin-left:5px;	
}

.btn_retour:link, .btn_retour:visited{
	font-weight:bold;
	position:relative;
	display:inline-block;
	padding:5px;
	height:1.2em;
	margin-top:5px;
	margin-right:5px;
	font-weight:bold;
	border:1px solid #999;
	border:1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#cccccc;
	background: -moz-linear-gradient(top,  #FFFFFF 0%, #EEEEEE 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EEEEEE)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FFFFFF 0%,#EEEEEE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FFFFFF 0%,#EEEEEE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FFFFFF 0%,#EEEEEE 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FFFFFF 0%,#EEEEEE 100%); /* W3C */
	-pie-background: linear-gradient(#FFFFFF, #EEEEEE);
	behavior: url(ressources/PIE.htc);
	z-index:50;

}
