*{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

body, body table {
	background-color: #fff;
	color: #333;
}

#page {
	position:relative;
	width: 1000px;
	margin: 0px auto 20px auto;
	border: 1px solid #800040;	
}

#header {
	position: relative;
	background-color: #530035;
}

#main {
	position: relative;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#main_left {
	position: relative;
	float: left;
	width: 262px;
}

#main_right {
	position: relative;
	float: right;
	width: 221px;
}

div#main_center {
	position: relative;
	float: left;
	width: 505px;
}

div#main_center_2blocs {
	position:relative;
	float:left;
	width:730px;
	/*margin-left:260px;*/
}

#footer {
	position: relative;
	margin-top: 10px;
	height: 20px; 
	line-height: 20px;
	text-align: center;
}


/* Header */
img#logo {
	position: relative;
	float:left;
	border:0;
	width:272px;
	height:99px;
}

div#banner {
	width:728px; 
	height:90px;
	overflow:hidden;
	padding-top:5px;
}

div#ticker {
	height: 23px;
	background-color: #530035;
}

a {
	color: #800040;
	text-decoration: none;
}

/* Menus */
div#menu {
	position: relative;
	margin-bottom: 14px;
	height: 21px;
	line-height: 21px;
	background-color: #f5f5f5;
}

	div#menu a.menu_a {
		display: block;
		position: relative;
		float: left;
		height: 21px;
		background-repeat: repeat-x;
		font-size: 12px;
		font-weight: bold;
		color: #7e0040;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
	}

	div#menu a.menu_accueil {background-image: url(../images/menu_accueil_off.png);width: 45px;}
	div#menu a.menu_accueil:hover {background-image: url(../images/menu_accueil_on.png);}

	div#menu a.menu_120 {background-image: url(../images/menu_120_off.png);width: 120px;}
	div#menu a.menu_120:hover {background-image: url(../images/menu_120_on.png);color: #fff;}

	div#menu a.menu_140 {background-image: url(../images/menu_140_off.png);width: 140px;}
	div#menu a.menu_140:hover {background-image: url(../images/menu_140_on.png);color: #fff;}

	div#menu a.menu_175 {background-image: url(../images/menu_175_off.png);width: 175px;}
	div#menu a.menu_175:hover {background-image: url(../images/menu_175_on.png);color: #fff;}

	div#menu a.menu_185 {background-image: url(../images/menu_185_off.png);width: 185px;}
	div#menu a.menu_185:hover {background-image: url(../images/menu_185_on.png);color: #fff;}


/**********/

#menugauche {
	background: #530035;
	list-style-position:outside;
	list-style-type: none;
	margin-top: 15px;
	_margin-top: 0px;
	padding-top: 5px;
	+padding-top: 9px;
	padding-bottom: 5px;
	width: 252px;
	color: #f5f5f5;
}

	#menugauche li {
		margin: 5px auto;
	}

	#menugauche li a {
		display:block;
		text-indent: 10px;
		width: 250px;
		height: 14px;
		line-height: 14px;
		color: #800040;
		text-decoration:none;
		background: url(../images/menugaucheli_on.gif) top left no-repeat;
	}

	#menugauche li a:hover {
		color: #f5f5f5;
		background: url(../images/menugaucheli_off.gif) top left no-repeat;
	}
	
	#menugauche li a#menu_chat {
		text-indent: 55px;
		height: 24px;
		line-height: 24px;
		background: url(../images/menu_chat_off.gif) top left no-repeat;
		color: #ff7e00;
		font-weight: bold;
	}
	#menugauche li a#menu_chat:hover {color: #fff;background: url(../images/menu_chat_on.gif) top left no-repeat;}
	
	#menugauche li a#menu_toutes_les_questions {
		height: 24px;
		line-height: 24px;
		background: url(../images/menu_ttes_questions_off.gif) top left no-repeat;
		color: #ff7e00;
		font-weight: bold;
	}
	#menugauche li a.menu_portefeuilles {
		height: 24px;
		line-height: 24px;
		background: url(../images/menu_ttes_questions_off.gif) top left no-repeat;
		color: #ff7e00;
	}
	#menugauche li a#menu_toutes_les_questions:hover,
	#menugauche li a.menu_portefeuilles:hover {
		color: #fff;
		background: url(../images/menu_ttes_questions_on.gif) top left no-repeat;
	}
	

/* ZONE MAIN */
/* Gauche */

div#bloc_login {
	position: relative;
	width: 252px;
}
	
	div#bloc_login div.haut {
		position: relative;
		width: 252px;
		height: 3px;
		font-size: 1px;
		background:url(../images/bloc_login_haut.png) top left no-repeat;
	}
	div#bloc_login div.milieu {
		position: relative;
		padding-top: 11px;
		padding-bottom: 8px;
		width: 252px;
		background-color: #7c003f;
		background-image: url(../images/bloc_login_milieu.png);
		background-position: left bottom;
		background-repeat: repeat-x;
		text-align: center;
		color: #fff;
	}
	div#bloc_login div.bas {
		position: relative;
		width: 252px;
		height: 3px;
		background: url(../images/bloc_login_bas.png) top left no-repeat;
	}
	
	div#bloc_login p.titre, div#bloc_login span  {
		font-size: 13px;
	}
	div#bloc_login form {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	div#bloc_login input.champ {
		width: 170px;
		margin-bottom: 10px;
		padding: 2px;
		border: 1px solid #666;
		color: #000;
	}
	div#bloc_login input.submit {
		width: 81px;
		height: 28px;
		border-width: 0px;
		background-color: transparent;
		background-image: url(../images/bouton_login.png);
		background-repeat: repeat-x;
		cursor: pointer;
	}
	div#bloc_login a.mot_de_passe_oublie {
		color: #f90;
		text-decoration: none;
	}
	div#bloc_login a.bouton_pas_inscrit {
		display: block;
		position: relative;
		margin: 5px auto 0px auto;
		width: 225px;
		height: 52px;
		background: url(../images/bouton_pas_inscrit.png) left top no-repeat;
	}
	div#bloc_login div.erreur {
		margin: 5px;
		font-style: italic;
		color: #ff2a00;
	}
	

/**********/

