 /*
 title : FE Style base [yourdomain.com].
 author : kprykorn@teamzforge.org.
 date : 09/10/2005
*/

/* GENERALE _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
body, html, img, form {
	margin:0;
	padding:0;
	border:0;
}
/* Pour la gestion des *.png transparent sur IE */
img {
	behavior: url("medias/tpl/css/pngbehavior.htc"); 
}

body {
	background-color : #F5F5F5;
	color:  #666666;
	font-family: verdana, arial;
	font-size: 11px;
	line-height:135%;
	text-align: center; /* On centre le conteneur */
}

h1, h2, h3, h4, h5, h6{
	margin : 5px 0px 5px 0px;
	color: #F00B0E;
	display: list-item;
	list-style-position: inside;
	list-style-image: url(../img/commun/puce_logo.gif);
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

p {
	margin: 0px 0px 10px 0px;
}
a {
	color: #F00B0E;
}
a:hover {
	color: #333333;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* CONTENEUR PAGE FRONTEND _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
#conteneur {
	width:957px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../img/commun/fond_page.jpg);
	background-repeat: repeat-y;
	background-position: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#entete {
	height:143px;
	background-image: url(../img/commun/entete.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#colon_left {
	float:left;
	width:230px;
	padding: 5px;
}


#contenu {
	float:left;
	width:707px;
	padding: 5px;
	text-align: justify;
}
#article {
	background-color: #E5E5E5;
	padding: 5px;
}
#pied_de_page {
	clear:left;
	height:20px;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	text-align:right;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
}

/* CONTENU PAGE FRONTEND _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
#contenu p{
}
#pied_de_page p{
	color: #666666;
	font-size: 10px;
}

#pied_de_page a{
	color: #666666;
}
#pied_de_page a:hover{
	color: #DD0B0E;
}
/* class -----------*/
.gauche {
	float: left;
	margin: 0 10px 5px 0;
}
.droite {
	float: right;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
}

.centrer {
	text-align: center;
}
.img_show {
	margin: 5px 0 20px 0;
	float: left;
	padding: 2px;
}
.text_show {
	padding: 2px;
	margin-top: 90px;
	margin-left: -150px;
	color: #666666;
	width: 139px;
	text-transform: uppercase;
	float: left;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	font-weight: bold;
}


/*.img_show {
	margin: 5px 0 20px 0;
	float: left;
	border: 1px solid #CCCCCC;
	padding: 5px 0 20px 0;
	display: block;
}
.text_show {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 105px;
	margin-left: 5px;
	color: #666666;
	width: 139px;
	text-transform: uppercase;
	float: left;
	background-color: #CCCCCC;
}
*/

/* fin class -----------*/
/* Objet [result_search] Start ----------------------------------------------------*/

 /*
 title : The base for object "search_engine" styles.
 author : KpryKorn for TeamZone.
 date : 10/10/2005
*/

h3#word_search {
	margin: 10px 15px;
	border-bottom:solid 1px #999 ;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color:#FF0000;
}

p.nav_result {
	/*text-align:right;
	font-size:9px;*/
}

p.nav_result a{
}

p.nav_result a strong{
	color:#000;
	text-decoration:none;
}

ul.result_search {
	margin: 10px 15px;
}

ul.result_search li.titre{
	margin: 15px 0 2px 0;
	padding:0;
	font-weight:bold;
	color:#333333;
}

ul.result_search li.titre span{
	margin-right:5px;
}

ul.result_search li.titre span.pertinence{
	color:#FF0000;
	margin-left:10px;
	margin-right:0;
	font-weight:normal;
}

ul.result_search li.titre a{
	color:#333333;
}

ul.result_search li{
	padding-left:15px;
	margin:0;
	line-height:12px;
}

ul.result_search li span.match{
	margin:0;
	background:#CCC;
	padding:0 2px;
}

ul.result_search li.publi_date{
	margin-bottom: 5px;
	color:#999999;
	font-size:9px;
	text-transform:lowercase;
}

ul.result_search_advanced {
	margin: 10px 15px;
	border:1px solid #CCC;
}

