
/* ----------------------------------*/
/* -- PANNEAU EDITION DE LA PAGE --  */
/* ----------------------------------*/

#panneau-edition #editPanelSet form{
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: white;	
}
#panneau-edition #editPanelSet table td{
	border: 0px;
}

/* -------------*/
/* -- CADRE --  */
/* -------------*/

BODY{
	background-color: #27201a;
}
#cadre{
	padding-top: 30px;	
}
#cadre-inner{
	width: 916px;
	margin: 0px auto 0px auto;	
	text-align: left;	
	background-color: #FFF;	
	padding-top: 5px;
	border: 1px solid #000;
}
#contenu{
}
#contenu-inner{
	padding: 15px 10px 0px 10px;
}
.sub{

}

/* ---------------------*/
/* -- LISTE A PUCES --  */
/* ---------------------*/
.content-element ul{
	margin-top: 12px;
	padding-right: 10px;
}
.content-element li{
	margin-bottom: 12px;
	list-style-type: square;
	line-height:150%;
}
/* --------------------------*/
/* -- 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{
	
}


/*---- contenu style "encadre 1" ----*/

.content-element .csc-frame-style1 .contenu-texte-inner{
}
.content-element .csc-frame-style1 .contenu-texte{	
	padding: 0px;
	margin: 0px;	
}
.content-element .csc-frame-style1 .css-frame-inner{	
	padding: 0px;
	margin: 0px;
}
.content-element .csc-frame-style1{
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.content-element .csc-frame-style1 H2,
.content-element .csc-frame-style1 H1{
	
}
/*---- contenu style "encadre 2" ----*/
.content-element .csc-frame-style2 .contenu-texte-inner{
	margin: 5px;
	padding: 15px 15px 13px 15px;	
}
.content-element .csc-frame-style2 .contenu-texte{
	margin: 0px;
	border: 1px solid #BA3627;		
}
.content-element .csc-frame-style2 .css-frame-inner{	
	padding: 0 6px 6px 0;
}
.content-element .csc-frame-style2{	
	margin: 5px;
}
.content-element .csc-frame-style2 H2,
.content-element .csc-frame-style2 H1{
  background-image: none;
  padding: 0;
  font-size: 14px;
}

/*---- contenu style "encadre pour citation" ----*/
.content-element .csc-frame-style3{
	background: transparent url(apostrophe-gauche.gif) no-repeat 0px 0px;
}
.content-element .csc-frame-style3 .contenu-texte{
	background: transparent url(apostrophe-droite.gif) no-repeat right bottom;
	padding: 0px 18px 10px 20px;	
}
.content-element .csc-frame-style3 .contenu-texte .contenu-texte-inner{
	padding-top: 30px;
}
.content-element .csc-frame-style3 H2,
.content-element .csc-frame-style3 H1{
	background-image: none;
  padding: 0;
  font-size: 14px;
}


/*--------*/
/* TOP */
/*--------*/
div#top{	
	height: 81px;
	background: #6a8bbd url(bg-top.gif) repeat 0 0; 		
	margin: 0px 5px;
}
div#visuel{	
}
div#fil-ariane-outer{
	clear: both;
	height: 250px;
	background : transparent url(visuel-salledebain.jpg) no-repeat 0 4px;	
	margin: 0px 5px;
}

/*--------*/
/* Logo   */
/*--------*/
div#logo{  
  padding: 18px 0 10px 12px;
}
div#logo a{
	color: #FFF;
  font-size: 33px;  
	font-family : Georgia, Times, serif;
	text-decoration: none;
}


/*--------*/
/* Menu 1b */
/*--------*/
#menu1,
#menu2{
  display: none;
}
#menu1b{
  padding-bottom: 50px;
}
#menu1b H2{
	font-size: 12px;
	text-transform: none;
	margin-bottom: 3px;
	padding: 0;
	background-image: none;
}
#menu1b H2 A{
	text-decoration : none;
	color: #ca3e25;
}
#menu1b H2 A:hover{
	color: #ca3e25;
}
#menu1b ul{
	margin-bottom: 10px;
	margin-left: 25px;
}
#menu1b ul li{
	list-style: square;
}
#menu1b ul li A{
	color: #222;
	text-decoration : none;
}
#menu1b ul li.menu1bAct A,
#menu1b ul li A:hover{
	color: #ca3e25;
	text-decoration: underline;
}

/*--------*/
/* Menu 1 */
/*--------*/

#menu1{
	display: none; 
}


/*------------------*/
/* menu avec resumé */
/*------------------*/
div.csc-menu-4 P A{
	text-transform: none;
	text-decoration : underline !important;
	color : #346eb0;
}
div.csc-menu-4 P{
	margin: 0px;
}
div.csc-menu-4 P.csc-abstract{	
	text-transform: none;
	margin-bottom: 10px;
}

/*--------------*/
/* Fil d'Ariane */
/*--------------*/

#fil-ariane{	
	text-align: left;
	padding-left: 260px;
	padding-top: 230px;
	font-size: 11px;
  color: #666;  	
}
#fil-ariane A{
	color: #666;
	text-decoration : none;
	font-weight: normal;
}
#fil-ariane A:hover{
	text-decoration : underline;
}


/* --------------------*/
/* -- PIED DE PAGE --  */
/* --------------------*/

#pieddepage{
	padding-top: 5px;	
}

#pieddepage A{
	font-size: 11px;
	color: #DDD;
}
#pieddepage A:hover{
	color: #FFF;
}

/* ---------------------------------------*/
/* -- STATS --  */
/* ---------------------------------------*/
div#stats{
	width: 100%;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	text-align: center;
}
div#stats-inner{
	width: 916px;
	margin: 0 auto;
	text-align: right;
}
div#stats-inner A{

}
