/*-------------------------------------------------------------------
                          CSS CREALYSE 2008
version: 1.0
author: Crealyse Team
email: 
website: http://www.crealyse.net/
projet:Assuweb
-------------------------------------------------------------------*/
/*--------------------------------------------------------
           Style body 
--------------------------------------------------------*/

.boxTarif .boxTarifBtn a{
	height: 22px;
	width: 400px;
	padding-left:30px;
	padding-top:8px;
	display:inline-block;
	background-image: url(../images/btn_demande.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: 0px 0px;
}

.boxTarif .boxTarifBtn a:hover{
	background-image: url(../images/btn_demande.png);
	background-position: 0px -30px;
}
.boxTarifBtnprec a{
	height: 22px;
	width: 153px;
	padding-left:30px;
	padding-top:8px;
	display:inline-block;
	background-image: url(../images/btn_prec.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: 0px 0px;	
}
.boxTarifBtnprec a:hover{
	background-image: url(../images/btn_prec.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
.boxTarifBtn a{
	height: 22px;
	width: 153px;
	padding-left:30px;
	padding-top:8px;
	display:inline-block;
	background-image: url(../images/btn1.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: 0px 0px;	
}

.boxTarifBtn a:hover{
	background-image: url(../images/btn1.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
.boxTaransmettreBtn a{
	height: 22px;
	width: 240px;
	padding-left:15px;
	padding-top:8px;
	display:inline-block;
	background-image: url(../images/btn10.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: 0px 0px;	
}
.boxTaransmettreBtn a:hover{
	background-image: url(../images/btn10.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
.boxTarifBtnCorriger a{
	height: 22px;
	width: 70px;
	padding-left:30px;
	padding-top:8px;
	display:inline-block;
	background-image: url(../images/btn_corriger.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: 0px 1px;	
}
.boxTarifBtnCorriger a:hover{
	background-image: url(../images/btn_corriger.png);
	background-repeat: no-repeat;
	background-position: 0px -28px;
}

/*site map*/
.plan{width:220px;height:22px;line-height:22px;color:#034F6D;font-weight:bold;font-size:17px;font-family:arial;text-transform:uppercase; margin-top:30px;}
.planproduit{margin-top:10px; padding-left:10px; }
.planproduitcateg{margin:10px;padding-left:20px; }
.planproduitcateg a{ font-size:13px;color:#034F6D;font-family:arial;text-decoration:none;font-weight:bold; }
.planproduit a{font-size:13px;color:#034F6D;font-family:arial; text-decoration:none;font-weight:bold;  }
.planproduit a:hover{text-decoration:underline;}
.planproduitcateg a:hover{text-decoration:underline;}
.index{ height:23px; padding-left:10px; margin-top:10px;}
.index a{  text-decoration:none;color:#034F6D;font-family:arial;font-size:13px;font-weight:bold;}
.index a:hover{text-decoration:underline; }

.nomproduct{ padding-left:20px; margin-top:10px; }
.nomproduct a{font-size:12px;color:#034F6D; text-decoration:none; font-weight:100; }
.nomproduct a:hover{text-decoration:underline;}
/*fin site map */
body{
	top:0%;
	left:50%;
	position: relative; /*ou relative */
	width:900px;
	margin-left:-450px;
	background:#D6E8F2 url(../images/background.jpg); 
    background-repeat:repeat-x;
	margin-top:0px;
	padding:0px;
	
}
#wrapper{width:900px;padding-bottom:20px;background:#fff;}
/*--------------------------------------------------------
           Universal selector
--------------------------------------------------------*/
* {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
/*--------------------------------------------------------
                   colonnes
--------------------------------------------------------*/
           
#primaryContent {
display: inline;
width:506px;
float:left;
/*padding-left:24px;
padding-right:24px;*/
background:#fff;

}
#secondaryContent {
display: inline;
width:394px;
background:#fff;
float:left;
}


/*--------------------------------------------------------
           class Global
--------------------------------------------------------*/
.red {
	color:red;
}
.green {
	color:green;
}
.blue {
	color:#08448D;
}
.date {
	color:#897531;
	font-weight:bold;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style: italic;
}
.clear {
	clear:both;
}
/*--------------------------------------------------------
           Style IMG
--------------------------------------------------------*/
img {
	display:block;
}
/*--------------------------------------------------------
           Style TD
--------------------------------------------------------*/
td {
	vertical-align: top;
}
/*--------------------------------------------------------
          Heads
--------------------------------------------------------*/
h1 {
	color:#903F98;
}
h2 {
	color:#903F98;
	text-transform:uppercase;
	font-size:14px;
}
h3 {
}
/*--------------------------------------------------------
           Style Links
--------------------------------------------------------*/
a {text-decoration: none; color:#333333;}
a:hover {}
a.link1{text-decoration:underline;color:#006699;font-size:11px;font-family:arial;}
a.link1:hover{text-decoration:none;}
a.link2{text-decoration:underline;color:#666666;font-size:11px;font-family:arial;}
a.link2:hover{text-decoration:none;}
a.link3{text-decoration:none;font-family:arial;color:#fff;font-size:6px;}
a.link3:hover{text-decoration:underline;}
/*----------------------------------
           Header
------------------------------------*/
#header{
width:911px;
height:153px;
}
.HeaderRightBox{margin-top:5px;font-family:arial;color:#fff;font-size:9px;}
.HeaderRightBox a:hover{text-decoration:underline;}




/*----------------------------------
           Holder1
------------------------------------*/
#Holder1{
width:900px;
height:38px;
background:url(../images/bg_menuholder.jpg) left top repeat-x;
}
/*----------------------------------
          Style MainMenu
------------------------------------*/
#MainMenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height:38px;
}
#MainMenu li {
	float:left;
	display:inline;
	margin-left:0px;
	padding-top:12px;
	background:url(../images/bg_mainmenu.jpg) left 12px no-repeat;
}
#MainMenu li a.selected {background:url(../images/bg_mainmenu_hover.jpg) left top no-repeat;}
#MainMenu li a {
	display:block;
	background:url(../images/bg_mainmenu.jpg) left top no-repeat;
	width: 85px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	text-align:left;
	text-indent:0px;
	padding-left:31px;
	margin-right:11px;
}
#MainMenu li a:hover {
	background:url(../images/bg_mainmenu_hover.jpg) left top no-repeat;
}
#MainMenu li a.special {
width: 92px;
height: 22px;
padding-top:4px;
padding-left:24px;
line-height: 10px;
text-align:center;
}
/*----------------------------------
   footer
------------------------------------*/
#footer {
	font-size:11px;
	padding-top:14px;
	font-family:Arial;
	text-align:center;
	color:#006699;
	width:900px;
	background:url(../images/bg_footer.jpg) left top repeat-x;
}
#footer a {
	font-size:11px;
	font-family:Arial;
	text-align:center;
	color:#006699;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
/*----------------------------------
   form Search
------------------------------------*/
#divFormSearch{float:left;background:#fff url(../images/bg_search.jpg) repeat-x;width:257px;height:35px;margin-top:3px;}
#formSearch{margin:0px;padding:0px;}
.inputFormSearch{background-color:#fff;width:136px;height:19px;color:#000;font-weight:normal;border:none;}
.btnFormSearch{background:#fff url(../images/bg_search.jpg) repeat-x;width:29px;height:28px;border:none;color:#333333;font-weight:bold;cursor:pointer;}

/*----------------------------------
   form box devis
------------------------------------*/
.boxDevis{float:left;width:480px;height:232px;background:#fff url(../images/bg_box_devis.jpg) no-repeat;}
.boxDevisTitle{margin-top:18px;margin-left:18px;color:#fff;font-size:20px;font-family:arial;font-weight:bold;}
.boxDevisTitle2{margin-top:.px;margin-left:18px;color:#BE0C21;font-size:15px;font-family:arial;font-weight:bold; font-style:italic;}
.boxDevisTitleAssur{margin-top:10px;margin-left:45px;color:#013651;font-size:15px;font-family:arial;font-weight:bold;}
.boxDevisdFormAssur{margin-left:9px;height:15px;background-color:#fff;width:157px;color:#003F85;font-weight:normal;border:none;}
.boxDevisdFormAssurPuce{background:#fff url(../images/puce_form.png) no-repeat;width:19px;height:19px;}
.boxDevisTitlePostal{margin-top:12px;margin-left:104px;color:#fff;font-size:13px;font-family:arial;}
.boxDevisdFormPostal{margin-left:8px;height:15px;background-color:#fff;width:200px;color:#003F85;font-weight:normal;border:none;}
.boxDevisTitleEmail{margin-top:12px;margin-left:140px;color:#fff;font-size:13px;font-family:arial;}
.boxDevisdFormEmail{margin-left:10px;height:15px;background-color:#fff;width:200px;color:#003F85;font-weight:normal;border:none;}
.boxDevisBtn{margin-top:8px;margin-left:237px;background:#fff url(../images/btn_devis.jpg) no-repeat;width:105px;height:25px;color:#fff;font-size:14px;font-family:arial;font-weight:bold;line-height:25px;text-indent:20px;text-align:left;}
.boxDevisBtn a{color:#fff;font-size:14px;font-family:arial;font-weight:bold;line-height:25px;text-indent:20px;text-align:left;}
.boxDevisBtn a:hover{}
.boxDevisDesc{margin-top:6px;margin-left:91px;color:#BE0C21;font-size:12px;font-family:arial;font-weight:bold;}

/*----------------------------------
   form box dossiers
------------------------------------*/
.boxDossier{display:inline;float:left;width:351px;padding-top:0px;margin-left:15px;}
.boxDossierHeader{width:351px;margin-left:0px;height:25px;background:#fff url(../images/bg_dossier_header.jpg) no-repeat;}
.boxDossierHeader a{color:#fff;font-size:15px;font-family:arial;font-weight:bold;text-transform:uppercase;line-height:25px;margin-left:8px;}
.boxDossierHeader a:hover{}

.boxDossierItemHolder{background-color:#fff;border:1px solid #fff;width:345;height:52px;padding-top:8px;padding-right:2px;padding-bottom:8px;padding-left:5px;cursor:pointer;}
.boxDossierItemHolderhover{background-color:#E4ECEF;border:1px solid #ABCAD9;width:345;height:52px;padding-top:8px;padding-right:2px;padding-bottom:8px;padding-left:5px;cursor:pointer;}



.boxDossierItemTitle{color:#BE0C21;font-size:12px;font-family:arial;font-weight:bold;}

.boxDossierItemChapeau{color:#333333;font-size:11px;font-family:arial;text-align:justify;}

/*----------------------------------
   form box produits phares
------------------------------------*/
.boxLeadingProduct{float:left;width:310px;height:236px;background:#fff url(../images/bg_product_phare.jpg) no-repeat;}
.boxLeadingProductBoxTitle{color:#fff;font-size:15px;font-family:arial;font-weight:bold;text-indent:47px;margin-top:4px;}
.boxLeadingProductItem{width:288px;background-color:#fff;border:1px solid #fff;margin-bottom:0px;padding:4px;cursor:pointer;}
.boxLeadingProductItemhover{width:288px;background-color:#E4ECEF;border:1px solid #ABCAD9;cursor:pointer;margin-bottom:0px;}
.boxLeadingProductItemTitle{color:#034F6D;font-size:13px;font-family:arial;font-weight:bold;}
.boxLeadingProductItemChapeau{color:#4D4D4D;font-size:11px;font-family:arial;text-align:justify;line-height:12px;}
/*----------------------------------
   form box new product
 ------------------------------------*/
.boxNewProduct{float:left;width:170px;height:212px;background:#fff url(../images/bg_pruduct_new.jpg) no-repeat;margin-top:11px;}
.boxProductTitleNew{color:#fff;font-size:30px;font-family:arial;text-indent:10px;margin-top:13px;text-transform:uppercase;}
.boxNewProductPicto{margin-left:10px;margin-top:10px;background:#fff url(../images/picto_new_product.png)no-repeat;width:60px;height:60px;}
.boxNewProductTitle{margin-left:10px;margin-top:0px;color:#fff;font-size:13px;font-family:arial;font-weight:bold;text-transform:uppercase;}
.boxNewProductChapeau{margin-left:5px;margin-right:5px;margin-top:10px;color:#fff;font-size:12px;font-family:arial;font-weight:bold;}

/*----------------------------------
   form box our partners
 ------------------------------------*/
.boxOurPartners{float:left;background:#fff url(../images/our_partners.jpg) no-repeat;width:93px;height:212px;margin-top:11px;}
.boxOurPartnersItem{}
/*--------------------------------------------------------
          Style Nuage des tags
--------------------------------------------------------*/

#couldTags {
float:left;
width:206px;
min-height:198px;
margin-top:11px;
text-align:justify;
border:1px #669933 solid;
padding:5px;
}

#couldTags a.tagStyle1{color:#776F6B;font-size:14px;font-weight:bold;}
#couldTags a.tagStyle2{color:#776F6B;font-size:12px;}
#couldTags a.tagStyle3{color:#7AB031;font-size:16px;font-weight:bold;}
#couldTags a.tagStyle4{color:#776F6B;font-size:14px;}
#couldTags a.tagStyle5{color:#776F6B;font-size:12px;font-weight:bold;}
#couldTags a.tagStyle6{color:#ECEBEA;}
#couldTags a:hover{text-decoration:underline;}

/*----------------------------------
   form box our products 
------------------------------------*/
.boxOurProductBlocTitle{float:left;width:220px;height:22px;line-height:22px;color:#006699;font-size:20px;font-family:arial;text-align:left;text-transform:uppercase;}
.boxOurProductItem{width:233px;background-color:#fff;border:1px solid #fff;cursor:pointer;padding:4px;}
.boxOurProductItemhover{width:233px;background-color:#E4ECEF;border:1px solid #ABCAD9;cursor:pointer;padding:4px;}
.boxOurProductItemTitle{color:#034F6D;font-size:13px;font-family:arial;font-weight:bold;}
.boxOurProductItemChapeau{color:#4D4D4D;font-size:11px;font-family:arial;text-align:justify;line-height:12px;}
/*----------------------------------
   Box products  Page Products
------------------------------------*/

.boxProductCol{float:left;width:282px;background-color:#fff;}

.boxOurProductBlocTitle{float:left;width:150px;height:22px;line-height:22px;color:#006699;font-size:20px;font-family:arial;text-align:left;text-transform:uppercase;}
.boxOurProductItem2{float:left;margin-right:38px;width:233px;background-color:#fff;border:1px solid #fff;cursor:pointer;padding:4px;}
.boxOurProductItem2hover{width:233px;background-color:#E4ECEF;border:1px solid #ABCAD9;cursor:pointer;padding:4px;}
.boxOurProductItem2Title{color:#034F6D;font-size:13px;font-family:arial;font-weight:bold;}
.boxOurProductItem2Chapeau{color:#4D4D4D;font-size:11px;font-family:arial;text-align:justify;line-height:12px;}
/*----------------------------------
   form box  products 
------------------------------------*/
.boxProductItem{width:263px;background-color:#fff;border:1px solid #fff;cursor:pointer;padding:5px;}
.boxProductItem:hover{width:263px;background-color:#E4ECEF;border:1px solid #ABCAD9;cursor:pointer;}
.boxProductItemTitle{color:#034F6D;font-size:13px;font-family:arial;font-weight:bold;}
.boxProductItemChapeau{color:#4D4D4D;font-size:11px;font-family:arial;text-align:justify;line-height:12px;}


/*----------------------------------
   form Assurance santé
 ------------------------------------*/
.boxAssuranceSante{}
.boxAssuranceSanteTitle{background:#fff;margin-left:8px;color:#006699;font-size:23px;font-family:arial;text-transform:uppercase; font-weight:normal;}
.boxAssuranceSanteChapeau{margin-left:4px;color:#333333;font-size:12px;font-family:arial;text-align:justify;}
.boxAssuranceSanteTexte{float:left;margin-left:4px;color:#333333;font-size:12px;font-family:arial;text-align:justify;}
.boxAssuranceSanteTexte a{
font-size:13px;
color:#006699;
font-family:arial;
}


/*----------------------------------
   form box tarif santé
------------------------------------*/
.boxTarif{float:left;margin-top:28px;margin-left:58px;width:387px;height:370px;}
.boxTarifTitle{margin-top:18px;margin-bottom:18px;margin-left:18px;color:#fff;font-size:23px;font-family:arial;font-weight:bold;}
.boxTarifBenific{margin-top:29px;margin-left:133px;color:#fff;font-size:12px;font-family:arial;}
.boxTarifFormBenific{float:left;margin-left:9px;height:15px;background-color:#fff;width:157px;color:#003F85;font-weight:normal;}
.boxTarifPostal{margin-top:12px;margin-left:36px;color:#fff;font-size:12px;font-family:arial;}
.boxTarifFormPostal{float:left;margin-left:8px;height:15px;background-color:#fff;width:157px;color:#003F85;font-weight:normal;}
.boxTarifCommune{float:left;margin-top:12px;margin-left:118px;color:#fff;font-size:12px;font-family:arial;}
.boxTarifFormCommune{margin-left:10px;height:15px;background-color:#fff;width:157px;color:#003F85;font-weight:normal;}
.boxTarifNbreEnfant{float:left;margin-top:12px;margin-left:107px;color:#fff;font-size:12px;font-family:arial;}
.boxTarifFormNbreEnfant{margin-left:10px;height:15px;background-color:#fff;width:157px;color:#003F85;font-weight:normal;}


.inputFormTarif{background-color:#fff;width:166px;height:19px;color:#000;font-weight:normal;border:none;}

/*----------------------------------
   form Assurance similaire
 ------------------------------------*/
.boxAssuranceSimilaire{width:241px;}
.boxAssuranceSimilaireHolder{background:#fff url(../images/bg_similar_assurance.jpg) no-repeat;width:241px;height:25px;color:#fff;font-size:12px;font-family:arial;font-weight:normal;text-indent:10px;line-height:25px;text-transform:uppercase;}
.boxAssuranceSimilaireTitle{}
.boxAssuranceSimilaireItem{width:239px;cursor:pointer;}
.boxAssuranceSimilaireItemTitle{color:#034F6D;font-size:12px;font-family:arial;font-weight:bold;text-decoration:none;}
.boxAssuranceSimilaireItemChapeau{color:#4D4D4D;font-size:11px;font-family:arial;text-align:justify;line-height:12px;text-decoration:none;}


/*----------------------------------
   form dossier associé
 ------------------------------------*/
.boxOtherFileBg .boxDossierSimilaireItem{
	padding:4px;
	background-image:url(../images/bg_other_file1.jpg);
}
.boxDossierAssocie{width:241px;}
.boxDossierAssocieHolder{background:#fff url(../images/bg_dossier_assoc.jpg) no-repeat;width:241px;height:25px;color:#fff;font-size:12px;font-family:arial;font-weight:bold;line-height:25px;text-transform:uppercase;text-indent:10px;}
.boxDossierAssocieItem{width:241px;cursor:pointer;}
.boxDossierAssocieItemTitle{margin-left:6px;color:#BE0C21;font-size:12px;font-family:arial;font-weight:bold;}
.boxDossierAssocieItemChapeau{margin-top:2px;color:#013651;font-size:11px;font-family:arial;text-align:justify;}

/*----------------------------------
   form Assurance SCOOTER 
 ------------------------------------*/
.boxAssuranceScooter{margin-left:28px;}
.boxAssuranceScooterTitle{background:#fff;margin-top:15px;margin-left:8px;color:#006699;font-size:23px;font-family:arial;text-transform:uppercase;}
.boxAssuranceScooterChapeau{margin-left:4px;color:#333333;font-size:12px;font-family:arial;text-align:justify;}
/*----------------------------------
   form dossier associé 1
 ------------------------------------*/
.boxDossierAssocie1{margin-left:108px;border-left:1px #A5C6D3 solid;border-right:1px #A5C6D3 solid;border-bottom:1px #A5C6D3 solid;background:#fff url(../images/bg_box_produit.jpg) no-repeat;width:240px;height:229px;}
.boxDossierAssocieHolder1{background:#fff url(../images/bg_dossier_assoc.jpg) no-repeat;width:241px;height:25px;color:#fff;font-size:12px;font-family:arial;font-weight:bold;text-indent:5px;line-height:25px;text-transform:uppercase;}
.boxDossierAssocieTitle1{color:#BE0C21;text-decoration:none;font-size:12px;font-family:arial;font-weight:bold;cursor:pointer;}
.boxDossierAssocieTitle1hover{text-decoration:underline;}
.boxDossierAssocieChapeau1{text-decoration:none;color:#333333;font-size:11px;font-family:arial;text-align:justify;cursor:pointer;}
.boxDossierAssocieChapeau1hover{text-decoration:underline;}
/*----------------------------------
   form demande souscription
 ------------------------------------*/
.boxDemandeSouscription{}
.boxDemandeSouscriptionTitle{color:#006699;font-size:12px;font-family:arial;font-weight:bold;text-indent:30px;text-transform:uppercase;font-weight:bold;}
/*----------------------------------
   form telecharger 
 ------------------------------------*/
.boxTelecharger{}
.boxTelechargerTitle{color:#BB0D0E;font-size:11px;font-family:arial;}
.boxTelechargerTitle a{color:#BB0D0E;font-size:11px;font-family:arial;}
.boxTelechargerTitle a:hover{}
/*----------------------------------
   form  page menu dossier
 ------------------------------------*/
.boxMenuDossier{}
.boxMenuDossierItem{float:left;width:268px;background-color:#fff;border:1px solid #fff;cursor:pointer;padding:5px; display:block;}
.boxMenuDossierItem:hover{width:268px;background-color:#E4ECEF;border:1px solid #ABCAD9;cursor:pointer; padding:5px;}
.boxMenuDossierItemhover{width:268px;background-color:#E4ECEF;border:1px solid #ABCAD9;cursor:pointer; padding:5px;}
.boxMenuDossierItemTitle{margin-bottom:4px;color:#BB0D0E;font-size:11px;font-family:arial;font-weight:bold;}
.boxMenuDossierItemChapeau{display:inline;float:left;width:138px;padding:0px 6px 0px 4px;line-height:12px;color:#4D4D4D;font-size:11px;font-family:arial;text-align:justify;}

/*----------------------------------
   form  page  dossier
 ------------------------------------*/
 #sDossiersList{
margin: 0px;
padding: 0px;
list-style-type: none;
}
#sDossiersList li{
float:left;
display:inline;
height: 21px;
margin-bottom:5px;
}
#sDossiersList li.separator{
width:13px;height:21px;background:#fff url(../images/bg_separator_sd.gif) repeat-x;
}
#sDossiersList li a.inactive{display:block;background:#fff url(../images/btn_sdossier_center.gif) repeat-x;height:21px;line-height:21px;color:#136CD2;font-size:10px;min-width:96px;text-align:center;cursor:pointer}
#sDossiersList li a.inactive:hover{background:#136CD2 url(../images/btn_sdossier2_center.gif) repeat-x;height:21px;line-height:21px;color:#fff;font-size:10px;min-width:96px;text-align:center;cursor:pointer}
#sDossiersList li a.selected{background:#136CD2 url(../images/btn_sdossier2_center.gif) repeat-x;height:21px;line-height:21px;color:#fff;font-size:10px;min-width:96px;text-align:center;cursor:pointer}
#sDossiersList li a.selected_l{float:left;background:#136CD2 url(../images/btn_sdossier2_left.gif) no-repeat;height:21px;width:10px;line-height:21px;color:#fff;font-size:10px;cursor:pointer}
#sDossiersList li a.inactive_l{float:left;background:#136CD2 url(../images/btn_sdossier_left.gif) no-repeat;height:21px;width:10px;line-height:21px;color:#fff;font-size:10px;cursor:pointer}
#sDossiersList li a.selected_r{float:left;background:#136CD2 url(../images/btn_sdossier2_right.gif) no-repeat;height:21px;width:10px;line-height:21px;color:#fff;font-size:10px;cursor:pointer}
#sDossiersList li a.inactive_r{float:left;background:#136CD2 url(../images/btn_sdossier_right.gif) no-repeat;height:21px;width:10px;line-height:21px;color:#fff;font-size:10px;cursor:pointer}

.boxPageDossier{width:532px;}
.boxPageDossierTitle{color:#BB0D0E;font-size:13px;font-family:arial;text-transform:uppercase; font-weight:normal;}
.boxPageDossierChapeau{width:300px;color:#333333;font-size:11px;font-family:arial;text-align:justify;}
.boxPageDossierContent{margin-top:14px;color:#333333;font-size:11px;font-family:arial;text-align:justify;}
/*----------------------------------
   form Produits similaires 
 ------------------------------------*/
.boxProductSimilaire{border-left:1px #A5C6D3 solid;border-right:1px #A5C6D3 solid;border-bottom:1px #A5C6D3 solid;background:#fff url(../images/bg_box_produit.jpg) no-repeat;width:240px;height:229px;}
.boxProductSimilaireHolder{background:#fff url(../images/bg_similar_assurance.jpg) no-repeat;width:241px;height:25px;color:#fff;font-size:12px;font-family:arial;font-weight:bold;line-height:25px;text-transform:uppercase;}
.boxProductSimilaireItem{width:263px;cursor:pointer;}
.boxProductSimilaireItemhover{width:263px;background-color:#E4ECEF;border:1px solid #ABCAD9;cursor:pointer;}
.boxProductSimilaireItemTitle{color:#034F6D;font-size:13px;font-family:arial;font-weight:bold;}
.boxProductSimilaireItemChapeau{color:#4D4D4D;font-size:11px;font-family:arial;text-align:justify;line-height:12px;}
/*----------------------------------
   form box other file
 ------------------------------------*/
.boxOtherFile{}
.boxOtherFileBg{background:#fff url(../images/bg_other_file.jpg) no-repeat;width:244px;min-height:250px}
.boxOtherFileBgTitle{position:relative;left:40px;top:6px;color:#fff;font-size:12px;font-family:arial;font-weight:bold;margin-bottom:16px;}
.boxOtherFileTitle{color:#BE0C21;font-size:12px;font-family:arial;font-weight:bold;}
.boxOtherFileChapeau{margin-top:2px;color:#333333;text-align:justify;font-size:11px;font-family:arial;}
/*----------------------------------
   form box Produit phare actualité
 ------------------------------------*/
.boxLeadingProductActualite{border-left:1px #A5C6D3 solid;border-right:1px #A5C6D3 solid;border-bottom:1px #A5C6D3 solid;background:#fff url(../images/bg_box_produit.jpg) no-repeat;width:240px;height:229px;}
.boxLeadingProductActualiteHolder{background:#fff url(../images/bg_similar_assurance.jpg) no-repeat;width:241px;height:25px;color:#fff;font-size:12px;font-family:arial;font-weight:bold;line-height:25px;text-transform:uppercase;}
.boxLeadingProductActualiteItem{width:263px;cursor:pointer;}
.boxLeadingProductActualiteItemhover{width:263px;background-color:#E4ECEF;border:1px solid #ABCAD9;cursor:pointer;}
.boxLeadingProductActualiteItemTitle{color:#034F6D;font-size:13px;font-family:arial;font-weight:bold;}
.boxLeadingProductActualiteItemChapeau{color:#4D4D4D;font-size:11px;font-family:arial;text-align:justify;line-height:12px;}

/*----------------------------------
   form box new assurance scooter
 ------------------------------------*/
.boxNewAssuranceScooter{float:left;background:#fff url(../images/bg_assurance_new.jpg) no-repeat;width:238px;height:142px;}
.boxNewAssuranceScooterTitleNew{color:#fff;text-indent:8px;margin-top:10px;font-size:21px;font-family:arial;text-transform:uppercase;}
.boxNewAssuranceScooterTitle{margin-left:7px;margin-top:0px;color:#7AB031;font-weight:bold;font-size:18px;font-family:arial;}
.boxNewAssuranceScooterChapeau{margin-left:10px;margin-right:10px;margin-top:0px;color:#fff;font-size:11px;font-weight:bold;font-family:arial;text-align:justify;}
/*----------------------------------
   form  page menu actualité
 ------------------------------------*/
.boxMenuActualite{}
.boxMenuActualiteItem{width:271px; height:120px;float:left;background-color:#fff;border:1px solid #fff;cursor:pointer;padding:5px;}
.boxMenuActualiteItemhover{background-color:#E4ECEF;border:1px solid #ABCAD9;}
.boxMenuActualiteItemTitle{margin-top:6px;margin-bottom:6px;color:#006699;font-size:11px;font-family:arial;font-weight:bold;}
.boxMenuActualiteItemChapeau{color:#4D4D4D;font-size:11px;font-family:arial;text-align:justify;line-height:12px;}
/*----------------------------------
   form  page actualité
 ------------------------------------*/
.boxPageActualite{width:508px;}
.boxPageActualiteTitle{float:left;width:300px;padding-left:8px;padding-right:8px;color:#333333;font-size:12px;font-family:arial;font-weight:bold;text-align:justify;position:relative;top:20px;}
.boxPageActualiteTitle1{float:left;width:300px;padding-left:8px;padding-right:8px;color:#006699;font-size:13px;font-family:arial;font-weight:bold;text-align:justify;position:relative;}
.boxPageActualiteTexte{color:#333333;font-size:11px;font-family:arial;text-align:justify;}
/*----------------------------------
   form box other actualité
 ------------------------------------*/
.boxOtherActualite{}
.boxOtherActualiteItem{padding:8px;}
.boxOtherActualiteBg{background:#fff url(../images/bg_other_actualite.jpg) no-repeat;width:282px;height:297px;}
.boxOtherActualiteBgTitle{position:relative;left:40px;top:6px;color:#fff;font-size:12px;font-family:arial;font-weight:bold;margin-bottom:23px;}
.boxOtherActualiteTitle{color:#69972A;font-size:12px;font-family:arial;font-weight:bold;cursor:pointer;text-transform:uppercase;}
.boxOtherActualiteChapeau{color:#333333;font-size:11px;font-family:arial;text-align:justify;cursor:pointer;}
/*----------------------------------
   form  page search produit
 ------------------------------------*/
.boxSearchProductItem{float:left;width:263px;background-color:#fff;border:1px solid #fff;cursor:pointer;padding:5px;}
.boxSearchProductItemhover{width:263px;background-color:#E4ECEF;border:1px solid #ABCAD9;cursor:pointer;}
.boxSearchProductItemTitle{color:#034F6D;font-size:13px;font-family:arial;font-weight:bold;}
.boxSearchProductItemChapeau{color:#4D4D4D;font-size:11px;font-family:arial;text-align:justify;line-height:12px; height:25px;}

/*----------------------------------
   form  page search dossier
 ------------------------------------*/
.boxSearchDossierItem{float:left;width:263px;margin-bottom:5px;padding:5px;background-color:#fff;border:1px solid #fff;cursor:pointer;}
.boxSearchDossierItemhover{width:263px;background-color:#E4ECEF;border:1px solid #ABCAD9;cursor:pointer;}
.boxSearchDossierItemTitle{color:#BB0D0E;font-size:11px;font-family:arial;font-weight:bold;}
.boxSearchDossierItemChapeau{color:#4D4D4D;font-size:11px;font-family:arial;text-align:justify;line-height:12px;}
/*----------------------------------
   style  page contact telephone
 ------------------------------------*/
.boxTelephone{display:inline;float:left;width:220px;margin-left:10px;margin-top:20px}
/*.boxTelephone{display:inline;float:left;width:220px;margin-left:30px;margin-top:20px}*/
.boxTelephoneImg{float:left;background:#fff url(../images/puce_tel.png) no-repeat;width:40px;height:40px;}
.boxTelephoneTitle{float:left;width:180px;color:#006699;font-size:11px;font-family:arial;font-weight:bold;}
.boxTelephoneNum{float:left;color:#4D4D4D;font-size:12px;font-family:arial;}
/*----------------------------------
   style  page contact E-mail 
 ------------------------------------*/
.boxEmail{display:inline;float:left;width:220px;margin-left:10px;margin-top:20px}
/*.boxEmail{display:inline;float:left;width:220px;margin-left:30px;margin-top:20px}*/
.boxEmailImg{float:left;background:#fff url(../images/puce_email.png) no-repeat;width:40px;height:40px;}
.boxEmailTitle{float:left;width:180px;color:#006699;font-size:11px;font-family:arial;font-weight:bold;}
.boxEmailDes{float:left;color:#4D4D4D;font-size:12px;font-family:arial;}
/*----------------------------------
   style  page contact Fax
 ------------------------------------*/
.boxFax{display:inline;float:left;width:220px;margin-left:10px;margin-top:20px}
/*.boxFax{display:inline;float:left;width:220px;margin-left:30px;margin-top:20px}*/
.boxFaxImg{float:left;background:#fff url(../images/puce_fax.png) no-repeat;width:40px;height:40px;}
.boxFaxTitle{float:left;width:180px;color:#006699;font-size:11px;font-family:arial;font-weight:bold;}
.boxFaxNum{float:left;color:#4D4D4D;font-size:12px;font-family:arial;}
/*----------------------------------
   style  page contact Adresse 
 ------------------------------------*/
.boxAdresse{display:inline;float:left;width:220px;margin-left:10px;margin-top:15px}
/*.boxAdresse{display:inline;float:left;width:220px;margin-left:30px;margin-top:20px}*/
.boxAdresseImg{float:left;background:#fff url(../images/puce_addr.png) no-repeat;width:40px;height:40px;}
.boxAdresseTitle{float:left;width:180px;color:#006699;font-size:11px;font-family:arial;font-weight:bold;}
.boxAdresseDes{float:left;color:#4D4D4D;font-size:12px;font-family:arial;}

/*----------------------------------
   style  page contact 
 ------------------------------------*/
.fieldTitle{text-align:right;padding-right:10px;color:#333;font-size:12px;font-family:arial;}
.input1{border:1px solid #333;width:170px;height:17px;background-color:#E1EDF3;color:#333;font-size:12px;font-family:arial;}
.textarea1{border:1px solid #333;width:270px;height:120px;background-color:#E1EDF3;color:#333;font-size:12px;font-family:arial;}
.btn_submit{width:85px;height:24px;border:none;background:#fff url(../images/btn_submit.png) no-repeat; color:#fff;text-align:center;text-transform:uppercase;cursor:pointer;}
.field{color:#333;font-size:12px;font-family:arial;}

/*----------------------------------------------------
          style  pagination 1
--------------------------------------------------------*/
.pagination1{margin-top:20px;text-align:center;font-size:10px;font-weight:bold;font-family:arial;}
.pagination1 a{color:#006699;font-size:11px;text-decoration:none;font-weight:bold;font-family:arial;}
.pagination1 a:hover{color:#BB0D0E;font-size:11px;text-decoration:none;font-weight:bold;font-family:arial;}
.pagination1 a.selected{color:#BB0D0E;font-size:11px;text-decoration:none;font-weight:bold;font-family:arial;}


.formMargin{margin-left:110px;}

.boxHover{text-decoration:underline;}
/*----------------------------------
  
 ------------------------------------*/
.navbar{margin-top:25px;margin-left:19px;color:#333333;font-size:11px;font-family:arial;}
.navbar a{color:#333333;font-size:11px;font-family:arial;text-decoration:none;}
.navbar a:hover{text-decoration:underline;}
#pdf{
	color:#333333;
font-family:arial;
font-size:12px;
margin-left:4px;
text-align:justify;
}
a.linkPDF{
	background-image: url(../images/pdfbg.png);
	margin-top:2px;
	margin-left:160px;
	font-family:Arial, Helvetica, sans-serif;
	color:#006699;
	font-size:12px;
	display: block;
	min-height: 25px;
	width: 250px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 7px;
	background-color:#ffffff;
	border:1px solid #ffffff;
}
a.linkPDF:hover{
	background-image: url(../images/pdfbg.png);
	margin-top:2px;
	margin-left:160px;
	font-family:Arial, Helvetica, sans-serif;
	color:#006699;
	font-size:12px;
	display: block;
	min-height: 25px;
	width: 250px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 7px;
	background-color:#E4ECEF;
	border:1px solid #ABCAD9;
	
}
#otherFootBg{
	background-image:url(../images/bg_other_file2.jpg);
	height:15px;
	width:100%;
	float:left;
}
.boxPageDossierContent li {
 margin-left:20px;
 display : list-item;
 list-style-image : url(../images/puce-rouge.gif);
} 
/*** Modif CSS 26-01-2011**/

.formTitle {
  color: #006699;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-top: 20px;
}
.boxAdresse1 {
  display: inline;
  float: left;
  margin-left: 0px;
  margin-top: 15px;
  width: 164px;
}
.boxTelephone1 {
  display: inline;
  float: left;
  margin-left: 0px;
  margin-top: 20px;
  width: 164px;
}
.boxFax1 {
  display: inline;
  float: left;
  margin-left: 0px;
  margin-top: 20px;
  width: 164px;
}
.boxFaxTitle1 {
  color: #006699;
  float: left;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  height: 30px;
  line-height: 24px;
}
.boxEmail1 {
  display: inline;
  float: left;
  margin-left: 0px;
  margin-top: 20px;
  width: 164px;
}
.boxEmailTitle1 {
  color: #006699;
  float: left;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;

}

.boxAdresseTitle1 {
  color: #006699;
  float: left;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
 
}
.boxAdresseDes1 {
  color: #4D4D4D;
  float: left;
  font-family: arial;
  font-size: 10px;
}
.boxTelephoneTitle1 {
  color: #006699;
  float: left;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  height: 30px;
  line-height: 28px;
}
.boxTelephoneNum1 {
  color: #4D4D4D;
  float: left;
  font-family: arial;
  font-size: 12px;
  height: 40px;
  line-height: 35px;
}
.boxFaxNum1 {
  color: #4D4D4D;
  float: left;
  font-family: arial;
  font-size: 12px;
  height: 40px;
  line-height: 35px;
}
.boxEmailDes1 {
  color: #4D4D4D;
  float: left;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  height: 30px;
  line-height: 23px;
}
.boxFaxImg1 {
  background: url("../images/puce_fax1.png") no-repeat scroll 0 0 #FFFFFF;
  float: left;
  height: 30px;
  width: 35px;
}
.boxTelephoneImg1 {
  background: url("../images/puce_tel1.png") no-repeat scroll 0 0 #FFFFFF;
  float: left;
  height: 30px;
  width: 35px;
}
.boxEmailImg1 {
  background: url("../images/puce_email1.png") no-repeat scroll 0 0 #FFFFFF;
  float: left;
  height: 30px;
  width: 35px;
}

