body
{
	margin: 0px;
	padding: 0;
	text-align: center;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif;
	background: #000000;
	color: #000066;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#conteneur
{
	width: 100%;
	text-align: left;
	color: #000066;
	border: thin none #663300;
	clip: rect(auto,auto,auto,auto);
	left: 0px;
	padding: 0px;
	height: 100%;
	margin: 0;
	display: block;
}

div#conteneurBorder
{
	width: 831px;
	margin: 0 auto;
	text-align: left;
	border: thin none #000066;
	background: #000000 url(img/bandeau-chat-assis.jpg);
	color: #000066;
}

h1#header
{
	height: 258px ;
	background: url(apple.jpg) no-repeat left top;
	margin: 0 ;
}

h1#header a
{
	width: 400px ;
	height: 70px ;
	display: block ;
	background: url(title.gif) no-repeat ;
	position: relative ;
	left: 350px ;
	top: 15px ;
	text-indent: -5px ;
}/* On donne les mêmes dimensions au lien, chose
 possible grâce à la propriété display: block ; qui transforme le lien
  en élément de type block, auquel on peut donner des propriétés de taille.
   On met aussi l'image de fond qui a les mêmes dimensions que le cadre ainsi créé */
/* Le text-indent négatif est fait pour pouvoir ne
 cacher le texte hors de la page, ce que nous voulons. Ainsi il reste
  exploitable pour les syntèses vocales */
#header
{
	height: 259px;
	background: url(img/header-LBR.jpg) no-repeat left top;
	padding: 0px;
	display: block;
	position: relative;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	width: 500px;
	margin: 0px;
}
p#header 
{
	width: 500px;
	height: 40px;
	background: repeat;
	top: 180px;
	padding: 5px 0px;
	border: thin none #000066;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	margin: 0px;
	text-align: center;
	float: left;
	display: block;
	left: 75px;
}

h5#header a
{
	width: 150px;
	height: 237px;
	display: block;
	background: url(backg40[1].jpg) repeat;
	position: relative;
	left: 583px;
	top: 4px;
	padding: 5px 15px;
	border: thin solid #000066;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #473529;
	text-decoration: none;
	margin: 0px;
}

ul#menu
{
	height: 35px ;
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
	background: url(bg_menu1.gif) repeat-x 0px -25px;
}
/* On donne une hauteur au menu, correspondant a
 la taille de l'image utilisée en fond, on met ensuite l'image de fond
  avec un décalage de 25 pixels vers le haut pour utiliser la technique de roll over expliquée dans un autre tutoriel; */
ul#menu li
{
	float: left ;
	text-align: center ;
	
}/* On rend les li en flottant pour pouvoir les
 afficher horizontalement, on cache les puces, et on centre le texte */

ul#menu li a
{
	line-height: 25px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
	display: block;
	text-decoration: none;
	border-right: 2px solid #dea;
	padding-right: 10px;
	padding-left: 10px;
}/* C'est sur les liens que le gros du travail est
 effectué, largeur, hauteur de ligne, taille de police, graisse de police,
  espacement des lettres, couleur, bordure et decoration du texte. 
  Nous pouvons dimensionner les a grâce à la propriété display: block ; */

ul#menu li a:hover
{
	background: url(bg_menu1.gif) repeat-x 0px 0px;
}/* Et pour finir on décale l'image de fond au passage
 de la souris pour laisser aparaître l'état survolé de l'image, 
 voir le tutoriel sur les roll over pour plus de détails */

div#caseSMLeft
{
	margin: 2;
	background:  url(backg40[1].jpg) repeat;
	list-style-type: none;
	border-top: thin none #000066;
	border-right: thin solid #000066;
	border-bottom: thin solid #000066;
	border-left: thin solid #000066;
	padding: 5px;	
}
div#caseTop
{
	height: auto;
	background:  repeat;
	list-style-type: none;
	width: 500px;
	display: block;
	margin: 0;
	clear: both;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border: thin none #339933;
}

div#caseTop-LT
{
	height: 420px;
	background:  repeat;
	list-style-type: none;
	border-top: thin solid #000066;
	border-right: thin solid #000066;
	border-bottom: thin solid #000066;
	border-left: thin solid #000066;
	width: 240px;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}



div#caseAlbum
{
	height: 187px;
	margin: 0;
	background:  repeat;
	list-style-type: none;
	border-top: thin solid #000066;
	border-right: thin solid #000066;
	border-bottom: thin solid #000066;
	border-left: thin solid #000066;
}
/* On donne une hauteur au menu, correspondant a
 la taille de l'image utilisée en fond, on met ensuite l'image de fond
  avec un décalage de 25 pixels vers le haut pour utiliser la technique de roll over expliquée dans un autre tutoriel; */
div#case
{
	height: 195px;
	margin: 0;
	background:  url(backg40[1].jpg) repeat;
	list-style-type: none;
	border-top: thin none #000066;
	border-right: thin solid #000066;
	border-bottom: thin solid #000066;
	border-left: thin solid #000066;
	
}
/* On donne une hauteur au menu, correspondant a
 la taille de l'image utilisée en fond, on met ensuite l'image de fond
  avec un décalage de 25 pixels vers le haut pour utiliser la technique de roll over expliquée dans un autre tutoriel; */

div#caseButtom
{
	height: 195px;
	margin: 0;
	background:  repeat;
	list-style-type: none;
	border-top: thin none #000066;
	border-right: thin solid #000066;
	border-bottom: thin solid #000066;
	border-left: thin solid #000066;
	text-align: center;
}
/* On donne une hauteur au menu, correspondant a
 la taille de l'image utilisée en fond, on met ensuite l'image de fond
  avec un décalage de 25 pixels vers le haut pour utiliser la technique de roll over expliquée dans un autre tutoriel; */

div#contenu
{
	color: #000066;
	width: 500px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-repeat: repeat;
	clear: none;
	float: right;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	height: 100%;
	border: thin none #000066;
}

div#contenu h2
{
	line-height: 20px;
	font-size: 18px;
	color: #000066;
	border-bottom: 1px none #000066;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0px 10px;
	padding: 0px;
	text-align: center;
}

div#contenu h3
{
	line-height: 10px;
	font-size: 14px;
	color: #000066;
	border-bottom: 1px none #000066;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 6px 0px 6px;
	padding: 0px;
	text-align: center;
}

div#contenu p
{
	text-indent: 2em;
	line-height: 1.7em;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#contenu a
{
	color: #812000;
	font-weight: bolder;
}

div#contenu a:hover
{
	color: #000066 ;
}

div#contenuSMLeft
{
	color: #000066;
	width: 225px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-repeat: repeat;
	clear: right;
	float: left;
	height: 100%;
	margin: 0px;
	display: block;
}

div#contenuSMLeft h2
{
	line-height: 20px;
	font-size: 18px;
	color: #000066;
	border-bottom: 1px none #000066;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0px 10px;
	padding: 0px;
	text-align: center;
}

div#contenuSMLeft h3
{
	line-height: 10px;
	font-size: 12px;
	color: #000066;
	border-bottom: 1px none #000066;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	text-align: center;
}

div#contenuSMLeft p
{
	line-height: 1.7em;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

div#contenuSMLeft a
{
	color: #812000;
	margin: 0px;
	padding: 0px;
	font-weight: bolder;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#contenuSMLeft a:hover
{
	color: #000066;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}



div#contenuPub
{
	color: #000066;
	border: thick none #000066;
	width: 745px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px;
	background-repeat: repeat;
	clear: none;
	float: left;
	display: block;
	height: 100%;
}

div#contenuPub h2
{
	line-height: 20px;
	font-size: 18px;
	color: #000066;
	border-bottom: 1px none #000066;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0px 10px;
	padding: 0px;
	text-align: center;
}

div#contenuPub h3
{
	
	line-height: 10px;
	font-size: 24px;
	color: #000066;
	border-bottom: 1px none #000066;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 6px 0px 6px;
	padding: 0px;
}

div#contenuPub p
{
	text-align: justify;
	text-indent: 2em;
	line-height: 1.7em;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#contenuPub a
{
	color: #000066;
}

div#contenuPub a:hover
{
	color: #000066 ;
}


div#sub-contenu
{
	color: #000066;
	border-top: medium none #000066;
	border-right: medium none #000066;
	border-bottom: medium dotted #000066;
	border-left: medium none #000066;
}

p#footer
{
	text-align: center;
	color: #000066;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
}
a
{
	margin: 0;
	line-height: normal;
	text-align: center;
	color: #000066;
	padding: 0px;
}
pre
{
	overflow: auto ;
	background: #dea ;
	border: 2px solid #000066 ;
	padding: 5px 0 0 5px ;
	font-size: 1.2em ;
}


pre span
{
	color: #560 ;
}

pre span.comment
{
	color: #b30000 ;
}
.floatleftPhoto
{
	float: left;
	width: 210px;
	text-align:center;
	height: auto;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding: 0px;
	clear: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
.floatleftPhotoSMLeft
{
	float: left;
	width: 225px;
	text-align:center;
	height: auto;
	border: thin none #000066;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: left;
	display: block;
}
.floatLeft-txt
{
	float: left;
	width: 270px;
	text-align:left;
	text-indent: 0em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	height: auto;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: right;
	border-right-color: #000066;
	display: block;
}
.floatLeft-txtSMLeft
{
	float: left;
	width: 225px;
	height: auto;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border: thin none #0099CC;
	clear: left;
	display: block;
}

.floatleftPhoto-LT
{
	float: left;
	width: 220px;
	text-align:center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	height: 150px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.floatLeft-txt-LT
{
	float: left;
	width: 210px;
	text-align:left;
	text-indent: 0em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	height: 155px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.floatLeft-txt_Album
{
	float: left;
	width: 310px;
	margin: 10px auto;
	text-align:left;
	text-indent: 0em;
	padding: 10px 10px 10px 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	height: 155px;
}
.floatDispo
{
	float: left;
	width: 110px;
	margin: 10px auto;
	text-align:center;
	padding: 10px 10px 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	height: 155px;
}
Div#grand_txt
{
	height: auto;
	margin: 5;
	background:  repeat;
	list-style-type: none;
	padding: 15px;
	display: block;
	color: #000066;
	border: medium double #000066;
}
Div#BasDePage
{
	height: auto;
	list-style-type: none;
	display: block;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	font-variant: small-caps;
}
div#BasDePage a
{
	color: #812000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
}
.cadre-photo{
	border: medium double #000066;
	padding: 0px;
	margin: 0px;
}
.img-centrer{
	border: thin solid #000066;
	text-align: center;
	padding: 0px;
	margin-left: 24px;
}
.img-circle{
	border: thin solid #000066;
	text-align: center;
	padding: 10px;
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
}
.page {
	width: 470px;
	text-align: center;
	display: block;
	top: auto;
	vertical-align: baseline;
	color: #FF0000;
	font-weight: bolder;
	border: thin none #00FF33;
	font-size: 12px;
	padding: 0px;
	clear: both;
	margin: 0px;
	background-color: #FFFFFF;
	float: left;
}
.page .p{
	width: auto;
	text-align: center;
	display: block;
	top: auto;
	vertical-align: baseline;
	color: #FF0000;
	font-weight: bolder;
	border: medium none #FFFFDF;
	font-size: 12px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.page .a{
	
	color: #FF0000;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.pageAct {
	width: 480px;
	text-align: center;
	display: block;
	top: auto;
	vertical-align: baseline;
	color: #000066;
	font-weight: bolder;
	font-size: 12px;
	padding: 0px;
	left: auto;
	right: auto;
	bottom: auto;
	clear: both;
	margin: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
}
.pageAct .p{
	text-align: center;
	display: block;
	top: auto;
	vertical-align: baseline;
	color: #FFFFFF;
	font-weight: bolder;
	border: medium none #FFFFDF;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.pageActLongT {
	width: 235px;
	text-align: center;
	display: block;
	top: auto;
	vertical-align: baseline;
	color: #000066;
	font-weight: bolder;
	font-size: 12px;
	left: auto;
	right: auto;
	bottom: auto;
	clear: both;
	padding: 0px;
	height: auto;
	margin: 0px;
	line-height: normal;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
}
.pageActLongT .p{
	text-align: center;
	display: block;
	top: auto;
	vertical-align: baseline;
	color: #FFFFFF;
	font-weight: bolder;
	border: medium none #FFFFDF;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
div.Section1
	{
	page:Section1;
	color: #000066;
	width: 145px;
	float: left;
	padding: 45px 10px 40px;
	display: block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Verdana;
	line-height: 30px;
}
