/********************************************************************
	**********                                                 **********
	**********     Feuille de style du client N°10000001     ************
	**********                                                 **********
	********************************************************************/
	
	
	/********** Début général **********/
	
	body { 
		background-color: #FFFFFF; /* body_background_color */
		background-image: none; /* body_background_image */
		background-repeat: repeat; /* boby_background_image_repeat */
		color: #5E5E5E; /* body_font_color */
		font-family: Verdana; /* body_font_family */
		font-size: 12px; /* body_font_size */		
	}
	
	div#visuBody {
		background-color: #FFFFFF; /* visu_body_background_color */
		background-image: none; /* visu_body_background_image */
		background-repeat: repeat; /* visu_boby_background_image_repeat */
		color: #5E5E5E; /* visu_body_font_color */
		font-size: 12px;
		font-family: Verdana;
	} 
	
	div#visuBody a {
		color: #5E5E5E; /* visu_a_color */
		text-decoration: underline; /* visu_a_underline */
	} 
	
	div#visuBody a:hover {
		color: #B3B3B3; /* visu_a_hover */
		text-decoration: underline; /* visu_a_hover_underline */
	} 
	
	div#visuBody .Widget a {
		color: #5E5E5E; /* visu_widget_a_color */
		} 
	
	a {
		color: #5E5E5E; /* a_color */
		text-decoration: underline; /* a_underline */
	}
		
	a:hover {
		color: #B3B3B3; /* a_hover */
		text-decoration: underline; /* a_hover_underline */
	}
	
	h1 {
		font-size: 16px; /* h1_font_size */
		font-weight: normal; /* h1_font_weight */
		font-style: normal; /* h1_font_style */
		color: #5E5E5E; /* h1_color */
		background-color: #; /* h1_background_color */
		text-decoration: none; /* h1_text_decoration */
		font-family: 'Trebuchet MS', sans-serif; /* h1_font_family */
		text-shadow: px px px #; /* h1_TextShadow */
	}
		
	h2 {
		font-size: 14px; /* h2_font_size */
		font-weight: normal; /* h2_font_weight */
		font-style: normal; /* h2_font_style */
		color: #5E5E5E; /* h2_color */
		background-color: #; /* h2_background_color */
		text-decoration: none; /* h2_text_decoration */
		font-family: 'Trebuchet MS', sans-serif; /* h2_font_family */
		text-shadow: px px px #; /* h2_TextShadow */
	}
		
	.entete {
		background: #0D4F71; /* entete_background */
		color: #FFFFFF; /* entete_color */
	}
	
	.entete a {
		color: #FFFFFF;
	}
	   
	#overtrail {
		border-color: #0D4F71; /* idem entete_background */
	}
	
	.vignette {
		border-color: #0D4F71; /* idem entete_background */
		}
	
	div#conteneur {
		width: 940px;
		background: none; /* ombre_conteneur */
		margin-top: 0px; /* marginTop_conteneur */
		}
	
	div#contenu {
		width: 940px;
	
		}
	#colonne_contenu.colonne_contenu_1 #contenuWrapper {
		padding-left: 0px; /* contenu_padding */
		padding-right: 0px;
		}
		
	#contenuShadowTop {
		display: none; /* contenu_shadowTop */
	}
	
	div#colonneWidgetsL {
	   /* background-color: #FFFFFF; colonneWidgetsL_background_color */
	   background-image: none; /* colonneWidgetsL_background_image */
	   background-repeat: no-repeat;
	   }
	
	.colonne_contenu_1 {
	   /* background-color: #FFFFFF; */
	   background-image: none;
	   background-repeat: no-repeat;
	   width: 920px;
	   }
	
	.colonne_contenu_2 {
	   /* background-color: #FFFFFF; */
	   background-image: none;
	   background-repeat: no-repeat;
	   width: 730px;
	   }
	
	.colonne_contenu_3 {
	   /* background-color: #FFFFFF; colonne_contenu_background_color */
	   background-image: none; /* colonne_contenu_background_image */
	   background-repeat: no-repeat;
	   width: 540px;
	   }
	
	div#colonneWidgetsR {
	   /* background-color: #FFFFFF; colonneWidgetsR_background_color */
	   background-image: none; /* colonneWidgetsR_background_image */
	   background-repeat: no-repeat;
	   }
	
	div#top {
		width: 970px;
		height: 10px; /* top_height */
		background: none; /* ombre_top */
		}
	
	div#footer{
		background: none; /* ombre_footer */
		
		}
	
	.footer{
		padding-top: 5px; /* footer_height */
	}
	
	.bottom_arrondi{
		background: none; /* bottom_arrondi */
		}
	
	.bottom_arrondi_2_L{
		background: none; /* bottom_arrondi_2_L */
		}
	
	.bottom_arrondi_2_R{
		background: none; /* bottom_arrondi_2_R */
		}
	
	.bottom_arrondi_1{
		background: none; /* bottom_arrondi_1 */
		}
	
	div#footer{
		width: 970px;
		color: #CCCCCC; /* footer_font_color */
		}
	
	div#footer a{
		color: #CCCCCC; /* footer_a_color */
		text-decoration: underline; /* footer_a_underline */
		}
	
	div#footer a:hover{
		color: #CCCCCC; /* footer_a_hover */
		text-decoration: none; /* footer_a_hover_underline */
		}
	
	
	/********** Fin général **********/
	
	
	/********** Début bannière/menu **********/
	 
	/********** Bannière **********/
	div#conteneur_header {
		width: 970px;
		background-image: none; /* banniere_background_image */
		background-repeat: no-repeat; /* banniere_background_repeat */
		}
	
	div#header {
		width: 940px;
		background-image: none; /* banniere_background_image_header */
		 background-color: #FFFFFF; /* banniere_background_color */
		height: 130px; /* banniere_height */
		}
	
	div#header a.headerLink {
		width: 970px;
		height: 130px; /* header_height */
		}
	
	div#header #logo { /* position du logo */
		top: 15px; /* logo_top */
		left: 40px; /* logo_left */
		visibility: visible; /* logo_visibility */
		}
	
	div#header #logo img { /* dimension du logo */
		width: 567px; /* logo_width */
		}
	
	div#header #header_code { /* position du code */
		top: 0px; /* header_code_top */
		left: 0px; /* header_code_left */
		visibility: hidden; /* header_code_visibility */
		}
	
	div#header #header_code2 { /* position du code 2 */
		top: 0px; /* header_code2_top */
		left: 0px; /* header_code2_left */
		visibility: visible; /* header_code2_visibility */
		}

	div#header #header_code3 { /* position du code 3 */
		top: 0px; /* header_code3_top */
		left: 0px; /* header_code3_left */
		visibility: visible; /* header_code3_visibility */
		}
		
	div#header #header_texte1, div#header #header_texte1 a {	/* Nom de la société */
		top: 25px; /* societe_top */
		left: 150px; /* societe_left */
		font-family: 'Trebuchet MS', sans-serif; /* societe_font_family */
		font-size: 58px; /* societe_font_size */
		visibility: hidden; /* societe_visibility */
		color: #666666; /* societe_color */
		font-weight: normal; /* societe_font_weight */
		font-style: normal; /* societe_font_italic */
		text-decoration: none; /* societe_font_underline */
		text-shadow: px px px #; /* header_texte1_TextShadow */
	}
	
	div#header #header_texte2, div#header #header_texte2 a {	/* Activité de la société */
		top: 85px; /* activite_top */
		left: 127px; /* activite_left */
		font-family: 'Trebuchet MS', sans-serif; /* activite_font_family */
		font-size: 22px; /* activite_font_size */
		color: #CCCCCC; /* activite_color */
		visibility: hidden; /* activite_visibility */
		font-weight: normal; /* activite_font_weight */
		font-style: normal; /* activite_font_italic */
		text-decoration: none; /* activite_font_underline */
		text-shadow: px px px #; /* header_texte2_TextShadow */
	}
	
	/********** Menu **********/
