@charset "utf-8";
/* CSS Document */


* {margin:0; padding:0;}
img {border:none;}

#menu{
  font-size:0.77em;
}

#menu ul{
  font-weight:bold;
  color:#666;
  margin:0px;
  margin:0px 0.2em 0px 0.2em;
  padding:0px;
  font-size:1em;
}

#menu ul ul{
  font-weight:bold;
  color:#666;
  margin:0px 0px 0px 0em;
  padding:0.2em 0.2em 0.1em 0.2em;
  background-color: #23388A;
  font-size:0.92em;
  width: 12em;
}

#menu ul ul ul{
  margin:0px 0px 0px 0.5em;
  padding:0.2em 0em 0.1em 0.2em;
  width: auto;
  background-color: #336699;
}

#menu ul ul ul ul{
  font-size:1em;
}

#menu li{
  list-style-type:none;
  float:left;
  margin:0px 0.2em 0.2em 0px;
  padding:0;
  width:auto;
}

#menu li li{
  list-style-type:none;
  clear:left;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  float:none;
  height:100% !important;
  position:relative !important;  
}

/* style des liens */

#menu li a, #menu li span {
	display:block;
	margin:0px 0px 0px 0px;
    padding:0.2em;
	text-decoration:none;
	color:#000;	
	background-color:#EEE;
}

#menu li a:hover, #menu li a:focus, #menu li span:hover, #menu li span:focus, #menu li.encourt a {
	color:#FFF;	
	background-color:#000;
}


#menu li li a, #menu li li span, #menu li.encourt li a{
	background-color:#FFF;
	color:#23388A;
	margin:0px 0px 1px 0px;	
}

#menu li li a:hover, #menu li li span:hover, #menu li li.encourt span, #menu li li.encourt a, #menu li li.focus a{
	background-color:#23388A;
	color:#FFF;
}

#menu li li li a, #menu li li li span, #menu li li.encourt li a{
	background-color:#FFF;
	color:#336699;	
}

#menu li li li a:hover, #menu li li li span:hover, #menu li li li a:hover, #menu li li.encourt li.focus a{
	background-color:#336699;
	color:#FFF;
}

/* Niveau 1, 2 et 3 masqué */

.withjavascript .submenu ul,
.withjavascript .encourt .submenu ul,
.withjavascript .encourt .encourt .submenu ul{
	position:absolute;
	top:-300em;
	width:0px;
	height:0px;
	margin:0px;
}

/* Niveau 1, 2 et 3 affiché */

.withjavascript li.encourt{
	position:relative;
}

.withjavascript .encourt ul,
.withjavascript .encourt .encourt ul,
.withjavascript .encourt .encourt .encourt ul{
	top:1.5em;
	width: 12em;
	height:auto;
	z-index:50;
}

.withjavascript .encourt .encourt ul,
.withjavascript .encourt .encourt .encourt ul{
	z-index:70;
}





/*--------------------------------------------------------------------------GENERAL--------------------------------------------------------------------------*/

body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	color:#070707;
	background:url(images/pixel_bg.gif) top repeat-x;
	background-color:#c7c5c5;
}

a {
	font-size:11px;
	color:#070707;
	text-decoration:none;
	outline: none;
}

a:hover {
	text-decoration:none;
}

a:active {
	text-decoration:none;
}


a.blanc {
	color:#FFF;
	text-decoration:none;
}

a.blanc:hover {
	text-decoration:underline;
}

.blanc {
	color:#FFF;
}

.color_second {	
	color:#666666;
}

.float_right {	
	float:right;
}

.float_left {
	float:left;
}

.clear_both {
	clear:both;
}

.clear_left {
	clear:left;
}

.clear_right {	
	clear:right;
}

.pad12 {	
	padding:12px;
}

.line_height5 {	
	line-height:5px;
}

.line_height8 {	
	line-height:8px;
}

.color_rouge a{  

            color:#e30712;

            font-size: 13px;

            text-decoration:none;

}

.color_rouge a:hover{     

 

            text-decoration:underline;

}


/*--------------------------------------------------------------------------BOUTONS--------------------------------------------------------------------------*/
.btn_register_g a {
	background:url(../lang/en/boutons/btn_register.gif) no-repeat;
	width:140px;
	height:20px;
	display:block;
}

.btn_register_g a:hover {
	background:url(../lang/en/boutons/btn_register_hover.gif) no-repeat;
}

/*--------------------------------------------------------------------------PICTOS--------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------ELEMENTS GRAPHIQUES--------------------------------------------------------------------------*/
.arrondi_haut_170{
	background:url(images/arrondi_haut_170.gif) no-repeat;
	width:170px;
	height:9px;
}

*html .arrondi_haut_170{ 
/*ie6*/
	margin-bottom:-9px;
}

.arrondi_bas_filet_170 {	
	background:url(images/arrondi_bas_filet_170.gif) no-repeat;
	width:170px;
	height:27px;
}

.arrondi_bas_170 {
	background:url(images/arrondi_bas_170.gif) no-repeat;
	width:170px;
	height:9px;
}

.pixel_degrade170 {	
	border-left:#e3e3e3 solid 1px;
	border-right:#e3e3e3 solid 1px;
	width:168px;
	background:url(images/pixel_degrade.gif) repeat-x;
	background-color:#e1e1e1;
}

*html .pixel_degrade170 {	/*ie6*/
	width:165px;
}

.pixel_degrade_blanc170 {
	background:url(images/pixel_degrade_blanc.gif) repeat-x;
	background-color:#e3e3e3;
	width:168px;
	border-left:#e3e3e3 solid 1px;
	border-right:#e3e3e3 solid 1px;
}

*html .pixel_degrade_blanc170 {/*ie6*/
	width:165px;
}



