/* ----------------------------------------------------------------------- 	*/
/* Styles Ã©lÃ©ments de navigation 						*/
/* ----------------------------------------------------------------------- 	*/

body {
	text-align: center;
	padding: 20px 0; /*decalage top utilisÃ© pour opera, firefox */
	margin: 0px;
	background: #fff;
	}


/* Taille du conteneur de la page complÃ¨te */	
#container {
	text-align: left;
	width: 920px;
	/*height: 1000px;*/
	margin: 0 auto;
	/*border: 1px solid blue;*/
	}


/* definit les Ã©lÃ©ments de la zone contenu */	
#content {
PADDING-RIGHT: 20px; 
PADDING-LEFT: 20px; 
PADDING-BOTTOM: 5px;
margin-left: 20px;
margin-top: 15px;

}	


/*Ancienne version ss tableau dans content*/
#OLDcontent {
PADDING-RIGHT: 46px; 
PADDING-LEFT: 180px; 
PADDING-BOTTOM: 5px;
margin-left: 20px;
margin-top: 15px;
/* [FRA] Vieux bricolages pour l'image de fond */
/*  background: url(../images/fond_page2.gif) no-repeat top left; */
  /*height: 600px;*/
  /*border: 1px solid red;*/
/*width: 434px;*/
}	


/* definit les Ã©lÃ©ments de l'entÃªte */	
#header {
    clear: both;
    width: 920px;
    padding: 0px;
}	


/* Bas de page */
#footer {
	width: 920px;
	float: none;
	font-size : 0.8em;
	color: #979BA4;
	border-top: 1px solid #bd1d0c;
	position: relative;  /* Needed for Safari */
	/*padding-top: 20px;*/
	/*margin-top: 100px;*/
	/*margin-left: 170px;*/
	/*padding-left: 170px;*/
	/*border: 1px solid black;*/
	margin: 0 auto;
}

/* menudyn */
/* definit espece haut et bas autour de menudyn */
#menudyn {
  /*padding-top: 20px;
  padding-bottom: 20px;*/
}

/*
/* ajout lolo */
td#menudyn td a
{
  text-decoration: none ;
  color : White;
}

td#menudyn td a:link
{
  text-decoration: none ;
  color : blue;
}


td#menudyn td a:visited
{
  text-decoration: none ;
  color : red;
}


td#menudyn td a:hover
{
  text-decoration: none ;
  color : Black;
}

td#menudyn td a:active
{
  text-decoration: underline;
  color: yellow;
}

/* definit les Ã©lÃ©ments du menu gauche */		
#menuleft {
   width: 170px;
   height: 340px;
   float: left;
   padding: 0px;
}

/* Test Menu left pour CSS */
#menuleft { font-size:12;}

#menuleft DIV A {
font-size: 12px;
color: black; 
text-decoration: none; 
margin: 10px 0px 0px 10px
} 


#menuleft DIV.menu1-level1-act A {
font-size: 12px;
color:white;
}

#menuleft DIV.menu1-level1-no  A{
font-size: 12px;
color:black;
}

/* Recherche */
.tx-indexedsearch{
       width: 430px;
       /*border: 3px solid blue;*/
       /*PADDING-RIGHT: 46px; PADDING-LEFT: 310px; PADDING-BOTTOM: 5px;*/
}

/* Chemin de navigation  */
/* PATH MENU */
/* Style for the Path-menu: */
path {
  /*white-space: nowrap;*/
  font-family: verdana, arial;
  font-size: 9px;
  font-style: normal;
  font-weight: bold;
  color: black;
  background-color: #FFFFFF;
}

TD#path {
  /*white-space: nowrap;*/
  font-family: verdana, arial;
  font-size: 9px;
  font-style: normal;
  font-weight: bold;
  color: black;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: none;
}

/* ----------------------------------------------------------------------- 	*/
/*Styles personnalisÃ© APIASS hors RTE 						*/
/* -----------------------------------------------------------------------	 */
.LabelCombo{
	font-family: verdana, arial; 
	font-size: 0.7em; 
	color: 0059a5; 
	padding-top: 5px; 
	padding-bottom: 5px;
}

/* Mailform Formattting */
.mailform {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : Black;
	font-weight : normal;
}
.mailformrequired {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : Black;
	font-weight : bolder;
}
.mailformcomment {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : Black;
	font-weight : bolder;
}
.mailformradio {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : Black;
	font-weight : normal;
}
/* Login Box CA */
.tx-loginboxmacmade-pi1 .tx-loginboxmacmade-pi1-error {
        color: #444;
}
.tx-loginboxmacmade-pi1 TABLE.tx-loginboxmacmade-pi1-loginTable {
	margin-top: 5px;
	margin-bottom: 5px;
	border: solid 1px #DFE2E3;
	border-collapse: collapse;
	width: 680px;
}
.tx-loginboxmacmade-pi1 TABLE.tx-loginboxmacmade-pi1-loginTable TD {
	border: solid 1px #DFE2E3;
	background-color: #e2e6e9;
	padding: 5px;
}
.tx-loginboxmacmade-pi1 TABLE.tx-loginboxmacmade-pi1-loginTable TD.tx-loginboxmacmade-pi1-labelCell {
	border: solid 1px #0059a5;
	background-color: #98b2cd;
	font-weight: bold;
}
/* ----------------------------------------------------------------------- 	*/
/* Styles utilisateurs standards prÃ©dÃ©finis Ã  inclure dans le RTE		*/
/* ----------------------------------------------------------------------- 	*/


