/*
Theme Name: CrimsonSky
Description: Do you see the crimson sky? A clever Wordpress theme!
Version: 1.1
Author: Stephan
Author URI: http://www.dialogue-theme.com/about
Tags: fixed-width, red, three-columns, translation-ready

Released under GPL License. Feel free to edit the code!

*/

/* Page */


body
{
	margin: 0 auto;
	padding: 0;
	background-color: #000000;
	background-image: url('images/Fond.png');
	background-repeat: repeat-x;
	text-align: justify;
	width: 900px;
	box-shadow: 1px 1px 20px #333333;
	-moz-box-shadow: 1px 1px 20px #333333;
    -webkit-box-shadow: 1px 1px 20px #333333;
}

#cs-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

.wpsb_form_txt
{
	padding: 0 0 -1px 1px !important;
	margin:0 !important;
	width:200px;
	height:12px;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: auto;
}
/* end Page */

/* begin Box, Sheet */
.cs-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 900px;
	min-width:31px;
	min-height:31px;
}

.cs-Sheet-body
{
	position: relative;
	z-index:1;
	padding: 10px;
}

.cs-Sheet-tr, .cs-Sheet-tl, .cs-Sheet-br, .cs-Sheet-bl, .cs-Sheet-tc, .cs-Sheet-bc,.cs-Sheet-cr, .cs-Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.cs-Sheet-tr, .cs-Sheet-tl, .cs-Sheet-br, .cs-Sheet-bl
{
	width: 50px;
	height: 50px;
	background-image: url('images/Sheet-s.png');
}

.cs-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 25px, 25px, auto);
}

.cs-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 25px, 25px);
}

.cs-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(25px, 25px, auto, auto);
}

.cs-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(25px, auto, auto, 25px);
}

.cs-Sheet-tc, .cs-Sheet-bc
{
	left: 25px;
	right: 25px;
	height: 50px;
	background-image: url('images/Sheet-h.png');
}

.cs-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 25px, auto);
}

.cs-Sheet-bc
{
	bottom: 0;
	clip: rect(25px, auto, auto, auto);
}

.cs-Sheet-cr, .cs-Sheet-cl
{
	top: 25px;
	bottom: 25px;
	width: 50px;
	background-image: url('images/Sheet-v.png');
}

.cs-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 25px);
}

.cs-Sheet-cl
{
	left:0;
	clip: rect(auto, 25px, auto, auto);
}

.cs-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 25px;
	left: 25px;
	right: 25px;
	bottom: 25px;
	background-color: #202020;
}


.cs-Sheet
{
	margin-top: 20px !important;
}

#cs-page-background-simple-gradient, #cs-page-background-gradient, #cs-page-background-glare
{
	min-width:900px;
}

/* end Box, Sheet */

/* begin Header */
div.cs-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 880px;
	height: 278px;
}


