/**************************
Keyven Ferland
http://www.keyvenferland.com
Default Stylesheet
**************************/

/* =General-----------------------------------------------------------------------------*/

body { 
	font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
	background: #F7F7D3  url('images/bg-bodyhome.gif') no-repeat top center; color: #333;
}

img, div { behavior: url('iepngfix.htc') }

/* =Headings-----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6{ font-weight: normal; color: #333; font-family: Arial, Helvetica, sans-serif;}

h1{
	font-size: 135%;
}
h2{
	font-size: 175%;
}
h3{
	font-size: 155%;
}
h4{ font-size: 120%;}
h5{ font-size: 100%;}
h6{ font-size: 100%;}

/* =Links General-----------------------------------------------------------------------------*/

a{ color: #74026C; text-decoration:  underline;}
a:hover{ color: #AE1CA4; text-decoration: none;}

/* =Other -----------------------------------------------------------------------------*/

.clear{ /* Class for clearing floats */clear:both; padding: 5px 0 0 0;}
.left { float: left;}
.right { float: right;}
.more{ background: transparent url('images/ico-arrow-more.gif') no-repeat right; padding-right: 12px; float: right;}

/* =Top -----------------------------------------------------------------------------*/

#top-wrap{
	background: transparent url('images/bg-top.gif') repeat-y top center;
	z-index: -10000;
}
#top{
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#top h1{
	padding: 0;
	margin: 0;
}
#top h1 a.logo{
	background: transparent url('images/logo-maison-eclaircie.gif') no-repeat bottom center;
	height: 60px;
	width: 350px;
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	left: 30px;
}
#top h1 a.logo span{
	display: none;
}
#top a.cta-questionnaire{
	position: absolute;
	top:0;
	right: 30px;
}
#top a.cta-questionnaire span{
	display: none;
}
#top .section{
	padding-top: 220px;
	background: transparent url('images/bg-section.home.jpg') no-repeat bottom center;
	height: 250px;
	width: 980px;
}
#top .section.inside{
	padding-top: 150px;
	background: transparent url('images/bg-section.inside.gif') no-repeat bottom center;
	height: 40px;
	width: 980px;
}

/* =Main Navigation -----------------------------------------------------------------------------*/

ul#nav-main{
	background: transparent url('images/bg-nav.gif') repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	position: absolute;
	top: 105px;
	left: 0;
	width: 950px;
	height: 37px;
	margin: 0;
	padding: 0;
	padding-left: 30px;
}
ul#nav-main li{
	display: inline;
}
ul#nav-main li a{
	color: #fff;
	float: left;
	height: 17px;
	padding: 9px 15px 12px;
	display: block;
}
ul#nav-main li a:hover,
ul#nav-main li a.active{
	color: #74026C;
	background-color: #fff;
}

/* =Content -----------------------------------------------------------------------------*/

#content-wrap{
	width: 980px;
	margin: 0 auto;
}
.container{
	background: #fff url('images/bg-content-wrap.gif') repeat-y top center;
	clear: both;
	float: left;
}
#content{
	width: 630px;
	padding: 15px 0 40px;
	padding-right: 40px;
	float: right;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5{
	padding: 5px 0;
	margin: 20px 0 10px 0;
}
#content h2,
#content h3{
	border-bottom: 1px dashed #CBCDD0;
}
#content p{
	font-size: 100%;
	padding: 0 0 6px 0;
	line-height: 18px;
}
#content ul{
	padding: 0;
	margin: 0;
	margin-right: 40px;
	line-height: 18px;
}
#content ul li{
	background: transparent url('images/ul-li-puce.gif') no-repeat;
	background-position: 12px 7px;
	padding-left: 20px;
}
#content img{
	margin: 10px 0;
}
#content table.table-navigation td{
	padding: 5px;
}
#content table.calendrier{
	margin: 10px 0 20px;
	font-size: 90%;
}
#content table.calendrier td,
#content table.calendrier th{
	padding: 5px;
	border: 1px solid #BFBFBF;
}
#content table.calendrier td strong{
	color: #9B3EA0;
}

/* =Sidebar -----------------------------------------------------------------------------*/

#sidebar{
	width: 240px;
	padding: 0 50px 40px 20px;
	float: left;
	color: #626262;
}
#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5{
	padding: 3px 0;
	margin: 5px 0;
}
#sidebar p{
	font-size: 85%;
	padding: 0 0 6px 0;
	line-height: 15px;
}
#sidebar img{
	padding: 5px 0;
}

#sidebar ul.side-nav{
	margin: 10px 0 20px;
	font-size: 115%;
	border-bottom: 1px dashed #CFCF9E;
}
#sidebar ul.side-nav li a{
	display: block;
	text-decoration: none;
	border-top: 1px dashed #CFCF9E;
	padding: 10px 5px;
}
#sidebar ul.side-nav li a:hover{
	text-decoration: underline;
}

/* =Footer -----------------------------------------------------------------------------*/

#footer{
	width: 940px;
	background: #000 url('images/bg-footer.gif') no-repeat top center;
	padding: 45px 20px 60px;
	margin: 0 auto;
	clear: both;
}
#footer p{
	color: #AAA3AA;
	font-size: 85%;
	text-align: right;
	line-height: 18px;
	padding: 5px 0;
}
#footer a{
	color: #fff;
}
#footer a:hover{
	color: #999;
}

.section a.cta-diffuseur{
	display: block;
	position: absolute;
	right: 10px;
	bottom: 23px;
	width: 430px;
	height: 90px;
}
.section a.cta-diffuseur span{
	display: none;
}



