@import "backgrounds_colours.css";
@import "typography.css";

body{

}
a img {
  border: none;
}
.disabled{
	opacity: 0.5;
	-moz-opacity:0.5;
}

body #wrapper{
    width: 908px;
    margin: auto;
}
#wrapper .wrapper_top{
    padding-top:18px;
}
#wrapper .wrapper_bottom{
    height:20px;
    clear:both;
}
#header{
    height: 210px;
}
#wrapper_content{
  position: relative;
}
#static_home #wrapper_content #content{
  position:absolute;
  right:50px;
  text-align:center;
  top:140px;
  width:40%;
}


#wrapper .left{
    float: left;        	
	text-align: center;    
	width: 238px;
	min-height: 587px;
}

#static_home #wrapper .left{

}
#wrapper .left img{
    margin-top: 60px;
}
#wrapper .right{
    float: right;
    margin-right:4px;
    padding-left: 2px;
    width:650px;
    min-height:500px;
    position:relative;
}
#footer{
  clear:both;
}
#static_home #footer{
  bottom:-8px;
  clear:both;
  position:absolute;
  text-align:center;
  padding:0pt 65px;
}
#static_home #footer p{
  margin-top:0;
}

#static_home #logos{
  text-align:center;
}
#static_home #logos #dom_logo{
  margin-bottom:9px;
}


#static_home #logos img{
  padding: 0 45px;
}
#content{
	
}

/* Navigation global */
#nav_site_global{
  list-style-type: none;
  overflow: hidden;
  background: white;
  margin: 0;
  padding: 0;
}
#nav_site_global li{
  display: block;
  float: left;
  padding: 1px;
}
#static_home #nav_site_global{
  position: absolute;
  right: 10px;
}
#nav_site_global li a{
  display: block;
  width: 127px;
  height: 20px;
}
#nav_site_global li span{
  display: none;
}
#static_home #nav_site_global #channel_home{
  display: none;
}



/* General settings */
.logos-icons{
    bottom:0pt;
    left:20px;
    position:absolute;
    display:block;
    text-align:center;
}
#wrapper .left .logos-icons img{
    display:block;
    margin:35px auto 15px auto;
    padding-left:10px;
}

/* The Form */
#compteur{
  width: 96px;
  height: 117px;
  text-align: center;
  padding-top: 13px;
  float: right;
  margin:5px;
}
#title_form{
	margin-bottom: 0;
	margin-top: 10px;
}
.contest_form fieldset{
  border:none;
  border-bottom: 1px dashed gray;
}
.contest_form .submit{
    width: 110px;
    height: 46px;
    cursor:pointer;
}



.contest_form ul{
  margin:0;
  padding:0;
}
.contest_form ul li{
  list-style-type: none;
  clear: left;
  margin: 0;
  padding: 5px 0 8px 0;
  padding-left: 155px; /*width of left column containing the label elements*/
}

.contest_form #demographics label{
	clear:both;
  font-weight: bold;
  float: left;
  margin-left: -155px; /*width of left column*/
  width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
  text-align: right;
  padding-right: 2px;
}
.contest_form .other_question{
	font-weight: bold;
}
.contest_form #submit_button{
	margin: 15px 0 0 150px;
}
.contest_form .other_question label{
  	width:50%; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.contest_form input, .contest_form select{ /*width of text boxes. IE6 does not understand this attribute*/
    width: 180px;
}
.contest_form .checkbox input{
	width: auto;
}
.contest_form .checkbox {
	display:inline;
}
.contest_form #notice_compulsory_field{
  margin-top:0pt;
}
.contest_form textarea{
    width: 250px;
    height: 150px;
}
.contest_form input.postal_code_field{
    width: 60px;
}


.contest_form .optins ul li{
	padding-left: 10px;
}


#tell_a_friend ol{
	width: 90%;
	margin-left: 5px;
	list-style-type: decimal;
}

.contest_form  #tell_a_friend ol li{
	clear:none;
	float:left;
	margin: 3px 15px;
	padding: 0;
	display: list-item;
}




/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

#price_list{
	list-style-type:none;
	padding-left: 5px;
	margin:0;	
}
#price_list li{
	clear: both;
	cursor: pointer;
	margin: 10px 10px 20px 0;	
}
#price_list li .introduction{
	border-bottom: 1px solid #77787b;
	border-top: 1px solid #77787b;
	margin: 0px 2px 2px 4px;
	width: 330px;
	float:left;
	overflow: hidden;
	height:175px;	
}
#price_list li:first-child .introduction{
	border-top: none;	
}
#price_list .active .introduction{
	border-bottom: none;	
}
#price_list .active .includedprice{
	display:none;	
}
#price_list .odd .price_picture{
	float: left;	
}
#price_list .even .price_picture{
	float: right;	
}
#price_list .includedprice{
	float:left;
	font-weight:bold;
	margin-top:4pt;
	padding-left:10px;
	text-transform:uppercase;
}
#price_list li .introduction img{
	float: right;
}
#price_list li .introduction h2 img{
	float: none;
}
#price_list li h2 {
	margin-top:  5px;
}
#price_list li .details{
	padding:10px;
	margin-right: 15px;
	clear: both;
	display:none;
}
#price_list li .details ul{
	padding: 0;
	margin:0;
	list-style-type: disc;
}
#price_list li .details h3{
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: bold;
}
#price_list .active .details{
	display: block;
}

/* Vcard */
.vcard{
	margin-top: 30px;
}
.vcard .logo{
	float:left;
	padding: 10px 20px 0 0;
}
.vcard ul{
	float:left;
	margin-top: 0;
	padding-left: 0;
}
.vcard ul li{
	list-style-type: none;
	margin-bottom: 5px;
}
.vcard div{
	
}

/* Messages*/
#errorMessage{
	font-size:120%;
	font-weight:bold;
	margin:10px;
	padding:5px;
	text-align:center;
}
#flashMessage{
	font-size:120%;
	font-weight:bold;
	text-align:left;
}

/* CSS POP UP */
.css_popup{
	width: 584px;
	height: 305px;
	border:4px double #1FC1EA;
	top: -100px;
	position:absolute;
	z-index:9;
}
.css_popup  h2{
	margin-bottom: 0;
}
.css_popup .close_button {
	background-color:white;
	color:#1FC1EA;
	display:inline;
	font-size:15px;
	font-weight:bold;
	padding:2px 5px;
	position:absolute;
	right:0pt;
	text-decoration:none;
	text-transform:uppercase;
	top:0pt;
}
.css_popup .close_button:hover {
	color: white;
	background-color: #005A9C;
}
.css_popup .css_popup_content{
	width: 45%;
	float:right;
	margin-top: 50px;
	text-align:center;
}




#flash_popup{
	width: 940px;
	/*height: 630px;*/
	/*position:absolute;*/
	margin: auto;
	z-index:1;
}

#flash_popup #pop_up_content{
	width: 718px;
	margin: auto;
}

#flash_popup  p{
	text-align:center;
	padding:5px 0;
	font-weight:bold;
}