div#acces_compte {
	position: relative;
	padding-top: 14px;
	width: 252px;
	height: 142px;
	background: url(../images/bloc_acces_compte.png) left top no-repeat;
	color: #fff;
	text-align: center;
}
	div#acces_compte span.identite {
		color: #f90;
	}

	div#acces_compte a.bouton_espace_perso,
	div#acces_compte a.bouton_compte {
		display: block;
		position: relative;
		margin: auto;
		width: 180px;
		height: 32px;
		line-height: 35px;
		background: url(../images/bouton_acces_compte.png) left top no-repeat;
		color: #fff;
		text-decoration: none;
	}
	div#acces_compte a.bouton_deconnexion {
		display: block;
		position: absolute;
		bottom: 2px;
		left: 2px;
		padding-left: 15px;
		height: 16px;
		line-height: 16px;
		background: url(../images/bouton_deconnexion.png) left 4px no-repeat;
		color: #fff;
		text-decoration: none;
	}

/**********/

div.entete_pave_gauche {
	position: relative;
	width: 252px;
	height: 25px;
	line-height: 25px;
	background: url(../images/bandoGauche.png) top left no-repeat;
	color: #7e0040;
	font-weight: bold;
	text-indent: 5px;
}

div.pave_gauche {
	position: relative;
	width: 251px;
	padding-top: 10px;
	padding-bottom: 2px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* Droite */
div.entete_pave_droite {
	width:221px;
	height:24px;
	line-height:24px;
	background:url(../images/bandoDroite.png) top left no-repeat;
}

div.pave_droite {
	width:220px;
	padding-top:10px;
	padding-bottom:10px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

div.pave_droite div {
	margin:10px;
}

/**********/

div#chrono_question {
	position: relative;
	padding-top: 20px;
	width: 221px;
	height: 80px;
	background: url(../images/bloc_question_chrono.png) left top no-repeat;
	color: #fff;
	text-align: center;
}
div#chrono_question a.consulter {
	padding-left: 30px;
	background: url(../images/fleche_chrono_question.png) no-repeat;
	background-position: left 3px;
	text-decoration: none;
}

/**********/

div#recherche_right {
	position: relative;
	padding-top: 20px;
	width: 221px;
	height: 101px;
	background: url(../images/bloc_recherche_droite.png) left top no-repeat;
	color: #fff;
	text-align: center;
}
div#recherche_right form {
	display: block;
	position: relative;
	margin: auto;
	width: 180px;
}
div#recherche_right input.champ {
	width: 170px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #666;
	color: #000;
}
div#recherche_right input.submit {
	width: 130px;
	height: 27px;
	border-width: 0px;
	background-color: transparent;
	background-image: url(../images/bouton_recherche.png);
	background-repeat: repeat-x;
	cursor: pointer;
}

/**********/

div#bloc_question_gauche,
div#bloc_question_droite {
	position: relative;
	width: 220px;
	padding: 15px 0px 44px 0px;
	border: 1px solid #ccc;
	border-right: 0px solid #ccc;
	text-align: center;
	background-color: #f0f0f0;
	background-image: url(../images/bloc_question_droite.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}
div#bloc_question_gauche {
	width: 251px;
	border: 1px solid #ccc;
	border-left: 0px solid #ccc;
}

div#bloc_question_gauche a.faux_textarea,
div#bloc_question_droite a.faux_textarea {
	display: block;
	position: relative;
	margin: auto;
	width: 170px;
	height: 150px;
	line-height: 150px;
	border: 1px solid #7e0040;
	background-color: #fff;
	text-decoration: none;
	color: #000;
}
div#bloc_question_gauche textarea,
div#bloc_question_droite textarea {
	padding: 5px;
	width: 170px;
	height: 150px;
	border: 1px solid #800040;
}

div#bloc_question_gauche input.submit,
div#bloc_question_droite input.submit {
	width: 166px;
	height: 27px;
	border-width: 0px;
	background-color: transparent;
	background-image: url(../images/bouton_question_droite.png);
	background-repeat: repeat-x;
	cursor: pointer;
}



/**********/



/* Center */

div.main_center_div {
	position:relative;
	width:500px;
	margin:auto;
}

div.main_center_entete {
	background:#fcfcfc url(../images/chapoatv.jpg) top left no-repeat;
	height:24px;
	line-height:24px;
}

div.main_center_content {
	padding-top:5px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#front_tv_table{
	width:480px; 
	margin:5px auto;
}

#front_tv_table td {
	width:152px;
	text-align:center;
}

.souslimage {
	height:30px; 
	vertical-align:top;
	
}

a.videolink {
	
	color:#7e0040;
	text-decoration:none;
}

a.videolink span.titre {
	font-size:10px;
	font-weight:bold;
}

a.videolink span.horaire {
	font-size:9px;
	font-style:italic;
}

div.blocpubcentrale {
	position :relative; 
	width:498px;
	height:250px;	
	margin:auto; 
	border:0px solid #eee
}

div.blocpubcentrale #pub {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:300px; 
	height:250px; 
	border:1px solid #ccc; 
	z-index:100 
}

div.blocpubcentrale #blocportefeuille {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 2px;
	width: 305px;
	height: 251px;
	border: 0px solid #ccc;
	z-index: 10;
	background-image: url(../images/img_portefeuille.gif);
	background-repeat: no-repeat;
}
	/*div.blocpubcentrale #blocportefeuille span.titre {
		display: block;
		margin-top: 6px;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		color: #800040;
	}*/
	div.blocpubcentrale #blocportefeuille span.texte {
		display: block;
		margin: 60px 15px 0px 15px;
		color: #800040;
	}

div.blocpubcentrale #blocconseils{
	position:absolute; 
	right:0px; 
	top:0px; 
	width:190px; 
	height:250px; 
	overflow:hidden; 
	/*border:1px solid #7e0040;*/
	text-align:center;
	color:#7e0040;
	background-color:#f5f5f5;
	
}
div.blocpubcentrale2 {
	position :relative; 
	width:498px;
	height:100px;	
	margin:auto; 
	border:1px solid #7e0040;
}

div.blocpubcentrale2 #left {
	position:absolute;
	left:10px;
	top:0;
	width:150px;
	height:100px;
	padding:5px;
}

