/***************************** CSS GENERIC ********************************/
body, pre, input, textarea, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html, body, p, table, td, form, input, select, textarea, pre, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6{
	padding: 0px;
	margin: 0px;
}
table{

}
.cms_bloc table{
	border-collapse: collapse;
	border-color: #FFF ;
}
.cms_bloc_text table th,
.cms_bloc_text table td{
	border-color: #FFF !important;
	padding: 10px 15px !important;
}


body{
	text-align: center;
}

a{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;

}

a img{
	border-width: 0px;
}

td{
	vertical-align: top;
}

ul, ol{
	/* Sinon les puces ne sont pas visible sous IE */
	padding-left: 25px;
}

ul{
	list-style-type: disc;
}

li{
   line-height: 18px;
}

.cms_bloc ul, .cms_bloc ol{
	position: relative;
	padding: 5px 0px;
	line-height: 16px;
}

.cms_bloc ol{
	list-style-position: inside;
}

.cms_bloc ul{
	list-style-type: none;
	_list-style-type: disc;
}

.cms_bloc ul li{
	padding-left: 23px;
	/* background: url(http://www.azenor.fr/default/CMS/css/common/../../images/wgs1/puce_liste.gif) 7px 7px no-repeat; */
	overflow:hidden;

	_padding-left: 7px;
	_background: none;
	_list-style-position: inside;
}

.cms_bloc ol li{
	padding-left: 7px;
}

.cms_part{
	text-align: left;
	margin: 0px auto;
}

.cms_bandeau{
}

.cms_page{
}

.cms_gauche{
}

.cms_droite{
}

.cms_gauche, .cms_droite{
	float: left;
}

.cms_zone{
}

.cms_bloc{
	padding: 5px 0px;
	clear: both;
}

.cms_bloc table{
	border-collapse: collapse;
}

/*** BLOCS FILE ***/
.cms_bloc_file{
}

/*** BLOCS FORM ***/
.cms_bloc_form{
}

.cms_bloc_form table td{
	padding: 3px;
}

.cms_bloc_form table td.intitule{
	font-weight: bold;
	text-align: left;
	width: 200px;
	vertical-align: top;
}

.cms_bloc_form table td.valeur td{
	vertical-align: middle;
}


.cms_bloc_form label{
	padding: 0px 15px 0px 3px;
}

.cms_bloc_form input{
	width: 200px;
}

.cms_bloc_form textarea{
	width: 300px;
	height: 100px;
}

.cms_bloc_form select{
	width: 204px;
}

.cms_bloc_form_error{
	color: #FF0000;
	padding-bottom: 10px;
}

.cms_bloc_form_message{
	font-weight: bold;
	text-align: center;
}

.cms_bloc_form .cms_bloc_form_field_content{
	text-align: justify;
}

.cms_bloc_form table td.cms_bloc_form_field_antispam_text{
	width: auto;
}

.cms_bloc_form table td.cms_bloc_form_field_antispam_image{
	text-align: right;
}

.cms_bloc_form table td.cms_bloc_form_field_antispam_image img{
	border: 1px solid #000000;
}

.cms_bloc_form .cms_bloc_form_field_content, .cms_bloc_form table td.cms_bloc_form_field_antispam_text{
	padding: 10px 0px;
}

.cms_bloc_form .cms_bloc_form_field_checkbox input{
	width: auto;
}

.cms_bloc_form .cms_bloc_form_field_checkbox table td{
	padding: 0px;
}

.cms_bloc_form .cms_bloc_form_field_radio table td{
	padding: 0px 0px;
}

.cms_bloc_form .cms_bloc_form_field_radio input{
	width: auto;
}

.cms_bloc_form .cms_bloc_form_field_submit input{
	width: 85px;
	margin: 5px 0px;
}

/*** BLOCS HTML ***/
.cms_bloc_html{
}

/*** BLOCS MEDIA ***/
.cms_bloc_media{
	text-align: center;
}

.cms_bloc_media *{
	border: 0px;
	margin: 0px auto;
}