/*--------------------------------------------------------------------------GABARIT--------------------------------------------------------------------------*/
#conteneur {	
	width:980px;
	margin:auto;
	position:relative;
	background:#FFF;
}

#header {	
	height:78px;
	background:#FFF;
	padding-top:28px;
	margin-left:10px;
	margin-right:10px;
}

#header #logo_site a {
	background:url(images/logo_denyall.gif) no-repeat;
	width:333px;
	height:36px;
	display:block;
}

#header #selection_langue a {
	float:right;
	/*margin-right:45px;
	background:url(../lang/en/boutons/bouton_vide_langue.gif) no-repeat;*/
	width:40px;
	height:1px;
	display:block;
	text-decoration:none;
}

*html #header #selection_langue a {/*ie6*/
	margin-top:18px;
}

*+html #header #selection_langue a {/*ie7*/
	margin-top:18px;
}

#header #selection_langue a:hover {
	text-decoration:none;
}

/*------------MENU DÉROULANT------------*/
#gabarit_menu {
	width:970px;
	margin-top:16px;
}

#menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #menu7 {
	float:left;
	position:relative;
}
#menu1_on, #menu2_on, #menu3_on, #menu4_on, #menu5_on, #menu6_on, #menu7_on {
	float:left;
	position:relative;
}

#menu1_ret, #menu2_ret, #menu3_ret, #menu4_ret, #menu5_ret, #menu6_ret, #menu7_ret {
	visibility:hidden;
}

#menu1  {
	background:url(../lang/en/boutons/onglet1.gif) no-repeat;
	width:146px;
	height:28px;
	display:block;
	background-position:top;
}

#menu1_on  {
	background:url(../lang/en/boutons/onglet1_hover.gif) no-repeat;
	width:146px;
	height:28px;
	display:block;
}

#menu2 {
	background:url(../lang/en/boutons/onglet2.gif) no-repeat;
	width:167px;
	height:28px;
	display:block;
	background-position:top;
}

#menu2_on {
	background:url(../lang/en/boutons/onglet2_hover.gif) no-repeat;
	width:167px;
	height:28px;
	display:block;
}

#menu3 {
	background:url(../lang/en/boutons/onglet3.gif) no-repeat;
	width:136px;
	height:28px;
	display:block;
	background-position:top;
}

#menu3_on {
	background:url(../lang/en/boutons/onglet3_hover.gif) no-repeat;
	width:136px;
	height:28px;
	display:block;
}

#menu4 {
	background:url(../lang/en/boutons/onglet4.gif) no-repeat;
	width:119px;
	height:28px;
	display:block;
	background-position:top;
}

#menu4_on {
	background:url(../lang/en/boutons/onglet4_hover.gif) no-repeat;
	width:119px;
	height:28px;
	display:block;
}

#menu5 {
	background:url(../lang/en/boutons/onglet5.gif) no-repeat;
	width:135px;
	height:28px;
	display:block;
	background-position:top;
}

#menu5_on {
	background:url(../lang/en/boutons/onglet5_hover.gif) no-repeat;
	width:135px;
	height:28px;
	display:block;
}

#menu6 {
	background:url(../lang/en/boutons/onglet6.gif) no-repeat;
	width:134px;
	height:28px;
	display:block;
	background-position:top;
}

#menu6_on {
	background:url(../lang/en/boutons/onglet6_hover.gif) no-repeat;
	width:134px;
	height:28px;
	display:block;
}

#menu7 {
	background:url(../lang/en/boutons/onglet7.gif) no-repeat;
	width:123px;
	height:28px;
	display:block;
	background-position:top;
}

#menu7_on {
	background:url(../lang/en/boutons/onglet7_hover.gif) no-repeat;
	width:123px;
	height:28px;
	display:block;
}

#ss_menu1{
	width:170px;
	visibility:hidden;
	/*background:url(images/pixel_menu.gif) bottom repeat-x;*/
	background-color:#e30712;
	position:absolute;
	z-index:3;
	top:108px;
	left:11px;
}


*html #ss_menu1{/*ie6*/
	top:107px;
}

*+html #ss_menu1{/*ie7*/
	top:107px;
}

#ss_menu1_contenu {
	width:146px;
	height:auto;
	background-attachment:scroll;
	background-position: left top;
	padding-top:4px;
	padding-left:4px;
	background:url(images/pixel_div.gif) repeat-x;
}

#ss_menu2{
	width:220px;
	visibility:hidden;
	background:url(images/pixel_menu.gif) bottom repeat-x;
	background-color:#e30712;
	position:absolute;
	z-index:3;
	top:108px;
	left:157px;
}

*html #ss_menu2{/*ie6*/
	top:107px;
}

*+html #ss_menu2{/*ie7*/
	top:107px;
}

#ss_menu3{
	width:136px;
	visibility:hidden;
	background:url(images/pixel_menu.gif) bottom repeat-x;
	background-color:#e30712;
	position:absolute;
	z-index:3;
	top:108px;
	left:324px;
}

*html #ss_menu3{/*ie6*/
	top:107px;
}

*+html #ss_menu3{/*ie7*/
	top:107px;
}


.ss_menu_txt{
	float:left;
	vertical-align:middle;
	display:block;
	color:#FFF;
	text-decoration:none;
}

.ss_menu_demenu1{
	background:url(images/pixel_menu.gif) top repeat-x;
	padding-top:5px;
	padding-bottom:3px;
	height:15px;
	
}

.ss_menu_demenu1:hover{
	background-color:#be0712;
	padding-top:5px;
	padding-bottom:3px;
	height:15px;
	
}

.ss_menu_demenu2 {
	background:url(images/pixel_menu.gif) top repeat-x;
	padding-top:5px;
	padding-bottom:3px;
	height:15px;
	/*background:url(images/pixel_menu.gif) top repeat-x;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:3px;
	height:15px;*/
}