ul.result_search_advanced li{
	padding-left:5px;
	margin-bottom:10px;
}

ul.result_search_advanced li.title_advanced{
	line-height:20px;
	color:#666666;
	margin-bottom:10px;
	background-color: #F5F5F5;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

ul.result_search_advanced li.submit{
}

ul.result_search_advanced li .box{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align:middle;
	padding:2px;
	border:1px solid #666666;
	color: #333333;
	background-color: #F5F5F5;
}

ul.result_search_advanced li select.box{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align:middle;
	padding:0;
	border:1px solid #666666;
	color: #333333;
	background-color: #F5F5F5;
}

ul.result_search_advanced li .box_btn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align:middle;
	margin-left:227px;
	width:80px;
	color:#FFFFFF;
	background-color:#FF0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF917C;
	border-right-color: #A50000;
	border-bottom-color: #A50000;
	border-left-color: #FF917C;
}

ul.result_search_order {
	margin: 0 15px 5px 15px;
}

ul.result_search_order li{
	text-align:right;
	color:#000;
}

ul.result_search_order li select.box{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align:middle;
	padding:0;
	border:1px solid #666666;
	color: #333333;
	background-color: #F5F5F5;
}


/* Objet [result_search] End ----------------------------------------------------*/
/* Objet [mini_search] Start ----------------------------------------------------*/

 /*
 title : The base for object "search_engine" styles.
 author : KpryKorn for TeamZone.
 date : 10/10/2005
*/

div#mini_search {
	font-size: 10px;
	padding-top: 93px;
	padding-bottom: 0px;
	padding-left: 20px;
}

div#mini_search input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999;
	/*background:#E7EBF4;*/
	padding:0;
	vertical-align:middle;
	color: #666666;
}

div#mini_search a{
	text-decoration: underline;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#mini_search a:hover{
	color: #DD0B0E;
}

/* Objet [mini_search] End ----------------------------------------------------*/
/* Objet Menu [menu_4] Start */

 /*
 title : The base for object "menu" styles.
 author : KpryKorn for TeamZone.
 date : 21/09/2005
*/

.menu_4 {
	width:230px;
}

