html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus{
	outline: 0;
}
ol,ul{
	list-style: none;
}
table{
	border-collapse: separate;
	border-spacing: 0;
}
caption,th,td{
	font-weight: normal;
	text-align: left;
}
blockquote:before,blockquote:after,q:before,q:after{
	content: "";
}
blockquote,q{
	quotes: "" "";
}
img,input,select,option{
	vertical-align: middle;
}
legend{
    display:none;
}

/**********************************************/
/* Reusable class                             */
/**********************************************/

.overflow-hidden {
	overflow:hidden;	
}
.clear:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clear{
	display: inline-table;
}
.clear{
	height:0;
	clear: both;
	display:block
}
.inline{
    display:inline-block !important;
}
strong, .bold {
    font-weight:bold;
}
.floatright {
    float:right;
}
.floatleft {
    float:left;
}
.hidden {
    display:none;
}
.indent{
    text-indent: -9999px;
    line-height:0;
}
.indent img{
    display:block;
}
.no-margin{
    margin:0 !important;
}
address{
    font-style:normal;
    line-height:16px;
    white-space:nowrap;
}
.block{
    display:block;
}
/**********************************************/
/* Specific content                           */
/**********************************************/

html, body{
    height:100%;
}
body{
    background:url('../images/header-bg.gif') repeat-x;
}
#wrapper
{
    min-height: 100%;
    height : auto !important;
    height: 100%;
    margin-bottom:-90px;
}
#push
{
    height:90px;
}
#yellow-lines
{
    position:absolute;
    background:url('../images/yellow-lines.gif') repeat-x;
    width:49%;
    height:673px;
    top:0;
    left:0;
    z-index:2;
}
#white-bg
{
    position:absolute;
    background:#FFF;
    margin-top:130px;
    width:49%;
    height:100%;
    top:0;
    right:0;
}
#header, #content, #footer{
    width:952px;
    margin:0 auto;
}
#header{
    padding-top:24px;
}
#header h1{
    margin-left:-20px
}
#content{
    min-height:568px;
    position:relative;
    z-index:3;
}
#content-left
{
    width:514px;
    float:left;
    padding-top:25px;
    background-position:470px 18px;
    min-height:568px;
}

.content-left-ci-index {
		background:url('../images/content-separator-ci-index.gif') no-repeat top right;
}

.content-left-ci-gagnants {
	background:url('../images/content-separator-ci-gagnants.gif') no-repeat top right;
}

.content-left-ci-reglements {
	background:url('../images/content-separator-ci-reglements.gif') no-repeat top right;
}

.content-left-ses-index {
		background:url('../images/content-separator-ses-index.gif') no-repeat top right;
}

.content-left-ses-rules {
		background:url('../images/content-separator-ses-rules.gif') no-repeat top right;
}

#content-right{
    float:left;
    width:423px;
    background:#fff;
    min-height:598px;
    padding-top:50px;
}

.box{
    width:467px;
    height:157px
}
.cafe{
    background:url('../images/box-cafe.gif') no-repeat;
}
.cafe ul{
    float:right;
    margin-top:24px;
}
.festifs{
    background:url('../images/box-festifs.gif') no-repeat;
}
.festifs ul{
    float:right;
    margin-top:24px;
}
.chanson ul {
	float:right;
	margin-top:48px;
}

.chanson{
    background:url('../images/box-chanson.gif') no-repeat;
    margin-top:20px;
}
.secondaire{
    background:url('../images/box-secondaire.gif') no-repeat;
    margin-top:17px;
}
.secondaire ul{
    float:right;
    margin-top:64px;
}

#form-container{
    width:340px;
    margin:10px 0;
}
input.small{
    width:48px;
}
input.medium{
    width:68px;
}
input.code{
    width:120px;
}
input.large {
    width:234px;
}
textarea.large {
	width:230px;
	padding:2px;
	height:100px;
	font-size:11px;
}

#dd-entendu {
	margin-left:90px;
}

.txtbox{
    border:1px solid #dfdfdf;
}
dl dt, dl dd{
    float:left;
    display:block;
    margin-bottom:5px;
    line-height:20px;
}
dl dt{
    width:90px;
}
dl dd{
    width:233px;
}

dl dt.full {
	clear:both;
	width:auto;
	float:none;
}

#invalid-courriel,#invalid-phone {
	padding-left:90px;
}

#invalid-code {
	padding-left:110px;
}

#form-invalid {
	font-size:11px;
}

dl dt.code {
	width:110px;
}

dl dd.code{
    width:213px;
}


#lst-winners li{
    margin-bottom:20px;
}


.coming{
    float:right;
    margin:60px 60px 0 0 ;
}
#footer-wrapper{
    background:url('../images/footer-bg.gif') repeat-x;
    width:100%;
    height:90px;
    bottom:0;
}
#footer{  
   vertical-align:baseline;
   padding-top:40px;
}
#footer #copyright{
   float:left;
   display:block;
   margin-right:10px;
   font-size:10px;
}
#footer #logo{
   float:left;
}
#footer #signature{
   float:right;
   margin-top:20px;
}


.validator {
	display:none;
}

.msgbox {
	text-align:center;
	padding:20px;
	margin: 10px auto 10px auto;
	border: 1px solid #0F4985;
}

.msgbox p {
	margin:0;
}

#frm-ses {
	background:#fff url('../images/bg-ses-form.gif') no-repeat top left;
}

#frm-ses form {
	padding-left:7px;
}

#frm-ses ul {
	height:31px;
	margin-bottom:5px;
}

#frm-ses ul li {
	float:left;
	margin-right:1px;
}

small { font-size:10px; }

.fld-comment { display:none; }

#loading-icon {
	display:none;
}

#header {
	position:relative;
}

#retour {
	position:absolute;
	top:52px;
	right:20px;
}