#navbar {
	background-color: #FFFFFF; /* navbar_background */
	height:30px;
	background-image: url('http://www.isurf-media.com/site_pro/userfiles/10003737-001/css/image/navbar44267.jpg?id=1278318758'); /* navbar_background_image */
	}

#navbar ul.menuBlock1{
float: left; /* navbar_float */
}

#navbar ul.menuBlock1, #navbar ul.menuBlock2{ /* onglets de la navbar */
	font-family: 'Trebuchet MS', sans-serif; /* onglet_font_family */
	font-size: 16px; /* onglet_font_size */
}

#navbar .currentDepth1 a { /* onglets de la navbar */
	padding-left: 20px; /* onglet_padding */
	padding-right: 20px; /* onglet_padding */
	color: #5E5E5E; /* onglet_color */
	background-color: #; /* onglet_background_color */
	background-image:  none; /* onglet_background_image */
	background-repeat: repeat-x;
	line-height: 30px; /* onglet_height */
	font-weight: normal; /* onglet_font_weight */
	font-style: normal; /* onglet_font_style */
	text-decoration: none; /* onglet_font_decoration */
}

#navbar .currentDepth1 a:hover{ /* onglets survolés */
	background-color: #; /* onglet_background_hover */
	color: #B3B3B3; /* onglet_color_hover */
	background-image:  none; /* onglet_background_image_hover */
	font-weight: normal; /* onglet_font_weight_hover */
	font-style: normal; /* onglet_font_style_hover */
	text-decoration: none; /* onglet_font_decoration_hover */
}

#navbar .currentDepth1 a.select {
	padding-left: 20px; /* onglet_padding */
	padding-right: 20px; /* onglet_padding */
	line-height: 30px; /* onglet_height */
	background-color: #FFFFFF; /* onglet_select_background */
	color: #3DACFF; /* onglet_select_color */
	background-image:  none; /* onglet_select_background_image */
	font-weight: normal; /* onglet_select_font_weight */
	font-style: normal; /* onglet_select_font_style */
	text-decoration: none; /* onglet_select_font_decoration */
}

#navbar .currentDepth2 a{ /* sous-menu */
	background-color: #FFFFFF; /* sub_onglet_background_color */
	color: #B3B3B3; /* sub_onglet_color */
	line-height: 30px; /* sub_onglet_height */
	text-decoration: none;
}