div.cs-Header-jpeg
{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 880px;
	height: 278px;
	background-image: url('http://www.msbparis.com/ongles-et-maquillage/wp-content/themes/crimsonsky/images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Logo */
.cs-Logo
{
	display : block;
	position: absolute;
	left: 10px;
	top: 93px;
	width: 860px;
}

h1.cs-Logo-name
{
	display: block;
	text-align: left;
}

h1.cs-Logo-name, h1.cs-Logo-name a, h1.cs-Logo-name a:link, h1.cs-Logo-name a:visited, h1.cs-Logo-name a:hover
{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	text-decoration: none;
	padding:0;
	margin:0;
	color: #FDF0D8 !important;
}

.cs-Logo-text
{
	display: block;
	text-align: left;
}

.cs-Logo-text, .cs-Logo-text a
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	padding:0;
	margin:0;
	color: #FDF0D8 !important;
}
/* end Logo */

.cs-nav /* Ensemble du menu */
{
	position: absolute;
	margin: -29px 0 0 0;
	padding: 0 0 0 14px;
	background-color: #151515;
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
	height: 27px;
	z-index: 100;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.cs-menu, .cs-menu ul /* Liste */     
{
	width: 866px;
	margin: -2px 0 0 0;
	padding: 0 0 -2px 0;
	list-style: none; /* on supprime le style par défaut de la liste */
	line-height: 27px; /* on définit une hauteur pour chaque élément */
	text-align: left; /* on met à gauche le texte qui se trouve dans la liste */
}

.cs-menu li a, .cs-menu li a:link, .cs-menu li a:visited
{
    color: #F0F0F0; /* couleur du texte */
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.cs-menu li a:hover, .cs-menu li a:focus, .cs-menu li a:active
{
	background: #700000;
}

.active, .active:link, .active:visited
{
	background: #600000;
	color: #F0F0F0; /* couleur du texte */
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.active:hover, .active:focus, .active:active
{
	background: #700000;
}

.cs-menu a /* Contenu des listes */
{
	display: block; /* on change le type d'élément, les liens deviennent des balises de type block */
	padding: 0 10px 0 10px;
	text-decoration: none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
	color: #F0F0F0; /* couleur du texte */
	width: auto; /* largeur */
}

.cs-menu li /* Elements des listes */      
{
    float: left;
	width: auto;
}

.cs-menu li ul /* Contenu des sous-listes*/
{
	display: none; /* on change le type d'élément, les liens deviennent des balises de type block */
	position: absolute; /* Position absolue */
	width: auto; /* largeur */
	left: auto; /* Hop, on envoie loin du champ de vision */
	border-top: 1px solid #303030;
	margin: 0;
	padding: 0;
}

.cs-menu ul li /* Contenu des sous-listes*/
{
	display: block; /* on change le type d'élément, les liens deviennent des balises de type block */
	float: none;
	margin: 0;
	padding: 0;
	line-height: 18px;
}

.cs-menu ul li a, .cs-menu ul li a:link, .cs-menu ul li a:visited
{
	background: #151515; /* couleur de fond */        
    color: #F0F0F0; /* couleur du texte */
	font-weight: normal;
	font-size: 10px;
	list-style: none; /* on supprime le style par défaut de la liste */
    text-decoration: none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
	/* pour IE qui ne reconnait pas "transparent" */
	border-left: 1px solid #303030;
	border-right: 1px solid #303030;
	border-bottom: 1px solid #303030;
}

.cs-menu ul li a:hover, .cs-menu ul li a:focus, .cs-menu ul li a:active
{
	background: #700000;
}

.cs-menu li:hover /* Lorsque la souris passe sur un des liens */    
{
	background: #700000;
}

.cs-menu li:hover ul, .cs-menu li.sfhover ul, .active:hover ul, .active.sfhover ul /* Sous-listes apparaissent lorsque la souris passe sur un élément de liste */
{
    display: block;
	left: auto;
	min-height: 0; /* Corrige un bug sous IE */
}

.facebook-menu
{
	z-index: 200;
	position: absolute;
    border: none;
    margin: 252px 0 0 836px;
}

/* begin ContentLayout */
.cs-contentLayout
{
	position: relative;
	margin-bottom: 0px;
	width: 880px;
}
/* end ContentLayout */

/* begin Box, Block */
.cs-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:23px;
	min-height:23px;
}

.cs-Block-body
{
	position: relative;
	z-index:1;
	padding: 0px;
}

.cs-Block-tr, .cs-Block-tl, .cs-Block-br, .cs-Block-bl, .cs-Block-tc, .cs-Block-bc,.cs-Block-cr, .cs-Block-cl
{
	position:absolute;
	z-index:-1;
}

.cs-Block-tr, .cs-Block-tl, .cs-Block-br, .cs-Block-bl
{
	width: 22px;
	height: 22px;
	background-image: url('images/Block-s.png');
}

.cs-Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 11px, 11px, auto);
}

.cs-Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 11px, 11px);
}

.cs-Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(11px, 11px, auto, auto);
}

.cs-Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(11px, auto, auto, 11px);
}

.cs-Block-tc, .cs-Block-bc
{
	left: 11px;
	right: 11px;
	height: 22px;
	background-image: url('images/Block-h.png');
}

