h2,h3,h4,h5,h6 {
	line-height: 1.2;
	font-weight: bold;
	font-style: normal;
	margin: 1em 0 .75em 0;
	text-align: left;
	zoom: 1;
}

h2 {
	font-size: 1.25em;
	color: #fff;
	background: #369;
	padding: 4px 8px 4px 12px;
	border-radius: 2px;
	margin: 0 12px;
}

h3 {
	font-size: 1.2em;
	color: #9a0040;
}

h3.light {
	background: #E6ECF4;
	color: #666;
	font-size: 1.1em;
	padding: 3px 8px;
	border-radius: 2px;
}

form h3 {
	padding: 1em 1em 1em 0;
	margin-top: 0;
	margin-bottom: 0;
}

h4 {
	font-size: 1.1em;
	color: #757575;
	text-align: center;
}

h4.filtre {
	text-align: left;
}

h5 {
	font-size: 1.05em;
	color: #757575;
	font-style: italic;
	font-weight: normal;
}

h6 {
	font-size: 1em;
	color: #757575;
	font-weight: bold;
}

ul {
	padding: 0;
	margin: .75em 0 ;
	zoom: 1;
}
ol {
	padding: 10;
	margin: .75em 0;
	zoom: 1;
}

ul > li {
	list-style-image: url(img/fleche.gif);
	/*margin: 1px 1px 1px 12px;*/
	margin-left: 12px;
}

ol > li.ml25 {
	list-style-type: decimal;
	font-weight: bold;
	margin-left: 25px;
}

ol > li.ml25 > a {
	font-weight: normal;
}

ol > li.ml50 {
	list-style-type: decimal;
	font-weight: bold;
	margin-left: 50px;
}

ol > li.ml50 > a {
	font-weight: normal;
}
.corps .content ul li {
	list-style-image: none;
}
div.corps div.content img {
	display: inline;
}
div.content {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
div.content > a {
	vertical-align: +10% ;
}
div.inlineBlock {
	display: inline-block;
}
span.inlineBlock {
	display: inline-block ; /* inline-block not recognized by IE6*/
	vertical-align: bottom;
}

p {
	margin: .75em 0;
}
a p:hover {
	text-decoration: underline;
}
a.lienExterne {
	background: url("img/a-ext.gif") right no-repeat;
	padding-right: 15px;
}
a.hiddenJs {
	display: none;
}
img.hiddenJs {
	display: none;
}
p.soush3 {
	background-color: #fff;
	margin: 0 0 0 1em;
	color: #666;
	font-weight: bold;
}

.hidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#header {
	text-align: left;
	background: #fff;
	position: relative;
}
#header div#logoLegifrance {
	display: none;
}

#header h1 {
	float: left;
	height: 70px;
	width: 450px;
	padding-top: 2px;
	padding-bottom: 12px;
}

#header h1 a img {
	display: block;
}

#header h1 span {
	position: absolute;
	left: -10000px;
}
span.path-separator {
	margin-right: 3px;
}

#skip {
	background: #369;
	line-height: 1.8em;
	margin: 0;
	overflow: hidden;
}

#skip li {
	float: left;
	list-style-type: none;
	margin: 0 1em 0 0;
	background: transparent;
	list-style-image: none;
}

#skip li a {
	color: #fff;
}

#skip li a:focus {
	color: #000;
}

#breadcrumb {
	clear: both;
	background: #fff;
	margin: 0;
	padding: 3px 12px 8px !important;
	font-size: normal;
}

.date {
	position: absolute;
	top: 3px;
	right: 20em;
	margin: 0;
	font-size: .9em;
	font-style: italic;
	padding:0 4px; 
	background: #fff;
}

#breadcrumb a {
	padding-right: 0.5em;
	/*padding: 0 .5em;*/
}
/*#breadcrumb strong {
	padding: 0 0 0 0.4em;
}*/