#bonjour_entete {
	width:190px;
	height:24px;
	line-height:24px;
	background:url(../images/chapeau_bonjour.jpg) top left no-repeat;
}

#bonjour_content {
	padding-top:5px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}

a.footer_a {
	text-decoration:none;
	color:#7e0040;
	margin:5px;
}

.orange {
	color:#f90;
}

hr.clear {
	clear: both;
	visibility: hidden;
	height: 0px;
}
div.spacer {
	clear: both;
	position: relative;
	font-size: 1px;
}


.inputborder {
	border:1px solid #530035;
}

.inputborder2 {
	border:1px solid #000;
}

.subimg {
	border:0;
	vertical-align:middle;
	cursor:pointer;
}

.nodecoration {
	text-decoration:none;
	border:0;
}

.titre_bordeau {
color:#7e0040;
font-weight:bold;
padding-left:5px;
}


h1.titre_page {
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #800040;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;letter-spacing: 0.5px;
	color: #a1185d;
}
h2.sous_titre_page {
	margin-top: 25px;
	margin-left: 6px;
	padding-left: 55px;
	background-image: url(../images/liner_sous_titre.gif);
	background-position: 0px 55%;
	background-repeat: no-repeat;
	font-size: 13px;
	color: #800040;
}
h3.sous_sous_titre_page {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #f90;
}


div.question_list {
	padding:2px 10px 5px 10px;
	margin:5px auto;
	text-align:justify;
}

div.list_fond1 {
	background-color:#f5f5f5;
	border:1px solid #ccc;
	color:#000;
}

div.list_fond0 {
	background-color:#fff;
	border:1px solid #ccc;
	color:#000;
}

.question_list_unique_top {
	position:relative;
	background-color:#f5f5f5;
	padding:5px;
}

.question_list_top {
	position:relative;
}


.question_list_top_left {
	float:left;
	width:250px;
	text-align:left;
	border-right:0px solid #ccc;
}

.question_list_top_left span.question{
	font-weight:bold;
}

.question_list_top_right {
	float:right;
	width:230px;
	text-align:right;
	border-left:0px solid #ccc;
}

.question_list_rubrique {
	float:left;
	font-weight:bold;
	color:#7e0040;
	
}

.question_list_rubrique span.rubrique {
	font-weight:normal;
	color:#000;
}

a.goto_question {
	display:block;
	text-decoration:none;
	cursor:pointer;
	color:#000;
}

a.goto_question:hover {
	color:#f90;
}

span.question_title {

	color:#7e0040;
}

span.auteur {
	color:#f90;
}

div.question_reponse {
	font-style:italic;
	color:#555;
	
}

div.pagination {
	text-align:center;
	height:24px;
	line-height:24px;
	color:#7e0040;
	font-weight:bold;
}

div.pagination a {
	text-decoration : none;
	color:#f90;
}

div.pagination a:hover {
	color:#7e0040;
}

a.anavigation {
	text-decoration:none;
	color:#7e0040;
}


/* NOS PRODUITS */

div.nosproduits_list {
	position:relative;
	padding:0;
	margin:10px auto;
	text-align:justify;
	background:url(../images/blokProduit.png) top left no-repeat;
	width:492px;
	height:150px;
	
}

div.nosproduits_list .titre{
	color:#7e0040;
	font-weight:bold;
	height:24px;
	line-height:24px;
	padding-left:10px;
	margin-bottom:5px;
	font-size:10px;
}

div.nosproduits_list .logo, div.nosproduits_one .logo  {
	width:80px;
	height:80px;
	position:absolute;
	left:10px;
	margin-right:5px;
	
}

div.nosproduits_list .abstract {
	margin-left:100px;
	margin-right:10px;
	color:#555;
	text-align:justify;
	font-size:10px;
}

div.nosproduits_list .lien {
	position:absolute;
	bottom:10px;
	width:492px;
	height:24px;
	line-height:24px;
	text-align:right;
}

div.description_category {
	margin:10px auto;
	color:#777;
	width:492px;	
}

div.nosproduits_one {
	position:relative;
	padding:0;
	margin:10px auto;
	text-align:justify;
	width:500px;
	background-color:#f5f5f5;
	padding:2px;
	overflow:hidden;
}

div.nosproduits_one .titre{
	color:#7e0040;
	font-weight:bold;
	height:24px;
	line-height:24px;
	padding-left:10px;
	margin-bottom:5px;
	font-size:13px;
}

div.nosproduits_one .abstract {
	margin-left:100px;
	margin-right:10px;
	text-align:justify;
}

div.nosproduits_one .lien {
	height:24px;
	line-height:24px;
	text-align:right;
	padding-right:5px;
	margin:20px auto;
}

div.nosproduits_one .description {
	margin:10px;
}

div.nosproduits_one .avertissement {
	width:480px;
	margin:20px auto;
	color:#7e0040;
	
}

div.nosproduits_one .avertissement .encadre {
	width:400px;
	height:200px;
	overflow:auto;
	margin:10px auto;
	padding:5px;
	border:1px solid #b2b2b2;
	background-color:#e2e2e2;
	color:#000;
}

#dl_sub_pdf {
	width:492px;
	margin:auto;
	color:#7e0040;
	text-align:center;
}

a.liendocumentdoc {
	display:block; 
	height:31px; 
	float:left; 
	background:url(../images/left_word.png) top left no-repeat; 
	padding-left:35px;
	
	text-decoration:none;
}
span.liendocumentdoc{
	display:block; 
	height:31px; 
	line-height:31px; 
	background: url(../images/right_word.png) no-repeat top right; 
	padding-right:20px; 
	color:#a62566; 
	font-weight:bold
}

a.liendocumentexcel {
	display:block; 
	height:31px; 
	float:left; 
	background:url(../images/left_excel.png) top left no-repeat; 
	padding-left:35px;
	
	text-decoration:none;
}
span.liendocumentexcel{
	display:block; 
	height:31px; 
	line-height:31px; 
	background: url(../images/right_excel.png) no-repeat top right; 
	padding-right:20px; 
	color:#a62566; 
	font-weight:bold
}