P { 
	font-family: verdana, arial;
	font-size: 14px;
	color: #444;
	text-align: justify;
}

P, H1, H2 {margin: 0px 0px 0px 0px;}

H1 {
	font-family: verdana, arial; 
	font-size: 1.5em; 
	color: #0059a5; 
	font-weight: bold;
	margin-bottom: 0.3em;
	margin-top:0.5em;
}

H2 {
	font-family: verdana, arial;
	font-size: 1.2em; 
	color: #0059a5; 
	font-weight: bold;
	margin-bottom: 0.3em;
	margin-top:0.5em;
}

H3 {
 	font-family: verdana, arial;
	font-size: 1em; 
	color: #0059a5; 
	font-weight: bold;
	margin-bottom: 0.2em;
	margin-top:0.4em;
}

OL, DIV{ 
	font-family: verdana, arial;
	font-size: 14px;
	color: #444;
}

P UL { 
/*	margin-top: 0px; 
	font-family: verdana, arial;
	font-size: 1em; */
	margin-left: 0;
/*	color: #999999; */
/*	list-style-image: url("puce_carree.gif"); */
/*	margin-left: 17px; */
}
/* Mod Lolo 8/12 */
/* 
UL { margin-top: 0px; font-family: verdana, arial;font-size: 12px; color: #999999; list-style-image: url("puce_carree.gif"); }
*/
LI { list_style_position: inside;}
*/
/* UL { margin-top: 0px; font-family: verdana, arial;font-size: 12px; color: #999999;] */

A{color: #bd1d0c;text-decoration: underline;   }
A:link{color: #bd1d0c; text-decoration: underline;   }
A:hover {color: #bd1d0c; text-decoration: underline;}


/* ----------------------------------------------------------------------- 	*/
/* Styles personnalisÃ© APIASS inclus dans le RTE (voir apiass.css)		*/
/* ----------------------------------------------------------------------- 	*/
/* Identique a H1 */
.Titre1 {
	font-family: verdana, arial; 
	font-size: 1.5em; 
	color: #0059a5; 
	font-weight: bold;
	margin-bottom: 0.3em;
	margin-top:0.5em;
}

/* Identique a H2 */
.Titre2 {
	font-family: verdana, arial;
	font-size: 1.2em; 
	color: #0059a5; 
	font-weight: bold;
	margin-bottom: 0.3em;
	margin-top:0.5em;
}
/* Identique a H3 */
.Titre3 {
 	font-family: verdana, arial;
	font-size: 1em; 
	color: #0059a5; 
	font-weight: bold;
	margin-bottom: 0.2em;
	margin-top:0.4em;
}

/* Liste 1er niveau */
UL .Liste1 {
	list-style-image: url("puce_carree.gif"); 
	list-style-position: outside;
}
.Liste1 {
	list-style-image: url("puce_carree.gif"); 
	list-style-position: outside;
}

/* Liste 2Ã¨me niveau */
UL .Liste2 {
	list-style-image: url("puce_ronde.gif");
	margin-left: 16px;
}

.Liste2 {
	list-style-image: url("puce_ronde.gif");
	margin-left: 15px;
}

/* Auteur de l'article */
.Auteur {
	font-family: 'Times New Roman', Times, serif;
	font-size: 1.2em; 
	font-weight: bold;
	font-style: italic;
}

/* Date d'Ã©vÃ©nement (ActualitÃ©s) */
.DateEvenement {
	font-family: verdana, arial;
	font-size: 1em; 
	font-weight: bold;
	color: #4a78ba;
}

/* Chapo */
.chapo {
	font-family: 'Times New Roman', Times, serif;
	font-size: 22px; 
	font-weight: normal;
	font-style: italic;
	color: #4a78ba;
	text-align: center;
	margin-left: 5em;
	margin-right: 5em;
}

/* note bas de page */
.note {
	font-family: verdana, arial;
	font-size: 10px; 
	color: #d0643c;
	border-left:solid thin #d0643c;
	padding-left: 2em;	
}

/* Beurk ! */
.welcome {
  font-family: 'Times New Roman', Times, serif;
  font-size: 2em; 
  font-weight: bold;
  font-style: italic;
  color: #CC320A; 
  text-align: center;
}

/* Flux rss gkh */

/* Couleur et décoration des flux*/

.rss_title a:visited,.rss_title a:active,.rss_title a:hover,.rss_title a:link {
text-decoration: none;
  color: #0059a5;
  font-weight: bold;
}

/* Couleur et décoration des items*/

.rss_header a:visited,.rss_header a:active,.rss_header a:hover,.rss_header a:link {
text-decoration: none;
font-size: 12px;
color: #444;
}




/* Supprime l'affichage des champs superflus */

.rss_description, .rss_summary, .rss_author, .rss_category {
display: none;
}


/* Met en forme le flux et l'item et la date*/
.rss_date, .rss_pubbox, .rss_header  {
display: inline;
}

.rss_date  {
font-size: 10px; 
color: #d0643c;
}