/* styles du template */

body {
	margin:0;
	padding:0;
	text-align:center;	/* centrage du contenu */
	width:100%;			
	
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	
	background-color:#FFFFFF;
}

form {
	margin:0;
	padding:0;
}


/* fond à 100% de largeur du site */
#conteneur_large {
	position:relative;
	width:100%;
	/*background-color:#99CC00;*/

}

#conteneur_principal {
	position:relative;
	margin: 0 auto; /* Permet de centrer le contenu de la page */
	padding:0;
	text-align:justify;
	width:950px;
	/*height:494px;
	min-height:494px;*/
	background:url('fond.jpg');
}

#logo_version_imprimable {
	display:none;
}

#menu_sup {
	position:relative;
	text-align:right;
	margin-top:57px;
	margin-right:10px;
  z-index:1;
}

#menu_sup a {
	display:inline;
	padding:0px 8px 0px 8px;
	border-right:1px solid black;
	font-size:12px;
	font-weight: bold;
	color:#666666;
	text-decoration:none;
}

#menu_sup a:hover {
	color:#000;
	text-decoration:underline;
}


#choix_langue {
	position:relative;
	margin-left:10px;
	text-align:right;
	padding:2px;
	color:#666666;
	font-size:10px;
	top:8px;
}

#choix_langue a {
	color:#666666;
	font-weight:normal;
	font-size:10px;
	border:0px;
	padding:0px;
	margin:0px;
}


#bandeau_sup {
	position:relative;
	display:block;
	width:950px;
	height:139px;
	overflow:hidden;
	margin-bottom:1px;
}


#bandeau_sup #image_bandeau_sup {
	position:absolute;
	display:none;
	top:0px;
	left:0px;
	border:0px;
	z-index:2;
}

#image_bandeau_sup a{
   border:0px;
   background:url('logo.jpg');
   display:block;
   height:139px;
   width:367px;
}

#bandeau_sup_flash {
	position:absolute;
	z-index:10000;
	display:block;
	top:3px;
	left:0px;
}


#menu_deroulant {
	position:relative; /* uniquement la position définie ici, en absolu ou relatif, suivant les cas */
	top:0px; 		/* parametre : ordonnée haute du menu */
	left:0px;		/* parametre : abscisse gauche du menu */
	height:300px;
}


#fildariane { 
	position:absolute;
	z-index:10;
	top:270px;
	left:10px;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
}

#fildariane a { 
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
	font-size:11px;
}


#barre_de_date {
	position:absolute;
	top:270px;
	right:10px;
	padding:2px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	
}

#texte_defilant_flash {
	position:absolute;
	display:block;
	top:100px;
	left:5px;
}



#titre_page {
	position:relative;
   /*
	background-image:url(fond_titre_page.gif);
	background-position:left -1px;
	background-repeat:repeat-x;
	      */
	margin:0;
	padding:0;
	color:#5f7e81; /* couleur de texte du formulaire de modif du titre de page */
}

#titre_page h2 {
	position:relative;
	font-family:"Arial";
	font-weight:bold;
	font-size:26px;
	color:#5f7e81;
	text-align:left;
	margin:0;
	padding:0;
}

#titre_page h3 {
	position:relative;
	font-family:"Arial";
	font-weight:bold;
	font-size:14px;
	color:#5f7e81;
	text-align:left;
	letter-spacing: 1px;
	margin:0;
	padding:0;
}

#titre_page h2.classe_occultage, #titre_page h3.classe_occultage {
	position:absolute;
	z-index:-10;
	top:-50px;
	left:0px;
}




/* bloc de fond des 2 colonnes */
#bloc-contenu {
	position:relative;
	float: left; 
	width: 100%;
}


#contenu_de_page {
	position:relative;
	font-size:10px;
	
	padding-right:30px;
	padding-left:110px;  /* 160 */
	padding-top:100px;
	padding-bottom:0px;
	
	height:200px;                      
	overflow: auto;
    	background:url('accueil_logo.jpg') top left no-repeat;
/*  
	background-image:url(fond_contenu.gif);
	background-position:right bottom;
	background-repeat:no-repeat;   */
}

#contenu_de_page tr,td {
    text-align: left;
    vertical-align: top;
    top:0px;
   
}

#contenu_de_page tr td p{
   margin:0;
   padding:0; 
}

#colonne_principale {
	/* ATTENTION : NE JAMAIS METTRE DE COULEUR DE FOND ICI : BUG SOUS IE6 !!!!  */
	/* couleur de fond = images alignées à droite ou à gauche ne s'affichent plus sous IE6 */
	position:relative;
	margin-left: 256px; /* idem à la largeur de la colonne gauche */
	padding:0px 0px 1px 0px; /* fix de bug CSS sous firefox et safari */
	width:600px;

}

#colonne_gauche {
	position:relative;
	float: left;
	width: 184px;
	margin-left: -950px; /* valeur négative égale à la largeur du contenu */
	/*background-color: #b3cce6;*/
	color:#ffffff;
/*	background-image:url(fond_colonne_gauche.gif);
	background-position:left top;
	background-repeat:repeat-y;     */
	margin-bottom:30px;  
}


#bas_de_page {
	position:relative;
	clear: both;
	width: 100%;
	color: #fff;
	text-align: center;
	height:106px;
	background-color: #5f7e81;
}



