PuggyBand
Votre installation électrique doit être contrôlée tous les ans
Bureau veritas | Contrle lectrique
/* What it does: Remove spaces around the email design added by some email clients. */
/* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
html,
body {
Margin: 0 !important;
padding: 0 !important;
height: 100% !important;
width: 100% !important;
}
/* What it does: Stops email clients resizing small text. */
* {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* What it does: Forces Outlook.com to display emails full width. */
.ExternalClass {
width: 100%;
}
/* What is does: Centers email on Android 4.4 */
div[style*="margin: 16px 0"] {
margin:0 !important;
}
/* What it does: Stops Outlook from adding extra spacing to tables. */
table,
td {
mso-table-lspace: 0pt !important;
mso-table-rspace: 0pt !important;
}
/* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything
nested deeper. */
table {
border-spacing: 0 !important;
border-collapse: collapse !important;
table-layout: fixed !important;
Margin: 0 auto !important;
}
table table table {
table-layout: auto;
}
/* What it does: Uses a better rendering method when resizing images in IE. */
img {
-ms-interpolation-mode:bicubic;
}
/* What it does: Overrides styles added when Yahoo's auto-senses a link. */
.yshortcuts a {
border-bottom: none !important;
}
/* What it does: A work-around for iOS meddling in triggered links. */
.mobile-link--footer a,
a[x-apple-data-detectors] {
color:inherit !important;
text-decoration: underline !important;
}
/* What it does: Hover styles for buttons */
.button-td,
.button-white,
.button-a {
transition: all 100ms ease-in;
}
.button-td:hover,
.button-a:hover {
background: #2f2f2f !important;
border-color: #2f2f2f !important;
}
.button-white:hover
{
background: #EEEEEE !important;
border-color: #EEEEEE !important;
}
/* Media Queries */
@media screen and (max-width: 600px) {
.email-container {
width: 100% !important;
}
/* What it does: Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. */
.fluid,
.fluid-centered {
max-width: 100% !important;
height: auto !important;
Margin-left: auto !important;
Margin-right: auto !important;
}
/* And center justify these ones. */
.fluid-centered {
Margin-left: auto !important;
Margin-right: auto !important;
}
/* What it does: Forces table cells into full-width rows. */
.stack-column,
.stack-column-center {
display: block !important;
width: 100% !important;
max-width: 100% !important;
direction: ltr !important;
}
/* And center justify these ones. */
.stack-column-center {
text-align: center !important;
padding-right: 0 !important;
padding-left: 0 !important;
}
/* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */
.center-on-narrow {
text-align: center !important;
display: block !important;
Margin-left: auto !important;
Margin-right: auto !important;
float: none !important;
}
table.center-on-narrow {
display: inline-block !important;
}
.button-a strong
{
font-size: 20px !important;
}
}
Vous avez des difficults visualiser ce message ? Consultez-le
en ligne.
N'attendez plus pour vous faire accompagner
La conformit de vos installations
lectriques en quelques clics !
Je fais controler mon installation lectrique
Un service ddi aux artisans, commerants, professions librales, TPE et PME
VOTRE INSTALLATION LECTRIQUE DOIT TRE
CONTRLE TOUS LES ANS !
treconforme
la rglementation
Prvenir les risques
(dpartd'incendie,lectrisation, lectrocution,dysfonctionnement)
Evitez les
interruptions
Je commande en ligne*
*paiement
scuris
Le contrle lectrique en toute simplicit avec Bureau Veritas Pro !
SERIEUX
Leader mondial des services d'valuations de conformit
PROXIMITE
7600 collaborateurs partout en France
SIMPLICITE
Une offre et un service ddi votre activit pour vous simplifier la vie
EFFICACITE
Un service client ddi
Mentions | Le site Bureau
Veritas
Si vous ne souhaitez plus recevoir de communication de notre part, suivez ce lien.
Conformment l'article 34 de la loi 78-17 du 6 janvier 1978 relative
l'informatique,
aux fichiers et aux liberts, vous disposez d'un droit d'accs,
de rectification des donnes nominatives vous concernant.
Si ce message vous a caus un dsagrment, veuillez nous en excuser.
Pour cesser de recevoir nos informations de la part de nos partenaires sur l'adresse (middle61beyond@photos.flickr.com) cliquez
ici
Votre installation électrique doit être contrôlée tous les ans
Bureau veritas | Contrle lectrique
/* What it does: Remove spaces around the email design added by some email clients. */
/* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
html,
body {
Margin: 0 !important;
padding: 0 !important;
height: 100% !important;
width: 100% !important;
}
/* What it does: Stops email clients resizing small text. */
* {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* What it does: Forces Outlook.com to display emails full width. */
.ExternalClass {
width: 100%;
}
/* What is does: Centers email on Android 4.4 */
div[style*="margin: 16px 0"] {
margin:0 !important;
}
/* What it does: Stops Outlook from adding extra spacing to tables. */
table,
td {
mso-table-lspace: 0pt !important;
mso-table-rspace: 0pt !important;
}
/* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything
nested deeper. */
table {
border-spacing: 0 !important;
border-collapse: collapse !important;
table-layout: fixed !important;
Margin: 0 auto !important;
}
table table table {
table-layout: auto;
}
/* What it does: Uses a better rendering method when resizing images in IE. */
img {
-ms-interpolation-mode:bicubic;
}
/* What it does: Overrides styles added when Yahoo's auto-senses a link. */
.yshortcuts a {
border-bottom: none !important;
}
/* What it does: A work-around for iOS meddling in triggered links. */
.mobile-link--footer a,
a[x-apple-data-detectors] {
color:inherit !important;
text-decoration: underline !important;
}
/* What it does: Hover styles for buttons */
.button-td,
.button-white,
.button-a {
transition: all 100ms ease-in;
}
.button-td:hover,
.button-a:hover {
background: #2f2f2f !important;
border-color: #2f2f2f !important;
}
.button-white:hover
{
background: #EEEEEE !important;
border-color: #EEEEEE !important;
}
/* Media Queries */
@media screen and (max-width: 600px) {
.email-container {
width: 100% !important;
}
/* What it does: Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. */
.fluid,
.fluid-centered {
max-width: 100% !important;
height: auto !important;
Margin-left: auto !important;
Margin-right: auto !important;
}
/* And center justify these ones. */
.fluid-centered {
Margin-left: auto !important;
Margin-right: auto !important;
}
/* What it does: Forces table cells into full-width rows. */
.stack-column,
.stack-column-center {
display: block !important;
width: 100% !important;
max-width: 100% !important;
direction: ltr !important;
}
/* And center justify these ones. */
.stack-column-center {
text-align: center !important;
padding-right: 0 !important;
padding-left: 0 !important;
}
/* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */
.center-on-narrow {
text-align: center !important;
display: block !important;
Margin-left: auto !important;
Margin-right: auto !important;
float: none !important;
}
table.center-on-narrow {
display: inline-block !important;
}
.button-a strong
{
font-size: 20px !important;
}
}
Vous avez des difficults visualiser ce message ? Consultez-le
en ligne.
N'attendez plus pour vous faire accompagner
La conformit de vos installations
lectriques en quelques clics !
Je fais controler mon installation lectrique
Un service ddi aux artisans, commerants, professions librales, TPE et PME
VOTRE INSTALLATION LECTRIQUE DOIT TRE
CONTRLE TOUS LES ANS !
treconforme
la rglementation
Prvenir les risques
(dpartd'incendie,lectrisation, lectrocution,dysfonctionnement)
Evitez les
interruptions
Je commande en ligne*
*paiement
scuris
Le contrle lectrique en toute simplicit avec Bureau Veritas Pro !
SERIEUX
Leader mondial des services d'valuations de conformit
PROXIMITE
7600 collaborateurs partout en France
SIMPLICITE
Une offre et un service ddi votre activit pour vous simplifier la vie
EFFICACITE
Un service client ddi
Mentions | Le site Bureau
Veritas
Si vous ne souhaitez plus recevoir de communication de notre part, suivez ce lien.
Conformment l'article 34 de la loi 78-17 du 6 janvier 1978 relative
l'informatique,
aux fichiers et aux liberts, vous disposez d'un droit d'accs,
de rectification des donnes nominatives vous concernant.
Si ce message vous a caus un dsagrment, veuillez nous en excuser.
Pour cesser de recevoir nos informations de la part de nos partenaires sur l'adresse (middle61beyond@photos.flickr.com) cliquez
ici