
/* ----------------------------------*/
/* -- PANNEAU EDITION DE LA PAGE --  */
/* ----------------------------------*/

/*
span.tb-text-list{
	display: none;
}
*/

/* -------------*/
/* -- CADRE --  */
/* -------------*/

BODY{
	background: #FFF url(bg.gif) repeat left top;
	text-align: center;
}
#cadre-general{
	width : 945px;
	clear: both;
	margin: 15px auto 0px auto;	
	background: transparent url(bg-cadre-middle.gif) repeat-y left top;
}
#cadre{	
	background: transparent url(bg-cadre-top.gif) no-repeat left top;
}
#cadre-inner{		
	background: transparent url(bg-cadre-bottom.gif) no-repeat left bottom;
}
#cadre-inner2{
	margin: 0 4px;
}
.clear {
}
#contenu{
	clear: both;
	text-align: left;		
}


/* --------------------------*/
/* -- ELEMENTS DE CONTENU -- */
/* --------------------------*/
.content-element{
	margin-bottom: 20px;
	clear: both;
}


/*---- titre pour le style de contenu "par defaut" ----*/
.content-element H2,
 .content-element H1,
.content-element .csc-frame-style-defaut H2,
.content-element .csc-frame-style-defaut H1{
}

.content-element .contenu-texte,
.content-element .csc-frame-style-defaut .contenu-texte{
	margin: 0;
}
.content-element form,
.content-element .csc-frame-style-defaut form{
	padding: 10px 0px 20px 5%;
}

/*---- contenu style "encadre 1" ----*/

.content-element .csc-frame-style1 H2,
.content-element .csc-frame-style1 H1{
	border-bottom-width: 0px;
	padding-left: 0px;
	background: none;
}
.content-element .csc-frame-style1{
	border: 1px solid #4f412a;
}
.content-element .csc-frame-style1 .css-frame-inner{
	padding: 20px 20px 15px 20px;
}
.content-element .csc-frame-style1 .contenu-texte{	

}
.content-element .csc-frame-style1 .contenu-texte-inner{		
}

/*---- contenu style "encadre 2" ----*/
.content-element .csc-frame-style2 H2,
.content-element .csc-frame-style2 H1{

}
.content-element .csc-frame-style2{
}

/*---- contenu style "encadre pour citation" ----*/
.content-element .csc-frame-style3{
	background: transparent url(apostrophe-gauche.gif) no-repeat 0px 0px;
	margin-right: 10px;
}
.content-element .csc-frame-style3 .contenu-texte{
	background: transparent url(apostrophe-droite.gif) no-repeat right bottom;
	padding: 0px 18px 15px 20px;	
}
.content-element .csc-frame-style3 .contenu-texte .contenu-texte-inner{
	padding-top: 25px;
}
.content-element .csc-frame-style3 H2,
.content-element .csc-frame-style3 H1{
	border-bottom-width: 0px;
	padding-left: 0px;
	background: none;	
}


/*--------*/
/* TOP */
/*--------*/
div#top{
	margin:0;
	padding: 4px 0 0 0;
}
#logo{
  position: relative;
	padding-bottom: 8px;
}
.drapeauimage{
  position: absolute;
  left: 800px;
  top: 78px;
  width: 60px;
  height: 13px;
  z-index:100;
}
.drapeauimage A{
  display: block;
  float: right;
  padding-left: 8px;
}
  
/*---------*/
/*  Menu 1 */
/*---------*/

#menu1{
	clear: both;
	width: 100%;
	text-align: left;
}
#menu1-inner{
	float: left;	
	width: 246px;
	height: 346px;
	background: url(bg-menu.gif) no-repeat 9px top;
}
#menu1 ul{
	margin:0;
	padding: 37px 5px 0 70px;
}
#menu1 li{	
	list-style: none; 
	padding: 0;
	padding-left: 11px;
	background: none;
}
#menu1 li.menu1-dernier{
	background: none;
}
#menu1 li A{	
	color: #50422a;
	font-size: 13px;
	font-family : Georgia, Times, serif;
	text-decoration: none;
/*	font-weight: bold; */  
}
#menu1 li A:hover{	
	color: #FFF;
}
#menu1 li.menu1Act{
	background: url(puce-menu.gif) no-repeat left 11px;
}
#menu1 li.menu1Act A{
	text-decoration: underline;
	color: #FFF;	
}

/*--------------*/
/* Visuel photo */
/*--------------*/
#visuel2{
	padding: 4px 0 0 0;
	float: left;
}
#visuel2 .content-element{
	margin: 0;
	padding: 0;
}
#visuel2 .tx-slideshow-pi1{
	width: 678px;
}

/*---------*/
/* Adresse */
/*---------*/
#adresse{
	margin-bottom: 15px;
}

/*--------*/
/* Menu 2 */
/*--------*/
#menu2{
	display: none;
}

/*--------------*/
/* Fil d'Ariane */
/*--------------*/

#fil-ariane{
	display: none;
}
#fil-ariane A{
}
#fil-ariane A:hover{

}

/* --------------------*/
/* -- PIED DE PAGE --  */
/* --------------------*/

#pieddepage{
	width : 945px;
	clear: both;
	margin: 0px auto;
}

#pieddepage ul{	
	margin-top: 5px;
}
#pieddepage li {
	list-style: none; 
	display: inline;
	margin: 0;
	padding: 0 12px 0 0; 
	background-image: none;
}
#pieddepage A{
	font-size: 12px;
	font-weight: normal;
	text-decoration : none;
	color: #43341b;
}
#pieddepage A:hover{
	text-decoration : underline;
}

/* -------------*/
/* -- STATS --  */
/* -------------*/
div#stats{	
	width : 945px;
	clear: both;
	margin: 0px auto;
}
div#stats-inner{
	float: right;
	padding: 0 5px 3px 0;
}
div#stats-inner A{
}

