/*
 * LEGIFRANCE : Fichier CSS 
 * @author : gleonis <gleonis@sword-group.com>
 * @date : 2007-06-26
 */
@charset "UTF-8";

/* Styles valables pour toutes les pages */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	background-color: #557aac;
	background-image: url(../img/fond.png);
	text-align: left;
}

#header {
	margin-left: 0;
	margin-top: 0;
	height: 81px;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
}

#header .version {
	position: absolute;
	top: 0;
	left: 50%;
	font-style: italic;
}

.conteneur {
	position: strict;
	width: auto;
	margin: 0 2px 2px 2px;
	padding: 2px;
	background-color: #fff;
	color: #000;
}

.sommaire {
	background-color: #fff;
	color: #000;
	border: 1px solid #bcd4f6;
	text-align: justify;
}

#header .date {
	position: absolute;
	top: 20px;
	right: 10px;
	font-style: normal;
}

#header #context {
	text-align: right;
	top: 45px;
	right: 10px;
	position: absolute;
}

#title {
	padding: 7px;
	margin: 0;
	color: #ffffff;
	background-color: #557aac;
	border-top: 1px solid #0909b0;
	border-bottom: 1px solid #0909b0;
	font-size: 130%;
	font-weight: bold;
	text-align: left;
}

a.lienFooter {
	color: #FFFFFF;
	background-color: transparent;	
	text-decoration: underline;
}

a.lienFooter:hover {
	color: #FFFF00;
	text-decoration: underline;
}

#body {
	margin: 0;
	padding: 7px;
	background-color: #fff;
	color: #000;
}


/* Styles valables pour les écrans de recherche */
#resultats {
	text-align: left;
	width: 100%;	
}

#enteteResultats {
	text-align: center;
	width: 100%;	
}

fieldset {
	 border-color: #336699;
	 border-style: solid;
	 border-width: 1px;
}

legend {
	color: #336699;	
}

select.optionPaire {
	color: inherit;
	background-color: #ddeeff;
}

select.optionImpaire {
	color: inherit;
	background-color: #ffffff;
}

/* NOUVELLES DEFINITIONS */
#menu_droite{
	color: #000000;
	background-color: #FFFFFF;
	margin-right: 5px;
	text-align: left;
	float: right;
}

#menu_droite_limited{
	color: #000000;
	background-color: #FFFFFF;
	margin-right: 5px;
	text-align: left;
	float: right;
	width: 16%;
}

ul li {
	list-style-image: url(../img/fleche.gif);
	margin-top: 3px;
	margin-right: 10px;
	vertical-align: top;
	padding: 0;
}


