@charset "utf-8";

body{
	margin:0;	
	color:#000;
	font:normal 90% "Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Helvetica,Sans-Serif;

}
#body1{
	background-color:#E2F4F9;	
}

#panneau_lateral{
position: fixed;
left: -550px;
top: 0;
width: 500px;
max-width: 100%;
height: 100%;
background-color : #fff;
box-shadow: 0 0 5px rgba(0,0,0,.74);
z-index: 9999;
-webkit-transition: right right .5s;
-moz-transition: right right .5s;
-o-transition: right right .5s;
transition: right 1s;
padding: 20px 20px;
overflow-y: auto;	
}
.lien_stabilo_gris{
cursor:pointer;
text-decoration:none;
color:#000;
}
.lien_stabilo_gris:hover{
background-color: #EEE;	
}

#fond_popup{
	width:100%;
	height:100%;
	position:relative;
	top:0px;
	left:0px;
}
.black_overlay{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;	
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.45;
	filter: alpha(opacity=45);
}
.white_content {
	display: none;
	position: absolute;
	top: 50px;
	right: 10px;
	width: 50%;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
.popup_publier {
	display: none;
	position: absolute;
	top: 20px;
	right: 10%;
	width: 80%;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

td{
	vertical-align:top;
}

#corps{
	width: 1200px;
    margin: auto; 
}
#corps.couleur1{
    background-color:#F9F9F9; 
}
.light_corps{
	padding: 16px;
}
.bandeau_fermer{
	background-color:#EEE;	
	text-align:right;
	border-bottom:#DDD thin solid;
	padding-right:10px;
}
.bandeau_fermer a{
	text-decoration:none;
	color:#000;
}
.bouton_vert, input[type=submit].bouton_vert { 
	background:#390; 
	padding: 3px 9px 4px; 
	display: inline-block; 
	color:#FFF; 
	text-decoration: none;
	font-size:17px;
	font-weight:500;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px; 
	margin-top: 6px;		
	margin-right: 7px; 
	margin-bottom: 7px; 
	border-color:#FFF;
	border-style:hidden;	
	cursor: pointer;	
}
.bouton_vert:hover, input[type=submit].bouton_vert:hover { 
	background:#060;
	cursor: pointer;	
}

.titre_bleu {
    background: #4B99AD;
    padding: 3px 6px 6px 3px;
    display: inline-block;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 6px;
    margin-right: 7px;
    margin-bottom: 7px;
    text-decoration: none;
}
.tableau1{
	margin-top:12px;
}
.tableau1 a{
	text-decoration:none;
	color:#000;
}
.titre_alpha{
	margin-top:16px;
	margin-bottom:4px;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:30px;
	background-color:#EEE;
	padding-left:10px;
	
}
label{
	font-size:12px;
	color:#333;
	margin:0 0 3px 0;
	padding:0px;
	display:block;
	font-weight: bold;
	text-align:left;	
	width:300px;
}
.annuler{
	background:#F00; 
	padding: 3px 9px 4px; 
	display: inline-block; 
	color:#FFF; 
	text-decoration: none;
	font-size:12px;
	font-weight:300;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px; 
	margin-top: 6px;		
	margin-right: 7px; 
	margin-bottom: 7px; 
	border-color:#FFF;
	border-style:hidden;	
	cursor: pointer;
}


#barre_grise{
	font-family:Verdana, Geneva, sans-serif;	
	background-color:#F5F5FF;
	height:36px;
	border-bottom-color:#999;
	border-bottom-style:solid;
	border-bottom-width:thin;
	font-size:1.3em;
}

.slim_saisie{
	width:auto;
	height:360px;
	max-width:400px;
}
.bg_pseudo{
	color:#666;
	margin-right:4px;
}
.t_bg{
	width:100%;
}
.t_bg td{
	text-align:right;
}
.alerte_admin{
	text-decoration:none;
	color: #FFF;
	background: #F00 none repeat scroll 0% 0%;
	display: inline-block;
	margin: 2px 2px 2px 0px;
	border-radius: 0px;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	font-weight:900;
	padding:3px;
}
.info_admin{
	text-decoration:none;
	color: #FFF;
	background: #F9A700 none repeat scroll 0% 0%;
	display: inline-block;
	margin: 2px 2px 2px 0px;
	border-radius: 0px;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	font-weight:900;
	padding:3px;
}