/*** BLOCS MODULE ***/
.cms_bloc_module{
}

/*** BLOCS MAP ***/
.cms_bloc_map .mm_carte{
	margin: auto;
}

.cms_bloc_map .mm_carte .mm_info_photo{
	float: left;
	padding: 0px 5px 5px 0px;
}

.cms_bloc_map .mm_carte .mm_info_titre{
	font-weight: bold;
}

.cms_bloc_map .mm_carte .mm_info_resume{
}

/*** BLOCS TEXTE ***/
.cms_bloc_text{
	text-align: justify;
}

.cms_bloc_text table{
	wwidth: 100%;
}

.cms_bloc_text table td{
	vertical-align: top;
}

.cms_bloc_text_media_gauche{
}

.cms_bloc_text_media_gauche .cms_bloc_media{
	position: relative;
	z-index: 2;
	padding: 0px;
	margin: 0px;
	float: left;
	padding: 0px 15px 15px 0px;
}

.cms_bloc_text_media_droite{
}

.cms_bloc_text_media_droite .cms_bloc_media{
	padding: 0px;
	margin: 0px;
	float: right;
	padding: 0px 0px 15px 15px;
}

.cms_bloc_text_haut{
}

.cms_bloc_text_media_centre{
	text-align: center;
	padding: 15px auto;
}

.cms_bloc_text_media_centre .cms_bloc_media{
	margin: 15px 0px;
}

.cms_bloc_text_bas{
}

.cms_bloc_text table td{
	vertical-align: top;
}

.cms_bloc_text_gauche{
	width: 49%;
}

.cms_bloc_text_milieu{
	width: 2%;
}

.cms_bloc_text_droite{
	width: 49%;
}

/*** BLOCS TITRE ***/
.cms_bloc_title{
}

.cms_bloc_title h2{

}

/*** ***/
.spacer{
	clear: both;
	line-height: 0px;
	width: 0px;
	font-size: 0px;
}body, pre, input, textarea, select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body{
	background: #0f63b3 url(http://www.azenor.fr/default/CMS/css/common/../../images/azenor/fond.jpg) left top repeat-x;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	color: #0f63b3;
}
a{
	color: #ff6c00;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
.a_contener{
	position: relative;
	z-index: 1;
	margin: 0px auto;
	width: 949px;
	text-align: left;
}

#a_contenu{
	font-size: 13px;
}


/******  STYLE DES LISTES  ******/

.a_contenu ul,
.a_contenu ol{
	position: relative;
	padding: 5px 0px;
	line-height: 16px;
}
.a_contenu ol{
	list-style-position: inside;
}
.a_contenu ul{
	list-style-type: none;
	_list-style-type: disc;
}

.a_contenu ul li{
	padding-left: 25px;
	background: url(http://www.azenor.fr/default/CMS/css/common/../../images/azenor/puce_liste.gif) 8px 5px no-repeat;
	overflow:hidden;
	
	_padding-left: 7px;
	_background: none;	
	_list-style-position: inside;
}
.a_contenu ol li{
	padding-left: 7px;
}


/****** FOOTER *******/

#a_footer{
	color: #004691;
	font-size: 11px;
}
#a_footer img{
	margin-bottom: -3px;	
}
#a_footer a.a_lien_footer{
	color: #FFF;
	font-weight: bold;
	padding: 0 5px 0 15px;	
	background: url(http://www.azenor.fr/default/CMS/css/common/../../images/azenor/puce_footer.jpg) left 5px no-repeat;
	text-decoration: none;
}
#a_footer a.a_lien_footer:hover{
	text-decoration: underline;
}

