div#tetiere {
	height: 170px;
}
div#tetiere.bgimage {
	background-image: url(/img/page/visuel_09.jpg);
}
div#tetiere.bgimage01 {
	background-image: url(/img/page/visuel_01.jpg);
}
div#tetiere.bgimage02 {
	background-image: url(/img/page/visuel_02.jpg);
}
div#tetiere.bgimage03 {
	background-image: url(/img/page/visuel_03.jpg);
}
div#tetiere.bgimage04 {
	background-image: url(/img/page/visuel_04.jpg);
}
div#tetiere.bgimage05 {
	background-image: url(/img/page/visuel_05.jpg);
}
div#tetiere.bgimage06 {
	background-image: url(/img/page/visuel_06.jpg);
}
div#tetiere.bgimage07 {
	background-image: url(/img/page/visuel_07.jpg);
}
div#tetiere.bgimage08 {
	background-image: url(/img/page/visuel_08.jpg);
}
div#tetiere.bgimage09 {
	background-image: url(/img/page/visuel_09.jpg);
}
div#tetiere.bgimage10 {
	background-image: url(/img/page/visuel_10.jpg);
}
div#tetiere.bgimage11 {
	background-image: url(/img/page/visuel_11.jpg);
}
div#tetiere.bgimage12 {
	background-image: url(/img/page/visuel_12.jpg);
}
div#tetiere.bgimage13 {
	background-image: url(/img/page/visuel_13.jpg);
}
div#tetiere.bgimage14 {
	background-image: url(/img/page/visuel_14.jpg);
}
div#tetiere.bgimage15 {
	background-image: url(/img/page/visuel_15.jpg);
}
div#tetiere.bgimage16 {
	background-image: url(/img/page/visuel_16.jpg);
}
div#tetiere.bgimage17 {
	background-image: url(/img/page/visuel_17.jpg);
}
div#tetiere.bgimage18 {
	background-image: url(/img/page/visuel_18.jpg);
}
div#tetiere.bgimage19 {
	background-image: url(/img/page/visuel_19.jpg);
}
div#tetiere.bgimage20 {
	background-image: url(/img/page/visuel_20.jpg);
}
div#tetiere img.logo {
	float: left;
	width: 110px;
	height: 100px;
	/* border: 1px solid red; */
	margin: 3px 0px 0px 0px;
}
div#tetiere div.menuOnglets {
	/* Distance du logo au menu. */
	/*margin-top: 2px;*/
	/* FF : le margin n'est pas pris en compte ? */
	padding-top: 42px;
}

/* div optionnel disposé sous la tétière. */
div.identification {
	background-color: #DDEBEC;
	padding-left: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}