.cs-Block-tc
{
	top: 0;
	clip: rect(auto, auto, 11px, auto);
}

.cs-Block-bc
{
	bottom: 0;
	clip: rect(11px, auto, auto, auto);
}

.cs-Block-cr, .cs-Block-cl
{
	top: 11px;
	bottom: 11px;
	width: 22px;
	background-image: url('images/Block-v.png');
}

.cs-Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 11px);
}

.cs-Block-cl
{
	left:0;
	clip: rect(auto, 11px, auto, auto);
}

.cs-Block-cc
{
	position:absolute;
	z-index:-1;
	top: 11px;
	left: 11px;
	right: 11px;
	bottom: 11px;
	background-color: #303030;
}


.cs-Block
{
	margin: 10px;
}

/* end Box, Block */

/* begin BlockHeader */
.cs-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 6px;
	margin-bottom: 0px;
}

.cs-BlockHeader .t
{
	height: 30px;
	color: #ECA883;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	white-space : nowrap;
	padding: 0 7px;
	line-height: 30px;
	text-align:center;
}




/* end BlockHeader */

/* begin Box, BlockContent */
.cs-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.cs-BlockContent-body
{
	position: relative;
	z-index:1;
	padding: 6px;
}

.cs-BlockContent-body
{
	color:#D0D0D0;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.cs-BlockContent-body a:link
{
	color: #FBDCA7;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.cs-BlockContent-body a:visited, .cs-BlockContent-body a.visited
{
	color: #FBDCA7;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.cs-BlockContent-body a:hover, .cs-BlockContent-body a.hover
{
	color: #ECA883;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.cs-BlockContent-body ul
{
	list-style-type: none;
	color: #FBDCA7;
	margin:0;
	padding:0;
}

.cs-BlockContent-body li
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
}

.cs-BlockContent-body ul li
{
	padding:0px 0 0px 10px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.cs-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.cs-Post-body
{
	position: relative;
	z-index:1;
	padding: 7px;
}



.cs-Post
{
	margin: 7px;
}

/* start images */
a img
{
	border: 0;
}

.cs-csicle img, img.cs-csicle
{
	border: 0;
	margin: 0;
}

.cs-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin:2px;
}
/* Finish images */

/* start tables */

.cs-csicle table, table.cs-csicle
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.cs-csicle table, table.cs-csicle .cs-csicle tr, .cs-csicle th, .cs-csicle td
{
	background-color:Transparent;
}

.cs-csicle th, .cs-csicle td
{
	padding: 3px;
	border: solid 1px #202020;
	text-align:left;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  	font-size: 11px;
  	font-style: normal;
  	font-weight: normal;
  	color: #D0D0D0;
}

.cs-csicle th
{
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}

/* Finish tables */
/* end Box, Post */

/* begin PostHeaderIcon */
.cs-PostHeaderIcon-wrapper, .cs-PostHeaderIcon-wrapper a:visited
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  	font-size: 15px;
  	font-style: normal;
  	font-weight: bold;
  	text-align: left;
  	color: #FBDCA7;
}

.cs-PostHeaderIcon-wrapper, .cs-PostHeaderIcon-wrapper a, .cs-PostHeaderIcon-wrapper a:link, .cs-PostHeaderIcon-wrapper a:hover
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  	font-size: 15px;
  	font-style: normal;
  	font-weight: bold;
  	text-align: left;
  	color: #ECA883;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.cs-PostHeader a:link
{
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #FBDCA7;
}

.cs-PostHeader a:visited, .cs-PostHeader a.visited
{
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #FBDCA7;
}

.cs-PostHeader a:hover, .cs-PostHeader a.hovered
{
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  text-align: left;
  color: #ECA883;
}
/* end PostHeader */

/* begin PostIcons */
.cs-PostHeaderIcons
{
	padding:1px;
}

.cs-PostHeaderIcons, .cs-PostHeaderIcons a, .cs-PostHeaderIcons a:link, .cs-PostHeaderIcons a:visited, .cs-PostHeaderIcons a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	color: #FDE8C4;
}

.cs-PostHeaderIcons a, .cs-PostHeaderIcons a:link, .cs-PostHeaderIcons a:visited, .cs-PostHeaderIcons a:hover
{
	margin:0;
}

.cs-PostHeaderIcons a:link
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	color: #E89568;
}