.titre_tableau{
	color: #FFF !important;
}
.a_lien_print,
a.a_lien_print{
	color: #fff;
}
a.a_lien_print{
	padding: 0 0px 0 17px;
	background: url(http://www.azenor.fr/default/CMS/css/common/../../images/azenor/puce_print.gif) left 2px no-repeat;
	text-decoration:none;
}
a.a_lien_print:hover{
	text-decoration:underline;
}
#a_menu dl, #a_menu dt, #a_menu dd, #a_menu ul, #a_menu li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#a_zone_menu{	
	z-index: 10;
	height: 49px;	
	background: #053b9a url(http://www.azenor.fr/default/CMS/css/common/../../images/azenor/menu.jpg) left top repeat-x;
}
#a_menu{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 949px;
	height: 49px;
	background: url(http://www.azenor.fr/default/CMS/css/common/../../images/azenor/fond_menu_off.jpg) left top no-repeat;
}

#a_menu dl{
	position: relative;
	float: left;
}

#a_menu dt{
	position: relative;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	height: 38px;	
	float: left;	
}

#a_menu dt a{
	height: 12px;
	line-height: 12px;
	padding: 18px 9px 19px 8px;
	float: left;
	_width: 1%;
	_white-space: nowrap;
	color: #FFF;
}
#a_menu dt.niv1_on a{
	background-color: #3d9ed2;
}
#a_menu dt.niv1_on a.menu_accueil{
	background: #3d9ed2 url(http://www.azenor.fr/default/CMS/css/common/../../images/azenor/fond_menu.jpg) left top no-repeat;
}
#a_menu dt .a_bordure_droite,
#a_menu dt .a_bordure_gauche{
	float: left;
	width: 2px;
	height: 48px;	
}
#a_menu dt .a_bordure_droite{
	background:  url(http://www.azenor.fr/default/CMS/css/common/../../images/azenor/sep_menu.jpg) right top no-repeat;	
}

#a_menu dd{
	position: absolute;
	top: 49px;
	left: 0px;
	display: none;
	border: 1px solid #0c4195;
	padding-bottom: 4px;
	background: #093a8e;
}

#a_menu li{
	background: #093a8e;
	cursor: pointer;
	width: 180px;
}

#a_menu li a, #a_menu dt a{
	display: block;
	color: #dfdfde;
	text-decoration: none;
}


#a_menu span.niv2{
	cursor: default;	
}
#a_menu span.niv2,
#a_menu a.niv2{
	display: block;
	width: 150px;
	font-weight: bold;	
	padding: 6px 10px 6px 20px;
	line-height: 14px;
}

#a_menu li.niv2_on  span.niv2,
#a_menu li.niv2_on  a.niv2{
	background: #4ba6d8;
	color: #022a7a;
}

#a_menu li.niv3,
#a_menu li.niv3_on{
	line-height: 14px;
}
#a_menu a.niv3{
	width: 145px;	
	padding: 2px 10px 2px 25px;
	text-decoration: none;
}

#a_menu li.niv3_on  a.niv3{
	text-decoration: underline;
	color: #58addc;
}
.cms_bloc_text_milieu{
	bbackground: url(http://www.azenor.fr/default/CMS/css/tpl4/../../images/sep2col.gif) center top repeat-y;
}
#sep2col{
	display: none;
	width:1px;
	background:#004785;
	position:absolute;
	top:103px;
	left:469px;
	z-index: 100;
}
#a_contenu{
	position: relative;
}
/******  BANDEAU HAUT  ******/
#a_bandeau{
	position: relative;
	z-index: 1;
	background: url(http://www.azenor.fr/default/CMS/css/tpl4/../../images/azenor/bandeau_type.jpg) left top no-repeat;
	height: 235px;
}

#a_bandeau h1{
	position: absolute;
	left: 5px;
	top: 3px;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	width: 900px;
	color: #ffffff;
	text-align: left;
}


#a_lien_accueil{
	display: block;
	position: absolute;
	left: 0px;
	top: 48px;
	width: 310px;
	height: 140px;
}
#a_lien_accueil img{
	width: 310px;
	height: 140px;
}
#a_lien_idee{
	display: block;
	position: absolute;
	z-index: 2;
	right: 0px;
	top: 0px;
	width: 300px;
	height: 105px;
}
#a_lien_contact{
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 300px;
	height: 117px;
}