.menu_4 a{
	color:  #FFFFFF;
	text-decoration: none;
	background-image: url(../img/accueil/bouton_menu_show.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-indent: 10px;
}

.menu_4 a:hover{
	color:  #666666;
	background-image: url(../img/accueil/bouton_menu_show_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
}

.menu_4 dt.menu_level0_on{
	margin-top:3px;
	font-weight:bold;
	background:#E3E3E3;
	padding:0 0 0 0px;
	line-height: 20px;
}

.menu_4 dt.menu_level0_off{
	margin-top:3px;
	font-weight:bold;
	padding:0 0 0 0px;
	line-height: 20px;
}

.menu_4 dd{
	margin-top:2px;
}

/* Objet Menu [menu_4] End */
/* Objet [tz_article_7][gen_article] Start ----------------------------------------------------*/

 /*
 title : The base for object "article" styles.
 author : KpryKorn for TeamZone.
 date : 11/08/2005
*/


h2.tz_article_7 {
	color: #333333;
	list-style-image: none;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-color: #E6242F;
	width: 690px;
}

p.tz_article_7_pub_date {
	color:#999999;
	font-size:9px;
	text-transform:lowercase;
	margin: 0px 0px 0px 0px;
}

div.tz_article_7 {
}

div.tz_article_7 p.article {
}

div.tz_article_7 img.align_left {
	float:left;
	margin: 0 10px 5px 0;
}

div.tz_article_7 img.align_right {
	float:right;
	margin: 0 0 5px 10px;
}

div.tz_article_7 .spacer {
	clear: both;
	line-height:5px;
}
/* Objet [tz_article_7][gen_article] End ----------------------------------------------------*/
/* Objet Menu [menu_6] Start */

/*
 title : The base for object "menu" styles.
 author : KpryKorn for TeamZone.
 date : 21/09/2005
*/
.menu_6 {
	width:951px;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding-left: 0px;
}

.menu_6 a{
	color:  #FFFFFF;
	text-decoration: none;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 11px;
	padding-left: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.menu_6 a:hover{
	color:  #CCCCCC;
	background-image: url(../img/commun/over_menu.jpg);
	background-repeat: no-repeat;
}

.menu_6 dt.menu_level0_on{
	margin-top:5px;
	font-weight:normal;
	background-image: url(../img/commun/over_menu.jpg);
	background-repeat: no-repeat;
	color:  #CCCCCC;
	line-height: 23px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 11px;
	padding-left: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.menu_6 dt.menu_level0_off{
	margin-top:5px;
	font-weight:normal;
	line-height: 23px;
	float:left;
}
menu_6 a.ref_on{
	color:  #FFFFFF;
	text-decoration: none;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 11px;
	padding-left: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.menu_6 dd{
	margin-top:0px;
}
/* Objet Menu [menu_6] End */
/* Objet [menu_bdp_17] Start ----------------------------------------------------*/

 /*
 title : The base for object "bdp" menu styles.
 author : FuR[i]OuS for TeamZone.
 date : 29/03/2006
*/


#menu_bdp_17 { /* conteneur du menu (div) */
	margin:10px 0;

}

#menu_bdp_17 ul { /* UL racine */
    width:180px;
}

#menu_bdp_17 ul ul { /* UL 2eme niveau, defini tous ses UL enfants, décommenter si option comportement menu deplié */
  /* position: absolute;
    left:170px;
    _left:155px;
    display: none;
     top:-1px; */  
     width:165px;    
}

#menu_bdp_17 ul li {   /* LI racine , décommenter si option comportement menu deplié */
   /* position:relative;*/
    line-height : 20px;
    padding-left:15px;
}

#menu_bdp_17 ul ul li { /* LI 2eme niveau, defini tous ses LI enfants */
    background:#AFAFAF;
    padding-left:5px;
}

#menu_bdp_17 ul li.light_on {   /* LI racine (occurence en cours) , décommenter si option comportement menu deplié */
   /* background: #E3E3E3;*/
}

#menu_bdp_17 ul ul li.light_on {   /* LI 2eme niveau(occurence en cours) */
    background: #E3E3E3;
}

#menu_bdp_17 ul a { /* Comportement par default des liens */
    display:block;
    width:100%;
}

#menu_bdp_17 ul ul a:hover { /* Liens de 2eme niveau */
    background: #E3E3E3;
}

#menu_bdp_17 a.a_off { /* Pour les liens neutre */
	color: #999;
	text-decoration:none;
}
/* Objet [menu_bdp_17] End ----------------------------------------------------*/
/* Objet [tz_article_18][gen_article] Start ----------------------------------------------------*/

 /*
 title : The base for object "article" styles.
 author : KpryKorn for TeamZone.
 date : 11/08/2005
*/

h2.tz_article_18 {
}

p.tz_article_18_pub_date {
	color:#999999;
	font-size:9px;
	text-transform:lowercase;
}

div.tz_article_18 {
}

div.tz_article_18 p.article {
}

div.tz_article_18 img.align_left {
	float:left;
	margin: 0 10px 5px 0;
}

div.tz_article_18 img.align_right {
	float:right;
	margin: 0 0 5px 10px;
}

div.tz_article_18 .spacer {
	clear: both;
	line-height:5px;
}
/* Objet [tz_article_18][gen_article] End ----------------------------------------------------*/
/* Objet [tz_article_18][archi_article] Start ----------------------------------------------------*/

 /*
 title : The base for object "article" styles.
 author : KpryKorn for TeamZone.
 date : 11/08/2005
*/