a.liendocumentpp {
	display:block; 
	height:31px; 
	float:left; 
	background:url(../images/left_pp.png) top left no-repeat; 
	padding-left:35px;
	
	text-decoration:none;
}
span.liendocumentpp{
	display:block; 
	height:31px; 
	line-height:31px; 
	background: url(../images/right_pp.png) no-repeat top right; 
	padding-right:20px; 
	color:#a62566; 
	font-weight:bold;
}

a.liendocumentpdf {
	display:block; 
	height:31px; 
	float:left; 
	background:url(../images/left_pdf.png) top left no-repeat; 
	padding-left:35px;
	
	text-decoration:none;
}
span.liendocumentpdf{
	display:block; 
	height:31px; 
	line-height:31px; 
	background: url(../images/right_pdf.png) no-repeat top right; 
	padding-right:20px; 
	color:#a62566; 
	font-weight:bold;
}

.err_sql_centre {
	font-style:italic;
	width:400px;
	margin:auto;
}

#synomia_content {
position:relative; 
width:510px;
border:0px solid #000;

}

#synomia_content a {
	color:#7e0040;
	text-decoration:none;
}

#synomia_content a:hover {
text-decoration:underline;
}

#synomia_content table td {
	
	padding:2px;
}

.synTxtInput {
width:180px;
border:1px solid #7e0040;
}

#synomia_content .synCoocTableBorder {
	border:1px solid #7e0040;
}

#synomia_content .synLinkCooc, #synomia_content .synLinkCh {
	text-decoration:none;
	color:#f90;
}

/* Espace perso */

div.bloc_contenu_haut_pas_centre {
	position: relative;
	margin-top: 10px;
	width: 498px;
	height: 3px;
	background-image: url(../images/bloc_contenu_haut.png);
	background-repeat: no-repeat;
}

div.bloc_contenu_milieu_pas_centre {
	position: relative;
	width: 498px;
	padding:10px;
	background-image: url(../images/bloc_contenu_milieu.png);
	background-repeat: repeat-y;
}

div.bloc_contenu_bas_pas_centre {
	position: relative;
	width: 498px;
	height: 25px;
	background-image: url(../images/bloc_contenu_bas.png);
	background-repeat: no-repeat;
}

.bloc_contenu_haut_petit {
	position: relative;
	margin-top:10px;
	width: 250px;
	height: 5px;
	background-image: url(../images/bloc_contenu_haut_petit.png);
	background-repeat: no-repeat;
}

.bloc_contenu_milieu_petit {
	position: relative;
	width: 250px;
	padding: 10px;
	background-image: url(../images/bloc_contenu_milieu_petit.png);
	background-repeat: repeat-y;
}

.bloc_contenu_bas_petit {
	position: relative;
	width: 250px;
	height: 19px;
	background-image: url(../images/bloc_contenu_bas_petit.png);
	background-repeat: no-repeat;
}

.bloc_contenu_haut_grand {
	position: relative;
	margin-top: 10px;
	width: 600px;
	height: 5px;
	background-image: url(../images/bloc_contenu_haut_grand.png);
	background-repeat: no-repeat;
}

.bloc_contenu_milieu_grand {
	position: relative;
	width: 600px;
	padding: 10px;
	background-image: url(../images/bloc_contenu_milieu_grand.png);
	background-repeat: repeat-y;
}

.bloc_contenu_bas_grand {
	position: relative;
	width: 600px;
	height: 40px;
	background-image: url(../images/bloc_contenu_bas_grand.png);
	background-repeat: no-repeat;
}

.bloc_contenu_haut_tres_grand {
	position: relative;
	margin-top: 10px;
	width: 650px;
	height: 8px;
	background-image: url(../images/bloc_contenu_haut_tres_grand.png);
	background-repeat: no-repeat;
}

.bloc_contenu_milieu_tres_grand {
	position: relative;
	padding: 10px 20px;
	width: 610px;
	background-image: url(../images/bloc_contenu_milieu_tres_grand.png);
	background-repeat: repeat-y;
}

.bloc_contenu_bas_tres_grand {
	position: relative;
	width: 650px;
	height: 42px;
	background-image: url(../images/bloc_contenu_bas_tres_grand.png);
	background-repeat: no-repeat;
}

.bloc_contenu_semi_gris_haut_tres_grand {
	position: relative;
	width: 650px;
	height: 2px;
	margin-top: 10px;
	background-image: url(../images/bloc_contenu_semi_gris_haut_tres_grand.png);
	background-repeat: no-repeat;
}

.bloc_contenu_semi_gris_milieu_tres_grand {
	position: relative;
	width: 650px;
	background-image: url(../images/bloc_contenu_semi_gris_milieu_tres_grand.png);
	background-repeat: repeat-y;
}

.bloc_contenu_semi_gris_bas_tres_grand {
	position: relative;
	width: 650px;
	height: 25px;
	background-image: url(../images/bloc_contenu_semi_gris_bas_tres_grand.png);
	background-repeat: no-repeat;
}

.bloc_contenu_espace_perso_tv {
	position:relative;
	width:630px;
	margin-left:20px;
	padding:10px auto;
	border-bottom:1px solid #7e0040;
	height:59px;
	background-image:url(../images/bloc_contenu_espace_perso_tv.png);
	background-position:86% 0%;
	background-repeat:no-repeat;
}
/*
.h1_espace_perso {
	width:755px;
	height:41px;
	line-height:41px;
	margin:auto;
	font-size:14px;
	text-align:center;
	background:url(../images/espace_perso_top.gif) top left no-repeat;
	color:#f90;
}*/
/*
div#main_center_espace_perso {
	width:770px;
	margin-right:220px;
}*/
/*
div#perso_ask_question {
	width:765px;
	height:123px;
	margin:auto;
	background: url(../images/perso_ask_question_back.gif) top left no-repeat;
	padding-top:30px;
	color:#fff;
}*/
/*
.envoie_question_bordeau {
	width:213px;
	height:22px;
	background:url(../images/perso_ask_question_send.gif) top left no-repeat;
	border:0;
	cursor:pointer;
}*/
/*
div.espace_perso_content {
	width:95%;
	margin:auto;
	padding:2px;
	border-top:1px solid #f90;
	border-bottom:1px solid #f90;
}*/

div.perso_liste_question, div.perso_one_question {
	margin:10px;
	padding:5px;
}

