@charset "utf-8";
/* CSS Document */

/*************** GENERAL ************************/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
}

/*************** CONTENU PRINCIPAL (colonne de droite) ************************/
#ContenuPrincipal {
	background-color:#FFFFFF;
	vertical-align:top;
	text-align:left;
	color:#000000;
}

#ContenuPrincipal h1 {
	font-size:x-large;
}

#ContenuPrincipal h2 {
	font-size:medium;
}

#ContenuPrincipal h3 {
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
	font-size: medium;
}

#ContenuPrincipal li {
	margin-bottom:1em;
}

#ContenuPrincipal #argumentaireWebmasters {
	font-size: 10pt;
}

#ContenuPrincipal #argumentaireWebmasters .Chapo {
	font-style:italic;
	font-weight:bold;
}

#ContenuPrincipal .ImagePage {
	text-align:center;
	margin-bottom:0pt;
}

#ContenuPrincipal .Legende {
	font-size: 7pt;
	font-style: italic;
	text-align: center;
	margin-top: 0.2em;
	margin-bottom: 2em;
}

#ContenuPrincipal .Legende em {
	font-style: normal;
}

#ContenuPrincipal .imagesVideo {
	background-color: #999999;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}


/*************** CONTENU ANNEXE (colonne de gauche) ************************/
#ContenuAnnexe {
	width:160px;
	background-color:#000000;
	vertical-align:top;
	text-align:left;
	font-size:small;
	color:#FAFAFA;
}

#ContenuAnnexe h1 {
	font-weight:bold;
	font-size:small;
	color:#FFFFFF;
}
#ContenuAnnexe .Legende {
	font-style:italic;
	margin-top:0;
	margin-bottom:2em;
}
#ContenuAnnexe .Citation {
	font-style:italic;
}

#ContenuAnnexe .Citation strong {
	font-weight: bold;
	color: #FFFF00;
}

#ContenuAnnexe .Citation .Signature {
	text-align:right;
	font-style:normal;
	font-weight:bold;
	margin-top:-1em;
}

/*************** CATALOGUE (à l'interieur de ContenuPrincipal) ************************/

#Catalogue {
	text-align:center;
	vertical-align:middle;
	width:100%;
	border:1px;
	padding:7px;
	margin-bottom:7px;
}

#Catalogue td {
	text-align:center;
	border-bottom-color:#999999;
	border-bottom-style:groove;
	border-bottom-width:thin;
}

#Catalogue h1 {
	font-size:larger;
	font-weight:bolder;
	color:#000099;
}

#Catalogue a img {
	border:none;
}

#Catalogue .Auteur {
	text-align:right;
	margin-top:-0.5em;
	margin-bottom:1em;
	font-size:small;
	font-weight:bold;
	font-style:italic;
}

#Catalogue .PrixNormal {
	display: none;
	font-size:medium;
	font-weight:bold;
	margin-top:-0.5em;
}

#Catalogue .PrixWeb {
	font-size:medium;
	font-weight:bold;
	margin-top:-0.5em;
	color:#FF0000;
}

/*************** PUB WEBMASTERS (à l'interieur de ContenuAnnexe) ************************/

#PubWebmasters {
	background-color:#FFFFFF;
	border:medium;
	border-color:#000000;
	color:#000000;
	text-align:center;
	font-weight:normal;
	font-size: 8pt;
	padding: 0.5em;
}

#PubWebmasters h1 {
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
}
 