ul.tz_article_18_archi{
	margin: 0 10px;
	color: #666666;
}
ul.tz_article_18_archi a{
	color: #666666;
	text-decoration: none;
}
ul.tz_article_18_archi li{
	margin-top:3px;
	color:#FF0000;
	font-weight:bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
/* Objet [tz_article_18][archi_article] End ----------------------------------------------------*/
/* Objet Menu [menu_15] Start */

 /*
 title : The base for object "menu" styles.
 author : KpryKorn for TeamZone.
 date : 21/09/2005
*/

.menu_15 {
	width:230px;
}

.menu_15 a{
	color:  #FFFFFF;
	text-decoration: none;
	background-image: url(../img/accueil/bouton_menu_show.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-indent: 10px;
}

.menu_15 a:hover{
	color: #666666;
	background-image: url(../img/accueil/bouton_menu_show_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.menu_15 dt.menu_level0_on{
	margin-top:3px;
	font-weight:bold;
	background:#E3E3E3;
	padding:0 0 0 0px;
	line-height: 20px;
}

.menu_15 dt.menu_level0_off{
	margin-top:3px;
	font-weight:bold;
	padding:0 0 0 0px;
	line-height: 20px;
}

.menu_15 dd{
	margin-top:2px;
}

/* Objet Menu [menu_15] End */
/* Objet Menu [menu_16] Start */

 /*
 title : The base for object "menu" styles.
 author : KpryKorn for TeamZone.
 date : 21/09/2005
*/

.menu_16 {
	width:230px;
}

.menu_16 a{
	color:  #FFFFFF;
	text-decoration: none;
	background-image: url(../img/accueil/bouton_menu_show.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-indent: 10px;
}

.menu_16 a:hover{
	color: #666666;
	background-image: url(../img/accueil/bouton_menu_show_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.menu_16 dt.menu_level0_on{
	margin-top:3px;
	font-weight:bold;
	background:#E3E3E3;
	padding:0 0 0 0px;
	line-height: 20px;
}

.menu_16 dt.menu_level0_off{
	margin-top:3px;
	font-weight:bold;
	padding:0 0 0 0px;
	line-height: 20px;
}

.menu_16 dd{
	margin-top:2px;
}
/* Objet Menu [menu_16] End */
/* Objet Menu [menu_17] Start */

 /*
 title : The base for object "menu" styles.
 author : KpryKorn for TeamZone.
 date : 21/09/2005
*/

.menu_17 {
	width:230px;
}

.menu_17 a{
	color:  #FFFFFF;
	text-decoration: none;
	background-image: url(../img/accueil/bouton_menu_show.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-indent: 10px;
}

.menu_17 a:hover{
	color: #666666;
	background-image: url(../img/accueil/bouton_menu_show_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.menu_17 dt.menu_level0_on{
	margin-top:3px;
	font-weight:bold;
	background:#E3E3E3;
	padding:0 0 0 0px;
	line-height: 20px;
}

.menu_17 dt.menu_level0_off{
	margin-top:3px;
	font-weight:bold;
	padding:0 0 0 0px;
	line-height: 20px;
}

.menu_17 dd{
	margin-top:2px;
}
/* Objet Menu [menu_17] End */
/* Objet Menu [menu_26] Start */

 /*
 title : The base for object "menu" styles.
 author : KpryKorn for TeamZone.
 date : 21/09/2005
*/

.menu_26 {
	width:230px;
}

.menu_26 a{
	color:  #FFFFFF;
	text-decoration: none;
	background-image: url(../img/accueil/bouton_menu_show.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-indent: 10px;
}

.menu_26 a:hover{
	color:  #666666;
	background-image: url(../img/accueil/bouton_menu_show_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.menu_26 dt.menu_level0_on{
	margin-top:3px;
	font-weight:bold;
	background:#E3E3E3;
	padding:0 0 0 0px;
	line-height: 20px;
}

.menu_26 dt.menu_level0_off{
	margin-top:3px;
	font-weight:bold;
	padding:0 0 0 0px;
	line-height: 20px;
}

.menu_26 dd{
	margin-top:2px;
}

.menu_26 li.menu_level1_off {
	margin-left:20px;
	font-weight:normal;
	line-height: 16px;
	padding-left:5px;
}

.menu_26 li.menu_level1_on {
	margin-left:20px;
	font-weight:normal;
	line-height: 16px;
	background:#E3E3E3;
	padding-left:5px;
}
/* Objet Menu [menu_26] End */
/* Objet Menu [menu_35] Start */

 /*
 title : The base for object "menu" styles.
 author : KpryKorn for TeamZone.
 date : 21/09/2005
*/

.menu_35 {
	width:230px;
}

.menu_35 a{
	color:  #FFFFFF;
	text-decoration: none;
	background-image: url(../img/accueil/bouton_menu_show.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-indent: 10px;
}

.menu_35 a:hover{
	color:  #666666;
	background-image: url(../img/accueil/bouton_menu_show_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.menu_35 dt.menu_level0_on{
	margin-top:3px;
	font-weight:bold;
	background:#E3E3E3;
	padding:0 0 0 0px;
	line-height: 20px;
}

.menu_35 dt.menu_level0_off{
	margin-top:3px;
	font-weight:bold;
	padding:0 0 0 0px;
	line-height: 20px;
}

.menu_35 dd{
	margin-top:2px;
}

/* Objet Menu [menu_35] End */
/* Objet [menu_bdp_56] Start ----------------------------------------------------*/

 /*
 title : The base for object "bdp" menu styles.
 author : FuR[i]OuS for TeamZone.
 date : 29/03/2006
*/


#menu_bdp_56 { /* conteneur du menu (div) */
	margin:10px 0;

}

#menu_bdp_56 ul { /* UL racine */
    width:180px;
}

#menu_bdp_56 ul ul { /* UL 2eme niveau, defini tous ses UL enfants, décommenter si option comportement menu deplié */
  /* position: absolute;
    left:170px;
    _left:155px;
    display: none;
     top:-1px; */  
     width:165px;    
}

#menu_bdp_56 ul li {   /* LI racine , décommenter si option comportement menu deplié */
   /* position:relative;*/
    line-height : 20px;
    padding-left:15px;
}

#menu_bdp_56 ul ul li { /* LI 2eme niveau, defini tous ses LI enfants */
    background:#AFAFAF;
    padding-left:5px;
}

#menu_bdp_56 ul li.light_on {   /* LI racine (occurence en cours) , décommenter si option comportement menu deplié */
   /* background: #E3E3E3;*/
}

#menu_bdp_56 ul ul li.light_on {   /* LI 2eme niveau(occurence en cours) */
    background: #E3E3E3;
}

#menu_bdp_56 ul a { /* Comportement par default des liens */
    display:block;
    width:100%;
}

#menu_bdp_56 ul ul a:hover { /* Liens de 2eme niveau */
    background: #E3E3E3;
}

#menu_bdp_56 a.a_off { /* Pour les liens neutre */
	color: #999;
	text-decoration:none;
}
/* Objet [menu_bdp_56] End ----------------------------------------------------*/
/* Objet [menu_bdp_102] Start ----------------------------------------------------*/

 /*
 title : The base for object "bdp" menu styles.
 author : FuR[i]OuS for TeamZone.
 date : 29/03/2006
*/


#menu_bdp_102 { /* conteneur du menu (div) */
	margin:10px 0;

}

#menu_bdp_102 ul { /* UL racine */
    width:180px;
}

#menu_bdp_102 ul ul { /* UL 2eme niveau, defini tous ses UL enfants, décommenter si option comportement menu deplié */
  /* position: absolute;
    left:170px;
    _left:155px;
    display: none;
     top:-1px; */  
     width:165px;    
}

#menu_bdp_102 ul li {   /* LI racine , décommenter si option comportement menu deplié */
   /* position:relative;*/
    line-height : 20px;
    padding-left:15px;
}

#menu_bdp_102 ul ul li { /* LI 2eme niveau, defini tous ses LI enfants */
    background:#AFAFAF;
    padding-left:5px;
}

#menu_bdp_102 ul li.light_on {   /* LI racine (occurence en cours) , décommenter si option comportement menu deplié */
   /* background: #E3E3E3;*/
}