#menu_bas {
	position:relative;
	display:block;
	height:26px;
	padding:10px 5px 0px 5px;
	
	font-size:10px;
	color:#000000;
	text-align:center;
	margin:0;
	
	background-image:url(fond_menu_bas.gif);
	background-position:left top;
	background-repeat:no-repeat;
}


#menu_bas a {
	display:inline;
	padding:0px 20px 0px 20px;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	font-size:9px;
	color:#666666;
	text-decoration:none;
}

#menu_bas a:hover {
	color:#FF6600;
	text-decoration:underline;
}

#copyright {
	position:relative;
	display:block;
	
	margin:0px 0px 20px 0px;
	padding:0px;
	
	color:#000000;
	font-size:10px;
	text-align:right;
}

#copyright a{
	font-size:10px;
	color:#FF6600;
}

#copyright a:hover{
	color:#FF9900;
}


#coordonnees_bas {
	position:relative;
	clear:both;
}


/* -----------------------------------------------------------------*/
/* STYLES de l'encart résumé (pour affichage aléatoire des articles */

#bloc_resume_articles {
	position:relative;
	color:#FFFFFF;
	padding:5px;
	margin:0;
}

#bloc_resume_articles h3.titre_categorie_encart_resume { /* titre des catégories d'articles */
	padding:0;
	margin:10px 0px 0px 0px;
	font-size:13px;
	text-align:center;
	font-weight:bold;
	color:#99c3ef;
}


#bloc_resume_articles div.un_encart_resume { /* encart contenant UNE categorie d'articles */
	padding:5px;
	margin:0px 0px 0px 0px;
	border:1px solid #2f547b;
}


#bloc_resume_articles h4.titre_article_encart_resume { /* titre d'un article */
	padding:0;
	margin:5px 0px 0px 0px;
	font-size:12px;
	color:#ffffff;
	text-align:left;
	text-decoration:underline;
}

#bloc_resume_articles p.resume_article_encart_resume { /* premeirs mots de l'article */
	padding:0;
	margin:0;
	font-size:11px;
	text-align:justify;
	font-weight:normal;
}


#bloc_resume_articles p.lien_suite_encart_resume {
	padding:0;
	margin:0px 0px 5px 0px;
	font-size:11px;
	text-align:right;
	font-weight:normal;
}


/* -----------------------------------------------------------------*/
/* STYLES de la page de résultat des recherches                     */
#resultat_recherche {
	position:relative;
	display:block;
}

#resultat_recherche .encart_resultat_recherche {
	position:relative;
	display:block;
	padding:0;
	margin:15px 0px 15px 0px;
}

#resultat_recherche .titre_recherche {
	position:relative;
	display:block;
	font-size:15px;
	font-weight:bold;
}

#resultat_recherche .lien_titre_page {
	position:relative;
	display:inline;
	clear:both;
	font-size:13px;
	margin-top:25px;
}

#resultat_recherche .url_page {
	position:relative;
	display:block;
	font-size:10px;
	color:#666666;
	font-weight:normal;
}


#resultat_recherche .lien_lire_la_suite {
	position:relative;
	display:block;
	float:right;
	text-align:right;
	font-size:11px;
}




/* -----------------------------------------------------------------*/
/*                          STYLES du TAG-CLOUD                     */

#div_tagcloud {
	position:relative;
	display:block;
	padding:20px 100px 20px 100px;
}


/* --------------------------------------------*/
/* STYLES du texte "page en construction" */

.txt_construction {
	margin-top:10px;
	font-weight:bold;
}

/* --------------------------------------------*/
/* STYLES POUR LE REFERENCEMENT */
#baseline {
	position:relative;
	width:760px;
	margin-top:50px;
	border-top:1px solid #666666;
	padding-top:5px;
	background-color:#ffffff;
	font-size:10px;
	color:#999999;
	text-align:justify;
	line-height:9px;
}

#kbeta {
	position:absolute;
	width:1px;
	height:1px;
	overflow:hidden;
	display:none;
}



#fond_bas{
  position:absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('fancy_shadow_s.png') repeat-x;
}

#fond_angle_droit{
  position:absolute;
  bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_se.png') no-repeat;
}

#fond_droit{
  position:absolute;
  top:0px;
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('fancy_shadow_e.png') repeat-y;
}

#fond_gauche{
  position:absolute;
  top:0px;
  left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('fancy_shadow_w.png') repeat-y;
}

#fond_angle_gauche{
  position:absolute;
  bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_sw.png') no-repeat;
}


/* Styles du Tagcloud spécifique TPI
-----------------------------------------------*/
div#tagcloud_tpi
{
	display:block;
	position:absolute;
	
	border:0px solid red;
	
	top:138px;
	left:765px;
	width:185px;
	height:282px;
	
	margin:0;
	padding:0;
	
}

div#tagcloud_tpi div
{
	display:block;
	position:absolute;
	z-index:10000;
	
	color:#FFFFFF;
	
	margin:0;
	padding:0;

}
	
div#tagcloud_tpi a
{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	margin:0;
	padding:0;

}

div#tagcloud_tpi a.taille_1 { font-size:26px; }
div#tagcloud_tpi a.taille_2 { font-size:20px; }
div#tagcloud_tpi a.taille_3 { font-size:14px; }