#bloc_logo{
	margin-top:5px;
}

.lien_neutre{
	cursor: pointer;
	text-decoration:none;
	color:#1919BF;
	font-size:14px;
	padding-left:4px;
	padding-right:4px;

}
.lien_neutre:hover{
	cursor: pointer;
	text-decoration:underline;
	color:#000;
}
.bdp_col_gauche  {
	float:left;
	width:500px;
	padding:0px 12px;
}
.bdp_col_droite {
	margin-left:510px;
	padding:0px 12px;	
}
.commentaire{
	font-size:12px;
	color:#666;
	text-decoration:none;	
	margin-top:5px;
	margin-bottom:7px;	
}
.bas_de_page{
	margin-top:10px;
	margin-right:120px;
	text-align:center;
	font-size:10px;
	color:#666;
}


/* Menu déroulant1 */

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
}
/* Style The Dropdown Button */
.dropbtn {
    position: absolute;
	top:10px;
	right:-10px;
    border: none;
    cursor: pointer;
}
.dropbtn2 {
    border: none;
    cursor: pointer;
	width:16px;
	height:16px;
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
	top:-3px;
	right:-105px;	
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.2);
	z-index: 999;	
}

/* Links inside the dropdown */
.dropdown-content a, .dropdown-content .titre {
    color: black;
    padding: 3px 6px;
    text-decoration: none;
    display: block;
	border-bottom-color:#CCC;
	border-bottom-style:solid;
	border-bottom-width:thin;
}

.dropdown-content .titre_admin {
    background-color:#F33;
    color: black;
    padding: 3px 6px;
    text-decoration: none;
    display: block;
	border-bottom-color:#CCC;
	border-bottom-style:solid;
	border-bottom-width:thin;
}