.ss_menu_demenu2 :hover{
	background-color:#be0712;
	padding-top:5px;
	padding-bottom:3px;
	height:15px;
	/*background-color:#be0712;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:3px;
	height:15px;*/
}

a.ss_menu_liens, a.ss_menu_liens:hover, a.ss_menu_liens:focus , a.ss_menu_liens:active  {
	color:#FFF;
	padding-left:10px;
	margin-left:10px;
	display:block;
	text-decoration:none;
	outline: none;
}


 

/*------------FIN MENU D&eacute;ROULANT------------*/

/*------------MIDDLE------------*/

#partie_centrale {
	width:782px;
	vertical-align:top;
	margin-top:35px;
	margin-left:5px;
}

*html #partie_centrale {/*ie6*/
	width:782px;
	vertical-align:top;
	margin-top:7px;
	margin-left:5px;
}


#partie_droite {
	width:182px;
	float:right;
	vertical-align:top;
	margin-right:5px;
}

*html #partie_droite {/*ie6*/
	width:182px;
	float:right;
	vertical-align:top;
	margin-right:0px;
}

#encart_freetrial {	
	background:url(../lang/en/medias/encart_freetrial.gif) no-repeat;
	width:182px;
	height:67px;
	margin-top:10px;
	padding-top:140px;
}

*html #encart_freetrial {	/*ie6*/
	margin-top:13px;
}

*+html #encart_freetrial {	/*ie7*/
	margin-top:13px;
}

#encart_freetrial #btn_trynow a {
	background:url(../lang/en/boutons/btn_trynow.gif) no-repeat;
	width:130px;
	height:20px;
	margin:auto;
	display:block;
}

#encart_freetrial #btn_trynow a:hover {
	background:url(../lang/en/boutons/btn_trynow_hover.gif) no-repeat;
}

.bloc_arrondi {	
	margin-left:6px;
}

.texte_degrade_gabarit {	
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:justify;
	line-height:14px;
}

*html .texte_degrade_gabarit {	/*ie6*/
	padding-left:15px;
	padding-right:13px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:justify;
	line-height:14px;
}

.encart_webinars_gabarit {
	background:url(images/titre_webinars.gif) no-repeat;
	width:170px;
	height:38px;
	margin-top:10px;
}

.btn_register_gabarit {	
	margin:auto;
	margin-top:5px;
	margin-bottom:5px;
}
	
/*------------FOOTER------------*/
#footer {
	width:782px;
	margin:auto;
	color:#7f7e7e;
	text-align:center;
	font-size:10px;
	height:20px;
	padding-top:25px;
	background:url(images/filet_footer.gif) bottom no-repeat;
}

#footer p {
	padding-bottom:15px;
}

*html #footer p {/*ie6*/
	padding-bottom:5px;
}

#footer a {
	color:#7f7e7e;
	text-decoration:none;
}

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

/*--------------------------------------------------------------------------INDEX--------------------------------------------------------------------------*/
#flash_index {
	width:782px;
	height:334px;
	margin-top:-27px;
}

*html #flash_index {/*ie6*/
	margin-top:5px;
}

*+html #flash_index {/*ie7*/
	margin-top:-22px;
}

#titre_news {
	background:url(images/titre_news.gif) no-repeat;
	width:774px;
	height:27px;
	margin-top:12px;
	margin-left:4px;
}

.filet_rouge {
	border-left:#e7323b solid 1px;
	border-right:#e7323b solid 1px;
	width:772px;
	margin-left:4px;
}

.arrondi_bas_gabarit {
	background:url(images/arrondi_bas_gabarit778.gif) no-repeat;
	width:774px;
	height:9px;
	margin-left:4px;
}

#tab_news_gabarit {	
	width:772px;
	background:#FFF;
}

#tab_news_gabarit td {
	vertical-align:top;
}

#tab_news_gabarit td.colonne_gauche {
	width:17px;
}

#tab_news_gabarit td.colonne_centrale_gris {
	width:328px;
	background-color:#e8e8e8;
}

#tab_news_gabarit td.colonne_centrale_gris2 {
	width:332px;
	height:15px;
	background-color:#e8e8e8;
}

*+html #tab_news_gabarit td.colonne_centrale_gris2 {/*ie7*/
	height:20px;
}

#tab_news_gabarit td.colonne_centrale_gris .bg_globe {
	width:328px;
	background:url(images/bg_globe.gif) 31px 0px no-repeat;
	padding:20px;
	padding-bottom:18px;
	text-align:justify;
}

*html #tab_news_gabarit td.colonne_centrale_gris .bg_globe {/*ie6*/
	width:328px;
	background:url(images/bg_globe.gif) 31px 0px no-repeat;
	padding:20px;
	padding-bottom:16px;
	text-align:justify;
}

*+html #tab_news_gabarit td.colonne_centrale_gris .bg_globe {/*ie7*/
	width:328px;
	background:url(images/bg_globe.gif) 31px 0px no-repeat;
	padding:20px;
	padding-bottom:16px;
	text-align:justify;
}

#tab_news_gabarit td.colonne_centrale_blanc {
	width:332px;
}

#tab_news_gabarit td.colonne_centrale_blanc .texte_centrale_blanc {
	padding:20px;
	text-align:justify;
}

#tab_news_gabarit td.colonne_droit {
	width:13px;
}

#tab_news_gabarit td.colonne_gauche1 {
	width:17px;
	background:#efefef;
}

#tab_news_gabarit td.colonne_centrale_gris1 {
	width:328px;
	background-color:#dbdbdb;
	padding-top:5px;
	padding-bottom:5px;
}

#tab_news_gabarit td.colonne_centrale_gris1 .btn_vide1 {
	padding-left:240px;
}