#navbar .currentDepth2 a:hover{	/* Texte des l'onglets survolés */
	color: #5E5E5E; /* sub_onglet_color_hover */
	background-color: #FFFFFF; /* sub_onglet_background_hover */
	text-decoration: none;
}

/****** slide_menu *******/
#divLineContent_ileft {
padding-top:10px;
padding-bottom:10px;
padding-left:5px;
padding-right:5px;
}
#divLine_ileft {
	background: #FFFFFF; /* slidedown_background */
margin-bottom: 10px;
	}
#slide_menu_top { 
	background-image: none; /* slidedown_background_top */
	background-color: #FFFFFF; /* slidedown_background_top_color */
	}
#slide_menu_bottom { 
	background-image: none; /* slidedown_background_bottom */
	background-color: #FFFFFF; /* slidedown_background_bottom_color */
	}

#slide_menu_top .iziSlideMenuTopC,#slide_menu_top .iziSlideMenuBottomC { background-color: #FFFFFF; }
#slide_menu_top .iziSlideMenuTopL { display: none; background-image: url('none'); }
#slide_menu_top .iziSlideMenuTopR { display: none; background-image: url('none'); }
#slide_menu_top .iziSlideMenuBottomL { display: none; background-image: url('none'); }
#slide_menu_top .iziSlideMenuBottomR { display: none; background-image: url('none'); }





#slide_menu ul li a {	/* Onglets */	
	margin-top: 0px; /* onglet_slidedown_margin */
	margin-bottom: 0px;
	border-bottom-width: 0px; /* onglet_slidedown_borderBottom */
	border-bottom-color: #000000; /* onglet_slidedown_borderBottomColor */
	border-bottom-style: solid;
	font-family: Arial, sans-serif; /* onglet_slidedown_font_family */
	font-size: 12px; /* onglet_slidedown_font_size */
	font-weight: normal; /* onglet_slidedown_font_weight */
	font-style: normal; /* onglet_slidedown_font_style */
	text-decoration: none; /* onglet_slidedown_font_decoration */
	color: #000000; /* onglet_slidedown_color */
	background-color: #ffffff; /* onglet_slidedown_background_color */
	background-image: none; /* onglet_slidedown_background_image */
	line-height: 20px; /* onglet_slidedown_height */
	}
	
.slide_menuFirstOnglet {
	border-top-width: 0px;
	border-top-color: #000000;
	border-top-style: solid;
}
	
#slide_menu ul li a:hover,#slide_menu .activeMainMenuItem {
	color: #000000; /* onglet_slidedown_color_hover */
	background-color: #ffffff; /* onglet_slidedown_background_color_hover */
	background-image: none; /* onglet_slidedown_background_image_hover */
	font-weight: normal; /* onglet_slidedown_font_weight_hover */
	font-style: normal; /* onglet_slidedown_font_style_hover */
	text-decoration: underline; /* onglet_slidedown_font_decoration_hover */
}
	
#slide_menu ul li a.select {
	color: #000000; /* onglet_slidedown_color_select */
	background-color: #; /* onglet_slidedown_background_color_select */
	background-image: none; /* onglet_slidedown_select_background_image */
	font-weight: bold; /* onglet_slidedown_select_font_weight */
	font-style: normal; /* onglet_slidedown_select_font_style */
	text-decoration: none; /* onglet_slidedown_select_font_decoration */
}

#slide_menu ul li.onglet_title a {
	color: #FFFFFF; /* onglet_slidedown_color_titre */
	background-color: #3399FF; /* onglet_slidedown_background_color_titre */
	background-image: url('http://www.isurf-media.com/site_pro/images/menu/menu2_20.png?id=1276903726'); /* onglet_slidedown_titre_background_image */
	font-weight: bold; /* onglet_slidedown_titre_font_weight */
	font-style: ; /* onglet_slidedown_titre_font_style */
	text-decoration: none; /* onglet_slidedown_titre_font_decoration */
	height: 20px;
	line-height: 20px; /* titre_slidedown_height */
	margin-top: 0px; /* titre_slidedown_margin */
	margin-bottom: 0px; /* titre_slidedown_marginBottom */
	font-family: Arial, sans-serif; /* titre_slidedown_font_family */
	font-size: 12px; /* titre_slidedown_font_size */
	text-align: center; /* onglet_slidedown_titre_text_align */
	border: none;
}

#slide_menu ul li.onglet_title a:hover {
	color: #FFFFFF; /* onglet_slidedown_color_titre_hover */
	background-color: #3399FF; /* onglet_slidedown_background_color_titre_hover */
	background-image: url('http://www.isurf-media.com/site_pro/images/menu/menu2_20.png?id=1276903726');
	font-weight: bold;
	font-style: ;
	text-decoration: none;
}
#slide_menu ul li .slide_subMenu {
background-color: #ffffff; /* sub_slidedown_background_color */
}

#slide_menu ul li .slide_subMenu ul li a {	/* sous-menu niveau 2 */
	font-family: Arial, sans-serif; /* onglet_slidedown_font_family */
	font-size: 12px; /* onglet_slidedown_font_size */
	color: #000000; /* sub_slidedown_color */
	background-image: none; /* sub_slidedown_background_image */
	line-height: 18px;
	height: 18px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	}
	