.perso_liste {
	margin: auto; 
	list-style-position:inside; 
	list-style-type:square; 
	color:#7e0040;
}
.perso_liste li {
	margin:4px auto;
}

.perso_liste li a {
	color:#333;
}

span.titre   {
	color: #f90; 
	font-weight:bold;
}

.perso_liste li span.rubdate {
	font-style:italic;
}

span.rubdate {
	color:#333;
}

.floatlabel {
	float:left;
	width:100px;
	text-align:right;
	margin-right:5px;
	margin-bottom:10px;
	color:#333;
	font-weight:bold;
}

.floatlabel_large {
	float:left;
	width:400px;
	margin-top:5px;
	cursor:pointer;
	
}


.float_input_text_normal {
	float:left;
	width:180px;
	margin-bottom:10px;
	border:1px solid #7e0040;
	background-color:#f5f5f5;
	padding:0px 1px;
}

.input_text_normal {
	border:1px solid #7e0040;
	padding:0px 1px;
	
}

.floatradio {
	float:left;
	width:20px;
	clear:left;
	margin-top:5px;
	
}


.divinfo { 
	width:500px; 
	margin:10px auto; 
	border:1px solid #f00; 
	padding:20px; 
	text-align:center; 
	color:#7e0040;
}

fieldset.zoneabo, fieldset.zoneoption {
	position:relative;
	width:498px;
	margin-top:10px;
	padding:5px;
	color:#7e0040;
	border:0px solid #7e0040;
}

fieldset.zoneabo {
	color:#7e0040;
}


div.bloc_contenu_milieu_tres_grand div.espace_perso_pf_derniere_op {
	position: relative;
	margin-top: 10px;
	width: 600px;
}
	div.bloc_contenu_milieu_tres_grand div.espace_perso_pf_derniere_op h3 {
		font-weight: normal;
		color: #800040;
	}
	div.bloc_contenu_milieu_tres_grand div.espace_perso_pf_derniere_op div.pf_breve_date {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 130px;
		color: #800040;
		text-align: right;
	}
	div.bloc_contenu_milieu_tres_grand div.espace_perso_pf_derniere_op div.pf_breve_texte {
		position: relative;
		margin: 10px 0px 20px 0px;
		text-align: justify;
		color: #333;
	}
	
div.bloc_contenu_milieu_tres_grand table#tab_derniers_mvts,
div.bloc_contenu_milieu_tres_grand table#tab_composition {
	margin: 10px 15px 20px 0px;
}


a.aloupe {
	display: block;
	position: absolute;
	height: 18px;
	cursor: pointer;
	color: #7e0040;
}
a.aloupe:hover {color:#f90;}

a.aloupe .bouton_loupe_left,
a.aloupe .bouton_loupe_middle,
a.aloupe .bouton_loupe_right {
	display: block;
	position: relative;
	float: left;
	height: 18px;
	line-height: 18px;
	background-repeat: no-repeat;
}

a.aloupe .bouton_loupe_left {
	width: 26px;
	background-image: url(../images/bouton_loupe_left.jpg);
}
a.aloupe .bouton_loupe_middle {
	background-image: url(../images/bouton_loupe_middle.jpg);
	background-repeat: repeat-x;
	padding: 0px 5px;
}
a.aloupe .bouton_loupe_right {
	width: 6px;
	background-image: url(../images/bouton_loupe_right.jpg);
}




/**** fin espace perso *****/



div.question_link a {
	color:#7291e6;
}

div.question_det {
	color:#f90;
	font-weight:bold;
}

/* Erreur */
.div_err_left {
	text-align:center;
	color:#f00;
	font-style:italic;
}

#message_top {
	position:relative;
	margin:5px 5px 10px 5px;
}

#message_content {
	text-align:justify;
	margin:10px;
	clear:left;
}

.divdroite {
	padding-top:2px;
	padding-bottom:5px;
	border-top:1px solid #7e0040;
	border-left:1px solid #7e0040;
	border-bottom:1px solid #7e0040;
}



/* Dernieres news */
div.derniere_news_list {
	position:relative;
	width:186px;
	margin:auto;
	background:#fff url(../images/liner.png) bottom center no-repeat;
	padding-bottom:10px;
}

div.derniere_news_list .picto {
	float:left;
	width:29px;
	height:23px;
	border-width:0px;
	
}

div.derniere_news_list .link {
	display:block;
	margin-left:35px;
	text-decoration: none;
}

div.derniere_news_list .link  .titre{
	color:#000589; 
	font-weight:bold; 
	text-transform:uppercase;
	font-size:10px;
}

div.derniere_news_list .link  .rubrique{
	color:#635dad;
}

div.derniere_news_list .link  .date{
	color:#999; 
	font-size:9px;
}

h2.titre2 {
	font-size:15px;
	color:#7e0040;
}



/* Chat - page d'intro dans les question */
div.bloc_contenu_milieu_chat_acces {
	height: 200px;
	background-image: url(../images/illustration_chat_1.jpg);
	background-repeat: no-repeat;
	background-position: 20px 44px;
}
	div.bloc_contenu_milieu_chat_acces div {
		position: absolute;
		top: 30px;
		left: 240px;
		width: 230px;
		font-size: 14px;
		text-align: center;
		line-height: 22px;
		color: #800040;
	}
	div.bloc_contenu_milieu_chat_acces a.pf_lien_226 {
		position: absolute;
		top: 180px;
		right: 35px;
		
	}
	
div.bloc_contenu_milieu_chat_cr {
	height: 200px;
	background-image: url(../images/illustration_chat_2.jpg);
	background-repeat: no-repeat;
	background-position: 20px 44px;
}
	div.bloc_contenu_milieu_chat_cr div {
		position: absolute;
		top: 20px;
		left: 260px;
		width: 210px;
	}
	div.bloc_contenu_milieu_chat_cr a {
		display: block;
		position: relative;
		padding-left: 35px;
		width: 214px;
		height: 25px;
		line-height: 25px;
		background-image: url(../images/fond_chat_cr.jpg);
		background-repeat: no-repeat;
		color: #800040;
		text-decoration: none;
	}
	div.contenu_cr {
		line-height: 18px;
		text-align: justify;
	}
	
	div.contenu_cr span.utilisateur {
		padding-left: 32px;
		background-image: url(../images/fleche_cr.png);
		background-repeat: no-repeat;
		background-position: 2px 3px;
		color: #800040;
	}
	div.separateur_cr {
		position: relative;
		margin: 15px auto;
		width: 350px;
		height: 1px;
		border-top: 1px solid #e1e1e1;
	}
	
	