#tab_news_gabarit td.colonne_centrale_blanc1 {
	width:332px;
	background:#efefef;
	padding-top:5px;
	padding-bottom:5px;
}

#tab_news_gabarit td.colonne_centrale_blanc1 .btn_vide2 {
	padding-left:268px;
}

#tab_news_gabarit td.colonne_droit1 {
	width:13px;
	background:#efefef;
}

.puce_rond_fleche_gab  {
	background:url(images/puce_rond_fleche.gif) no-repeat;
	padding-left:25px;
	margin-bottom:8px;
	display:block;
}

.color_rouge {	
	color:#e30712;
}

.color_gris {
	color:#666666;
}

.txt13 {
	font-size:13px;
}

.btn_vide_gris_fonce a {	
	background:url(../lang/en/boutons/btn_vide_fd_gris_fonce.gif) no-repeat;
	width:70px;
	height:15px;
	display:block;
	padding-left:32px;
	color:#FFF;
	text-decoration:none;
}

.btn_vide_gris_fonce a:hover {
	text-decoration:underline;
}

.btn_vide_gris a {	
	background:url(../lang/en/boutons/btn_vide_fd_gris.gif) no-repeat;
	width:70px;
	height:15px;
	display:block;
	padding-left:32px;
	color:#FFF;
	text-decoration:none;
}

.btn_vide_gris a:hover {
	text-decoration:underline;
}

/*------------------------------------------------------------PAGE TYPE-----------------------------------------------*/

#bg_image {
	width:782px;
	/*background:url(images/bg_image_haute.gif) no-repeat;*/
	margin-top:-28px;
}

*html #bg_image { /*IE6*/
	margin-top:0px;
	line-height:0px;
}

*+html #bg_image { /*IE7*/
	margin-top:-26px;
}

#emplacement_image {
	width:775px;
	margin-left:3px;
}

*html #emplacement_image {/*ie6*/
	margin-bottom:-3px;
}

*+html #emplacement_image {/*ie7*/
	margin-bottom:-3px;
}

.decalage_img {
	height:3px;
}

*html .decalage_img {/*ie6*/
	height:0px;
	padding-top:-12px;
}

#bg_pixel {
	width:672px;
	background:url(images/pixel_fond_page.gif) repeat-y;
	padding:35px;
	padding-left:55px;
	padding-right:55px;
	text-align:justify;
}

*html #bg_pixel {/*ie6*/
	width:672px;
	background:url(images/pixel_fond_page.gif) repeat-y;
	padding:35px;
	padding-right:0px;
	padding-left:60px;
	text-align:justify;
}

#bg_bas {
	width:782px;
	height:63px;
	background:url(images/bas_page.gif) no-repeat;
}



H1 {
	width:775px;
	margin-left:3px;
	font-size:13px;
	color:#e30712;
	font-weight:bold;
	
}
H1 a{
	font-size:13px;
	color:#e30712;
	font-weight:bold;
	text-decoration: none;
	/*padding-left:24px;*/
	margin-bottom:15px;
}
H1 a:hover{

	text-decoration: underline;

}






H2 {
	font-size:13px;
	color:#e30712;
	font-weight:bold;
	background:url(images/picto_rond_rouge.gif) 0px 0px no-repeat;
	padding-left:24px;
	margin-bottom:15px;
}
H2 a{
	font-size:13px;
	color:#e30712;
	font-weight:bold;
	text-decoration: none;
	/*padding-left:24px;*/
	margin-bottom:15px;
}
H2 a:hover{

	text-decoration: underline;

}










.titre_rouge {
	font-size:13px;
	color:#e30712;
	font-weight:bold;
	background:url(images/picto_rond_rouge.gif) 0px 0px no-repeat;
	padding-left:24px;
	margin-bottom:15px;
}
.titre_rouge a{
	font-size:13px;
	color:#e30712;
	font-weight:bold;
	text-decoration: none;
	/*padding-left:24px;*/
	margin-bottom:15px;
}
.titre_rouge a:hover{

	text-decoration: underline;

}

.sous_titre_gris {
	font-size:12px;
	color:#666666;
	font-weight:bold;
}

a.rouge {
	color:#e30712;
	text-decoration:none;
}

a.rouge:hover {
	text-decoration:underline;
}

a.rouge_souligne {
	color:#e30712;
	text-decoration:underline;
}

a.rouge_souligne:hover {
	text-decoration:none;
}

a.rouge_fleche {
	color:#e30712;
	text-decoration:underline;
	background:url(images/picto_fleche_rouge.gif) 0px 5px no-repeat;
	padding-left:13px;
}

a.rouge_fleche:hover {
	text-decoration:none;
}

a.rouge_fleche_2 {
	color:#e30712;
	text-decoration:none;
	background:url(images/picto_fleche_rouge.gif) 0px 5px no-repeat;
	padding-left:13px;
}

a.rouge_fleche_2:hover {
	text-decoration:underline;
}
/*------------------------------------------------------------ABOUT DENYALL-----------------------------------------------*/

.texte_justifie {
	text-align:justify;
}

.schema_about {
	width:712px;
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
}

.bouton_droite {
	width:102px;
	margin-left:610px;
}

.btn_rouge a {
	background:url(../lang/en/boutons/btn_rouge_vide.gif) no-repeat;
	width:72px;
	height:15px;
	display:block;
	color:#FFFFFF;
	padding-left:30px;
	
}

.btn_rouge a:hover {
	text-decoration:underline;
}

/*------------------------------------------------------------CONTACT US-----------------------------------------------*/

.coordonnees_contact {
	width:304px;
	float:left;
}


.formu_contact {
	width:320px;
	margin-left:392px;
}

*html .formu_contact {/*ie6*/
	/*margin-left:307px;*/
	margin-left:362px;
}