/******  PAGE  ******/
#a_page{
	background: #012269 url(http://www.azenor.fr/default/CMS/css/tpl4/../../images/azenor/type.jpg) left top repeat-x;
	padding: 0 10px 8px 10px;
}
#a_contenu{
	background: #ffffff;
	padding: 15px 70px;
	min-height: 350px;
	height: auto;
	_height: 350px;
}
.cms_bloc_title h2{
	margin: 0;
	padding: 8px 0 10px 0;
	background: url(http://www.azenor.fr/default/CMS/css/tpl4/../../images/azenor/puce_titre.png) left top no-repeat;
	_background-image: url(http://www.azenor.fr/default/CMS/css/tpl4/../../images/azenor/puce_titre.gif);
	font-weight: bold;
	font-size: 16px;
	color: #004c93;
	text-transform: uppercase;
}

#a_maj{
	display: block;
	position: absolute;
	top: 3px;
	right: 10px;
	width: 210px;
	text-align: right;
	color: #255da5;
	/* color: #ffffff; */
}

/******  FIL D'ARIANE  ******/
#a_ariane{
	height: 21px;
	line-height: 21px;
	color: #FFF;
	font-size: 11px;
}
#a_ariane a{
	color: #FFF;
	text-decoration: none;
}
#a_ariane a:hover{
	text-decoration: underline;
}
#a_ariane .puce_ariane{
	background: url(http://www.azenor.fr/default/CMS/css/tpl4/../../images/azenor/puce_sep_ariane.gif) 6px 4px no-repeat;
	padding-left: 20px;
}


/******  PAGE  ******/

#a_page{
	position: relative;
	z-index: 1;
}

/****** FOOTER *******/

