/*
Theme Name: The Agency
Theme URI: http://themeforest.net/user/LayeredPixels
Description: Modern, clean and professional WordPress theme.
Author: Layered Pixels
Version: 1.2.2
*/

/*	-------------------------------------------------------------
 
	THE AGENCY - BY LAYERED PIXELS
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Description:Base cascading style sheet
	Nom:style.css
	Version:1.0
	Date:April 15, 2011
 
	This file is part of a site template for sale at ThemeForest.net.
	See: http://themeforest.net/user/LayeredPixels/portfolio
	Copyright © 2011 Layered Pixels <info@layeredpixels.com>
 
-------------------------------------------------------------	*/

/* 
  style.css contains a reset, font normalization and some base styles.
  
  credit is left where credit is due.
  additionally, much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/

/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }

nav ul { list-style:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

blockquote {
	display: block;
	padding: 30px 30px 30px 30px;
	width: auto; }

blockquote p {
	font-size:1.9em;
	line-height:130%;
	font-style:italic;
	color:#999; }

blockquote:before, blockquote:after {
	color: #ccc;
	display: block;
	font-size: 700%;
	width: 50px; }

blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.55em; }

blockquote:after {
	content: close-quote;
	height: 0;
	margin-top: -20px;
	margin-left: 650px; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }
/* END RESET CSS */

/*
fonts.css from the YUI Library: developer.yahoo.com/yui/
          Please refer to developer.yahoo.com/yui/fonts/ for font sizing percentages

There are three custom edits:
 * remove arial, helvetica from explicit font stack
 * make the line-height relative and unit-less
 * remove the pre, code styles
*/
body { 
	*font-size:small; 
	*font:x-small; 
	line-height:1.50; }

table { font-size:inherit; font:100%; }

select, input, textarea { font:99% sans-serif; }

/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 
/* 
 * minimal base styles 
 */

/* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
body, select, input, textarea { color:#444; }

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
 
/* www.aestheticallyloyal.com/public/optimize-legibility/ */ 
h1,h2,h3,h4,h5,h6 { text-rendering: optimizeLegibility; }