*+html .formu_contact {/*ie7*/
	/*margin-left:307px;*/
	margin-left:362px;
}
.retrait_contact {
	margin-left:26px;
}

.retrait_contact_aere {
	margin-left:26px;
	line-height:16px;
}

.titre_rouge_12 {
	font-size:12px;
	color:#e30712;
	font-weight:bold;
	background:url(images/picto_rond_rouge.gif) 0px 0px no-repeat;
	padding-left:24px;
	margin-bottom:15px;
}

.titre_rouge_11 {
	color:#e30712;
	font-weight:bold;
	background:url(images/picto_rond_rouge.gif) 0px 0px no-repeat;
	padding-left:24px;
	margin-bottom:15px;
}

.filet_bicolore {
	background:url(images/pixel_bicolore.gif) repeat-x;
	height:2px;
}

.tab_formu textarea.formu_long{
	width:178px;
	height:90px;
	font-size:11px;
	border:#c5c6c7 solid 1px;
}

.tab_formu td.intitule_message {	
	width:89px;
	padding-right:18px;
	text-align:right;
	vertical-align:top;
	padding-top:2px;
}

.titre_gris {
	font-size:12px;
	color:#666666;
	font-weight:bold;
	background:url(images/picto_rond_gris.gif) 0px 0px no-repeat;
	padding-left:24px;
	margin-bottom:15px;
	text-transform:uppercase;
}

.bouton_droite_pied {
	width:79px;
	margin-left:670px;
}

.espace_btn_pied {
	height:5px;
}

*html .espace_btn_pied {/*ie6*/
	height:0px;
	margin-top:-8px;
}

.btn_home a {
	background:url(../lang/en/boutons/btn_rouge_home.gif) no-repeat;
	width:49px;
	height:15px;
	display:block;
	color:#FFFFFF;
	padding-left:30px;
	
}

.btn_home a:hover {
	text-decoration:underline;
}

.bouton_droite_case {
	width:102px;
	/*margin-left:590px;*/
	margin-left:559px;
	margin-top:10px;
	margin-bottom:3px;
}

/*------------------------------------------------------------NEWS----------------------------------------------*/

.texte_news {
	text-align:justify;
	padding-left:24px;
}

*html .texte_news {/*ie6*/
	margin-top:-5px;
}

*+html .texte_news {/*ie7*/
	margin-top:-5px;
}

/*------------------------------------------------------------LEGAL NOTICES----------------------------------------------*/

.titre_noir {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

.adresse {
	margin-left:100px;
}

/*------------------------------------------------------------CASE STUDIES----------------------------------------------*/

.encadre_global {
	/*width:701px;*/
	width:663px;
	padding:5px;
	border-top:#c8c8c8 solid 1px;
	border-left:#c8c8c8 solid 1px;
	border-right:#c8c8c8 solid 1px;
	background-color:#FFFFFF;
	margin-top:15px;
}

.tab_logo {
	width:102px;
	border:#c8c8c8 solid 1px;
	float:left;
}

.tab_logo td {
	width:102px;
	height:102px;
	text-align:center;
	vertical-align:middle;
}

.tab_encadre_texte {
	/*width:589px;*/
	width:551px;
	border:#c8c8c8 solid 1px;
	margin-left:110px;
}

*html .tab_encadre_texte {/*ie6*/
	/*width:588px;*/
	width:550px;
	border:#c8c8c8 solid 1px;
	margin-left:110px;
}

.tab_encadre_texte td {
	width:550px;
	height:82px;
	padding:10px;
	vertical-align:top;
}

.bas_encart_case {
	width:675px;
	height:6px;
	background:url(images/bas_encart_case.gif) no-repeat;
}

.titre_encart_case {
	font-size:12px;
	color:#e30712;
	text-transform:uppercase;
}

/*------------------------------------------------------------DOWNLOAD----------------------------------------------*/

.aere {
	line-height:18px;
}

.picto_fleche_rouge {
	color:#e30712;
	background:url(images/picto_fleche_rouge.gif) 0px 5px no-repeat;
	padding-left:13px;
	margin-left:20px;
	padding-bottom:5px;
}

/*------------------------------------------------------------WEBINARS----------------------------------------------*/

.encart_session {
	width:306px;
	text-align:center;
	border:#c8c8c8 solid 1px;
	padding:6px;
	margin-top:70px;
}

.tab_sessions {
	width:280px;
	color:#666666;
	/*margin-top:45px;*/
}

.tab_sessions td {
	vertical-align:middle;
}

.tab_sessions td.case {	
	width:65px;
	padding-right:10px;
	text-align:right;
}

.tab_sessions td.case1 {	
	width:10px;
}

.tab_sessions td.date {
	width:147px;
}

.tab_sessions td.session {
	width:265px;
	padding-left:5px;
}

.tab_sessions td.ligne_separation_session {
	height:3px;
}

/*------------------------------------------------------------TRY AND COMPLY----------------------------------------------*/

.picto_fleche_rouge_noir {
	color:#000000;
	background:url(images/picto_fleche_rouge.gif) 0px 5px no-repeat;
	padding-left:13px;
	margin-left:20px;
	padding-bottom:5px;
}

.picto_puce_rouge {
	color:#e30712;
	background:url(images/pti_puce_rouge.gif) 0px 6px no-repeat;
	padding-left:10px;
	margin-left:20px;
	padding-bottom:5px;
}

.picto_puce_noir {
	background:url(images/pti_puce_rouge.gif) 0px 6px no-repeat;
	padding-left:10px;
	margin-left:20px;
	padding-bottom:5px;
}

/*------------------------------------------------------------WAF ANSWER-----------------------------------------------*/
.cadre_degrade_712 {
	width:671px;
	border:#d3d3d3 solid 2px;
	margin-bottom:30px;
	background:url(images/pixel_degrade_encart.gif) top repeat-x;
	background-color:#f1f1f1;
}


.pad20 {
	padding:20px;
}

#conteneur_middle {
	padding-top:300px;
	min-height:1px;
}