#a_footer{
	background: url(http://www.azenor.fr/default/CMS/css/tpl4/../../images/azenor/footer.jpg) top left no-repeat;
	height: 18px;
	padding: 16px 10px 16px 10px;
}.titre{
	margin: 0;
	background: url(http://www.azenor.fr/default/CMS/css/tpl4/../../images/azenor/puce_titre2.jpg) left 0px no-repeat;
	font-weight: bold;
	font-size: 16px;
	color: #004c93;
	text-transform: uppercase;
}

.titre_arrondi_rouge{
	margin: 0;
	background: url(http://www.azenor.fr/default/CMS/css/tpl4/../../images/azenor/titre-rouge.gif)  right top no-repeat;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	padding-right: 30px;
	padding-left: 10px;
}
.titre_arrondi_bleu{
	margin: 0;
	background: url(http://www.azenor.fr/default/CMS/css/tpl4/../../images/azenor/titre-bleu.gif)  right top no-repeat;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	padding-right: 30px;
	padding-left: 10px;

}
.titre_arrondi_orange{
	margin: 0;
	background: url(http://www.azenor.fr/default/CMS/css/tpl4/../../images/azenor/titre-orange.gif)  right top no-repeat;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	padding-right: 30px;
	padding-left: 10px;
}
.titre_arrondi_vert{
	margin: 0;
	background: url(http://www.azenor.fr/default/CMS/css/tpl4/../../images/azenor/titre-vert.gif)  right top no-repeat;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	padding-right: 30px;
	padding-left: 10px;
}
.titre_arrondi_turquoise{
	margin: 0;
	background: url(http://www.azenor.fr/default/CMS/css/tpl4/../../images/azenor/titre-turquoise.gif)  right top no-repeat;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	padding-right: 30px;
	padding-left: 10px;

}
.titre_arrondi_mauve{
	margin: 0;
	background: url(http://www.azenor.fr/default/CMS/css/tpl4/../../images/azenor/titre-mauve.gif)  right top no-repeat;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	padding-right: 30px;
	padding-left: 10px;
}

.surtitre{
	color: #6e6e6e;
	font-size: 14px;
	text-transform: uppercase;
}


.soustitre_bleu{
	color: #00a1e3;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}
.soustitre_vert{
	color: #7fc241;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}

.chapo{
	color: #df6d0d;
	font-weight: bold;
}

.intertitre{
	padding-left: 15px;
	background: url(http://www.azenor.fr/default/CMS/css/tpl4/../../images/azenor/puce_intertitre.gif) left 4px no-repeat; 
	color: #004c93;
	font-weight: bold;
	font-size: 13px;
	line-height: 22px;
}

.legende{
	color: #585858;
	font-style: italic;
	font-size: 11px;
}

.mise_en_avant_1{
	color: #00a1e3;
	font-weight: bold;
}
.mise_en_avant_2{
	color: #7fc241;
	font-weight: bold;
}
.mise_en_avant_3{
	color: #0306ff;
	font-weight: bold;
}
.mise_en_avant_4{
	color: #ed1c23;
	font-weight: bold;
}

.titre_tableau{
	font-weight: bold;
}
.mb-categorie {
	float:	right;
	width:	220px;
}

.mb-titre {
	color:			#004785;
	font-size:		18px;
	text-transform: uppercase;
	margin-bottom:	15px;
}

.mb-liste {
	list-style: 	none;
	margin-top:		30px;
}

.mb-produit {
	width:			45%;
	margin: 0px 0px 20px 0px;
	padding:		0px;
	background:		none !important;
	height:			105px;
	float:			left;
}

.mb-produit-media {
	padding:		4px;
	width:			93px;
	height:			93px;
	background:		url("http://www.azenor.fr/default/CMS/css/tpl4/../../images/azenor/boutique/cadre-produit.png");
	float:			left;
}

.mb-produit-titre .mb-produit-title {
	width:			auto;
}

.mb-produit-title {
	color:			#004785;
	font-size:		15px;
	text-transform: uppercase;
	font-weight:	bold;
	float:			left;
	width:			90%;
}

.mb-produit-checkbox {
	float:			right;
}

.mb-produit-description-courte {
	color:			#0095da;
	font-weight:	bold;
	clear:			right;
	line-height: 12px;
}

.mb-produit-savoir-plus {
	float:			right;
	clear:			none;
}

.mb-produit-prix-ttc {
	font-weight:	bold;
	float:			left;
	clear:			none;
}

.mb-produit-frais-port {
	float:			left;
	clear:			none;
}

.mb-errorbox {
	color:			#ff3c00;
	text-transform: uppercase;
	font-weight:	bold;
	text-align:		center;
	margin: 0px 0px 15px 0px;
}

.mb-infobox1 {
	clear:			both;
	width:			100%;
	text-align:		center;
}

.mb-infobox2 {
	font-weight:	bold;
	color:			#4e4e4e;
	clear:			both;
	width:			100%;
	margin-bottom:	15px;
}

.mb-navigation {
	width:			100%;
	clear:			both;
	margin:			0px;
	padding:		0px;
}

.mb-navigation td {
	vertical-align:	bottom;
}

.mb_td_prev, .mb_td_next {
	width:			112px;
}

.mb_btn_prev {
	float:			left;
	width:			112px;
	height:			23px;
	background:		url("http://www.azenor.fr/default/CMS/css/tpl4/../../images/azenor/boutique/btn-precedent.png") left top no-repeat;
	_background-image:		url("http://www.azenor.fr/default/CMS/css/tpl4/../../images/azenor/boutique/btn-precedent.gif");
	margin:			0px;
	border:			none;
	cursor:			pointer;
	cursor:			hand;
}

.mb_btn_next {
	float:			right;
	width:			112px;
	height:			27px;
	background:		url("http://www.azenor.fr/default/CMS/css/tpl4/../../images/azenor/boutique/btn-suivant.png") left top no-repeat;
	_background-image:		url("http://www.azenor.fr/default/CMS/css/tpl4/../../images/azenor/boutique/btn-suivant.gif");
	margin:			0px;
	border:			none;
	cursor:			pointer;
	cursor:			hand;
}

#TB_title {
	background:		url("http://www.azenor.fr/default/CMS/css/tpl4/../../images/azenor/boutique/fond-titre-thickbox.png");
}

#TB_closeAjaxWindow, #TB_window a#TB_closeWindowButton{
	color: #ffffff;
}


#TB_ajaxContent {
	margin:			0px !important;
	padding:		0px !important;
	width:			100% !important;
}

.mb-produit-prev {
	padding:		0px;
	margin:			0px;
	width:			140px;
}

.mb-produit-previsualisation {
	width:			auto;
}

.mb-produit-previsualisation-item {
	margin:			1px;
	padding:		4px;
	width:			124px;
	height:			123px;
	background:		url("http://www.azenor.fr/default/CMS/css/tpl4/../../images/azenor/boutique/cadre-produit-grand.png") no-repeat;
	_background-image:		url("http://www.azenor.fr/default/CMS/css/tpl4/../../images/azenor/boutique/cadre-produit-grand.gif");
	float:			left;
}

.mb-produit-prev-list {
	clear:			both;
	width:			140px;
}

.mb-produit-prev-list-item {
	margin:			1px;
	padding:		3px;
	width:			36px;
	height:			35px;
	background:		url("http://www.azenor.fr/default/CMS/css/tpl4/../../images/azenor/boutique/cadre-produit-petit.png") no-repeat;
	_background-image:		url("http://www.azenor.fr/default/CMS/css/tpl4/../../images/azenor/boutique/cadre-produit-petit.gif");
	float:			left;
}

.mb-produit-liste-details {
	float:			right;
	width:			68%;
	padding:		0px;
	margin:			0px;
}

.mb-produit-details {
	list-style:		none;
	float:			left;
	padding:		0px;
}

.mb-table-coord {
	width:			70%;
	margin:			auto;
}

.libelle {
	width:			35%;
	text-align:		right;
	padding-right: 5px;
	height: 22px;
}

.value input {
	width:			218px;
}

.value select {
	width:			220px;
}

.mb-cgv {
	padding-top:	10px;
	font-weight:	bold;
	text-align:		left;
}

.mb-cgv input {
	width:			auto;
}

.mb-infochamps {
	padding:		20px 0px 20px 0px;
}

.tablesorter {
	width:			100%;
}

.tablesorter .mb-recap-dark {
	background:		url("http://www.azenor.fr/default/CMS/css/tpl4/../../images/azenor/boutique/recap-tr-dark.png");
}

.tablesorter th {
	color:			#fff;
	text-align:		center;
	height:			30px;
	background:		#0095da;
	text-transform: uppercase;
}

.tablesorter .bordered{
	background:		url("http://www.azenor.fr/default/CMS/css/tpl4/../../images/azenor/boutique/header-separator.png") left top no-repeat;
	background-color:#0095da;
}

.tablesorter-footer {
	text-align:		right !important;
	text-transform: none !important;
}

.mb-produit-titre {
	vertical-align:	middle;
}

.tablesorter td {
	padding:		10px 0px 10px 0px;
	vertical-align:	middle;
}

.mb-produit-titre {
	height:			100%;
	margin:			auto;
}

.mb-recap-quantite, .mb-recap-prixht {
	width:			140px;
	text-align:		center;
}

.qte {
	text-align:		center;
}

.mb-recap-prixttc {
	width:			140px;
	text-align:		right;
}

.mb-recap-prixttc .prix_ttc, .mb-recap-prixttc .prix_ttc_text {
	text-transform: uppercase;
	font-weight:	bold;
}

#mb-paiement {
	color:			#004785;
	font-weight:	bold;
	width:			50%;
	float:			right;
	margin:			10px 0px 10px 0px;
}

#mb-paiement td {
	vertical-align:	middle;
}

form#formulaire_paiement_cb{
	margin:20px 10px 20px 10px;
}

form#formulaire_paiement_cb .message{
	padding-bottom:10px;
}

form#formulaire_paiement_cb input#btn_payer{
	padding:2px 5px 2px 5px;
	border:1px solid #004785;
	background:#004785;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
}

form#formulaire_paiement_cb input#btn_payer:hover{
	background:#0095da;
}
.total_ttc{
	padding-right: 5px;
}

.mb-fiche-produit{
	color: #004C93;
	padding: 0 10px;
}