.dropdown-content .titre {
    background-color: #8888DD;	
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #D2D2D2}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
/* ----------------- */



/* Reset */
.menu,
.menu ul,
.menu li,
.menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* Menu */
.menu {	
	height: 40px;
	width: 1200px;

	background: #4c4e5a;
	background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -moz-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 40px;
}

/* Links */

.menu li a {
	display: block;
	padding: 0 14px;
	margin: 6px 0;
	line-height: 28px;
	text-decoration: none;
	
	border-left: 1px solid #393942;
	border-right: 1px solid #4f5058;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;

	color: #f3f3f3;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }

.menu li:hover > a { color: #8fde62; }

/* Sub Menu */

.menu ul {
	position: absolute;
	top: 40px;
	left: 0;

	opacity: 0;
	
	background: #1f2024;

	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

.menu li:hover > ul { opacity: 1; }

.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;

	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.menu li:hover > ul li {
	height: 36px;
	overflow: visible;
	padding: 0;
}

.menu ul li a {
	width: 210px;
	padding: 4px 0 4px 80px;
	margin: 0;

	border: none;
	border-bottom: 1px solid #353539;
}

.menu ul li:last-child a { border: none; }

/* Icons */

.menu a.kiligolo { background: url("http://bdtroc.fr/incl/img/vignette_kiligolo.jpg") no-repeat 6px center; }
.menu a.fripounet { background: url("http://bdtroc.fr/incl/img/vignette_fripounet.jpg") no-repeat 6px center; }
.menu a.titounet { background: url("http://bdtroc.fr/incl/img/vignette_titounet.jpg") no-repeat 6px center; }
.menu a.sylvain { background: url("http://bdtroc.fr/incl/img/vignette_sylvain.jpg") no-repeat 6px center; }
.menu a.perlin { background: url("http://bdtroc.fr/incl/img/vignette_perlin.jpg") no-repeat 6px center; }
.menu a.moky { background: url("http://bdtroc.fr/incl/img/vignette_moky.jpg") no-repeat 6px center; }
.menu a.petzi { background: url("http://bdtroc.fr/incl/img/vignette_petzi.jpg") no-repeat 6px center; }
.menu a.zimbo { background: url("http://bdtroc.fr/incl/img/vignette_zimbo.jpg") no-repeat 6px center; }

.mini_vignette{
	display:inline-block;
	width:60px;
	overflow:hidden;
	margin:3px;
	text-align:center;
}
.mini_vignette a{
	text-decoration:none;
	color:#000;
}

.ariane{
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:0.9em;
}

.ariane a{
	text-decoration:none;
	color:#333;
}

table.table_1 {
	border-collapse: collapse;
	width:570px;
}

table.table_2 {
	border-collapse: collapse;
}


table.table_1 td {
	padding: 8px;
}


table.table_entete td:hover {
	background-color: rgb(230, 230, 255);
}
table.ma_table tr:hover {
	background-color: rgb(250, 250, 255);
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration:none;
}

.bloc_perso{
	padding:3px 8px;
}
.perso_col_gauche  {
	float:left;
    margin: 0;
    padding: 0;
    width: 200px;	
	font-size:16px;
	font-weight:600;
}
.perso_col_gauche div:hover, .perso_col_gauche a:hover{
	padding: 8px 0px 8px 16px;
    display: block;	
    background-color: #339;
    color: white;
}
.perso_col_gauche .inactif {
    display: block;
    color: #666;	
    padding: 8px 0 8px 16px;
    text-decoration: none;
	cursor:pointer;	
}
.perso_col_gauche .actif{
	padding: 8px 0px 8px 16px;
    display: block;	
    background-color: #339;
    color: white;
	text-decoration:none;
}
.perso_col_droite {
	margin-left:250px;
}

.perso_col_gauche .inactif_deco {
    display: block;
    color: #D52B2B;	
    padding: 8px 0 8px 16px;
    text-decoration: none;
	cursor:pointer;	
}
.contribuer{
    text-decoration: none;
	font-size:9px;
	color:#333;	
}

/* PopUp admin */
.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {
  clear:both;
}
.droite {
  float:right;
}
.oModal {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none; 
  overflow-y: auto; 
}
 
.oModal:target {
  opacity:1;
  pointer-events: auto;
}
 
.oModal:target > div {
  margin: 10% auto;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
 
.oModal > div {
  max-width: 600px;
  position: relative;
  margin: 1% auto;
  padding: 8px 8px 8px 8px;
  border-radius: 5px;
  background: #eee;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
 
.oModal > div header,.oModal > div footer {
  border-bottom: 1px solid #e7e7e7;
  border-radius: 5px 5px 0 0;
}
.oModal .footer {
  border:none;
  border-top: 1px solid #e7e7e7;
  border-radius: 0 0 5px 5px;
}
 
.oModal > div h2 {
  margin:0;
}
 
.oModal > div .btn {
  float:right;
}
 
.oModal > div section,.oModal > div > header, .oModal > div > footer {
  padding:15px;
}
/* Fin popUp admin */

.col_gauche{
	display:block;
	float:left;
}
.col_droite{
	display:block;
	float:right;
}
.col_centre {
	overflow: hidden;
}
.w280{
	width: 280px;	
}
.w300{
	width: 300px;	
}
.w350{
	width: 350px;	
}
.w150{
	width: 150px;	
}





.forumicone{
float: left;
margin-left: -30px;
margin-top: 4px;
font-size: 15px;
border-radius: 4px;
width: 16px;
height: 16px;
display: inline-block;
vertical-align: -3px;
background: #e7edf3;
margin-right: 3px;	
}
.forumul, .sousforumul{
list-style: none;
text-align: left;
color: #111;
font-size: 15px;
margin: 0;
margin-top:10px;
padding: 0;
list-style: none;	
}
.forumul >li >a.menuactif{
color:#E03D14;
font-weight:700;
}
.forumul >li >a {
padding: 10px 10px 7px 35px;
display: block;
color: #111;
border-radius: 0;
border: 0;
background: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-shadow: none;
box-shadow: none;
text-align: left;
font-size: 18px;
font-weight: normal;
text-decoration: none;
}
.sousforumul {
/*    display: none; */
    margin: 0;
    margin-left: 36px;
    margin-top: -4px;
}
.sousforumul >li >a {
text-decoration: none;	
color: #111;

}
.forumclic:hover, .sousforumclic:hover{
	color:#DD3612;
}
.titre_item{
	font-size:16px;
	font-weight:700;
}
.ligne_item_g, .ligne_item_d, .ligne_item_g2{
	padding-top:16px !important;
	padding-bottom:8px !important;
}
.ligne_item_g{
	width:220px;
	vertical-align:top;
	text-align:center;
}
.ligne_item_d{
	vertical-align:top;
	text-align:left;
}

.ligne_item_g2{
	width:400px;
	vertical-align:top;
	text-align:center;
}


.item_cell{
	margin-bottom:4px;
}
.item_cell_g{
	padding-left:4px;
	display:inline-block;
	width:77px;
}
.item_cell_d{
	display:inline-block;
}
.mt10{
	margin-top:10px;
}
.zonage2{
	background-color:#EFEFEF;
}
.zonage3{
	background:#FBFFDD;
	padding:10px;
}
.clicable *{
	text-decoration:none;
	color:#000;
}



.fond_wiki {
    background-color: #f3dbf4 !important;
	height: 60px;
}
.site_logo{
	max-height:40px;
}
#nav_boutons{
	float:right;
}
.wb_tags{
    background: #DDDDFF;
    padding: 2px 3px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 1em;
    margin-top: 2px;
    margin-right: 2px;
	float:right;
}
.wb_admin{
    padding: 2px 3px;
    display: inline-block;
    color: #CCC;
    text-decoration: none;
    margin-top: 2px;
    margin-right: 2px;
	float:right;
	cursor:pointer;
}
.wb_titre1{
	font-size:1.5em;
	margin-bottom:5px;
}

.highslide-container !important{
	z-index:9999;
}

#div_nav_droite {
    float: right;
    padding-bottom: 6px;
    margin-right: -7px;
}
#div_nav_gauche {
    float: left;
    padding-bottom: 6px;
}


.row-fluid::after {
    clear: both;
}
.row-fluid::before, .row-fluid::after {
    display: table;
    line-height: 0;
    content: "";
}
.row-fluid::after {
    clear: both;
}
.row-fluid::before, .row-fluid::after {
    display: table;
    line-height: 0;
    content: "";
}


.ttip_t {
    float: left;
    margin-right: 8px;
	color:#aa01d9;

}
.ttip_t:hover, .couleur_wikibulles{
	color:#aa01d9;	
}
.couleur_wikibulles_soft{
	color:#f3dbf4;
}
.debug{
	border:#F00 thin solid;
}
.img_R{
	width:450px;
	height:auto;
	box-shadow: #000 0 1px 3px,#fff 0 0 0 1px;
}
.img_V{
	width:85px;
	height:auto;
	box-shadow: #000 0 1px 3px,#fff 0 0 0 1px;
	margin-left:11px;
}
.bout_nav{
	display:inline-block;
}
.surimp{
	color:#FFF;
	position:relative;
	left:-57px;
	top:17px;
	
}
.bouton_inactif, .bouton_inactif:hover{
	color:#d1cbcb;
}

#div_maq1{
	width:1200px;
}
#div_lateral{
	float:right;	
	width:270px;
}
#div_principal{
	float:left;
	width:870px;
}
#div_pub_detail, #div_ariane, #div_pub_admin, #div_pub_contenu, #div_pub_contenu_nav, .div_gal, #div_dep{
	width:100%;
}
#div_ariane{
	margin-top:5px;
}