/* div disposée sous la tétière ET le div optionnel identification. */
div.contenu {
	position: relative;
	clear: both;
	width: 980px;
	
	/*margin-top: 5px;*/
	padding-bottom: 10px;
}
div.filariane {
	position: relative;
	width: 100%;
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.filariane a.homepage {
	color: #006CAA;
}
div.filariane span.intituleOnglet {
	font-weight: bold;
	color: #CC0000;
}
div.filariane span.intitulePage {
	font-weight: bold;
}
div.filariane span.intitulePage span.end {
	font-weight: normal;
	color: #CC0000;
}
div.menu {
	/* Isole du flux à l'intérieur du div conteneur qui se positionne en relative = référence. */
	/* position par rapport au div contenu. */
	position: absolute;
	top: 40px;
	left: 15px;
	z-index: 10;
}
div.menu a.itemV {
	background-image: url(/img/onglets/itemV.gif);
	background-repeat: no-repeat;
	width: 170px;
	height: 27px;
	text-align: left;
	padding-top: 7px;
	padding-left: 20px;
	
	display: block;
	margin-bottom: 5px;
}
div.menu a.itemV:hover {
	background-image: url(/img/onglets/itemV.hover.gif);
}
div.menu a.itemVCourant {
	background-image: url(/img/onglets/itemV.hover.gif);
	background-repeat: no-repeat;
	width: 170px;
	height: 27px;
	text-align: left;
	padding-top: 7px;
	padding-left: 20px;
	
	display: block;
	margin-bottom: 5px;
}
div.menu a.itemV2 {
	background-image: url(/img/onglets/itemV2.gif);
	background-repeat: no-repeat;
	width: 170px;
	height: 37px;
	text-align: left;
	vertical-align: middle;
	padding-top: 4px;
	padding-left: 20px;
	
	display: block;
	margin-bottom: 5px;
}
div.menu a.itemV2:hover {
	background-image: url(/img/onglets/itemV2.hover.gif);
}
div.menu a.itemV2Courant {
	background-image: url(/img/onglets/itemV2.hover.gif);
	background-repeat: no-repeat;
	width: 170px;
	height: 37px;
	text-align: left;
	vertical-align: middle;
	padding-top: 4px;
	padding-left: 20px;
	
	display: block;
	margin-bottom: 5px;
}

div.contenuPage {
	position: relative;
	border: 1px solid #CC0000;
	width: 925px;
	margin-left: 35px;
	margin-right: 20px;

	padding-left: 190px;
	padding-right: 20px;
	/* 40 - 20 = 20 */
	padding-top: 20px;
	padding-bottom: 20px;
	
	/* IE : height est la hauteur minimum. */
	/* FF : problème : la hauteur est stricte, donc la page déborde du div. */
	height: 500px;
	
	margin-top: 10px;
}
/* CSS interprété par autres que IE. */
html>body div.contenuPage {
	height: auto;
	/* IE : min-height sans effet. */
	min-height: 500px;
}
/* Tester le style avec le code spécifique pour IE. */
h1 {
	clear: both;
}
h2 {
	clear: both;
}
div.paragraphe {
	clear: both;
}
ul {
	margin: 0px 0px 0px 20px;
}
li {
	line-height: 12px;
	/* Voir style p dans styles.css */
	margin-bottom: 6px;
	list-style-type: square;
}
/* Les liens sur les visuels ne sont pas encadrés. */
div.paragraphe a img {
	border: none;
}
div.paragraphe p.enSavoirPlus {
	/* Bleu clair du logo coup de pouce clé. */
	color: #006CAA;
}
div.paragraphe a.enSavoirPlus {
	background-image: url(/img/EnSavoirPlus.png);
	background-repeat: no-repeat;
	padding-left: 90px;
	height: 16px;
	vertical-align: middle;
	/* Bleu clair du logo coup de pouce clé. */
	color: #006CAA;
	/*border: 1px solid red;*/
	/* FF: le display est indispensable en cas de retour à la ligne dans le lien sinon retour en début de ligne. */
	/* IE : non obligatoire sous IE. */
	display: block;
}
div.paragraphe a.enSavoirPlus:hover {
	background-image: url(/img/EnSavoirPlus.hover.png);
}
div.paragraphe a.lireLaSuite {
	background-image: url(/img/LireLaSuite.png);
	background-repeat: no-repeat;
	padding-left: 90px;
	height: 16px;
	vertical-align: middle;
	/* Bleu clair du logo coup de pouce clé. */
	color: #006CAA;
	/*border: 1px solid red;*/
	/* FF: le display est indispensable en cas de retour à la ligne dans le lien sinon retour en début de ligne. */
	/* IE : non obligatoire sous IE. */
	display: block;
}
div.paragraphe a.lireLaSuite:hover {
	background-image: url(/img/LireLaSuite.hover.png);
}
div.paragraphe a.telecharger {
	background-image: url(/img/Telecharger.png);
	background-repeat: no-repeat;
	padding-left: 90px;
	height: 16px;
	vertical-align: middle;
	/* Bleu clair du logo coup de pouce clé. */
	color: #006CAA;
	/* FF: le display est indispensable en cas de retour à la ligne dans le lien sinon retour en début de ligne. */
	/* IE : non obligatoire sous IE. */
	display: block;
}
div.paragraphe a.telecharger:hover {
	background-image: url(/img/Telecharger.hover.png);
}
div.paragraphe a.contact {
	background-image: url(/img/ContactezNous.png);
	background-repeat: no-repeat;
	padding-left: 100px;
	height: 16px;
	vertical-align: middle;
	/* Bleu clair du logo coup de pouce clé. */
	color: #006CAA;
	/* FF: le display est indispensable en cas de retour à la ligne dans le lien sinon retour en début de ligne. */
	/* IE : non obligatoire sous IE. */
	display: block;
}
div.paragraphe a.contact:hover {
	background-image: url(/img/ContactezNous.hover.png);
}

h2.synopsis {
	margin: 50px 50px 0px 50px;
}
div.synopsis {
	/*border: 1px solid red;*/
	margin: 0px 50px 50px 50px;
	padding: 20px;
}
div.outils {
	/* position par rapport au div contenu. */
	position: absolute;
	top: 30px;
	right: 40px;
}
div.outils a {
	margin-left: 5px;
}
div.print {
	clear: both;
	width: 100%;
	text-align: right;
}
div.print img {
	vertical-align: middle;
}
div.print a.print {
	background-image: url(/img/print.png);
	background-position: right;
	background-repeat: no-repeat;
	font-style: normal;
}
div.print a.print:hover {
	text-decoration: underline;
}

div#piedPage div.menu div.menuHorizontal {
	top: -30px;
	right: 25px;
}
div#piedPage div.menu div.version {
	bottom: -5px;
	right: 25px;
}