#menu_bdp_102 ul ul li.light_on {   /* LI 2eme niveau(occurence en cours) */
    background: #E3E3E3;
}

#menu_bdp_102 ul a { /* Comportement par default des liens */
    display:block;
    width:100%;
}

#menu_bdp_102 ul ul a:hover { /* Liens de 2eme niveau */
    background: #E3E3E3;
}

#menu_bdp_102 a.a_off { /* Pour les liens neutre */
	color: #999;
	text-decoration:none;
}
/* Objet [menu_bdp_102] End ----------------------------------------------------*/
/* Objet [menu_bdp_104] Start ----------------------------------------------------*/

 /*
 title : The base for object "bdp" menu styles.
 author : FuR[i]OuS for TeamZone.
 date : 29/03/2006
*/


#menu_bdp_104 { /* conteneur du menu (div) */
	margin:10px 0;

}

#menu_bdp_104 ul { /* UL racine */
    width:180px;
}

#menu_bdp_104 ul ul { /* UL 2eme niveau, defini tous ses UL enfants, décommenter si option comportement menu deplié */
  /* position: absolute;
    left:170px;
    _left:155px;
    display: none;
     top:-1px; */  
     width:165px;    
}

#menu_bdp_104 ul li {   /* LI racine , décommenter si option comportement menu deplié */
   /* position:relative;*/
    line-height : 20px;
    padding-left:15px;
}