#div_pub_detail, #div_lst, #div_pub_contenu_pg, #div_pub_contenu_extr, #div_dep {
	margin-top:30px;
}
#div_pub_textuel{
	float:left;
	width:400px;	
}
#div_pub_illu_nav{
	height:30px;
}
#div_pub_illu{
	float:right;	
	width:465px;
}
#div_pub_illu_illu{
	text-align:left;
	width:100%;
	height:auto;
}
.pub_leg, #div_pub_illu_leg, .pub_leg a {
	font-family: Montserrat, Arial, Tahoma;	
	font-size:1,08em;
	color:#333;
	margin-bottom:6px;
}
#div_pub_illu_leg{
	text-align:left;
	padding-right:20px;
}
#div_pub_illu_credit{
	text-align:right;
	padding-right:20px;
	font-family: Montserrat, Arial, Tahoma;	
	font-size:0.9em;
	color:#aa01d9;
	line-height:2em;	
	
}

.ovf_auto{
	overflow: auto;	
}
#div_lst{
	display:table;
}
.div_lst_cell{
	min-height:30px;
	display:block;
	float:left;
	width: 25%;
	padding:10px;
}
#div_titre{
	margin-top:50px;
	font-size:1.6em;
}
.vig1{
	height: auto;
	max-width: 100%;
	box-shadow: #000 0 1px 3px,#fff 0 0 0 1px;	
}
.clearboth{
	clear:both;
	
}
a {
	color:#333;
	text-decoration:none;
}
.a_w{
	color:#8c5da8;
}
.a_w:hover{
	text-decoration:none;
	color:#009;
}
.fl_left{
	float:left;
}
.img_g{
	max-width:700px;
	height:auto;

}
.ligne_wiki{
	margin-top:12px;
	margin-bottom:12px;
	padding-top:3px;
	border-top:thin solid #aa01d9;	
	border-bottom:thin solid #aa01d9;		
}
.hr_wiki{
	border-top:thin solid #aa01d9;		
	margin-top:45px;
	width:190px;
}
.li_wiki{
	list-style-type: none;
	margin-bottom:9px;
}
.li_wiki:before {
	font-family: FontAwesome;
	margin-right: 7px;	
	content: "\f0c8"; 
	color:#aa01d9;	
}
.li_mini{
	color:#f3dbf4;
	font-size:0.9em;
}