*html #conteneur_middle {/*ie6*/
	padding-top:287px;
	min-height:1px;
}

*+html #conteneur_middle {/*ie7*/
	padding-top:305px;
	min-height:1px;
}

#contenu_middle {
	margin-top:-300px;
}

*html #contenu_middle {/*ie6*/
	margin-top:-287px;
}

*+html #contenu_middle {/*ie7*/
	margin-top:-305px;
}

.txt12 {	
	font-size:12px;
}

.pti_puce_rouge {
	background:url(images/pti_puce_rouge.gif) 0px 6px no-repeat;
	padding-left:10px;
	display:block;
	line-height:18px;
}

.filet_rouge712 {
	background:url(images/pixel_rouge.gif) repeat-x;
	height:1px;
	width:673px;
}

.puce_rond_rouge {
	color:#e30712;
	font-weight:bold;
	background:url(images/picto_rond_rouge.gif) 0px 0px no-repeat;
	padding-left:24px;
	margin-bottom:15px;
}

/*--------------------------------------------------------------------------ABOUT PCI DSS--------------------------------------------------------------------------*/
.bloc_droite_puce {
	/*width:326px;*/
	width:296px;
	/*padding-left:32px;*/
	float:right;
}

.bloc_gauche_puce {
	width:326px;
	padding-right:32px;
	padding-bottom:40px;
}

*html .bloc_gauche_puce {/*ie6*/
	width:325px;
}

*+html .bloc_gauche_puce {/*ie7*/
	width:325px;
}


.grande_puce_rouge {
	background:url(images/grande_puce_rouge.gif) 0px 4px no-repeat;
	padding-left:10px;
	display:block;
	margin-top:10px;
}

.rouge_souligne {	
	text-decoration:underline;
	color:#e30712;
}
	
.filet_gris712 {
	background:url(images/pixel_gris.gif) repeat-x;
	height:1px;
	width:712px;
}

.txt_pad10 {
	padding-left:10px;
}

a.color_gris {
	color:#666666;
	text-decoration:none;
}

a.color_gris:hover {
	text-decoration:underline;
}

/*--------------------------------------------------------------------------WAF FOR PCI DSS--------------------------------------------------------------------------*/

.liste_puce_rouge {
	background:url(images/grande_puce_rouge.gif) 7px 3px no-repeat;
	padding-left:24px;
	margin-bottom:15px;
}

/*--------------------------------------------------------------------------PCI DSS COMPLIANT--------------------------------------------------------------------------*/
.cadre_712 {
	width:671px;
	border:#d3d3d3 solid 2px;
	margin-bottom:30px;
	background-color:#FFF;
}

.txt10 {
	font-size:10px;
}

.bloc_marg_formu {
	margin-left:155px;
	margin-top:20px;
}

.tab_formu {
	width:285px;
	color:#666666;
	padding-bottom:19px;
}

.tab_formu td {
	vertical-align:middle;
}

.tab_formu td.intitule_formu {	
	width:89px;
	padding-right:18px;
	text-align:right;
}

.tab_formu td.chps_formu{
	width:178px;
}

.tab_formu input.chps_formu_long{
	width:178px;
	font-size:11px;
	border:#c5c6c7 solid 1px;
}

.tab_formu input.chps_formu_court{
	width:145px;
	font-size:11px;
	border:#c5c6c7 solid 1px;
}

.tab_formu td.alerte {
	height:32px;
}

.tab_formu td.btn_validation {
	padding-left:155px;
}

.tab_formu td.ligne_separation_formu {
	height:5px;
}

ul.liste_civilite {	
	width:178px;
}

.liste_civilite li {
	list-style-type:none;
	float:left;
}

.liste_civilite li.puce_civilite {
	width:10px;
}

.liste_civilite li.intitule_civilite {
	width:35px;
	padding-left:10px;
}

*html .liste_civilite li.intitule_civilite {/*ie6*/
	width:25px;
	padding-left:10px;
	padding-top:3px;
}

*+html .liste_civilite li.intitule_civilite {/*ie7*/
	padding-top:3px;
}

/*--------------------------------------------------------------------------PCI DSS COMPLIANT FAQ--------------------------------------------------------------------------*/
.filet_double {
	margin-top:10px;
	margin-bottom:10px;
	width:672px;
}

ul.liste_faq {
	width:672px;	
}

.liste_faq li {
	list-style-type:none;
	float:left;
}

.liste_faq li.picto_faq {
	background:url(images/picto_rond_rouge.gif) 0px 0px no-repeat;
	padding-bottom:15px;
	width:25px;
}

.liste_faq li.question_faq {
	/*width:574px;*/
	width:527px;
	font-weight:bold;
	color:#666666;
	padding-right:10px;
	padding-bottom:10px;
}

.liste_faq li.puce_faq {
	width:10px;
}

.liste_faq li.choix_faq {
	width:31px;
	padding-left:10px;
	color:#666666;
}

*html .liste_faq li.choix_faq {/*ie6*/
	width:25px;
	padding-left:5px;
	padding-top:3px;
}

*+html .liste_faq li.choix_faq {/*ie7*/
	width:26px;
	padding-left:15px;
	padding-top:3px;
}

.cadre_faq {
	border:#dedede solid 1px;
	background:url(images/pixel_degrade_encart.gif) bottom repeat-x;
	background-color:#FFF;
	width:585px;
	padding:20px;
	margin-left:26px;
	margin-bottom:15px;
	text-align:justify;
}

.bloc_impression {
	float:right;
	margin-right:52px;
	margin-top:3px;
}

*html .bloc_impression {/*ie6*/
	margin-right:20px;
}