#menu_bdp_104 ul ul li { /* LI 2eme niveau, defini tous ses LI enfants */
    background:#AFAFAF;
    padding-left:5px;
}

#menu_bdp_104 ul li.light_on {   /* LI racine (occurence en cours) , décommenter si option comportement menu deplié */
   /* background: #E3E3E3;*/
}

#menu_bdp_104 ul ul li.light_on {   /* LI 2eme niveau(occurence en cours) */
    background: #E3E3E3;
}

#menu_bdp_104 ul a { /* Comportement par default des liens */
    display:block;
    width:100%;
}

#menu_bdp_104 ul ul a:hover { /* Liens de 2eme niveau */
    background: #E3E3E3;
}

#menu_bdp_104 a.a_off { /* Pour les liens neutre */
	color: #999;
	text-decoration:none;
}
/* Objet [menu_bdp_104] End ----------------------------------------------------*/
/* Objet [menu_bdp_107] Start ----------------------------------------------------*/

 /*
 title : The base for object "bdp" menu styles.
 author : FuR[i]OuS for TeamZone.
 date : 29/03/2006
*/


#menu_bdp_107 { /* conteneur du menu (div) */
	margin:10px 0;

}

#menu_bdp_107 ul { /* UL racine */
    width:180px;
}

#menu_bdp_107 ul ul { /* UL 2eme niveau, defini tous ses UL enfants, décommenter si option comportement menu deplié */
  /* position: absolute;
    left:170px;
    _left:155px;
    display: none;
     top:-1px; */  
     width:165px;    
}

#menu_bdp_107 ul li {   /* LI racine , décommenter si option comportement menu deplié */
   /* position:relative;*/
    line-height : 20px;
    padding-left:15px;
}

#menu_bdp_107 ul ul li { /* LI 2eme niveau, defini tous ses LI enfants */
    background:#AFAFAF;
    padding-left:5px;
}

#menu_bdp_107 ul li.light_on {   /* LI racine (occurence en cours) , décommenter si option comportement menu deplié */
   /* background: #E3E3E3;*/
}

#menu_bdp_107 ul ul li.light_on {   /* LI 2eme niveau(occurence en cours) */
    background: #E3E3E3;
}

#menu_bdp_107 ul a { /* Comportement par default des liens */
    display:block;
    width:100%;
}

#menu_bdp_107 ul ul a:hover { /* Liens de 2eme niveau */
    background: #E3E3E3;
}

#menu_bdp_107 a.a_off { /* Pour les liens neutre */
	color: #999;
	text-decoration:none;
}
/* Objet [menu_bdp_107] End ----------------------------------------------------*/
/* Objet [menu_bdp_150] Start ----------------------------------------------------*/

 /*
 title : The base for object "bdp" menu styles.
 author : FuR[i]OuS for TeamZone.
 date : 29/03/2006
*/