#slide_menu ul li .slide_subMenu ul li a:hover {	/* sous-menu niveau 2 Hover */
	color: #000000; /* sub_slidedown_color_hover */
	background-color: #ffffff; /* sub_slidedown_background_color_hover */
	background-image: none; /* sub_slidedown_background_image_hover */
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	}
	
/********** Widget **********/
	
	.title_izibox, .divLine.iziBox .divLineTitle {
	border-radius: 0px 0px 0px 0px; /* widget_h3_radius */
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	font-family: 'Trebuchet MS', sans-serif; /* widget_h3_font_family */
	font-size: 14px; /* widget_h3_font_size */
	font-weight: bold; /* widget_h3_font_weight */
	font-style: normal; /* widget_h3_font_italic */
	border-bottom-width: 0; /* widget_h3_underline_color */
	color: #5e5e5e; /* widget_h3_color */
	background-color: #; /* widget_h3_background_color */
	text-shadow: px px px #; /* title_izibox_TextShadow */
	}
		
	.divLine.iziBox {
	border-radius: 0px 0px 0px 0px; /* widget_radius */
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	box-shadow: 0px 5px 4px -3px #333; /* widget_shadow */
	-webkit-box-shadow: 0px 5px 4px -3px #333;
	-moz-box-shadow: 0px 5px 4px -3px #333;
	color: #5E5E5E; /* widget_color */
	background-color: #EEEEEE; /* widget_background_color */
	}
	
	.divLine.iziBox a {
	color: #5E5E5E; /* widget_a_color */
	}
	
	.divLine.iziBox a:hover {
	color: #B3B3B3; /* widget_a_hover */
	}
	
	.WidgetTop {
	   background-image: none; /* widget_top */
	   background-color: #EEEEEE; /* widget_background_top_color */
	   }
	
	.WidgetBottom {
	   background-image: none; /* widget_bottom */
	   background-color: #EEEEEE; /* widget_background_bottom_color */
	   }
	
	.iziBoxTopC, .iziBoxBottomC { background-color: #EEEEEE; }
	.iziBoxTopL { display: none; background-image: none; }
	.iziBoxTopR { display: none; background-image: none; }
	.iziBoxBottomL { display: none; background-image: none; }
	.iziBoxBottomR { display: none; background-image: none; }
	
	.WidgetOmbre {
	   background-image: url('http://www.isurf-media.com/site_pro/images/widgets/ombre.png?id=1395399542'); /* widget_ombre */
	   }
	
	.h3News{
		font-family: Arial, sans-serif; /* news_h3_font_family */
		font-size: 14px; /* news_h3_font_size */
		color: #EEEEEE; /* news_h3_color */
		background-color: #0D4F71; /* news_h3_background_color */
		font-weight: bold; /* news_h3_font_weight */
		font-style: normal; /* news_h3_font_italic */
		border-bottom: none; /* news_h3_underline_color */
		padding: 3px 3px 3px 5px;
	   }
	   
	/********** Fin bannière/menu **********/
	
	/********* Bloc Détail *********/
	
	/********* Fin Bloc Détail *********/

/********** Menu2 **********/

#navbar2 {
	background-color: #FFFFFF; /* navbar_background2 */
	height:30px;
	background-image: url('http://www.isurf-media.com/site_pro/userfiles/10003737-001/css/image/2navbar44268.jpg?id=1280387401'); /* navbar_background_image2 */
	}

#navbar2 ul.menuBlock1{
float: left; /* navbar_float2 */
}

#navbar2 ul.menuBlock1, #navbar2 ul.menuBlock2{ /* onglets de la navbar2 */
	font-family: 'Trebuchet MS', sans-serif; /* onglet_font_family2 */
	font-size: 16px; /* onglet_font_size2 */
}

#navbar2 .currentDepth1 a { /* onglets de la navbar2 */
	padding-left: 20px; /* onglet_padding2 */
	padding-right: 20px; /* onglet_padding2 */
	color: #5E5E5E; /* onglet_color2 */
	background-color: #; /* onglet_background_color2 */
	background-image:  none; /* onglet_background_image2 */
	background-repeat: repeat-x;
	line-height: 30px; /* onglet_height2 */
	font-weight: normal; /* onglet_font_weight2 */
	font-style: normal; /* onglet_font_style2 */
	text-decoration: none; /* onglet_font_decoration2 */
}

#navbar2 .currentDepth1 a:hover{ /* onglets survolés2 */
	background-color: #; /* onglet_background_hover2 */
	color: #B3B3B3; /* onglet_color_hover2 */
	background-image:  none; /* onglet_background_image_hover2 */
	font-weight: normal; /* onglet_font_weight_hover2 */
	font-style: normal; /* onglet_font_style_hover2 */
	text-decoration: none; /* onglet_font_decoration_hover2 */
}

#navbar2 .currentDepth1 a.select {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 30px; /* onglet_height2 */
	background-color: #ffffff; /* onglet_select_background2 */
	color: #EC591A; /* onglet_select_color2 */
	background-image:  none; /* onglet_select_background_image2 */
	font-weight: normal; /* onglet_select_font_weight2 */
	font-style: normal; /* onglet_select_font_style2 */
	text-decoration: none; /* onglet_select_font_decoration2 */
}

