/*-------------------------*/
/* BALISES HTML GÉNÉRIQUES */
/*-------------------------*/

body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a {
	color: #000;
	text-decoration: none;
}
table {
	font-size: 10pt;
}

/*----------------*/
/* STYLES COMMUNS */
/*----------------*/

img.vignette {
	width: 70px;
	height: 52px;
	float: left;
	border: solid black 1px;
}
img.photo {
	width: 180px;
	border: 0;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

/*-------------------*/
/* CONTENEUR GÉNÉRAL */
/*-------------------*/

#container {
	width: 100%;
	padding: 0;
	border: 0;
	background: #fff;
}

/*---------*/
/* EN-TÊTE */
/*---------*/

#header {
	width: 100%;
	height: 63px;
	background: url(/img/tpl/logo_print.gif) no-repeat center;
	margin: 0;
	padding: 0;
}
#formulaireRechercheRapide {
	display: none;
}
#lienImpression {
	display: none;
}
#sitesConnexes {
	display: none;
}
#headerinXL6 {
	display: none;
}
#menuPrincipal {
	display: none;
}

/*--------------*/
/* MARGE GAUCHE */
/*--------------*/

#margeGauche {
	display: none;
}

/*--------------*/
/* MARGE DROITE */
/*--------------*/

#margeDroite {
	display: none;
}

/*---------------*/
/* CORPS DE PAGE */
/*---------------*/

#content {
	border-collapse: collapse;
}

p.chapo {
	font-weight: bold;
}
p.auteurDate {
	font-weight: bold;
	margin-bottom: 18pt;
}
p.infoSpeciale {
	font-style: italic;
	color: #333;
	margin-top: 18pt;
	text-align: right;
}

/* Colonne de compléments d'infos */

#complementsInfos {
	display: none;
}
/*
#complementsInfos {
	width: 25%;
	padding: 10pt;
	padding-top: 20pt;
	vertical-align: top;
}

#complementsInfos div.encadre {
	border: solid silver 1px;
	margin-top: 10pt;
	padding: 8pt;
}
img.photo {
	width: 180px;
	border: solid silver 1px;
}
#legendePhoto {
	font-size: 9pt;
	margin-top: 5pt;
	color: #999;
}
#lienPhotoHdef {
	font-size: 9pt;
	margin-top: 5pt;
	color: #999;
	text-align: center;
}
#complementsInfos h4 {
	margin: 0;
	margin-bottom: 3pt;
	font-size: 10pt;
	font-weight: bold;
}

#complementsInfos ul, #complementsInfos li {
	margin: 0;
	padding: 0;
	list-style: inside;
}
#complementsInfos li {
	margin-top: 3pt;
}
*/

/* Corps propre de la page */

#corpsProprePage {
	vertical-align: top;
	width: 100%;
}

/* Présentation d'un article dans une page d'accueil de rubrique */

div.articleListe {
	border-top: solid silver 1px;
	margin: 20px 0px 20px 0px;
	padding: 20px 40px 0px 0px;
}
div.articleListe h3, div.articleListe p {
	margin: 0;
	margin-left: 95px;
}
a.lienSuite {
	text-decoration: none;
}

div.articleListe img {
	border: solid silver 1px;
}


/* Système de navigation précédent / suivant en bas de page */

#navigationBdP {
	display: none;
}

/* Menu de navigation dans les pages de résultats */

#resultsNav {
	display: none;
}

/*--------------*/
/* PIED DE PAGE */
/*--------------*/

#footer {
	clear: both;
	width: 100%;
	border: none;
	padding: 0;
	padding-top: 10pt;
	margin-top: 20pt;
	background: #fff;
	text-align: center;
	font-size: 9pt;
}
#menuOutils {
	display: none;
}
#copyright {
	width: 100%;
	padding: 0px;
	background-color: #fff;
	color: #000;
	border-top: solid black 1px;
}
#copyright a {
	color: #000;
}