.btn_print a {
	background:url(../lang/en/boutons/btn_print.gif) no-repeat;
	width:198px;
	height:20px;
	display:block;
}

.btn_print a:hover {
	background:url(../lang/en/boutons/btn_print_hover.gif) no-repeat;
}

/*--------------------------------------------------------------------------HOW TO BUY--------------------------------------------------------------------------*/
.pad15 {
	padding:15px;
}

a.rouge_souligne {	
	text-decoration:underline;
	color:#e30712;
}

a.rouge_souligne:hover {	
	text-decoration:none;
}

.picto_carre_rouge {
	margin-left:20px;
	padding-left:10px;
	background:url(images/puce_carre_rouge.gif) 0px 6px no-repeat;
	padding-bottom:5px;
}

.double_filet_rouge {
	border-top:#e30712 solid 1px;
	border-bottom:#e30712 solid 1px;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
}

.tab_application_modele {
	width:666px;
	background:#FFF;
	margin:auto;
	margin-top:20px;
}

.tab_application_modele td {
	vertical-align:middle;
}

.tab_application_modele td {
	background:url(images/pixel_degrade_rouge.gif) repeat-x;
	height:18x;
	color:#FFF;
	padding-top:10px;
	padding-bottom:5px;
	font-weight:normal;
}

.tab_application_modele td.comparaison {
	width:214px;
	text-align:left;
	padding-left:15px;
	border-right:#FFF solid 1px;
	font-size:12px;
}

.tab_application_modele td.application {	
	width:108px;
	text-align:center;
	color:#FFF;
	border-right:#FFF solid 1px;
}

.tab_application_modele td.application_last {	
	width:109px;
	text-align:center;
	color:#FFF;
}

.tab_application {
	width:666px;
	background:#FFF;
	margin:auto;
	margin-top:0px;
	border-left:#a2a2a2 solid 1px;
	border-right:#a2a2a2 solid 1px;
}

.tab_application td {
	vertical-align:middle;
	border-bottom:#FFF solid 1px;
}

.tab_application td.comparaison1 {
	width:214px;
	text-align:left;
	padding-left:15px;
	background:#e8e8e8;
	border-right:#FFF solid 1px;
	padding-top:10px;
	padding-bottom:10px;
}

.tab_application td.application1{	
	width:108px;
	text-align:center;
	background:#efefef;
	border-right:#FFF solid 1px;
	padding-top:10px;
	padding-bottom:10px;
}

.tab_application td.application_last1{	
	width:109px;
	text-align:center;
	background:#efefef;
	padding-top:10px;
	padding-bottom:10px;
}

.tab_application td.comparaison2 {
	width:214px;
	text-align:left;
	padding-left:15px;
	background:#efefef;
	border-right:#FFF solid 1px;
	padding-top:10px;
	padding-bottom:10px;
}

.tab_application td.application2{	
	width:108px;
	text-align:center;
	background:#f3f3f3;
	border-right:#FFF solid 1px;
	padding-top:10px;
	padding-bottom:10px;
}

.tab_application td.application_last2{	
	width:109px;
	text-align:center;
	background:#f3f3f3;
	padding-top:10px;
	padding-bottom:10px;
}

.bas666 {
	background:url(images/bas_666.gif) no-repeat;
	width:666px;
	height:3px;
	margin:auto;
	margin-bottom:30px;
}

.tab_legende {
	margin:auto;
	width:666px;
	margin-bottom:55px;
}

.tab_legende td {
	vertical-align:top;
}

.tab_legende td.num_legende {
	width:25px;
	color:#e30712;
	font-weight:bold;
}

.tab_legende td.description_legende {
	width:265px;
}

.tab_legende td.espace_legende {	
	width:86px;
}

.tab_legende td.ligne_legende {
	height:40px;
}

.liste_puce_carre_gris {
	background:url(images/puce_carre_gris.gif) 0px 5px no-repeat;
	margin-left:10px;
	padding-left:10px;
}

.liste_grande_puce_rouge {
	background:url(images/grande_puce_rouge.gif) 0px 4px no-repeat;
	padding-left:10px;
	display:block;
	margin-top:10px;
	margin-left:25px;
}

.liste_grande_puce_rouge2 {
	background:url(images/grande_puce_rouge.gif) 0px 4px no-repeat;
	padding-left:10px;
	display:block;
	margin-top:10px;
	margin-left:10px;
}

.liste_petite_puce_rouge {
	background:url(images/pti_puce_rouge.gif) 0px 6px no-repeat;
	padding-left:10px;
	display:block;
	line-height:18px;
	margin-left:35px;
}

.bloc_marg_formu_complet {
	margin-top:20px;
}

.tab_formu_complet {
	width:440px;
	color:#666666;
	padding-bottom:19px;
}

.tab_formu_complet td {
	vertical-align:middle;
}

.tab_formu_complet td.intitule_formu {	
	width:243px;
	padding-right:18px;
	text-align:right;
}

.tab_formu_complet td.chps_formu{
	width:178px;
}

.tab_formu_complet input.chps_formu_long{
	width:178px;
	font-size:11px;
	border:#c5c6c7 solid 1px;
}

.tab_formu_complet select.chps_formu_long{
	width:182px;
	font-size:11px;
	border:#c5c6c7 solid 1px;
}

.tab_formu_complet input.chps_formu_court{
	width:145px;
	font-size:11px;
	border:#c5c6c7 solid 1px;
}

.tab_formu_complet td.alerte {
	height:32px;
}

.tab_formu_complet td.btn_validation {
	padding-left:310px;
}

.tab_formu_complet td.ligne_separation_formu {
	height:5px;
}

.tab_formu_complet td.ligne_separation_formu2 {
	height:20px;
}

.tab_formu_complet td.ligne_separation_formu3 {
	height:30px;
}

