/**************************/
/*      général           */
/**************************/

BODY {
	margin: 0px;
	border: none;
	font: 12px/16px 'Trebuchet MS', arial, verdana, sans-serif; 
	padding: 0px; 
	list-style-type: none; 
	background-color: #ececec;
	height: 100%;
}

.bordure {  
  border: #CCCCCC; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px
}

.logo {
	background: #FFFFFF url(images/logo.gif) no-repeat;
	padding: 0;
	margin: 0;
	height: 140px;
	width: 798px;
}

/**************************/
/*       texte            */
/**************************/

/* Formattage des paragraphes */
.par {
	color: #006699; /* Couleur du texte */
	text-indent: 25pt; /* Les paragraphes commenceront 25 pixels sur la droite */
	text-align: justify; /* Alignement en justifié */
	font-size: 13px; /* Taille du texte */
	/*word-spacing: 0px;*/
	/*letter-spacing: 2px;*/
}
.sans-indentation { text-indent: 0pt; }

/* Formattage des textes */
.text-petit { font-size: 0.8em; }
.text-medium { font-size: 1em; }
.text-large { font-size: 1.3em; }
.text-tlarge { font-size: 1.8em; }
.text-fort { font-weight: bold; }
.text-souligne { text-decoration: underline; }
.text-italique { font-style:italic; }
.text-encadre {
	border: 1px solid #999999;
	background-color: #8BCAEB;
}

/* Formattage des listes */
UL, OL {
	margin-top: 2px;
	line-height: 1.2em;
}
.text-puceCarre { list-style-type: square; }
.text-puceCercle { list-style-type: circle; }
.text-puceNumero { }
.text-puceRond { list-style-type: disc; }

/**************************/
/*    zone contenu        */
/**************************/

/* cellule qui accueille le contenu des sections */
#TDcontenant {
	color: #006699;
	font-size: 13px;
	vertical-align:top;
	text-align: left;
	height: 100%;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#TDcontenant .sousTitre {
	background: #FFFFFF url(images/titre-souligner.jpg) no-repeat 30px 20px;
	color: #6c984d;
	font-weight: bold;
	font-size: 1.1em;
	height: 30px;
	margin-bottom: 30px;
}

#TDcontenant .separateurArticle {
	background: #FFFFFF url(images/bg_marge_menu.gif) repeat-x;
	margin-right: auto;
	margin-left: auto;
	margin-top:	15px;
	margin-bottom: 15px;
	font-size: 0px;
	line-height: 1px;
	height: 1px;
	width: 90%;
}

/*** Style de élément général de la figure du jeu de lame ***/
#TDcontenant .jeudelame {
	border: 1px solid #999999;
	color: #FFFFFF;
	background: #8ebe74;
	margin-right:auto;
	margin-left:auto;
}
/* Style du contenu "tableau" du jeu de lame */
#TDcontenant .jeudelame .contenu {
	text-align: center;
	color: #0c0c0c;
	background: #FFFFFF;
	margin-top: 4px;
	margin-bottom: 10px;
	width: 100%;
}
/* Ajoute un retour de chariot (Enter) auto. après l'image du Jeu de lame */
#TDcontenant .jeudelame .contenu IMG {
	display: block;
	margin-right:auto;
	margin-left:auto;
}
/* Ajoute un espacement en haut et en bas des cellules */
#TDcontenant .jeudelame .contenu TD {
	text-align: center;
	vertical-align: top;
	padding-top: 25px;
	padding-bottom: 25px;
}

/*** Style de élément général du tableau des sites affiliés ***/
#TDcontenant .affiliation {
	text-align: left;
	border: 1px solid #c6c6c6;
	color: #6d8577;
	background: #bdd9ae;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

/* Style du contenu "tableau" (sites affiliés) */
#TDcontenant .affiliation .contenu {
	color: #0c0c0c;
	background: #FFFFFF;
	margin-top: 1px;
	margin-bottom: 3px;
	width: 100%;
}
/* Style des images (sites affiliés) */
#TDcontenant .affiliation .banniere {
	width: 30%;
}
/* Ajoute un espacement en haut et en bas des cellules (sites affiliés) */
#TDcontenant .affiliation .contenu TD {
	text-align: justify;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* Style du séparateur utilisé pour séparer (sites affiliés) */
#TDcontenant .affiliation .separateur {
	background: #8ebe74;
	width: 1px;
	height: 50px;
}

/*** Ajout des quotes de citations***/
div.quote {
	padding: 25px;
	padding-bottom: 43px;
	background-image: url("images/quote-fermee.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
}
/* Quotes d'ouverture de citations */
div.quote div.quoteOuverte {
	width: 38px;
	height: 43px;
	position: relative;
	top: -20px;
	left: -35px;
	float: left;
	margin-right: -55px;
	background-image: url("images/quote-ouverte.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
/* Icone de station de radio */
div.quote div.quoteRadio {
	background-image: url("images/quote-radio.gif");
}
/* On supprime l'icone de fin de citation */
div.quote.quoteRadio {
	background-image: none;
}
/* Style de la citation (avec bordures de cotés) */
div.quote blockquote {
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 1px;
	border-top: 0px;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 0px;
}
/* élément DIV s'affichant lors du chargement du contenu d'une section dans le contenant */
#htmlLoading {
	height: 15px;
	padding-left: 25px;
	background: url(images/loading.gif) no-repeat;

}

/**************************/
/*       menu             */
/**************************/
#TDmenu {
	padding: 0;
	margin: 0;
	padding-bottom: 25px;
}

#divMenu {
	width: 171px;
	padding: 0 0 0 0;
	margin: 0px 0px 0px 0px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 85%;
	background: url(images/bg_menu4.jpg) no-repeat right top;
	border: 1px solid #999999;
	border-bottom: none;
}

#divMenu A, #divMenu A:link, #divMenu A:visited {
	background: url(images/fleche.gif) no-repeat 5px 10px;
	color: #4C74B0;
	text-decoration: none;
	display: block;
	padding: 0.7em 0 0.7em 17px;
	margin: 0 0 0 0;
	overflow: hidden;
	height: 15px;
}

#divMenu a:hover, #divMenu a:visited:hover {
	color: #96AAC7;
}

#divMenu IMG { display: block; }

#divMenu .ligne {
	background: #FFFFFF url(images/bg_marge_menu.gif) repeat-x;
	padding: 0.5em 0 0.3em 18px;
	margin: 0;
	font-size: 0px;
	line-height: 1px;
	height: 1px;
	width: 85%;
	page-break-after: right;
}

#TDmenu .menuBorderBas {
	background: #FFFFFF url(images/menu-bas.gif) no-repeat;
	padding: 0;
	margin: 0;
	font-size: 0px;
	width: 173px;
	height: 10px;
}