#menu_bdp_150 { /* conteneur du menu (div) */
	margin:10px 0;

}

#menu_bdp_150 ul { /* UL racine */
    width:180px;
}

#menu_bdp_150 ul ul { /* UL 2eme niveau, defini tous ses UL enfants, décommenter si option comportement menu deplié */
  /* position: absolute;
    left:170px;
    _left:155px;
    display: none;
     top:-1px; */  
     width:165px;    
}

#menu_bdp_150 ul li {   /* LI racine , décommenter si option comportement menu deplié */
   /* position:relative;*/
    line-height : 20px;
    padding-left:15px;
}

#menu_bdp_150 ul ul li { /* LI 2eme niveau, defini tous ses LI enfants */
    background:#AFAFAF;
    padding-left:5px;
}

#menu_bdp_150 ul li.light_on {   /* LI racine (occurence en cours) , décommenter si option comportement menu deplié */
   /* background: #E3E3E3;*/
}

#menu_bdp_150 ul ul li.light_on {   /* LI 2eme niveau(occurence en cours) */
    background: #E3E3E3;
}

#menu_bdp_150 ul a { /* Comportement par default des liens */
    display:block;
    width:100%;
}

#menu_bdp_150 ul ul a:hover { /* Liens de 2eme niveau */
    background: #E3E3E3;
}

#menu_bdp_150 a.a_off { /* Pour les liens neutre */
	color: #999;
	text-decoration:none;
}
/* Objet [menu_bdp_150] End ----------------------------------------------------*/
/* Objet [menu_bdp_151] Start ----------------------------------------------------*/

 /*
 title : The base for object "bdp" menu styles.
 author : FuR[i]OuS for TeamZone.
 date : 29/03/2006
*/


#menu_bdp_151 { /* conteneur du menu (div) */
	margin:10px 0;

}

#menu_bdp_151 ul { /* UL racine */
    width:180px;
}

#menu_bdp_151 ul ul { /* UL 2eme niveau, defini tous ses UL enfants, décommenter si option comportement menu deplié */
  /* position: absolute;
    left:170px;
    _left:155px;
    display: none;
     top:-1px; */  
     width:165px;    
}

#menu_bdp_151 ul li {   /* LI racine , décommenter si option comportement menu deplié */
   /* position:relative;*/
    line-height : 20px;
    padding-left:15px;
}

#menu_bdp_151 ul ul li { /* LI 2eme niveau, defini tous ses LI enfants */
    background:#AFAFAF;
    padding-left:5px;
}

#menu_bdp_151 ul li.light_on {   /* LI racine (occurence en cours) , décommenter si option comportement menu deplié */
   /* background: #E3E3E3;*/
}

#menu_bdp_151 ul ul li.light_on {   /* LI 2eme niveau(occurence en cours) */
    background: #E3E3E3;
}

#menu_bdp_151 ul a { /* Comportement par default des liens */
    display:block;
    width:100%;
}

#menu_bdp_151 ul ul a:hover { /* Liens de 2eme niveau */
    background: #E3E3E3;
}

#menu_bdp_151 a.a_off { /* Pour les liens neutre */
	color: #999;
	text-decoration:none;
}
/* Objet [menu_bdp_151] End ----------------------------------------------------*/
/* Objet [tz_article_424][archi_article] Start ----------------------------------------------------*/

 /*
 title : The base for object "article" styles.
 author : KpryKorn for TeamZone.
 date : 11/08/2005
*/

ul.tz_article_424_archi{
	margin: 0 10px;
}

ul.tz_article_424_archi li{
	margin-top:3px;
	color:#FF0000;
	font-weight:bold;
}
/* Objet [tz_article_424][archi_article] End ----------------------------------------------------*/


/* Objet Menu [menu_40] Start */

 /*
 title : The base for object "menu" styles.
 author : KpryKorn for TeamZone.
 date : 21/09/2005
*/

.menu_40 {
	width:230px;
}

