body
{
	background-color: #D9DCC2;
	color: #003366; 
		font-family: helvetica, sans-serif;
}

.divBanniere
{
	border-collapse:separate;
	box-shadow: 5px 5px 4px;
    border: ridge 2px #777777
}

.titreBanniere
{
	font-weight: bold;

	font-size: 32pt;

}

.soustitreBanniere
{
	font-weight: bold;

	font-size: 18pt;
}
.headLine,
.document,
.article,
.listeTextes,
.menuLeft, .menuRight
{
    padding: 7px;
    border-style: ridge;
    border-color: #777777;
    border-collapse: separate;
    border-width: 2px;
	background-color: #F7F7EE;
	margin-bottom: 7px;
}

.menuLeft .row,.menuRight .row
{
	color: #000066;
	font-size: 10pt;
	padding: 5px;
	white-space: nowrap;
	font-weight: bold;
}

.menuLeft.menuAO
{
	width: 400px;
}

.menuLeft.menuAO .row
{
	white-space: normal;
}
.menuRight h3
{
	text-align: right;
	font-style: italic;
}
.menuRight .row
{
	white-space: normal;	/**/
	font-size: 9pt;
	min-width: 240px;
}
.pdfTitre
{
	font-weight: bold;
}
.menuArt
{
	margin-left: 20px;
}

.menuArt .row
{
	color: #000066;
	font-size: 9pt;
	padding: 2px;

}


.listeTextes .row
{
	padding-bottom: 10px;
	border-bottom: solid 1px #777777;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*
.listeTextes .row0
{
	background-color: #F7F7EE;
}
.listeTextes .row1
{
	background-color: #E0E1C8;
}
*/ 
.listeTextes .texteTitre
{
	font-weight: bold;
	font-size:  11pt;
}

.listeTextes .texteAuteur
{
	font-style: italic;	
	font-size:  10pt;
	padding: 5px 0;
}

.listeTextes .texteDate
{
	font-size:  9pt;
}

.listeTextes .texteSource
{
	font-size:  9pt;
}

.listeTextes .texteIntro
{
	margin-left: 50px;
	margin-top: 12px;
	font-size: 9pt;
    color: #003366;
	font-style: italic;
}

.article,
.document{
	padding: 12px;
}
.article .impression,
.document .impression
{
	text-align: right;
	font-size: 8pt;
	font-style: italic;
}
.article .texteTitre,
.document .texteTitre
{
	font-size: 18pt;
	color: #aa0000;
	margin: 7px 0;
	font-weight: bold;
}
.article .texteSource,
.document .texteSource
{
	font-size: 10pt;
	font-style: italic
}
.article .texteAuteur,
.document .texteAuteur
{
	font-size: 10pt;
	font-weight: bold
}
.autrestextes,
.article .texteAuteur
{
	text-align: right;
}
.article .texteDate,
.document .texteDate
{
	font-size: 10pt;
}
.article .texteTexte,
.document .texteTexte
{
	font-size: 10pt;
	text-align: justify;
}

.presentation p
{
    font-weight: bold;
	font-size: 11pt;
}

.sommaireAO .titre, .sommaireAO .titre a
{
	font-weight: bold;
	font-size: 13pt;

	color: #AA0000;
}

.sommaireAO .articleAO
{
		font-weight: bold;
		padding: 5px;
}
.sommaireAO .articleAO.brèves
{
	margin-left:12px;
}
.sommaireAO .articleAO .auteur
{
		font-weight: normal; 
}
.menuLeft.menuAO .auteur
{
	color: #777799;
}
a
{
	color: #003366;
}
a:hover
{
	color: #aa0000;
}

#cache
{
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity:.5;
	background: black;
}


.alerte
{
	background: white;
	padding: 20px;
	border: 1px solid black;
	border-radius:20px;
	box-shadow: 5px 5px 3px black;
	position: fixed;
	left:0; right:0; 
	top:40%;
	margin: 0 auto;
	width:420px;
	opacity: 0;
	z-index: 5000;
}
.alerte ul
{
	margin-left: 20px;
}
.alerte .titreAlerte
{
	font-size:18px;
	font-weight: boler;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom: solid 1px;
}
.alerte button.btn-success,
.alerte.success
{
	color:#fff;
	background:#3e8f3e;
}
.alerte button.btn-warning,
.alerte.warning
{
	color:#fff;
	background:#e47a1e;
}
.alerte button
{
	margin-right:5px;
	margin-top:15px;
}
.alerte button.btn-error,
.alerte.error
{
	color:#fff;
	background:#A00;
}
.alerte.warning .titre,
.alerte.success .titre,
.alerte.error .titre
{
	border-bottom-color:white;
	color:#fff;
}
.alerte button
{
	text-align:center;
}

.alerte .bt {
    margin: 12px 0 0 0;
    padding: 7px 12px;
    border: solid 1px;
    display: inline-block;
    border-radius: 7px;
    cursor: pointer;
}

.btOk
{
	background:url(../images/ok.png);
}