#navbar2 .currentDepth2 a{ /* sous-menu */
	background-color: #FFFFFF; /* sub_onglet_background_color2 */
	color: #B3B3B3; /* sub_onglet_color2 */
	line-height: 30px; /* sub_onglet_height2 */
	text-decoration: none;
}

#navbar2 .currentDepth2 a:hover{	/* Texte des l'onglets survolés2 */
	color: #5E5E5E; /* sub_onglet_color_hover2 */
	background-color: #FFFFFF; /* sub_onglet_background_hover2 */
	text-decoration: none;
}

/********** Fin menu2 **********/

/********** Menu3 **********/

#navbar3 {
	background-color: #FFFFFF; /* navbar_background3 */
	height:30px;
	background-image: none; /* navbar_background_image3 */
	}

#navbar3 ul.menuBlock1{
float: left; /* navbar_float3 */
}

#navbar3 ul.menuBlock1, #navbar3 ul.menuBlock2{ /* onglets de la navbar3 */
	font-family: 'Trebuchet MS', sans-serif; /* onglet_font_family3 */
	font-size: 16px; /* onglet_font_size3 */
}

#navbar3 .currentDepth1 a { /* onglets de la navbar3 */
	padding-left: 20px; /* onglet_padding3 */
	padding-right: 20px; /* onglet_padding3 */
	color: #5E5E5E; /* onglet_color3 */
	background-color: #; /* onglet_background_color3 */
	background-image:  none; /* onglet_background_image3 */
	background-repeat: repeat-x;
	line-height: 30px; /* onglet_height3 */
	font-weight: normal; /* onglet_font_weight3 */
	font-style: normal; /* onglet_font_style3 */
	text-decoration: none; /* onglet_font_decoration3 */
	text-shadow: px px px #; /* onglet_TextShadow3 */
}

#navbar3 .currentDepth1 a:hover{ /* onglets survolés3 */
	background-color: #; /* onglet_background_hover3 */
	color: #B3B3B3; /* onglet_color_hover3 */
	background-image:  none; /* onglet_background_image_hover3 */
	font-weight: normal; /* onglet_font_weight_hover3 */
	font-style: normal; /* onglet_font_style_hover3 */
	text-decoration: none; /* onglet_font_decoration_hover3 */
}

#navbar3 .currentDepth1 a.select {
	padding-left: 20px; /* onglet_padding3 */
	padding-right: 20px; /* onglet_padding3 */
	line-height: 30px; /* onglet_height3 */
	background-color: #FFFFFF; /* onglet_select_background3 */
	color: #273472; /* onglet_select_color3 */
	background-image:  none; /* onglet_select_background_image3 */
	font-weight: normal; /* onglet_select_font_weight3 */
	font-style: normal; /* onglet_select_font_style3 */
	text-decoration: none; /* onglet_select_font_decoration3 */
}

#navbar3 .currentDepth2 a{ /* sous-menu */
	background-color: #FFFFFF; /* sub_onglet_background_color3 */
	color: #B3B3B3; /* sub_onglet_color3 */
	line-height: 30px; /* sub_onglet_height3 */
	text-decoration: none;
}

#navbar3 .currentDepth2 a:hover{	/* Texte des l'onglets survolés3 */
	color: #5E5E5E; /* sub_onglet_color_hover3 */
	background-color: #FFFFFF; /* sub_onglet_background_hover3 */
	text-decoration: none;
}

/********** Fin menu3 **********/

/********** Menu4 **********/

#navbar4 {
	background-color: #FFFFFF; /* navbar_background4 */
	height:30px;
	background-image: none; /* navbar_background_image4 */
	}

#navbar4 ul.menuBlock1{
float: left; /* navbar_float4 */
}

#navbar4 ul.menuBlock1, #navbar4 ul.menuBlock2{ /* onglets de la navbar4 */
	font-family: 'Trebuchet MS', sans-serif; /* onglet_font_family4 */
	font-size: 16px; /* onglet_font_size4 */
}

#navbar4 .currentDepth1 a { /* onglets de la navbar4 */
	padding-left: 20px; /* onglet_padding4 */
	padding-right: 20px; /* onglet_padding4 */
	color: #5E5E5E; /* onglet_color4 */
	background-color: #; /* onglet_background_color4 */
	background-image:  none; /* onglet_background_image4 */
	background-repeat: repeat-x;
	line-height: 30px; /* onglet_height4 */
	font-weight: normal; /* onglet_font_weight4 */
	font-style: normal; /* onglet_font_style4 */
	text-decoration: none; /* onglet_font_decoration4 */
	text-shadow: px px px #; /* onglet_TextShadow4 */
}

#navbar4 .currentDepth1 a:hover{ /* onglets survolés4 */
	background-color: #; /* onglet_background_hover4 */
	color: #B3B3B3; /* onglet_color_hover4 */
	background-image:  none; /* onglet_background_image_hover4 */
	font-weight: normal; /* onglet_font_weight_hover4 */
	font-style: normal; /* onglet_font_style_hover4 */
	text-decoration: none; /* onglet_font_decoration_hover4 */
}