.pre_img{
	margin-top:9px;
	margin-bottom:6px;
}
.span_h3{
	font-size:35px;
	
}
.defaut{
	width:200px;
	height:auto;
}
#pdc{
	width:450px;
	padding:30px;
	margin-top:30px;
	border:#f3dbf4 thin solid;
	color:#c9a3cb;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	font-size:1.6em;
}
.msg_debug{
	margin-top:10px;
	font-size:8px;
	color:#888;
}
.a_sou, .a_sou:hover, ul.li_sou a{
	text-decoration: none;
	border-bottom: dotted 1px #c9a3cb;
	cursor:pointer;	
}
.couleur_admin{
	color:#F00;
}
.ser_commentaire{
	padding:10px 30px;
	color:#a348a8;
	font-size:1em;
}
.h3_wiki{
	margin-bottom:30px;
	margin-top:30px;
	font-size:1.3em;
	line-height:1.3em;
}
.jumbotron {
	background-color: #f9f9f9;
}
#jbtron{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";		
}
.btn-primary{
	background-color:#aa01d9;	
	border-color:#aa01d9;	
}
footer{
	background-image:none !important;
	margin-top:60px;
}
.img_bienvenue{
	margin-left:30px;
	width:150px;
	height:auto;
}
.geant{
	font-size:3em;
	text-align:center;
}
.col-md-4{
	text-align:center;	
}
.sepa{
	border-left:thin solid #f3dbf4;
	border-right:thin solid #f3dbf4;	
}




/* Table zonée */

table td {
	transition: all .5s;
}
.data-table {
	border-collapse: collapse;
	font-size: 14px;
	min-width: 537px;
}

.data-table th, 
.data-table td {
	border: 1px solid #e1edff;
	padding: 7px 17px;
}
.data-table caption {
	margin: 7px;
}

/* Table Header */
.data-table thead th {
	background-color: #508abb;
	color: #FFFFFF;
	border-color: #6ea1cc !important;
	text-transform: uppercase;
}

/* Table Body */
.data-table tbody td {
	color: #353535;
}
.data-table tbody td:first-child,
.data-table tbody td:nth-child(4),
.data-table tbody td:last-child {
	text-align: right;
}

.data-table tbody tr:nth-child(odd) td {
	background-color: #f4fbff;
}
.data-table tbody tr:hover td {
	background-color: #ffffa2;
	border-color: #ffff0f;
}

/* Table Footer */
.data-table tfoot th {
	background-color: #e5f5ff;
	text-align: right;
}
.data-table tfoot th:first-child {
	text-align: left;
}
.data-table tbody td:empty
{
	background-color: #ffcccc;
}
/* FIN Table zonée */