/***************************************************************/
/** Style des entêtes pour les différents avantages -> lignes **/
/***************************************************************/ 
th {
	border-right: 1px solid #ECECEC;
	text-align:left;
	width:250px;
}
/**** tiré de espaceclient.css ****/

p.moinsliste {
	background: transparent url(/images/media-wp/faq/choix_profil/img/moins_liste.gif) no-repeat top left;
}

p.plusliste {
	background: transparent url(/images/media-wp/faq/choix_profil/img/plus_liste.gif) no-repeat top left;
}
p.titreliste, .titreliste, .titrelistemoins {
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	height: 22px;
	margin-top: 9px;
	text-indent: 19px;
}
.titreliste {
	background: transparent url(/images/media-wp/faq/choix_profil/img/plus_liste.gif) 1px 3px no-repeat;

}
.titrelistemoins {
	background: transparent url(/images/media-wp/faq/choix_profil/img/moins_liste.gif)  left 3px no-repeat;
}
div.toggleSubMenu {
	padding-left:15px;
	width: 320px;
}
/* adapatation de espaceclient.css */
.toggleSubMenu p {
	color: #999;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	margin: 0px 0 10px 20px;
}
	
/*************************************************************/
/** Style des entêtes pour les différents profils -> colone **/
/*************************************************************/ 
th.profil {
	background:#FCFCFC;
	border:1px solid #ECECEC;
	border-bottom:none;
	font-weight:normal;
	margin: 0 2px;
	text-align:center;
	width:171px;
}
th.profil  p {
	font-size:11px;
	margin:10px 5px;
}
.p_acheteur  h3, .p_administrateur h3 {
	height:93px;
}
.p_acheteur  h3 span, .p_administrateur  h3 span {
	visibility:hidden;
}
.p_acheteur  h3{
	background: url(/images/media-wp/faq/choix_profil/img/profil_acheteur.gif) no-repeat scroll -1px 1px;
}
.p_administrateur  h3{
	background: url(/images/media-wp/faq/choix_profil/img/profil_administrateur.gif) no-repeat scroll 1px 1px;
}
th.profil  a.button {
	background: url(/images/media-wp/faq/choix_profil/img/sinscrire.gif) no-repeat scroll 0 0;
	cursor:pointer;
	display:block;
	height:30px;
	margin:0 auto;
	outline:none;
	text-decoration:none;
	width:85px;
}
th.profil.p_acheteur  a.button {
	margin:24px auto 0;
}
th.profil  a.button span {
	visibility:hidden;
}

/***************************/
/** Style rayé du tableau **/
/***************************/ 
tr.even {
	background:#F6F6F6 url(/images/media-wp/faq/choix_profil/img/table_even.gif) repeat-x;
	border-right: 1px solid #ECECEC;
}
tr.odd {
	background:#FCFCFC url(/images/media-wp/faq/choix_profil/img/table_odd.gif) repeat-x;
	border-right: 1px solid #ECECEC;
}
tr.last {
	border-bottom: 1px solid #ECECEC;
}
td {
	border-right:1px solid #ECECEC;
}

/** Style du texte d'introduction **/
td.edito_ctnr {
	vertical-align:top;
}
.edito  {
	padding:0 30px 0 10px;
}
/** coche pour les avantages **/
.check {
	background: url(/images/media-wp/faq/choix_profil/img/ok.gif) no-repeat scroll center top;
	height:22px;
	position:relative;
}
* html .check {
	top:-8px;
}
.check span, .no_check span {
	visibility:hidden;
}