.cs-PostHeaderIcons a:visited, .cs-PostHeaderIcons a.visited
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #E89568;
}

.cs-PostHeaderIcons a:hover, .cs-PostHeaderIcons a.hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #F8BE59;
}
/* end PostIcons */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #D0D0D0;
}

.cs-PostContent
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  color: #D0D0D0;
}


/* start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #FBDCA7;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #FBDCA7;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #FBDCA7;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #ECA883;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #FBDCA7;
}

.title-bottom, .title-bottom a, .title-bottom a:link, .title-bottom a:visited, .title-bottom a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #FBDCA7;
  padding: 0 0 5px 0;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #B23843;
  padding: 5px 0 0 0;
}

.h2-news, .h2-news a, .h2-news a:link, .h2-news a:visited, .h2-news a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #ECA833;
  margin-top: -2px;
  margin-bottom: -2px;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #ECA883;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #ECA833;
  margin-top: -2px;
  margin-bottom: -2px;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #FBDCA7;
  margin-top: -1px;
  margin-bottom: -1px;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #FCFCFC;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* start Content list */
ol, ul
{
	color: #D0D0D0;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.cs-Post li
{
	padding:0px 0 0px 9px;
	line-height:1.2em;
}

.cs-Post ol li, .cs-Post ul ol li
{
	background: none;
	padding-left:0;
}

.cs-Post ul li, .cs-Post ol ul li 
{
	background-image: url('images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:9px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* start blockquote */
blockquote p
{
	color:#FBDAA2;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-align: left;
}

blockquote
{
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#595959;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin PostIcons */
.cs-PostFooterIcons
{
	padding:1px;
}

.cs-PostFooterIcons, .cs-PostFooterIcons a, .cs-PostFooterIcons a:link, .cs-PostFooterIcons a:visited, .cs-PostFooterIcons a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	color: #A8A8A8;
}

.cs-PostFooterIcons a, .cs-PostFooterIcons a:link, .cs-PostFooterIcons a:visited, .cs-PostFooterIcons a:hover
{
	margin:0;
}

.cs-PostFooterIcons a:link
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	color: #E89568;
}

.cs-PostFooterIcons a:visited, .cs-PostFooterIcons a.visited
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #E89568;
}

.cs-PostFooterIcons a:hover, .cs-PostFooterIcons a.hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #F8BE59;
}
/* end PostIcons */

/* begin Button */
.cs-button-wrapper .cs-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:24px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.cs-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 24px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.cs-button-wrapper .cs-button
{
	display:block;
	height: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 9px !important;
	text-decoration: none !important;
	color: #F0F0F0 !important;
}

input, select
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.cs-button-wrapper.hover .cs-button, .cs-button:hover
{
	color: #F0F0F0 !important;
	text-decoration: none !important;
}

.cs-button-wrapper.active .cs-button
{
	color: #F0F0F0 !important;
}

.cs-button-wrapper .l, .cs-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 72px;
	background-image: url('images/Button.png');
}

.cs-button-wrapper .l
{
	left:0;
	right:7px;
}

.cs-button-wrapper .r
{
	width:407px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.cs-button-wrapper:hover .l, .cs-button-wrapper:hover .r
{
	top: -24px;
}

.cs-button-wrapper:active .l, .cs-button-wrapper:active .r
{
	top: -48px;
}
/* end Button */

/* begin Footer */
.cs-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 880px;
	margin: 5px auto 0px auto;
}

.cs-Footer .cs-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}

.cs-Footer .cs-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 880px;
	height: 150px;
	bottom:0;
	left:0;
}


.cs-rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 32px;
	width: 30px;
}