#infos_maj {
	z-index: 100;
	position: absolute;
	top: 0;
	right: 0;
	width: 17em;
	background: #eee;
	margin: 0;
	text-align: center;
	padding-bottom: 2px;
	border-bottom-left-radius: 5px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: .95em;
}

#infos_maj a {
	background: transparent url(img/info.jpg) no-repeat left center;
	padding-left: 14px;
	text-decoration: none;
}

#infos_maj a:focus {
	background-color: yellow
}

#nav {
	clear: both;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #d5d5d5;
	background: #eee;
	list-style-type: none;
    list-style-image: none;
	margin: 0;
	line-height: 2em;
	padding: 0 0 0 8px;
}

ul#nav li {
	display: inline;
	background: none;
	padding: 0;
	margin: 3px;
}

ul#nav li a {
	padding: 0 1.8em;
	color: #333;
	text-decoration: none;
	background: transparent url(img/a-link.png) no-repeat 4px center;
}

ul#nav li a:hover,ul#nav li a.active {
	color: #c00050;
	background: transparent url(img/a-active.png) no-repeat 4px center;
}

ul#nav li a:focus {
	background-color: yellow;
}

ul#nav a strong {
	font-weight: normal;
}

#footer {
	text-align: center;
	border-top: 1px solid #369;
	padding: .5em 0;
	margin: 0 auto;
	background-color: #EEEEEE;
}

#footer ul {
	margin: 0 auto;
}

#footer ul li {
	display: inline;
	padding: 0 6px;
	background-image: none;
	margin: 3px;
}

.lienActif,a.lienActif:hover {
	font-weight: bold;
	color: #c00050;
}

.gras {
	font-weight: bold;
}

.centre {
	text-align: center;
}

.droite {
	text-align: right;
}

img {
	/*vertical-align: middle;*/
	display: inline-block;
	border: 0;
}
legend img {
	/*display: inline;*/
	/*vertical-align: -20%;*/
}
legend a {
	vertical-align: top;
	display: inline-block;
}

a {
	/*display: inline-block;*/
	display: inline;
	color: #369;
}
li a {
	display: inline;
}

a:hover {
	text-decoration: none;
}

a:focus,a:active {
	background: yellow;
	/*outline: inherit;*/
}

.planDeClassement {
	background: none;
	list-style-type: none;
	list-style-image: none;
}
.planDeClassement img.imgAlign {
	display: inline-block ;
	vertical-align: -11%;
}
.planDeClassement img.imgAlign+img.imgAlign {
	vertical-align: -5%;
}
.planDeClassement img.lastImgAlign {
	display: inline-block ;
	vertical-align: -16%;
}
.titrage {
	background: none;
	list-style-type: none;
	list-style-image: none;
}
.titrage img.imgAlign {
	display: inline-block ;
	vertical-align: -11%;
}
.titrage img.imgAlign+img.imgAlign {
	vertical-align: -5%;
}
.titrage img.lastImgAlign {
	display: inline-block ;
	vertical-align: -16%;
}
.sansPuce {
	line-height: 1.5;
	background: none;
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
}
.sansPuce a {
	/*display: inline-block;*/
}
.sansPuce a:first-child img {
	display: inline-block;
}
.sansPuce a+a {
	vertical-align: +16%;
}
.sansPuce a+a img {
	display: inline-block;
	vertical-align: -10%;
	margin-right: 2px;
}
.sansPuce ul {
	padding-left: 15px;
}
li.sansPuce a {
	display: inline;
}
li.sansPuce a:first-child img {
	/*vertical-align: -10%;*/
}
.sansPuce ul li strong {
	margin-left: 0px;
	margin-right: 3px;
}
.rouge {
	color: #B3173E;
}

.noir {
	color: #050102;
}

.normal {
	font-weight: normal;
}

fieldset, .as_fieldset {
	border: #666 solid 1px;
	padding: 5px;
}

.as_fieldset {
	position: relative;
	margin-top: 6px;
	/*margin-left: 14px;*/
}

fieldset legend {
	color: #666;
	margin-left: 5px;
	font-weight: bold;
}