.menu_40 a{
	color:  #FFFFFF;
	text-decoration: none;
	background-image: url(../img/accueil/bouton_menu_show.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-indent: 10px;
}

.menu_40 a:hover{
	color:  #666666;
	background-image: url(../img/accueil/bouton_menu_show_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.menu_40 dt.menu_level0_on{
	margin-top:3px;
	font-weight:bold;
	background:#E3E3E3;
	padding:0 0 0 0px;
	line-height: 20px;
}

.menu_40 dt.menu_level0_off{
	margin-top:3px;
	font-weight:bold;
	padding:0 0 0 0px;
	line-height: 20px;
}

.menu_40 dd{
	margin-top:2px;
}

.menu_40 li.menu_level1_off {
	margin-left:20px;
	font-weight:normal;
	line-height: 16px;
	padding-left:5px;
}

.menu_40 li.menu_level1_on {
	margin-left:20px;
	font-weight:normal;
	line-height: 16px;
	background:#E3E3E3;
	padding-left:5px;
}
/* Objet Menu [menu_40] End */
/* Objet Menu [menu_115] Start */

 /*
 title : The base for object "menu" styles.
 author : KpryKorn for TeamZone.
 date : 21/09/2005
*/

.menu_115 {
	width:230px;
}

.menu_115 a{
	color:  #FFFFFF;
	text-decoration: none;
	background-image: url(../img/accueil/bouton_menu_show.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-indent: 10px;
}

.menu_115 a:hover{
	color:  #666666;
	background-image: url(../img/accueil/bouton_menu_show_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.menu_115 dt.menu_level0_on{
	margin-top:3px;
	font-weight:bold;
	background:#E3E3E3;
	padding:0 0 0 0px;
	line-height: 20px;
}

.menu_115 dt.menu_level0_off{
	margin-top:3px;
	font-weight:bold;
	padding:0 0 0 0px;
	line-height: 20px;
}

.menu_115 dd{
	margin-top:2px;
}

.menu_115 li.menu_level1_off {
	margin-left:20px;
	font-weight:normal;
	line-height: 16px;
	padding-left:5px;
}

.menu_115 li.menu_level1_on {
	margin-left:20px;
	font-weight:normal;
	line-height: 16px;
	background:#E3E3E3;
	padding-left:5px;
}
/* Objet Menu [menu_115] End */

.menu_level0_obis {
	display:none;
}

/* Objet [tz_article_428][gen_article] Start ----------------------------------------------------*/

 /*
 title : The base for object "article" styles.
 author : KpryKorn for TeamZone.
 date : 11/08/2005
*/

h2.tz_article_428 {
}

p.tz_article_428_pub_date {
	color:#000;
	font-size:9px;
	text-transform:lowercase;
}

div.tz_article_428 {
}

div.tz_article_428 p.article {
}

div.tz_article_428 img.align_left {
	float:left;
	margin: 0 10px 5px 0;
}

div.tz_article_428 img.align_right {
	float:right;
	margin: 0 0 5px 10px;
}

div.tz_article_428 .spacer {
	clear: both;
	line-height:5px;
}
/* Objet [tz_article_428][gen_article] End ----------------------------------------------------*/
/* Objet [tz_article_429][gen_article] Start ----------------------------------------------------*/

 /*
 title : The base for object "article" styles.
 author : KpryKorn for TeamZone.
 date : 11/08/2005
*/

h2.tz_article_429 {
}

p.tz_article_429_pub_date {
	color:#000;
	font-size:9px;
	text-transform:lowercase;
}

div.tz_article_429 {
}

div.tz_article_429 p.article {
}

div.tz_article_429 img.align_left {
	float:left;
	margin: 0 10px 5px 0;
}

div.tz_article_429 img.align_right {
	float:right;
	margin: 0 0 5px 10px;
}

div.tz_article_429 .spacer {
	clear: both;
	line-height:5px;
}
/* Objet [tz_article_429][gen_article] End ----------------------------------------------------*/
/* New_entry (don't delete this line) */