/* Nos portefeuilles */

h2.sous_titre_portefeuille {
	margin-bottom: 8px;
	font-weight: bold;
	color: #800040;
}

div#accueil_portefeuille_trading {
	position: relative;
	height: 175px;
	background-image: url(../images/illustration_portefeuille_trading.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
	div#accueil_portefeuille_trading p {
		position: absolute;
		top: 22px;
		right: 5px;
		width: 235px;
		line-height: 16px;
	}
	div#accueil_portefeuille_trading a.pf_lien_190_38 {
		display: block;
		margin-top: 10px;
		padding-top: 3px;
		width: 190px;
		height: 38px;
		background-image: url(../images/bouton_190_38.png);
		background-repeat: no-repeat;
		text-align: center;
	}
	
	
div#accueil_portefeuille_speculatif {
	position: relative;
	height: 185px;
	background-image: url(../images/ultraspe.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
	div#accueil_portefeuille_speculatif p {
		position: absolute;
		top: 15px;
		left: 5px;
		width: 255px;
		line-height: 16px;
		
	}
	/*div#accueil_portefeuille_speculatif a.pf_lien_190_38 {
		display: block;
		position:absolute;
		top: 110px;
		left: 0px;
		margin-top: 10px;
		padding-top: 3px;
		width: 190px;
		height: 38px;
		background-image: url(../images/bouton_190_38.png);
		background-repeat: no-repeat;
		text-align: center;
		border:0px solid #000;
	}*/
	div#accueil_portefeuille_speculatif a.pf_lien_196_58 {
		display: block;
		margin-top: 10px;
		padding-top: 3px;
		width: 196px;
		height: 58px;
		background-image: url(../images/bouton_196_58.png);
		background-repeat: no-repeat;
		text-align: center;
	}
	
div#accueil_portefeuille_investissement {
	position: relative;
	height: 145px;
	background-image: url(../images/illustration_portefeuille_investissement.jpg);
	background-repeat: no-repeat;
	background-position: 255px 0px;
}
	div#accueil_portefeuille_investissement p {
		position: absolute;
		top: 0px;
		left: 5px;
		width: 220px;
		line-height: 16px;
	}
	div#accueil_portefeuille_investissement a.pf_lien_190_38 {
		display: block;
		position: absolute;
		top: 100px;
		left: 255px;
		padding-top: 5px;
		width: 190px;
		height: 38px;
		background-image: url(../images/bouton_190_38.png);
		background-repeat: no-repeat;
		text-align: center;
	}
div#accueil_portefeuille_pea {
	position: relative;
	height: 190px;
	background-image: url(../images/illustration_portefeuille_pea.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
	div#accueil_portefeuille_pea p {
		position: absolute;
		top: 22px;
		right: 5px;
		width: 210px;
		line-height: 16px;
	}
	div#accueil_portefeuille_pea a.pf_lien_190_38 {
		display: block;
		margin-top: 10px;
		padding-top: 3px;
		width: 190px;
		height: 38px;
		background-image: url(../images/bouton_190_38.png);
		background-repeat: no-repeat;
		text-align: center;
	}
p.intro_portefeuille {
	margin: 0px 10px;
	line-height: 16px;
	text-align: justify;
}

div.bloc_contenu_haut {
	position: relative;
	margin: 10px auto 0px auto;
	width: 498px;
	height: 3px;
	font-size: 1px;
	background-image: url(../images/bloc_contenu_haut.png);
	background-repeat: no-repeat;
}