/* maxvoltar.com/archive/-webkit-font-smoothing */
html { -webkit-font-smoothing: antialiased; }
 
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a { color:#666666; text-decoration:none; }
a:hover { color:#999; }

small { font-size:85%; }
strong, th  {
    color: #000000;
    text-decoration: none;
}

td, td img { vertical-align:top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 0px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #444; color:#fff; text-shadow: none; }
::selection { background:#444; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display:none; visibility:hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/ 
   Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! */
.visuallyhidden { 
	position:absolute !important;    
  	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  	clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }

/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }

  a, a:visited { color: #444 !important; text-decoration: underline; }

  a:after { content: " (" attr(href) ")"; } 

  abbr:after { content: " (" attr(title) ")"; }
  
  .ir a:after { content: ""; }  /* Don't show links for images */
  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  
  img { page-break-inside: avoid; }

  @page { margin: 0.5cm; }

  p, h2, h3 { orphans: 3; widows: 3; }

  h2, h3{ page-break-after: avoid; }
}


/*
 * Media queries for responsive design
 */

@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
  
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
  
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  
  /* Prevent iOS, WinMobile from adjusting font size */
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 
}

.h2 liss
{
 margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:20px;
  vertical-align:baseline;
  background:transparent;
}
  /* Cris */

.bloc
{
padding-top:20px;
margin-bottom: 30px;
}

.text-bloc
{
font-size: 13px;
font-color: #ec1010;
padding-top:10px;
}

.texte-droite
{
margin-top:-250px;
margin-left:450px;
}

.h2droite
{
margin-top:-400px;
margin-left:450px;
}


#rino
{
margin-bottom:30px;
float: left;
margin-top: 10px;
}

#patrick
{
float: left;
margin-top: 10px;
}
#h2-creations
{
margin-top: 15px;
float: left;
margin-left: 60px;
}
#creation1
{
margin-top: -290px;
float: right;
margin-left: 280px;
}
#creation2
{
margin-top: -520px;
float: right;
margin-left: 280px;
}

#creation3
{
margin-top: -460px;
float: right;
margin-left: 280px;
}

.continut
{
margin-top: 20px;
}
#mentions-footer
{
float: right;
margin-top:-37px;
font-size: 12px;
margin-right: 15px;
}

#legende-rino
{
margin-top:320px;
font-size: 13px;
margin-left:-90px;
float: left;
}

#legende-patrick
{
margin-top:305px;
font-size: 13px;
margin-left:-93px;
float: left;
}

#inna-liss-jap
{
float: left;
margin-top: -860px;
margin-left: 0px;
}

#asian
{
margin-top:330px;
font-size: 12px;
margin-left:-90px;
float: left;
texte-align: left;
}

#legende-liss-jap1
{
margin-top:-390px;
font-size: 13px;
margin-left:5px;
float: left;
texte-align: left;
font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
}
#legende-liss-jap2
{
margin-top:-370px;
font-size: 13px;
margin-left: 5px;
float: left;
texte-align: left;
font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
color: #000000;
}
#legende-liss-jap3
{
margin-top:-350px;
font-size: 13px;
margin-left:5px;
float: left;
texte-align: left;
font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
}
#texte-lissage
{
margin-left: 340px;
margin-right: 10px;
margin-top: -110px;
display: block;
text-align: left;
}
.texte-lissage1
{
margin-left: 340px;
margin-right: 10px;
margin-top: -110px;
display: block;
text-align: left;
padding-bottom: 100px;
}
h2.h2-jap
{
margin-top: -40px;
float: left;
}

#texte-patrat-jap1
{
margin-top: -185px;
margin-left: 25px;
texte-align: justify;
font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
font-size: 16px;
}

#texte-patrat-jap2
{
margin-top: 20px;
margin-left: 25px;
texte-align: justify;
font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
font-size: 13px;
color: #ffffff;
}
#texte-patrat-jap3
{
margin-top: 10px;
margin-left: 25px;
texte-align: left;
font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
font-size: 13px;
color: #ffffff;
}
#texte-patrat-jap4
{
margin-top: 10px;
margin-left: 25px;
texte-align: left;
font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
font-size: 13px;
color: #ffffff;
}
#texte-patrat-jap5
{
margin-top: 10px;
margin-left: 25px;
texte-align: left;
font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
font-size: 13px;
color: #ffffff;
}
#texte-patrat-jap6
{
margin-top: 10px;
margin-left: 25px;
texte-align: left;
font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
font-size: 13px;
color: #ffffff;
}
#h2-ext
{
margin-top: -25px;
float: left;
margin-left: 40px;
}

#texte-patrat-ext1
{
margin-top: -185px;
margin-left: 28px;
texte-align: left;
font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
font-size: 16px;
}

#texte-patrat-ext2
{
margin-top: 20px;
margin-left: 28px;
texte-align: justify;
font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
font-size: 13px;
color: #ffffff;
}
#texte-patrat-ext3
{
margin-top: 10px;
margin-left: 28px;
texte-align: left;
font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
font-size: 13px;
color: #ffffff;
}
#texte-patrat-ext4
{
margin-top: 10px;
margin-left: 28px;
texte-align: left;
font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
font-size: 13px;
color: #ffffff;
}
#texte-patrat-ext5
{
margin-top: 10px;
margin-left: 28px;
texte-align: left;
font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
font-size: 13px;
color: #ffffff;
}
#texte-patrat-ext6
{
margin-top: 10px;
margin-left: 28px;
texte-align: left;
font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
font-size: 13px;
color: #ffffff;
}

#texte-extensions
{
margin-top: -130px;
margin-left: 40px;
}

#brun-ext
{
float: left;
margin-top: -420px;
}
#roux-ext
{
float: left;
margin-top: -80px;
}

#texte-patrat-ext1bis
{
margin-top: 10px;
margin-left: 28px;
texte-align: left;
font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
font-size: 16px;
}

#madame-figaro
{
float: left;
margin-top: -1220px;
margin-left: 40px;
}
#marie-claire
{
float: left;
margin-top: -1190px;
margin-left: 40px;
}

#glamour
{
float: left;
margin-top: -950px;
margin-left: 40px;
}

#elle-2011
{
float: left;
margin-top: -610px;
margin-left: 40px;
}

#julia
{
float: left;
margin-top: -250px;
margin-left: 40px;
}

#continut-presse1
{
float: right;
margin-top: 30px;
margin-left:250px;
}
#continut-presse2
{
float: left;
margin-top: 60px;
margin-left: 250px;
}
#continut-presse3
{
float: right;
margin-top: 60px;
margin-left: 250px;
}
#continut-presse4
{
float: right;
margin-top: 60px;
margin-left: 250px;
}
#continut-presse5
{
float: right;
margin-top: 60px;
margin-left: 250px;
}
.presse1
{
font-size: 13px;
line-height: 1.8em;
}
.presse2
{
float: right;
font-size: 13px;
line-height: 1.8em;
}
.presse3
{
float: right;
font-size: 13px;
line-height: 1.8em;
}

#texte-patrat-contact1
{
margin-top: -170px;
margin-bottom: 10px;
texte-align: left;
font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
font-size: 16px;
color: #666666; 
}

#texte-patrat-contact2
{
margin-top: 20px;
margin-left: 28px;
texte-align: justify;
font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
font-size: 13px;
color: #ffffff;
}

#texte-patrat-contact3
{
margin-top: 10px;
margin-left: 28px;
texte-align: justify;
font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
font-size: 13px;
color: #ffffff;
}

#texte-patrat-contact4
{
margin-top: 20px;
margin-left: 28px;
texte-align: justify;
font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
font-size: 13px;
color: #ffffff;
}

#h2-contact
{
margin-top: 50px;
margin-bottom: 30px;

}

.h3-extensions
{
margin-top: 30px;
margin-bottom: 30px;
}

.h2-jap-sous
{
margin-top: 30px;
margin-bottom: 30px;
text-align: justify;
}

.paragraphes-jap-liss
{
margin-top: 10px;
float: left;
}

a.liens-h1-home
{
color: #666666;
font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
font-size: 23px;
}
#bloc-contact
{
padding-top:20px;
margin-bottom: 30px;
}

#maps
{
margin-top: -150px;
margin-bottom: 20px;
float: right;
}
#texte-contact
{
margin-left: 340px;
margin-top: -250px;
 width: 66%;
float: left;
}

#content-soins
{
margin-top: 30px;
}

#soins-tout
{
margin-left: 300px;
}

#h2-soins1
{
margin-top: 30px;
}
#h2-soins2
{
margin-top: 35px;
}

#h2-soins3
{
margin-top: 35px;
}

#h2-soins4
{
margin-top: 30px;
line-height: 30px;
}

#h2-liss-bres1
{
margin-top: 30px;
margin-bottom: 30px;
}
#h2-liss-bres2
{
margin-top: 25px;
margin-bottom: 30px;
}
a.lienerror
{
color:#f4f4f4;
text-decoration:none;
}
#h3-elle
{
margin-top: 20px;
margin-bottom: 20px;
}
h3.marie
{
margin-top: 20px;
margin-bottom: 20px;
}

#slider
{
margin-top: 20px;
}


.vcard
{
font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
font-size: 14px;
margin-left: 28px;
line-height:30px;
color: #ffffff;
text-decoration:none; 
font-weight:normal;
}

.fn org
{
font-size: 14px;
margin-top: 20px;
color: #ffffff;
font-variant: small-caps ;
}

#horaires
{
margin-top: 50px;
}
h3.bas
{
font-size: 13px;
margin-top: 30px;
margin-left: 300px;
margin-right: 20px;
margin-bottom: -5px;
color: #999999;
}

a.bas-lien
{
font-size: 13px;
color: #999999;
}
h3.bas2
{
font-size: 13px;
margin-top: 250px;
margin-left: 450px;
margin-right: 20px;
margin-bottom: -5px;
color: #999999;
}

h3.bas3
{
font-size: 13px;
margin-top: 662px;
margin-left: 450px;
margin-right: 20px;
margin-bottom: -5px;
color: #999999;
}


h3.bas4
{
font-size: 13px;
margin-top: 1662px;
margin-left: 350px;
margin-right: 20px;
margin-bottom: -5px;
color: #999999;
}
h3.bas5
{
font-size: 13px;
margin-top: 20px;
margin-left: 335px;
margin-right: 20px;
margin-bottom: -5px;
color: #999999;
}

#presse-last
{
font-size: 13px;
line-height: 1.8em;
margin-bottom: 30px;
}

.contact-only-eu
{
margin-top: -15px;
position: absolute;
}

h2.title
{
    background: url("../images/line_horiz.gif") repeat-x scroll 0 23px transparent;
    color: #000000;
    display: block;
    font-weight: 100 !important;
    height: 43px;
    line-height: 43px;
    margin: 0 0 15px;
    font-size: 20px;
}

h2.title span {
    background: none repeat scroll 0 0 #FFFFFF;
    padding-right: 15px;
}
#continut-votre-beaute
{
float: right;
margin-top: 30px;
margin-left:250px;
}

#votre-beaute-2013
{
float: left;
margin-top: -1500px;
margin-left: 40px;
}

#patrat-soins-roz-1
{
margin-top: 30px;
float: left;
}

#patrat-soins-roz-2
{
margin-top: -245px;
float: left;
}

#patrat-soins-roz-1bis
{
margin-top: -20px;
float: left;
margin-left: 100px;
}

#patrat-soins-gris-1
{
margin-top: -470px;
float: left;
margin-left: 90px;
}
#patrat-soins-gris-2
{
margin-top: 210px;
float: left;
margin-left: -260px;
}

#macrofibrille
{
margin-top: 20px;
margin-left: 0px;
float: right;
margin-bottom: 30px;
}


#texte-patrat-soins-roz1-1-1
{
margin-top: 75px;
font-size: 14px;
line-height: 0px;
margin-left: -140px;
float:left;
}
#texte-patrat-soins-roz1-1-2
{
margin-top: 75px;
font-size: 14px;
line-height: 50px;
margin-left: -140px;
float:left;
}
#texte-patrat-soins-roz1-1-3
{
margin-top: 75px;
font-size: 14px;
line-height: 100px;
margin-left: -140px;
float:left;
}
#texte-patrat-soins-roz1-1-4
{
margin-top: 75px;
font-size: 14px;
line-height: 150px;
margin-left: -140px;
float:left;
}

#texte-patrat-soins-gris1-1-1
{
margin-top: -448px;
font-size: 14px;
line-height: 0px;
margin-left: -160px;
float:left;
}
#texte-patrat-soins-gris1-1-2
{
margin-top: -448px;
font-size: 14px;
line-height: 50px;
margin-left: -160px;
float:left;
}
#texte-patrat-soins-gris1-1-3
{
margin-top: -448px;
font-size: 14px;
line-height: 100px;
margin-left: -160px;
float:left;
}
#texte-patrat-soins-gris1-1-4
{
margin-top: -448px;
font-size: 14px;
line-height: 150px;
margin-left: -160px;
float:left;
}

#texte-patrat-soins-gris1-1-5
{
margin-top: -448px;
font-size: 14px;
line-height: 200px;
margin-left: -160px;
float:left;
}

#texte-patrat-soins-gris1-1-6
{
margin-top: -448px;
font-size: 14px;
line-height: 250px;
margin-left: -160px;
float:left;
}

#texte-patrat-soins-roz2-1
{
margin-top: -200px;
font-size: 14px;
line-height: 0px;
margin-left: -255px;
float:left;
}
#texte-patrat-soins-roz2-2
{
margin-top: -200px;
font-size: 14px;
line-height: 50px;
margin-left: -255px;
float:left;
}
#texte-patrat-soins-roz2-3
{
margin-top: -200px;
font-size: 14px;
line-height: 100px;
margin-left: -255px;
float:left;
}

#texte-patrat-soins-roz2-4
{
margin-top: -200px;
font-size: 14px;
line-height: 150px;
margin-left: -255px;
float:left;
}

#texte-patrat-soins-roz2-5
{
margin-top: -200px;
font-size: 14px;
line-height: 200px;
margin-left: -255px;
float:left;
}


#texte-patrat-soins-roz3-1
{
margin-top: 25px;
font-size: 14px;
line-height: 0px;
margin-left: -155px;
float:left;
}
#texte-patrat-soins-roz3-2
{
margin-top: 30px;
font-size: 14px;
line-height: 50px;
margin-left: -155px;
float:left;
}
#texte-patrat-soins-roz3-3
{
margin-top: 30px;
font-size: 14px;
line-height: 100px;
margin-left: -155px;
float:left;
}
#texte-patrat-soins-roz3-4
{
margin-top: 30px;
font-size: 14px;
line-height: 150px;
margin-left: -155px;
float:left;
}

#texte-patrat-soins-gris2-1
{
margin-top: 240px;
font-size: 14px;
line-height: 0px;
margin-left: -254px;
float:left;
}

#texte-patrat-soins-gris2-2
{
margin-top: 240px;
font-size: 14px;
line-height: 50px;
margin-left: -254px;
float:left;
}

#texte-patrat-soins-gris2-3
{
margin-top: 240px;
font-size: 14px;
line-height: 100px;
margin-left: -254px;
float:left;
}

#texte-patrat-soins-gris2-4
{
margin-top: 240px;
font-size: 14px;
line-height: 150px;
margin-left: -254px;
float:left;
}

#texte-patrat-soins-gris2-5
{
margin-top: 240px;
font-size: 14px;
line-height: 200px;
margin-left: -254px;
float:left;
}

#continut-fleur-lisse
{
float: right;
margin-top: 30px;
margin-left:250px;
}


#nouvel-obs-2013
{
float: left;
margin-top: -1820px;
margin-left: 40px;
}

#continut-patrickg
{
float: right;
margin-top: 30px;
margin-left:250px;
}

#officiel-mode-2013
{
float: left;
margin-top: -2140px;
margin-left: 40px;
}

#continut-coiffure-paris
{
float: right;
margin-top: 30px;
margin-left:250px;
}

#coiffure-de-paris-2013
{
float: left;
margin-top: -2580px;
margin-left: 40px;
}
#nobel
{
float: right;
font-size: 13px;
margin-top: -30px;
}

#continut-madame-figaro-janv-2014
{
float: right;
margin-top: 20px;
margin-left:250px;
}


#madame-figaro-img-janv-2014
{
float: left;
margin-top: -3060px;
margin-left: 40px;
}

#continut-glamour-janv-2014
{
float: right;
margin-top: 40px;
margin-left:250px;
margin-bottom:25px;
}

#glamour-img-janv-2014
{
float: left;
margin-top: -3370px;
margin-left: 40px;
}

#continut-votre-beaute-mai-2014
{
float: right;
margin-top: 60px;
margin-left:250px;
margin-bottom:25px;
}

#votre-beaute-img-mai-2014
{
float: left;
margin-top:-3950px;
margin-left: 40px;
}

.prod
{
float: right;

font-size: 13px;
}

h2.ph-prod
{
line-height:1.30;
float: right;
}

.text-prod-droite
{
line-height:1.30;
margin-right:30px;
float:right;
text-align: justify;
}

.text-prod-centre
{
line-height:1.30;
margin-right:30px;
text-align: justify;
}

.text-prod-left
{
line-height:1.30;
margin-right:30px;
float:left;
text-align: justify;
}


h2.sous-title-prod
{
font-size: 16px;
line-height:1.30;
margin-top:20px;
}


.text-prod-tout
{
line-height:1.30;
margin-left:275px;
float:right;
text-align: justify;
}

#trio-img-prod1
{
margin-top:-850px;
float: left;
margin-left:40px;
}
#trio-img-prod2
{
margin-top:-500px;
margin-left:40px;
float: left;
}

#trio-img-prod3
{
margin-top:-350px;
margin-left:70px;
float: left;
}

#trio-img-prod4
{
margin-top:-160px;
margin-left:30px;
float: left;
}

#hollywood
{
margin-top:30px;
font-size: 18px;
line-height:1.8em;
margin-bottom:20px;
}
.h2-olaplex
{
margin-top: 35px;
}
.h3-olaplex
{
margin-top: 35px;
}
#keratine-olaplex
{
font-size: 11px;
margin-bottom:30px;
}

h3.basinterview
{
font-size: 13px;
margin-top: 0px;
margin-left: 175px;
margin-right: 0px;
margin-bottom: 0px;
color: #999999;
}
h3.basgreen
{
font-size: 13px;
margin-top: 110px;
margin-left: 400px;
margin-right: 20px;
margin-bottom: -5px;
color: #999999;
}
h3.basolaplex
{
font-size: 13px;
margin-top: 0px;
margin-left: 350px;
margin-right: 0px;
margin-bottom: 0px;
color: #999999;
}

#notificare
{
margin-top:30px;
margin-bottom:30px;
}

#continut-madame-figaro-janvier-2017
{
float: right;
margin-top: 60px;
margin-left:250px;
margin-bottom:25px;
}

#madame-figaro-img-janvier-2017
{
float: left;
margin-top:-4490px;
margin-left: 40px;
}

#hair-beauty-2017
{
float: right;
margin-top: 60px;
margin-left:250px;
margin-bottom:25px;
}
#journaliste
{
margin-top: 10px;
}
#cahier-beauty-cecile-img
{
float: left;
margin-top:-5525px;
margin-left: 40px;
}

#continut-voici-mars-2017
{
float: right;
margin-top: 60px;
margin-left:250px;
margin-bottom:25px;
}

#poison-girl
{
margin-top: 20px;
}

#camille-chignon-img
{
float: left;
margin-top:-4830px;
margin-left: 40px;
}
.frisez-presse
{
margin-top: 30px;
}

#continut-biba-mai-2017
{
float: right;
margin-top: 60px;
margin-left:250px;
margin-bottom:25px;
}

#biba-mai-2017-img
{
float: left;
margin-top:-6060px;
margin-left: 40px;
}

#continut-grazia-decembre-2017
{
float: right;
margin-top: 40px;
margin-left:250px;
margin-bottom:25px;
}
#grazia-img-dec-2017
{
float: left;
margin-top:-6400px;
margin-left: 40px;
}
#continut-madame-figaro-mars-2018
{
float: right;
margin-top: 40px;
margin-left:250px;
margin-bottom:25px;
}
#madame-figaro-img-mars-2018
{
float: left;
margin-top:-7380px;
margin-left: 40px;
}