/* GESTION DU BODY */
body, td, th  {
	background-color: #333333;
	/*
	background-image: url(images/bckgd.jpg);
	background-repeat: no-repeat;
	*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*font-family: Georgia, Times New Roman, Times, serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;      
	color: #999999;

}	
/* GESTION DES FONDS */
.tdSpecial  {
	background-color: #666666;
}
.tdSpecialBordeaux  {
	background-color: #660000;
}

.header  {
	background-color: #000000;
	height: 175px;
	width: 1000px;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.content  {
	/*background-color: #FFFFFF;*/
	height: 500px;
	width: 1000px;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bckgleft {
	background: top left url(images/lside_bg.jpg) repeat-x;
	height: 175px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;}

.bckgright {
	background: top left url(images/rside_bg.jpg) repeat-x;
	height: 175px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.box {
	height: 150px;
	width: 150px;	
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;      
	color: #999999;
	vertical-align: middle;
	horizontal-align: center;
}
.box02 {
	height: 131px;
	width: 131px;	
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;      
	color: #333333;
	vertical-align: middle;
	horizontal-align: center;
}
.box03 {
	height: 131px;
	width: 131px;	
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;      
	color: #333333;
	vertical-align: middle;
	horizontal-align: center;
}

/* GESTION DES EN-TÊTES */
h1, h2 {
	color: #FFFFFF;
	font-style: italic;
	font-weight:normal;
}
h3, h4, h5, h6 {
	color: #FFFFFF;
	font-style: italic;
	font-weight:normal;
}
/* GESTION DES LIENS */
a:link {
	font-size: 0.95em;
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	font-size: 0.95em;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	font-size: 0.95em;
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	font-size: 0.95em;
	text-decoration: none;
	color: #FFFFFF;
}
.LiensBasDePage {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 0.88em;
	color: #FFCC00;
	font-weight:normal;
}
.LiensBasDePage:hover {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 0.88em;
	color: #FFCC00;
	font-weight:normal;
}
.LiensBasDePage:active {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 0.88em;
	color: #FFCC00;
	font-weight:normal;
}
/* GESTION DES TEXTES */
.TextAddresse {
	font-size: 0.75em;
	color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}
.TextCapitale {
	font-size: 1.5em;
	color: #999999;
}
.TextVisio {
	font-size: 0.88em;
	color: #FFCC00;
	font-weight: normal;
}
.TextPoeme {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.88em;      
	color: #999999;
}
/* GESTION DES LETTRINES */
.lettrine {
float: left; /* positionnement de la lettrine dans le conteneur*/
font-size: 2.5em; /* 3 hauteurs de lignes pour la lettrine*/
font-weight: bold;
font-family: Georgia, Times New Roman, Times, serif;
color: #333333;/* couleur lettrine*/
background-color: #FFFFFF; /* couleur fond lettrine*/
border: 2px solid #333333; /* définition d'une bordure autour de la lettrine*/
margin: 3px;
padding: 3px;
line-height: 1em;
}
.lettrine_petite {
float: left; /* positionnement de la lettrine dans le conteneur*/
font-size: 1.15em; /* 2 hauteurs de lignes pour la lettrine*/
font-weight: bold;
font-family: Georgia, Times New Roman, Times, serif;
color: #333333;/* couleur lettrine*/
background-color: #FFFFFF; /* couleur fond lettrine*/
border: 1px solid #333333; /* définition d'une bordure autour de la lettrine*/
margin: 1px;
padding: 3px;
line-height: 1.35em;
}
/* GESTION DES MENUS */

/* GESTION DU CENTRAGE DES IMAGES */

/* FIN */