div.bloc_contenu_milieu {
	position: relative;
	margin: 0px auto;
	padding: 10px 20px;
	width: 456px;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	background-color: #fff;
}
	
	div.bloc_contenu_milieu h3 {
		width: 320px;
		font-size: 12px;
		font-weight: normal;
		color: #800040;
	}
	
	div.bloc_contenu_milieu div.pf_breve_date {
		position: absolute;
		top: 10px;
		right: 20px;
		width: 130px;
		color: #800040;
		text-align: right;
	}
	div.bloc_contenu_milieu div.pf_breve_texte {
		position: relative;
		margin: 20px 0px 15px 0px;
		text-align: justify;
		color: #333;
	}
	a.pf_lien_226 {
		display: block;
		position: relative;
		float: right;
		margin-right: 35px;
		width: 226px;
		height: 27px;
		line-height: 27px;
		background-image: url(../images/bouton_226.png);
		background-repeat: no-repeat;
		text-decoration: none;
		text-align: center;
		color: #800040;
		cursor: pointer;
	}
	
	img.pft_tableau_compo {
		display: block;
		margin: 10px auto 0px auto;
	}
	a.pft_lien_tableau_compo {
		float: left;
		margin-left: 0px;
	}
	a.pft_lien_tous_mvts {
		float: right;
		margin-left: 0px;
	}
	
	/***********************/
	
	table#tab_composition,
	table#tab_derniers_mvts,
	table#tab_detail,
	table#tab_action_repartition {
		margin: 20px auto 0px auto;
		border-collapse: collapse;
	}
	
	table#tab_derniers_mvts {
		border: 1px solid #800040;
	}
	
	table#tab_derniers_mvts tr {
		height: 22px;
	}
	table#tab_composition th,
	table#tab_derniers_mvts th {
		height: 24px;
		background-image: url(../images/fond_tr.png);
		background-repeat: repeat-x;
		background-position: bottom left;
	}
	
	
	
	table#tab_composition tr.couleur_1,
	table#tab_derniers_mvts tr.couleur_1,
	table#tab_detail tr.couleur_1,
	table#tab_action_repartition tr.couleur_1 {
		background-color: #e9e9e9;
	}
	table#tab_composition tr.couleur_2,
	table#tab_derniers_mvts tr.couleur_2,
	table#tab_detail tr.couleur_2,
	table#tab_action_repartition tr.couleur_2 {
		background-color: #fff;
	}
	
	table#tab_composition th, table#tab_composition td,
	table#tab_derniers_mvts th, table#tab_derniers_mvts td,
	table#tab_detail th, table#tab_detail td,
	table#tab_action_repartition th, table#tab_action_repartition td {
		padding: 2px 4px;
		border: 1px solid #800040;
	}
	
	table#tab_derniers_mvts th, table#tab_derniers_mvts td {
		padding: 2px 4px;
		border-top: 1px dashed #800040;
		border-bottom: 1px dashed #800040;
	}
	
	table#tab_detail td,
	table#tab_action_repartition td {
		padding: 4px;
		border: 1px solid #800040;
	}
	
	table#tab_composition th,
	table#tab_derniers_mvts th,
	table#tab_detail th,
	table#tab_action_repartition th {
		font-weight: normal;
		color: #800040;
	}
	
	table#tab_composition td.valeur {width: 120px;}
	table#tab_composition td.isin {width: 94px;}
	table#tab_composition td.quantite {width: 60px;text-align: right;}
	table#tab_composition td.pru {width: 40px;text-align: right;text-align: right;}
	table#tab_composition td.cours {width: 40px;text-align: right;text-align: right;}
	table#tab_composition td.valorisation {width: 66px;text-align: right;}
	table#tab_composition td.variation {width: 70px;text-align: right;}
	table#tab_composition td.total {text-align: right;}
	table#tab_composition td.liquidite {text-align: right;}
	table#tab_composition td.gain_perte {text-align: right;}
	
	table#tab_derniers_mvts td.type_achat {width: 30px; text-align: center;}
	table#tab_derniers_mvts td.type {width: 84px; text-align: center;}
	table#tab_derniers_mvts td.type a {
		text-decoration: underline;
		color: #800040;
	}
	table#tab_derniers_mvts td.valeur {width: 120px;}
	table#tab_derniers_mvts td.quantite {width: 65px;text-align: right;}
	table#tab_derniers_mvts td.prix {width: 40px;text-align: right;}
	table#tab_derniers_mvts td.var {width: 40px;text-align: right;}
	table#tab_derniers_mvts td.date {width: 66px;text-align: center;}
	
	table#tab_derniers_mvts tr.commentaire td {
		padding: 10px;
		border-width: 0px;
		border-left: 1px solid #800040;
		border-right: 1px solid #800040;
		text-align: justify;
	}
	table#tab_derniers_mvts tr.commentaire td a.petite_croix {
		display: block;
		position: relative;
		float: right;
		margin-top: 5px;
		/*margin-left: 410px;*/
		width: 10px;
		height: 10px;
		background-image: url(../images/petite_croix.gif);
		background-repeat: no-repeat;
	}
	
	/*table#tab_derniers_mvts tr.commentaire td span.date {color: #800040;}*/
	table#tab_derniers_mvts tr.commentaire td p.titre {padding-right:20px;color: #800040;}
	table#tab_derniers_mvts tr.commentaire td p.texte {padding-bottom:15px;border-bottom: 1px solid #ddd;}
	
	table#tab_composition td.val_positive,
	table#tab_derniers_mvts td.val_positive {
		color: #009c07;
	}
	table#tab_composition td.val_negative,
	table#tab_derniers_mvts td.val_negative {
		color: #d50304;
	}
	table#tab_composition td.val_neutre,
	table#tab_derniers_mvts td.val_neutre {
		color: #000;
	}
	
	
	table#tab_composition td.cellule_vide,
	table#tab_derniers_mvts td.cellule_vide,
	table#tab_detail th.cellule_vide,
	table#tab_action_repartition th.cellule_vide {
		border-width: 0px;
	}
	table#tab_derniers_mvts tr {
		border-left: 2px solid #800040;
		border-right: 2px solid #800040;
	}
	table#tab_derniers_mvts tr.groupement_ligne {
		/*border: 1px solid #800040;*/
		border-top: 1px dashed #800040;
		border-bottom: 1px dashed #800040;
		
	}
	table#tab_derniers_mvts tr.groupement_ligne_ht {
		/*border: 1px solid #800040;*/
		/*border-bottom: 1px dashed #800040;*/
		
		border-top: 2px solid #800040;
	}
	table#tab_derniers_mvts tr.groupement_ligne_bs {
		/*border: 1px solid #800040;*/
		/*border-top: 1px dashed #800040;*/
		
		border-bottom: 2px solid #800040;
	}
	
	table#tab_detail td.legende {width: 18px;}
	table#tab_detail td.pourcentage {width: 32px; text-align:right;}
	
	table#tab_detail div.legende,
	table#tab_action_repartition div.legende {
		position: relative;
		margin: auto;
		width: 10px;
		height: 10px;border: 1px solid #666;
	}
	table#tab_action_repartition td.legende {width: 18px;}
	table#tab_action_repartition td.valeur {width: 160px;}
	table#tab_action_repartition td.repartition {width: 90px; text-align:right;}
	
	/***********************/
	
	table#tab_performance {
		margin: 20px auto 30px auto;
		border-collapse: collapse;
	}
	table#tab_performance tr {
		height: 22px;
	}
	table#tab_performance th {
		height: 24px;
		background-image: url(../images/fond_tr.png);
		background-repeat: repeat-x;
		background-position: bottom left;
		font-weight: normal;
		color: #800040;
	}
	table#tab_performance th, table#tab_performance td {
		padding: 2px 4px;
		border: 1px solid #800040;
	}
	table#tab_performance th.cellule_vide {
		border-width: 0px;
		background-image: url(_);
	}
	table#tab_performance td.val_positive {
		color: #009c07;
	}
	table#tab_performance td.val_negative {
		color: #d50304;
	}
	table#tab_performance td.val_neutre {
		color: #000;
	}
	table#tab_performance td.nom {width: 165px;}
	table#tab_performance td.date {width: 80px;text-align: center;}
	table#tab_performance td.perf {width: 85px;text-align: right;}
	
	
	/***********************/
	
	p#pf_disclaimer {
		margin-top: 15px;
		line-height: 14px;
		text-align: justify;
		font-size: 10px;
		font-style: italic;
		color: #666;
	}
	