.formulaireAlone {
	width: 60%;
	float: left;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.formulaireBoth {
	width: 83%;
	float: left;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.fieldsetAlone {
	color: #000;
	background-color: #fff;
	margin: 10px ;
	padding: 10px;
}

.fieldsetBoth {
	color: #000000;
	background-color: #FFFFFF;
	float: left;
	width: 48%;
	padding: 0px;
	margin-left: 3px;
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

div.limit {
	width: 50%;
	float: left;
}

div.row {
	clear: both;
	padding-top: 3px;
}

div.row span.label {
	float: left;
	width: 35%;
	text-align: right;
	margin-top: 3px;
	margin-right: 3px;
}

div.row div.label {
	float: left;
	width: 35%;
	text-align: right;
	margin-top: 3px;
	margin-right: 3px;
}

div.row span.labelFixed {
	float: left;
	text-align: right;
	margin-right: 3px;
	margin-top: 3px;
	margin-left: 10px;
}

div.row span.inputEx {
	float: left;
	width: 30%;
	text-align: left;
}

div.row span.inputFixed {
	float: left;
	text-align: left;	
	margin-right: 2px;
}

div.row span.inputNoEx {
	float: left;
	width: 59%;
	text-align: left;	
}

div.row span.help {
	float: left;
	width: 17px;
	text-align: left;
	margin-top: 1px;
	margin-left: 0px;
	margin-right: 1px;
}

div.row div.help {
	float: left;
	width: 17px;
	text-align: left;
	margin-top: 1px;
	margin-left: 0px;
}

div.row span.ex {
	float: right;
	width: 29%;
	text-align: left;
	margin-top: 5px;
	color: #336699;
 	background-color: inherit;
 	font-size: 90%;
}

div.row span.exFixed {
	float: left;
	text-align: left;
	margin-top: 5px;
	margin-left: 5px; 
	margin-right: 5px;
	color: #336699;
 	background-color: inherit;
 	font-size: 90%;
}

div.row div.inputDateJour {
	float: left;
	width: 11%;
	text-align: center;	
	margin: 1px;
	margin-left: 0px;
}
div.row div.inputDateMois {
	float: left;
	text-align: center;	
	margin: 1px;
	margin-left: 0px;
}

div.row div.inputDateAnnee {
	float: left;
	width: 10%;
	text-align: center;	
	margin: 1px;
	margin-top: 1px !important;
	margin-top: 0px;
}

div.row div.inputCalendrier {
	float: left;
	width: 25px;
	text-align: center;	
	margin-right: 1px;
	margin-top: 15px;
}

div.row div.dateEx {
	float: left;
	text-align: left;
	margin-top: 17px;
	margin-left: 3px;
	color: #336699;
 	background-color: inherit;
 	font-size: 90%;
}


div.row .textarea {
	width: 95%;
}

div.row span.colspan {
	margin: 5px;
}
div.row span.colspanBlockquote {
	margin: 5px;
	margin-left: 35px;
}

.fieldsetFulltext {
	clear: both;
	color: #000000;
	background-color: #FFFFFF;
	width: 96%;
	margin-left: 3px;
	padding: 3px;
	text-align: left;
	float: left;
	margin-bottom: 10px;
}

div.fulltext {
	clear: both;
}

div.fulltext div.col1 {
	float: left;
	text-align: right;
	margin-left: 2px;
	padding-bottom: 5px;
	width:70%;
}

div.fulltext div.col2 {
	float: left;
	height: auto;
	margin-left: 2px;
}

div.fulltext div.col2 div.image {
	margin-top: 0px !important;
	margin-top: 4px;	
}

div.fulltext div.col2 div.image img {
	vertical-align: top;
	margin-top: 10px;
}

div.fulltext div.col2 div.image input {
	width: 20px;
	margin-top: 11px;
	padding: 0px;
}

div.fulltext div.col3 {
	float: left;
	height: auto;
}

div.fulltext div.col3 div.image {
	margin-top: 14px !important;
	margin-top: 22px;	
	margin-left: 0px;
	
}

div.fulltext div.col3 div.image img {
	vertical-align: top;
	height: 52px;
	margin: 0px;
}

div.fulltext div.col3 div.image input {
	width: 20px;
	margin: 0px;
	margin-top: 14px;
}

div.fulltext .textarea {
	margin-left: 1px;
	margin-top: 1px;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:0;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

a {
	color: #0000ff;
	text-decoration: underline;
}

a:hover {
	color: #0000ff;
	text-decoration: underline;
}

input{
	font-size: 95%;
}

input.fulltext {
	width: 55%;	
	margin-left: 0px;
	margin-top: 1px;	
}

input.fulltextSauf {
	width: 40%;	
	margin-left: 1px;
	margin-top: 1px;
}

select {
	font-size: 95%;
}

div.boutonFormulaire {
	text-align: right;
	margin-right: 10%;
}

div.btnRech {
	text-align: center;
		
}

img.imageHelp {
	border: 0px;
}

option.optionPaire {
	color: inherit;
	background:#FFFFFF;
}

option.optionImpaire {
	color: inherit;
	background:#ddeeff;
}

.resultats {
	position:strict;
	text-align: left;
	font-style: normal;
	color: #000000;
	background-color: #bcd4f6;
	text-decoration: none;
/*	font-size: 120%;*/
	padding-bottom:2px;
	width:100%;
}

.resultats2 {
	position:strict;
	text-align: left;
	font-style: normal;
	color: #000000;
	text-decoration: none;
/*	font-size: 120%;*/
	padding-bottom:2px;	
	width:100%;
	
}

.naviResultats {
	float: right;
	margin-right: 10px;
}


/* Styles valables pour les écrans d'affichage */

/* Titre des sommaires */
#contenu {
	width: auto;
	background-color: #fff;
	color: #000;
	margin: 2px;
	padding: 10px;
}

/*#contenuDossier {
	width: auto;
	background-color: #fff;
	color: #000;
	margin: 10px 200px;
}*/
	
	
#titreTexte {
	text-align: center;
	font-weight: bold;
	font-size: 170%;
	line-height: 100%;
	margin: 10px;
}

#soustitre {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	line-height: 100%;
	margin: 10px 0;
}

.titre0 {
	padding-left: 5px;
	font-size: 150%;
	font-weight: bold;
}

.titre1 {
	padding-left: 15px;
	font-size: 130%;
	font-weight: bold;
}

.titre2 {
	padding-left: 25px;
	font-size: 120%;
	font-weight: bold;
}

.titre3 {
	padding-left: 35px;
	padding-right: 10px;
	font-size: 110%;
	padding-left: 12px;
	text-indent: -12px;
	line-height: 130%;
	display: block;
}

.titre4 {
	padding-left: 45px;
	font-size: 100%;
}

.titre5 {
	padding-left: 55px;
	font-size: 90%;
	font-style: italic;
}

.titre6 {
	padding-left: 65px;
	font-size: 90%;
	font-style: italic;
}

.titre7 {
	padding-left: 75px;
	font-size: 90%;
	font-style: italic;
}

.titre8 {
	padding-left: 85px;
	font-size: 90%;
	font-style: italic;
}

.titreItalic0 {
	padding-left: 5px;
	font-size: 100%;
	font-style: italic;
}

.titreItalic1 {
	padding-left: 15px;
	font-size: 100%;
	font-style: italic;
}

.titreItalic2 {
	padding-left: 25px;
	font-size: 100%;
	font-style: italic;
}

.titreItalic3 {
	padding-left: 35px;
	font-size: 100%;
	font-style: italic;
}

.titreItalic4 {
	padding-left: 45px;
	font-size: 100%;
	font-style: italic;
}

.titreItalic5 {
	padding-left: 55px;
	font-size: 100%;
	font-style: italic;
}

.titreItalic6 {
	padding-left: 65px;
	font-size: 100%;
	font-style: italic;
}

.titreItalic7 {
	padding-left: 75px;
	font-size: 100%;
	font-style: italic;
}

.titreItalic8 {
	padding-left: 85px;
	font-size: 100%;
	font-style: italic;
}

.lien0 {
	padding-left: 5px;
}

.lien1 {
	padding-left: 15px;
}

.lien2 {
	padding-left: 25px;
}

.lien3 {
	padding-left: 35px;
}

.lien4 {
	padding-left: 45px;
}

.lien5 {
	padding-left: 55px;
}

.lien6 {
	padding-left: 65px;
}

.lien7 {
	padding-left: 75px;
}

.lien8 {
	padding-left: 85px;
}

.lienGris0 {
	padding-left: 5px;
	color: #888888;
	text-decoration: underline;
}

.lienGris1 {
	padding-left: 15px;
	color: #888888;
	text-decoration: underline;
}

.lienGris2 {
	padding-left: 25px;
	color: #888888;
	text-decoration: underline;
}

.lienGris3 {
	padding-left: 35px;
	color: #888888;
	text-decoration: underline;
}

.lienGris4 {
	padding-left: 45px;
	color: #888888;
	text-decoration: underline;
}

.lienGris5 {
	padding-left: 55px;
	color: #888888;
	text-decoration: underline;
}

.lienGris6 {
	padding-left: 65px;
	color: #888888;
	text-decoration: underline;
}

.lienGris7 {
	padding-left: 75px;
	color: #888888;
	text-decoration: underline;
}

.lienGris8 {
	padding-left: 85px;
	color: #888888;
	text-decoration: underline;
}

div.lien_retour_top {
	text-align: right;
	margin-top: 20px;
}


table.affichage {
	text-align: center;
	padding: 0;
	margin: 0 auto;
	border-collapse: collapse;
}

table.affichage th {
	border: 1px solid #0909b0;
	padding: 5px;
	margin: 0px;
	background-color: #557aac;
	color: #fff;
}
table.affichage td {
	border: 1px solid #0909b0;
	padding: 5px;
	margin: 0px;
	color: #000;
}

p.copyright {
	display: none;
}

.derniereModif {text-align:center; margin-top: 5px}