#navbar4 .currentDepth1 a.select {
	padding-left: 20px; /* onglet_padding4 */
	padding-right: 20px; /* onglet_padding4 */
	line-height: 30px; /* onglet_height4 */
	background-color: #FFFFFF; /* onglet_select_background4 */
	color: #84BF5F; /* onglet_select_color4 */
	background-image:  none; /* onglet_select_background_image4 */
	font-weight: normal; /* onglet_select_font_weight4 */
	font-style: normal; /* onglet_select_font_style4 */
	text-decoration: none; /* onglet_select_font_decoration4 */
}

#navbar4 .currentDepth2 a{ /* sous-menu */
	background-color: #FFFFFF; /* sub_onglet_background_color4 */
	color: #B3B3B3; /* sub_onglet_color4 */
	line-height: 30px; /* sub_onglet_height4 */
	text-decoration: none;
}

#navbar4 .currentDepth2 a:hover{	/* Texte des l'onglets survolés4 */
	color: #5E5E5E; /* sub_onglet_color_hover4 */
	background-color: #FFFFFF; /* sub_onglet_background_hover4 */
	text-decoration: none;
}

/********** Fin menu4 **********/

/********** Menu5 **********/

#navbar5 {
	background-color: #FFFFFF; /* navbar_background5 */
	height:30px;
	background-image: url('http://www.isurf-media.com/site_pro/userfiles/10003737-001/css/image/5navbar53185.png?id=1314222330'); /* navbar_background_image5 */
	}

#navbar5 ul.menuBlock1{
float: right; /* navbar_float5 */
}

#navbar5 ul.menuBlock1, #navbar5 ul.menuBlock2{ /* onglets de la navbar5 */
	font-family: 'Trebuchet MS', sans-serif; /* onglet_font_family5 */
	font-size: 12px; /* onglet_font_size5 */
}

#navbar5 .currentDepth1 a { /* onglets de la navbar5 */
	padding-left: 30px; /* onglet_padding5 */
	padding-right: 30px; /* onglet_padding5 */
	color: #5E5E5E; /* onglet_color5 */
	background-color: #; /* onglet_background_color5 */
	background-image:  none; /* onglet_background_image5 */
	background-repeat: repeat-x;
	line-height: 30px; /* onglet_height5 */
	font-weight: normal; /* onglet_font_weight5 */
	font-style: normal; /* onglet_font_style5 */
	text-decoration: none; /* onglet_font_decoration5 */
}

#navbar5 .currentDepth1 a:hover{ /* onglets survolés5 */
	background-color: #; /* onglet_background_hover5 */
	color: #B3B3B3; /* onglet_color_hover5 */
	background-image:  none; /* onglet_background_image_hover5 */
	font-weight: normal; /* onglet_font_weight_hover5 */
	font-style: normal; /* onglet_font_style_hover5 */
	text-decoration: none; /* onglet_font_decoration_hover5 */
}

#navbar5 .currentDepth1 a.select {
	padding-left: 30px;
	padding-right: 30px;
	line-height: 30px; /* onglet_height5 */
	background-color: #FFFFFF; /* onglet_select_background5 */
	color: #3DACFF; /* onglet_select_color5 */
	background-image:  none; /* onglet_select_background_image5 */
	font-weight: normal; /* onglet_select_font_weight5 */
	font-style: normal; /* onglet_select_font_style5 */
	text-decoration: none; /* onglet_select_font_decoration5 */
}

#navbar5 .currentDepth2 a{ /* sous-menu */
	background-color: #FFFFFF; /* sub_onglet_background_color5 */
	color: #B3B3B3; /* sub_onglet_color5 */
	line-height: 30px; /* sub_onglet_height5 */
	text-decoration: none;
}

#navbar5 .currentDepth2 a:hover{	/* Texte des l'onglets survolés5 */
	color: #5E5E5E; /* sub_onglet_color_hover5 */
	background-color: #FFFFFF; /* sub_onglet_background_hover5 */
	text-decoration: none;
}

/********** Fin menu5 **********/

/********** Menu6 **********/

#navbar6 {
	background-color: #FFFFFF; /* navbar_background6 */
	height:30px;
	background-image: none; /* navbar_background_image6 */
	}

#navbar6 ul.menuBlock1{
float: right; /* navbar_float6 */
}

#navbar6 ul.menuBlock1, #navbar6 ul.menuBlock2{ /* onglets de la navbar6 */
	font-family: 'Trebuchet MS', sans-serif; /* onglet_font_family6 */
	font-size: 16px; /* onglet_font_size6 */
}

#navbar6 .currentDepth1 a { /* onglets de la navbar6 */
	padding-left: 20px; /* onglet_padding6 */
	padding-right: 20px; /* onglet_padding6 */
	color: #5E5E5E; /* onglet_color6 */
	background-color: #; /* onglet_background_color6 */
	background-image:  none; /* onglet_background_image6 */
	background-repeat: repeat-x;
	line-height: 30px; /* onglet_height6 */
	font-weight: normal; /* onglet_font_weight6 */
	font-style: normal; /* onglet_font_style6 */
	text-decoration: none; /* onglet_font_decoration6 */
}