div.bloc_contenu_bas {
	position: relative;
	margin: auto;
	width: 498px;
	height: 25px;
	background-image: url(../images/bloc_contenu_bas.png);
	background-repeat: no-repeat;
}

a.bouton_retour {
	display: block;
	margin: 15px auto 0px auto;
	width: 73px;
	height: 37px;
	background-image: url(../images/bouton_retour.png);
	background-repeat: no-repeat;
}




/* CP */
.cp_list, .cp_list1 {
	padding:2px 10px 5px 10px;
	margin:5px auto;
	text-align:justify;
	background-color:fff;
	border:1px solid #ccc;
	color:#000;
}

.cp_list0 {
	padding:2px 10px 5px 10px;
	margin:5px auto;
	text-align:justify;
	background-color:f5f5f5;
	border:1px solid #ccc;
	color:#000;
}

.cp_list_titre {
	color:#f49600;
	background-color:inherit;
	font-size:13px;
	font-weight:bold;
	
}

.cp_list_date {
	color:#000;
	background-color:inherit;
	font-weight:normal;
	font-size:10px;
}

.cp_list_chapeau {
	margin:10px auto;
	background-color:inherit;
	color:#000;
}

.cp_list_link {
	color: #f49600;
	background-color:inherit;
	text-decoration: none;
}

.cp_list_texte {
	margin:20px auto;
	background-color:inherit;
	color:#000;
}

ul.liste {
	margin:10px;
	padding:5px;
	list-style-type:square;
	color:#7e0040;
}

ul.liste li {
	margin:5px auto;
}

ul.liste li span {
	color:#000;
}

a.liengras {
	font-weight:bold;
	color:#f90;
}


/* FORMULAIRE AUDIT */
h2.form_audit_etape_entete {
	height:20px;
	line-height:20px;
	background-color:#f5f5f5;
	color:#7e0040;
	border:1px solid #f5f5f5;
	padding-left:5px;
}

#formpatrimoine fieldset {
	border:0px solid #ccc;
	margin:5px auto;
}

#formpatrimoine fieldset legend {
	padding:2px 5px;
	font-weight:bold;
	color:#f90;
	font-style:italic;
}

#formpatrimoine table td label {
	display:block;
	width:150px;
	border:0px solid #000;
	color:#555;
	
}

#formpatrimoine table td{
	vertical-align:bottom;
	padding:1px;
}

.form_audit_navigation {
	position:relative;
	height:20px;
	margin:10px auto;
}

.audit_form_text {
	border:1px solid #7e0040;
	background-color:#f5f5f5;
	width:210px;
	font-style:italic;
	font-size:9px;
}

.audit_form_text_large {
	border:1px solid #7e0040;
	background-color:#f5f5f5;
	width:400px;
	height:100px;
	font-size:9px;
	font-style:italic;
}

.audit_form_text_petit {
	border:1px solid #7e0040;
	background-color:#f5f5f5;
	width:100px;
	font-style:italic;
	font-size:9px;
}

.audit_form_text_tres_petit {
	border:1px solid #7e0040;
	background-color:#f5f5f5;
	width:50px;
	font-style:italic;
	font-size:9px;
}

.audit_navig {
	border:1px solid #7e0040;
	background-color:#f5f5f5;
	color:#7e0040;
	cursor:pointer;
}

.audit_navig:hover {
	color:#f5f5f5;
	background-color:#7e0040;
}

.form_audit_navigation #audit_navig_droite {
	float:right;
	margin-right:5px;
}

.form_audit_navigation #audit_navig_gauche {
	float:left;
	margin-left:5px;
}

.question_text_area_bas {
	padding:3px;
}


/* Favoris - espace perso */
ul.groupe_favoris {margin: 5px 0px 20px 25px;}
ul.groupe_favoris a {color: #333;}
ul.groupe_favoris a:hover {text-decoration: underline;}

/* Favoris - reste du site */
a.fav_lien img { border-width: 0px; }
a.fav_question {
	position: relative;
	float: right;
}

/* FLOUTAGE */
#masque{
	z-index:100;
	display:none;
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	background-color:#000;
	padding:10px;
	-moz-opacity:.75; 
	filter:alpha(opacity=75); 
	opacity:.75; 
}

#preVideoMasque{
	z-index:180;
	display:none;
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	background-color:#000;
	padding:10px;
	-moz-opacity:.75; 
	filter:alpha(opacity=75); 
	opacity:.75; 
}

#promptrestriction {
	display:none;
	z-index:150;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-350px;
	margin-left:-450px;
	width:900px;
	height:700px;
	border:1px solid #000;
	background-color:#fff;
	
}

.texte_couleur {
	color:#7e0040;
}

.bouton_gris {
	display:block;
	width:50%;
	margin:10px auto;
	position:relative;
	height:25px;
	text-align:center;
}

.bouton_gris_left {
	float:left;
	width:5px;
	height:23px;
	background-image:url(../images/bouton_gris_left.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

.bouton_gris_middle {
	float:left;
	height:23px;
	line-height:23px;
	background-image:url(../images/bouton_gris_middle.jpg);
	background-repeat:repeat-x;
	border:0;
	color:#7e0040;
	font-weight:bold;
	cursor:pointer;
}

.bouton_gris_right {
	float:left;
	width:5px;
	height:23px;
	background-image:url(../images/bouton_gris_right.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

/* Pubs */
img.pub_droite {
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	width: 221px;
	border: 0;
}

img.pub_gauche {
	display: block;
	margin-top: 10px;
	margin-left: 0px;
	width: 252px;
	border: 0;
}

img.pub_haut {
	border:0;
}

span.boite_pub_chat {
	display: block;
	position: absolute;
	margin-top: 30px;
	margin-left: 34px;
	z-index: 9;
	width: 180px;
	height: 48px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}



/* Fin Pubs*/

div.abcd {
	margin: 8px 80px 15px 80px;
	padding-bottom: 5px; 
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #eee;
}
div.abcd a {
	color: #800040;
}

h4.glossaire_titre {margin-left:10px; color: #333;font-weight: bold;}
p.glossaire_parag {margin: 5px 10px 15px 10px;text-align: justify;line-height:14px;color: #333;}


p.parag_mentions_legales {
	margin: 10px;
	line-height: 16px;
	text-align: justify;
	color: #333;
}


