/**
 * Murielle Cahen Styles
 *
 /* begin Page */

## Version normale du site
$HTTP["host"] == "murielle-cahen.com" {
     $HTTP["useragent"] =~ "(Android|iPhone|Palm|BlackBerry)" {
          url.redirect = ( "^/(.*)" => "http://m.murielle-cahen.com/index.asp" )
     }
}
## Version mobile du site
$HTTP["host"] == "m.murielle-cahen.com/index.asp" {
     $HTTP["useragent"] !~ "(Android|iPhone|Palm|BlackBerry)" {
          url.redirect = ( "^/(.*)" => "http://www.murielle-cahen.com/" )
     }
}

 string strUserAgent = Request.UserAgent.ToString().ToLower();

            if (strUserAgent != null)
            {
                if (Request.Browser.IsMobileDevice == true || strUserAgent.Contains("iphone") ||
                    strUserAgent.Contains("blackberry") || strUserAgent.Contains("mobile") ||
                    strUserAgent.Contains("windows ce") || strUserAgent.Contains("opera mini") ||
                    strUserAgent.Contains("palm"))
                {
                    Response.Redirect("http://m.murielle-cahen.com/index.asp");
                }
            }

/* Generated with Refaudit version 2.5.0.29918, file checksum is 354F7728. */


 * {
	margin: 0;
	padding: 0;
/*	border: none;*/
	outline: none;
	list-style: none;
	font-size: 100.01%;
	font-style: normal;
	font-weight: normal;
	font-family: inherit;
}

img {
/*	display: block;*/
}

/* Global typography */
body {
	font-family: verdana,arial, helvetica, serif;
	font-size: 62.5%;
	background: url(../images/background.jpg) repeat-y top center;
	background-color: #fff;
}

strong, b {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1.upper, h2.upper, h4.upper, h5.upper, h6.upper {
	text-transform:uppercase;
}

h1 {
	font-size: 1.6em;
	padding:10px 0;
}
h2 {
	font-size: 14px;
	padding:10px 0 2px 0;
}
h3 {
	font-size: 14px;
	padding:7px 0;
}
h4 {
	font-size: 1.1em;
	padding:5px 0;
}
h5 {
	font-size: 1.1em;
	padding:5px 0;
	font-style:italic;
}

ol {
	margin-left:1em;
}
ol li{
	padding-left:10px;
	margin-left:1em;
	list-style: decimal;
}

/* Header */
#header {
	width:897px; 
	margin:0 auto; 
	font-size:1.2em;
	height:153px;

}
#header a{
	color:#fff
}

/* Navigation */
ul#nav {
	position:absolute; 
	top:80px;
	padding: 0;
	margin: 0;
	margin-left:250px;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block; 
	font-weight:normal;
	background-image:none;
	border:solid 0px #000;
	color:#000;
	text-decoration: none;
}

#nav li {
	float: left; 
	padding:5px 0px;
	margin-left:10px;
	background-image:none;
	background-color:#D9D8A2;
}

#nav li ul {
	position: absolute;
	background: #258654;
	width: 150px;
	margin-top:5px;
	left: -999em;
}
#nav li ul li{
	background-color:#258654;
}
#nav li ul li a{
	color:#fff;
	text-decoration: none;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* Content */
#content {
	clear: left;
	color: #ccc;
}
#article a, table tr td a{
	color:#086940;
	text-decoration:underline !important;
}
#article a:hover{
	text-decoration: none;
}

/* Article */
#article {
	width:700px;
	padding: 0 0 0 30px;
	font-size:12px;
	margin:0 auto;
}


/* Tableaux */
#article table {
	border-collapse: collapse;
}
#article table tr td  p{
	text-indent:0;
}
#article table tr td {
	padding: 3px;
}

#article table.home {
	border:none;
}
#article table.home tr td {
	padding: 0px;margin:0;
	border: none;
}
#article table.home tr {
	padding: 0px;margin:0;border:none;
}
#article table.home tr td a img{
display:block;
}
#article table.home tr td p{
}


#article p{
	font-size:12px;
	margin:10px 0;
	text-indent:3em;
}
#article ul,
#article ol,
table * ul,
table * ol
{
	list-style: disc;
	margin-left:4.5em;
}
#article ul li,
table * ul li{
	padding-left:0.2em;
	list-style: disc;
}
#article ol li,
table * ol li{
	padding-left:0.2em;
	list-style: decimal;
}

#article *{ text-align:justify;}

/*
input, textarea {
	border: solid 1px #ccc;
	padding:3px;
	margin-bottom:5px;
}
input.submit {
}
select {
	border: solid 1px #ccc;
	padding:5px;
	margin-bottom:5px;
	
}
*/
/* Brèves */
h2.breve {
	background-color:#caca8c;
	font-size:1.1em;
}
h2.breve span{
	float:right;
	font-weight: normal;
	font-size:0.9em;
}


/* forms */
input {
	padding:1px;
	font-size: 1.1em;
}

input.submit {
	border: none;
}

/* Footer */
#footer {
	text-align:center;
	width:785px;
	margin:40px auto 20px auto;
}

#footer p {
	margin:0 0 5px 0;
	text-align:center;
	font-size:0.9em;
}
#footer p a:hover{
	text-decoration:underline;
}
#footer a {
	color:#396;
}