#navbar6 .currentDepth1 a:hover{ /* onglets survolés6 */
	background-color: #; /* onglet_background_hover6 */
	color: #B3B3B3; /* onglet_color_hover6 */
	background-image:  none; /* onglet_background_image_hover6 */
	font-weight: normal; /* onglet_font_weight_hover6 */
	font-style: normal; /* onglet_font_style_hover6 */
	text-decoration: none; /* onglet_font_decoration_hover6 */
}

#navbar6 .currentDepth1 a.select {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 30px; /* onglet_height6 */
	background-color: #FFFFFF; /* onglet_select_background6 */
	color: #3DACFF; /* onglet_select_color6 */
	background-image:  none; /* onglet_select_background_image6 */
	font-weight: normal; /* onglet_select_font_weight6 */
	font-style: normal; /* onglet_select_font_style6 */
	text-decoration: none; /* onglet_select_font_decoration6 */
}

#navbar6 .currentDepth2 a{ /* sous-menu */
	background-color: #FFFFFF; /* sub_onglet_background_color6 */
	color: #B3B3B3; /* sub_onglet_color6 */
	line-height: 30px; /* sub_onglet_height6 */
	text-decoration: none;
}

#navbar6 .currentDepth2 a:hover{	/* Texte des l'onglets survolés6 */
	color: #5E5E5E; /* sub_onglet_color_hover6 */
	background-color: #FFFFFF; /* sub_onglet_background_hover6 */
	text-decoration: none;
}

/********** Fin menu6 **********/

/********** slide_menu2 **********/

#divLineContent_ileft {
padding-top:10px;
padding-bottom:10px;
padding-left:5px;
padding-right:5px;
}
#divLine_ileft2 {
	background: #; /* slidedown_background2 */
margin-bottom: 10px;
	}
#slide_menu_top2 { 
	background-image: none; /* slidedown_background_top2 */
	background-color: #; /* slidedown_background_top_color2 */
	}
#slide_menu_bottom2 { 
	background-image: none; /* slidedown_background_bottom2 */
	background-color: #; /* slidedown_background_bottom_color2 */
	}

#slide_menu_top2 .iziSlideMenuTopC, #slide_menu_bottom2 .iziSlideMenuBottomC { background-color: #; }
#slide_menu_top2 .iziSlideMenuTopL { display: none; background-image: url('http://www.isurf-media.com/site_pro/userfiles/10003737-001/css/image/menu2-arrondi.png?id=1313794989'); }
#slide_menu_top2 .iziSlideMenuTopR { display: none; background-image: url('http://www.isurf-media.com/site_pro/userfiles/10003737-001/css/image/menu2-arrondi.png?id=1313794989'); }
#slide_menu_bottom2 .iziSlideMenuBottomL { display: none; background-image: url('http://www.isurf-media.com/site_pro/userfiles/10003737-001/css/image/menu2-arrondi.png?id=1313794989'); }
#slide_menu_bottom2 .iziSlideMenuBottomR { display: none; background-image:url('http://www.isurf-media.com/site_pro/userfiles/10003737-001/css/image/menu2-arrondi.png?id=1313794989'); }

#slide_menu2 ul li a {	/* Onglets */	
	margin-top: 0px; /* onglet_slidedown_margin2 */
	margin-bottom: 0px;
	border-bottom-width: 0px; /* onglet_slidedown_borderBottom2 */
	border-bottom-color: #000000; /* onglet_slidedown_borderBottomColor2 */
	border-bottom-style: solid;
	font-family: 'Trebuchet MS', sans-serif; /* onglet_slidedown_font_family2 */
	font-size: 12px; /* onglet_slidedown_font_size2 */
	font-weight: normal; /* onglet_slidedown_font_weight2 */
	font-style: normal; /* onglet_slidedown_font_style2 */
	text-decoration: none; /* onglet_slidedown_font_decoration2 */
	color: #000000; /* onglet_slidedown_color2 */
	background-color: #ffffff; /* onglet_slidedown_background_color2 */
	background-image: none; /* onglet_slidedown_background_image2 */
	line-height: 30px; /* onglet_slidedown_height2 */
	}
	
.slide_menuFirstOnglet2 {
	border-top-width: 0px;
	border-top-color: #000000;
	border-top-style: solid;
}
	
#slide_menu2 ul li a:hover,#slide_menu2 .activeMainMenuItem {
	color: #000000; /* onglet_slidedown_color_hover2 */
	background-color: #ffffff; /* onglet_slidedown_background_color_hover2 */
	background-image: none; /* onglet_slidedown_background_image_hover2 */
	font-weight: normal; /* onglet_slidedown_font_weight_hover2 */
	font-style: normal; /* onglet_slidedown_font_style_hover2 */
	text-decoration: underline; /* onglet_slidedown_font_decoration_hover2 */
}
	
#slide_menu2 ul li a.select {
	color: #000000; /* onglet_slidedown_color_select2 */
	background-color: #; /* onglet_slidedown_background_color_select2 */
	background-image: none; /* onglet_slidedown_select_background_image2 */
	font-weight: bold; /* onglet_slidedown_select_font_weight2 */
	font-style: normal; /* onglet_slidedown_select_font_style2 */
	text-decoration: none; /* onglet_slidedown_select_font_decoration2 */
}