ul.liste_choix1 {	
	width:178px;
}

.liste_choix1 li {
	list-style-type:none;
	float:left;
}

.liste_choix1 li.puce_choix1 {
	width:10px;
}

.liste_choix1 li.intitule_choix1 {
	width:158px;
	padding-left:10px;
}

*html .liste_choix1 li.intitule_choix1 {/*ie6*/
	width:148px;
	padding-left:10px;
	padding-top:3px;
}

*+html .liste_choix1 li.intitule_choix1 {/*ie7*/
	padding-top:3px;
	width:148px;
	padding-left:15px;
}

ul.liste_choix2 {	
	width:178px;
}

.liste_choix2 li {
	list-style-type:none;
	float:left;
}

.liste_choix2 li.puce_choix2 {
	width:10px;
}

.liste_choix2 li.intitule_choix2 {
	width:65px;
	padding-left:10px;
}

*html .liste_choix2 li.intitule_choix2 {/*ie6*/
	width:58px;
	padding-left:10px;
	padding-top:3px;
}

*+html .liste_choix2 li.intitule_choix2 {/*ie7*/
	padding-top:3px;
	padding-left:15px;
	width:58px;
}

.centrer {
	text-align:center;
}

.align_right {	
	text-align:right;
}

/*--------------------------------------------------------------------------RAJOUT 081124--------------------------------------------------------------------------*/


.btn_learnmore a {
	background:url(../lang/en/boutons/btn_learnmore.gif) no-repeat;
	width:140px;
	height:20px;
	display:block;
}

.btn_learnmore a:hover {
	background:url(../lang/en/boutons/btn_learnmore_hover.gif) no-repeat;
}


/*------------------------------------------------------------RAJOUT 081127-----------------------------------------------*/
#bloc_catagorie {
	margin-top:10px;
	margin-left:5px;
	margin-bottom:10px;
}

*html #bloc_catagorie {	/*ie6*/
	margin-top:13px;
}

*+html #bloc_catagorie{	/*ie7*/
	margin-top:4px;
}


.arrondi_haut_simple_170 {	
	background:url(images/arrondi_haut_simple_170.gif) no-repeat;
	width:170px;
	height:4px;
}

*html .arrondi_haut_simple_170 {	/*ie6*/
	background:url(images/arrondi_haut_simple_170.gif) no-repeat;
	width:170px;
	height:4px;
	margin-bottom:-10px;
}

.pixel_simple170 {	
	border-left:#e0e0e0 solid 1px;
	border-right:#e0e0e0 solid 1px;
	width:168px;
	background:#FFF;
	padding-top:8px;
	padding-bottom:3px;
}

.pixel_simple170 p {	
	padding-left:15px;
	padding-right:15px;
}

.arrondi_bas_simple170 {
	background:url(images/arrondi_bas_degrade_170.gif) no-repeat;
	width:170px;
	height:16px;
}

.lien_catagorie a {
	background:url(images/picto_rond_gris.gif) 122px 0px no-repeat;
	display:block;
	text-decoration:none;
	padding-top:2px;
	padding-bottom:2px;
	color:#666666;
	padding-right:20px;
	margin-top:2px;
}



.lien_catagorie a:hover {
	background:url(images/picto_rond_rouge.gif) 122px 0px no-repeat;
	text-decoration:none;
	color:#e30712;
}

.lien_catagorie_selected a{
	background:url(images/picto_rond_rouge.gif) 122px 0px no-repeat;
	text-decoration:none;
	padding-right:10px;
	padding-top:2px;
	display:block;
	color:#e30712;
	padding-bottom:2px;
	margin-top:2px;
}

*html .lien_catagorie_selected a{/*ie6*/
	background:url(images/picto_rond_rouge.gif) 122px 0px no-repeat;
	text-decoration:none;
	display:block;
	color:#e30712;
	padding-bottom:2px;
	margin-top:2px;
	padding-right:20px;
}

.lien_catagorie_selected a:hover{
	text-decoration:none;
}

/*----------------------------Popup password----------------------------*/
#conteneur_popup {
	width:334px;
}

#popup_paiement{
	width:334px;
	border:#babbbc solid 1px;
	background:#FFF;
	padding:2px;
}

.btn_fermer_popup2 {
	float:right;
	padding-right:10px;
	padding-top:10px;
}
#barre_titre_password {
	background:url(images/degrade_popup.gif) repeat-x;
	height:35px;
}

#barre_titre_password .titre{
	color:#FFF;
	padding-top:10px;
	padding-left:15px;
	font-size:12px;
}

#bloc_texte_popup {
	border:#FFF solid 1px;;
	background:#eeeeee;
}

#contenu_texte_popup {
	padding:10px;
	padding-bottom:30px;
}	

a.color_rouge {	
	color:#e30712;
	text-decoration:none;
}

a.color_rouge:hover {
	text-decoration:none;
}

.pixel_bicolore {
	background:url(images/pixel_bicolore.gif) repeat-x;
	height:2px;
}

.bloc_imprimer_popup {
	background:#e0e0e0;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:15px;
	margin-bottom:30px;
}

.bloc_imprimer_popup p {
	margin-left:250px;
}

.picto_imprimer a {
	background:url(images/picto_imprimer.gif) no-repeat;
	padding-left:20px;
	color:#e30712;
	text-decoration:none;
}

.picto_imprimer a:hover {	
	text-decoration:underline;
}

/*----------------------------rajout 081202----------------------------*/

.formu_contact2{
	width:320px;
	margin-left:392px;
	margin-top:-20px;
}

*html .formu_contact2{/*ie6*/
	margin-left:342px;
}

*+html .formu_contact2 {/*ie7*/
	margin-left:342px;
}

.formu_contact3{
	width:320px;
	float:right;
	margin-right:-20px;
}