.cs-Footer .cs-Footer-text p
{
	margin: 0;
}

.cs-Footer .cs-Footer-text
{
	display:inline-block;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	letter-spacing: 0;
	color: #AAAAAA;
	font-size: 9px;
	text-decoration: none;
}

.cs-Footer .cs-Footer-text a:link
{
	text-decoration: none;
	color: #AAAAAA;
}

.cs-Footer .cs-Footer-text a:visited
{
	text-decoration: none;
	color: #AAAAAA;
}

.cs-Footer .cs-Footer-text a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}
/* end Footer */

/* begin PageFooter */
.cs-page-footer, .cs-page-footer a, .cs-page-footer a:link, .cs-page-footer a:visited, .cs-page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#E37C45;
	
}

.cs-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	//color:#525252;
	color:#EEEEEE;
}
/* end PageFooter */

/* begin LayoutCell */
.cs-contentLayout .cs-content
{
	position: relative;
	margin: 0;
	padding: 0 0 0 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 614px;
}
.cs-contentLayout .cs-content-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 704px;
}
.cs-contentLayout .cs-content-sidebar2
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 704px;
}
.cs-contentLayout .cs-content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 879px;
}
/* end LayoutCell */

/* begin LayoutCell */
.cs-contentLayout .cs-sidebar1
{
	position: relative;
	margin: 0;
	padding: 15px 0 0 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 265px;
	text-align:justify;
}
/* end LayoutCell */

/* begin LayoutCell */
.cs-contentLayout-links .cs-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 265px;
	text-align:left;
}
/* end LayoutCell */

/* begin LayoutCell */
.cs-contentLayout .cs-sidebar2
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 50px;
}
/* end LayoutCell */



.commentlist, .commentlist li
{
	background: none;
}

.commentlist li li
{
	margin-left:30px;
}

.commentlist li .avatar
{
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin:1px;
	background: #fff;
}

.commentlist li cite
{
	font-size:1.2em;
}

#commentform textarea
{
	width: 100%;
}

img.wp-smiley
{
	border:none;
	margin:0;
	padding:0;
}

.navigation
{
	display: block;
	text-align: center;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter, .cs-csicle .aligncenter img, .aligncenter img.cs-csicle, .aligncenter img, img.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.alignright img, img.alignright
{
	margin: 1em;
	margin-right: 0;
}

.alignleft img, img.alignleft
{
	margin: 1em;
	margin-left: 0;
}

.wp-caption
{
	border: 1px solid #303030;
	text-align: center;
	background-color: #252525;
	padding: 4px 0 4px 0;
	margin: 3px 10px 3px 10px;
}

.wp-caption img
{
	margin: 0;
	padding: 0 0 0 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text
{
	color: #FCFCFC;
	font-size: 10px;
	line-height: 15px;
	padding: 0 0 0 0;
	margin: 3px 0 0 0;
}
/* End */


.hidden
{
	display: none;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

.inter-1
{
	height: 11px;
}

.inter-2
{
	height: 3px;
}

.inter-3
{
	height: 11px;
}

.inter-4
{
	height: 30px;
}

/* begin Button-cont */
.button-page, .button-page:link, .button-page:visited
{
	background: #F0F0F0;
	border: #303030 solid 1px;
	border-radius: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000000;
	font-size: 11px;
}

.button-page:hover, .button-page:visited:hover
{
	background: #FBDCA7;
}
/* end Button-cont */

div.cs-Header-en
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 880px;
	height: 254px;
}

div.cs-Header-jpeg-en
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 880px;
	height: 254px;
	background-image: url('http://www.msbparis.com/ongles-et-maquillage/wp-content/themes/crimsonsky/images/Header-en.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

.flag
{
	z-index: 200;
	position: absolute;
    border: none;
    margin: 5px 0 0 850px;
}

.wp-caption-en
{
	border: 1px solid #303030;
	text-align: center;
	background-color: #252525;
	padding: 4px 5px 4px 5px;
	margin: 3px 10px 3px 10px;
}