#slide_menu2 ul li.onglet_title a {
	color: #FFFFFF; /* onglet_slidedown_color_titre2 */
	background-color: #3399FF; /* onglet_slidedown_background_color_titre2 */
	background-image: url('http://www.isurf-media.com/site_pro/images/menu/menu2_30.png?id=1313794989'); /* onglet_slidedown_titre_background_image2 */
	font-weight: bold; /* onglet_slidedown_titre_font_weight2 */
	font-style: ; /* onglet_slidedown_titre_font_style2 */
	text-decoration: none; /* onglet_slidedown_titre_font_decoration2 */
	height: 30px;
	line-height: 30px; /* titre_slidedown_height2 */
	margin-top: 0px; /* titre_slidedown_margin2 */
	margin-bottom: 0px; /* titre_slidedown_marginBottom2 */
	font-family: 'Trebuchet MS', sans-serif; /* titre_slidedown_font_family2 */
	font-size: 12px; /* titre_slidedown_font_size2 */
	text-align: left; /* onglet_slidedown_titre_text_align2 */
	border: none;
}

#slide_menu2 ul li.onglet_title a:hover {
	color: #FFFFFF; /* onglet_slidedown_color_titre_hover2 */
	background-color: #3399FF; /* onglet_slidedown_background_color_titre_hover2 */
	background-image: url('http://www.isurf-media.com/site_pro/images/menu/menu2_30.png?id=1313794989');
	font-weight: bold;
	font-style: ;
	text-decoration: none;
}
#slide_menu2 ul li .slide_subMenu {
background-color: #ffffff; /* sub_slidedown_background_color2 */
}

#slide_menu2 ul li .slide_subMenu ul li a {	/* sous-menu niveau 22 */
	margin-top: 0;
	margin-bottom: 0;
	border: none;
	font-family: 'Trebuchet MS', sans-serif; /* onglet_slidedown_font_family2 */
	font-size: 12px; /* onglet_slidedown_font_size2 */
	color: #000000; /* sub_slidedown_color2 */
	background-color: #ffffff;
	background-image: none; /* sub_slidedown_background_image2 */
	line-height: 28px;
	height: 28px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	}
	
#slide_menu2 ul li .slide_subMenu ul li a:hover {	/* sous-menu niveau 2 Hover2 */
	color: #000000; /* sub_slidedown_color_hover2 */
	background-color: #ffffff; /* sub_slidedown_background_color_hover2 */
	background-image: none; /* sub_slidedown_background_image_hover2 */
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	}

/********** Fin slide_menu2 **********/

/********** Menu7 **********/

#navbar7 {
	background-color: #FFFFFF; /* navbar_background7 */
	height:30px;
	background-image: url('http://www.isurf-media.com/site_pro/userfiles/10003737-001/css/image/7navbar44267.jpg?id=1313793886'); /* navbar_background_image7 */
	}

#navbar7 ul.menuBlock1{
float: right; /* navbar_float7 */
}

#navbar7 ul.menuBlock1, #navbar7 ul.menuBlock2{ /* onglets de la navbar7 */
	font-family: 'Trebuchet MS', sans-serif; /* onglet_font_family7 */
	font-size: 12px; /* onglet_font_size7 */
}

#navbar7 .currentDepth1 a { /* onglets de la navbar7 */
	padding-left: 20px; /* onglet_padding7 */
	padding-right: 20px; /* onglet_padding7 */
	color: #5E5E5E; /* onglet_color7 */
	background-color: #; /* onglet_background_color7 */
	background-image:  none; /* onglet_background_image7 */
	background-repeat: repeat-x;
	line-height: 30px; /* onglet_height7 */
	font-weight: normal; /* onglet_font_weight7 */
	font-style: normal; /* onglet_font_style7 */
	text-decoration: none; /* onglet_font_decoration7 */
}

#navbar7 .currentDepth1 a:hover{ /* onglets survolés7 */
	background-color: #; /* onglet_background_hover7 */
	color: #B3B3B3; /* onglet_color_hover7 */
	background-image:  none; /* onglet_background_image_hover7 */
	font-weight: normal; /* onglet_font_weight_hover7 */
	font-style: normal; /* onglet_font_style_hover7 */
	text-decoration: none; /* onglet_font_decoration_hover7 */
}

#navbar7 .currentDepth1 a.select {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 30px; /* onglet_height7 */
	background-color: #FFFFFF; /* onglet_select_background7 */
	color: #3DACFF; /* onglet_select_color7 */
	background-image:  none; /* onglet_select_background_image7 */
	font-weight: normal; /* onglet_select_font_weight7 */
	font-style: normal; /* onglet_select_font_style7 */
	text-decoration: none; /* onglet_select_font_decoration7 */
}

#navbar7 .currentDepth2 a{ /* sous-menu */
	background-color: #FFFFFF; /* sub_onglet_background_color7 */
	color: #B3B3B3; /* sub_onglet_color7 */
	line-height: 30px; /* sub_onglet_height7 */
	text-decoration: none;
}

#navbar7 .currentDepth2 a:hover{	/* Texte des l'onglets survolés7 */
	color: #5E5E5E; /* sub_onglet_color_hover7 */
	background-color: #FFFFFF; /* sub_onglet_background_hover7 */
	text-decoration: none;
}

/********** Fin menu7 **********/