
/* ----------------------------------*/
/* -- PANNEAU EDITION DE LA PAGE --  */
/* ----------------------------------*/

/*
span.tb-text-list{
	display: none;
}
*/

#panneau-edition{
	width: 877px;
}

/* -------------*/
/* -- CADRE --  */
/* -------------*/

BODY{
	background: url(bg.gif) repeat left top;
	text-align: center;
	padding-top: 11px;
}
#cadre-general{
	width : 877px;
	clear: both;
	margin: 0px auto 0px auto;
	background: url(bg-middle.gif) repeat-y left top;
}
#cadre{		
	background: url(bg-top.gif) no-repeat left top;	
}
#cadre-inner{			
	background: url(bg-bottom.gif) no-repeat left bottom;
}
#cadre-inner2{
	padding: 0 9px;
}
.clear {
}
#contenu{
	clear: both;
	text-align: left;	
}

#hautdepage{
	display: none;
}

/* --------------------------*/
/* -- 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 #888;
}
.content-element .csc-frame-style1 .css-frame-inner{
	padding: 15px 25px 10px 25px;
}
.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 5px;
	margin-right: 0px;
	margin-top: 15px;
}
.content-element .csc-frame-style3 .contenu-texte{
	background: transparent url(apostrophe-droite.gif) no-repeat right bottom;
	padding: 0px 35px 18px 35px;	
}
.content-element .csc-frame-style3 .contenu-texte .contenu-texte-inner{
	padding-top: 28px;
}
.content-element .csc-frame-style3 H2,
.content-element .csc-frame-style3 H1{
	border-bottom-width: 0px;
	padding-left: 0px;
	background: none;	
}

.content-element .csc-frame-style3 P.bodytext{
	font-size: 22px;
	font-style: italic;
	color: #757571;
}

/*--------*/
/* TOP */
/*--------*/
div#top{
	margin:0;
	text-align: left;
}

/*------------*/
/*  Menu haut */
/*------------*/

#menu-haut{
	width: 100%;
	height: 23px;
}
#menu-haut ul{
	margin: 0;
	padding: 2px 3px 0 0;
	float: right;
}
#menu-haut li{
	list-style: none; 
	float: left;
	margin: 0 7px 0 0;
	padding: 0 9px 0 0;
	background: url(puce-menu-haut.gif) no-repeat right 11px;
}
#menu-haut li.li-dernier{
  background-image: none;
}
#menu-haut li A{
	color: #e9e9e4;
	font-family : "Trebuchet MS", Verdana, Arial;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#menu-haut li A:hover{
	text-decoration: underline;
}
#menu-haut li.li-act A{
	color: #FFF;
	text-decoration: underline;
}

/*-----------------------------*/
/*  adresse pour impression    */
/*-----------------------------*/
#print-adresse-claire{
	display: none;
}

/*----------*/
/*  logo    */
/*----------*/
#logo img{
	margin-top: 2px;
	clear: both;
}

/*---------*/
/*  Menu 1 */
/*---------*/

#menu1-inner{
	clear: both;
	text-align: left;
	margin: 57px 30px 57px 0;
}

#menu1-inner ul{
	margin:0;
	padding: 0;
	text-align: right;
}
#menu1-inner li{	
	list-style: none; 
	padding: 8px 0 8px 0;
	margin:0;
}
#menu1-inner li.menu1-dernier{

}
#menu1-inner li A{	
	display : block;
	color: #343431;
	font-family : Tahoma, "Trebuchet MS", Verdana, Arial;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: Uppercase;
	background: url(puce-menu1.gif) no-repeat right 7px;
	padding-right: 11px;
}
#menu1-inner li A span{
	padding: 2px 5px;	
}
#menu1-inner li A:hover{	
	background-image: url(puce-menu1-hover.gif);
	color: #940505;
}
#menu1-inner li.menu1Act span{
	background-color: #940505;
}
#menu1-inner li.menu1Act A{
	color: #FFF;
	background-image: url(puce-menu1-hover.gif);
}

#menu1-inner li.menu1-2{
	line-height: 100%;
	margin: 0 2px 10px 0;
	padding:0;
}
#menu1-inner li.menu1-2 A{
	background-image: none;
	font-weight: normal;
	text-transform: none;
	color: #343431;
}
#menu1-inner li.menu1-2 A:hover{
	color: #940505;
}
#menu1-inner li.menu1-2-act A{
	color: #940505;
	text-decoration: underline;
}

/*--------*/
/* Menu 2 */
/*--------*/
#menu2{
	display: none;
}

/*-------------------------------*/
/* Menu "pages avec les sections */
/*-------------------------------*/
.csc-menu-7{
	margin-left: 30px;
}
.csc-menu-7 A{
	display: block;
	font-family : Tahoma, "Trebuchet MS", Verdana, Arial;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #111;
	text-transform: uppercase;
	margin-top: 15px;
	padding: 0 5px 0 15px;
	background: url(puce-rouge.gif) no-repeat 0 8px;
}
.csc-menu-7 A:hover {
	color:#346eb0;
	text-decoration: underline;
}
.csc-menu-7 P.csc-section A{
	font-size: 11px;
	margin: 0 0 0 20px;
	padding: 0 0 5px 24px;
	color: #940505;
	text-transform: none;
	background: none;
	text-decoration: underline;
	background: url(menu-fleche.gif) no-repeat 0 2px;
}
.csc-menu-7 P.csc-section A:hover {
	color:#346eb0;
	text-decoration: underline;
}

/*--------------------------*/
/* Menu "index des sections */
/*--------------------------*/
.csc-menu-3{
	padding: 10px 0 20px 0;
}
.csc-menu-3 P.csc-section{
	padding-bottom: 10px;
}
.csc-menu-3 P.csc-section A{	
	display: block;
	font-size: 12px;
	margin: 0 0 0 5px;
	padding: 0 0 0 24px;
	color: #940505;
	text-transform: none;
	background: none;
	text-decoration: underline;
	background: url(menu-fleche.gif) no-repeat 0 2px;
}
.csc-menu-3 P.csc-section A:hover {
	color:#346eb0;
	text-decoration: underline;
}

/*--------------*/
/* Fil d'Ariane */
/*--------------*/

#fil-ariane{
	display: none;
}
#fil-ariane A{
}
#fil-ariane A:hover{

}

/* --------------------*/
/* -- PIED DE PAGE --  */
/* --------------------*/

#pieddepage{
	width : 877px;
	clear: both;
	margin: 0px auto;
	text-align: left;
}

#pieddepage ul{	
	padding: 3px 0px 5px 11px;
	margin: 0;	
	float:left;	
}
#pieddepage li {
	list-style: none; 
	display: inline;
	margin: 0;
	padding: 0 12px 0 0; 
	background-image: none;
}
#pieddepage A{
	font-size: 11px;
	font-weight: normal;
	text-decoration : none;
	color: #71716f;
}
#pieddepage A:hover{
	text-decoration : underline;
}
#div-milega{	
	float: right;
	padding: 5px 10px 0 0;
}

/* -------------*/
/* -- STATS --  */
/* -------------*/
div#stats{	
	width : 877px;
	clear: both;
	margin: 0px auto;
}
div#stats-inner{
	float: right;
	padding: 0 13px 3px 0;
}
div#stats-inner A{
}
