/*base***********************************************************************************/
* {
    border: 0 none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    -moz-outline-style: none;
    outline: none;
	text-decoration: none;
}
*:focus {  
    -moz-outline-style: none;
    outline: none;
}
.center {
    margin: 0 auto;
    position: relative;
    width: 1000px;
}
.goodDealsColor {
    color: #653889;
}
.clear{
	clear: both;
}
.rad3 {
    border-radius: 3px 3px 3px 3px;
}
.button
{
	background: #66398a; /* Old browsers */
    background: -moz-linear-gradient(top,  #9c62c2 0%, #66398a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c62c2), color-stop(100%,#66398a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #A556D7 0%,#66398a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #A556D7 0%,#66398a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #A556D7 0%,#66398a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #A556D7 0%,#66398a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c62c2', endColorstr='#66398a',GradientType=0 ); /* IE6-9 */
    border: 1px solid #621892;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
    font-weight: bold;
    font-family: arial;
    font-size: 13px;
    min-width: 80px;
}

.button:hover {
	background: #66398a; /* Old browsers */
    background: -moz-linear-gradient(top,  #953FCC 0%, #66398a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#953FCC), color-stop(100%,#66398a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #953FCC 0%,#66398a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #953FCC 0%,#66398a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #953FCC 0%,#66398a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #953FCC 0%,#66398a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#953FCC', endColorstr='#66398a',GradientType=0 ); /* IE6-9 */
    transition: box-shadow 2s;
    box-shadow: 0px 1px 2px #919191;
}

body {
    background: #EDEDED url('images/wallpaper.png') no-repeat top center;
    color: #000000;
    font-family: Arial,sans-serif;
    font-size: 11px;
}


/*headband***********************************************************************************/
#headband {
    background-color: #3B3B3B;
    border-bottom: 1px solid #474646;
    color: #D6D6D6;
    font: 13px Arial,sans-serif;
    height: 32px;
    min-width: 1000px;
    position: fixed;
    width: 100%;
    z-index: 99999;
}
#headband #left {
    float: left;
    padding-left: 15px;
}
#headband #right {
    float: right;
    padding-right: 15px;
}
#headband ul {
    float: left;
}
#headband ul.menuTopLeft li {
    display: inline-block;
    float: left;
    line-height: 30px;
    margin: 0 5px;
}
#headband ul.menuTopLeft li.notifications a {
    float: left;
    padding-right: 2px;
}
#headband ul li a.link {
    border-top: 2px solid transparent;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    padding: 0 5px;
    transition: border-top 0.5s ease 0s;
}
#headband ul li a.link:hover {
    border-top: 2px solid red;
    transition: border-top 0.5s ease 0s;
}
#left #language {
    float: left;
    padding: 5px;
    z-index: 10;
}
#headband #left #language li {
    float: left;
    margin: 5px 2px 0;
}
#headband #left #language li img {
    border: 1px solid #928F8F;
}
#headbandBottom {
    border-top: 1px solid #858383;
    height: 1px;
    margin-top: 33px;
    min-width: 1000px;
    position: fixed;
    width: 100%;
    z-index: 99999;
}
/*header***********************************************************************************/
#header {
	height: 115px;
}

#annonceLogo {
	float: left;
}


#headerRight {
	float: right;
	margin-top: 36px;
	/*padding: 10px;
	width: 250px;*/
}

/*#headerRightContent 
{
    float: left;
	margin-left: 40px;
}*/
#headerRightContent {
    height: 45px;
    line-height: 50px;
    margin: 0;
    overflow: hidden;
    padding: 0 5px;
}
#headerRightContent a {
    border: 1px solid transparent;
    font-size: 13px;
    padding: 6px 10px;
    text-decoration: none;
}
#headerRightContent a:hover {
    text-decoration: underline;
}

.headerRightContentSeparator {
	color: #BBB;
	font-size: 12px;
}

#search 
{
	width: 430px;
	height: 75px;
	padding: 0 0 0 25px;
	float: left;
	margin-top: 42px;
}

#search form {
	padding: 0;
	position: relative;
	height: 40px;
	float: left;
}

#search #searchBtn {
	border: 1px solid #2788BB;
	filter: none;
	height: 32px;
	opacity: 1;
	padding: 0 0.91em;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	background: #66398a; /* Old browsers */
    background: -moz-linear-gradient(top,  #9c62c2 0%, #66398a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c62c2), color-stop(100%,#66398a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #A556D7 0%,#66398a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #A556D7 0%,#66398a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #A556D7 0%,#66398a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #A556D7 0%,#66398a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c62c2', endColorstr='#66398a',GradientType=0 ); /* IE6-9 */
	color: #555;
	height: 32px;
	vertical-align: middle;
	border: 1px solid #8024BC;
	cursor: pointer;
	float: left;
	position: relative;
	width: 42px;
}

#search #searchBtn:hover {
	background: #66398a; /* Old browsers */
    background: -moz-linear-gradient(top,  #953FCC 0%, #66398a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#953FCC), color-stop(100%,#66398a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #953FCC 0%,#66398a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #953FCC 0%,#66398a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #953FCC 0%,#66398a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #953FCC 0%,#66398a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#953FCC', endColorstr='#66398a',GradientType=0 ); /* IE6-9 */
}

#search #searchBtnIco {
	width: 16px;
	height: 16px;
	display: block;
	background: url("./images/searchButton.png") no-repeat scroll 0 0 transparent;
	opacity: 0.9;
	text-indent: -8000px;
}

#search #searchBar {
	border-color: #9D56CB;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	linear-box-sizing: border-box;
	 box-sizing: border-box;
	-o-linear-box-sizing: border-box;
	-webkit-linear-sizing: border-box;
	-ms-linear-sizing: border-box;
	-moz-transition: border-color 0.5s ease 0s;
	-ms-transition: border-color 0.5s ease 0s;
	-webkit-transition: border-color 0.2s ease 0s;
	-o-transition: border-color 0.2s ease 0s;
	background-color: #FFFFFF;
	border-left: 1px solid #9D56CB;
	border-top: 1px solid #9D56CB;
	border-bottom: 1px solid #9D56CB;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	box-shadow: 0 1px 2px #EEEEEE inset;
	font-size: 14px;
	line-height: 28px;
	position: relative;
	float: left;
	width: 385px;
}

#search #searchForm:hover #searchBar{
	border-left: 1px solid #7D3CB4;
	border-top: 1px solid #7D3CB4;
	border-bottom: 1px solid #7D3CB4;
}
#search #searchForm:hover #searchBtn{
	border: 1px solid #653889;
}

#search #searchBar label
{
	height: 100%;
	border: medium none;
	padding: 0;
	display: block;
}

#search #searchBar #searchBarInput {
	outline: medium none;
	height: 23px;
	border: 0 none;
	display: inline-block;
	font: 14px arial,sans-serif;
	margin: 0;
	padding: 5px 4px 2px;
	width: 99%;
	float: left;
	line-height: 20px;
	color: #674397;
}

#search #searchBar #searchBarInput:focus{
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
	-moz-transition: box-shadow 0.5s ease 0s;
	-ms-transition: box-shadow 0.5s ease 0s;
	-webkit-transition: box-shadow 0.2s ease 0s;
	-o-transition: box-shadow 0.2s ease 0s;
}

#search #searchBar #exLib {
	color: #C6C3C3;
	font-size: 13px;
	font-style: italic;
	position: absolute;
	top: 4px;
	left: 8px;
}
#search #searchBar #exLib:hover {
	cursor: auto;
}

#search #searchBar #chooseUnivers {
	color: #653889;
	font-size: 13px;
	font-style: italic;
	position: absolute;
	top: 1px;
	right: 8px;
	cursor: pointer;
}

#search #searchBar #chooseUnivers:hover {
	text-decoration: underline;
}

#productSearch {
	color: #626262;
	font-size: 12px;
	float: right;
	margin-right: 5px;
}

#productSearch span {
	color: #8B8989;
	font-style: italic;
	
}

#searchUnivers {
	position: absolute;
	right: 0;
	margin-right: 42px;
}
#headerRight #depAn {
    float: right;
    margin-right: 10px;
    width: 175px;
}




/*common***********************************************************************************/
#all {
    padding-top: 45px;
}
#all-background {
    background: #EDEDED url('images/wallpaper-repeat.png') repeat-x top center;
    cursor: default;
    width: 1004px;
}
#content {
    margin: 5px 0 50px;
	background-color: #FFFFFF;
    box-shadow: 0 1px 7px #555555;
    margin-top: 30px;
    padding: 30px 0 10px;
}
.content-concours{
	background: url("./images/bck-concours.jpg") no-repeat 0 0 transparent;
	min-height: 994px;
}
#info-concours{
    margin: 275px 0 0 30px;
}	
#info-concours h2, #info-concours .h2{
    font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}	
#info-concours #kdo{	
	margin-left: 15px;
}	
#info-concours #kdo li{
	font-size: 18px;
	line-height: 27px;
	list-style-type: disc;
}
#info-concours #kdo .nb{
    font-weight: bold;
	font-size: 24px;
}	
#info-concours h3, #info-concours .h3{
    font-size: 24px;
	font-weight: bold;
	margin: 15px 0 10px;
}	
#info-concours .desc-concours{
	font-size: 14px;
}
#info-concours .desc-concours strong, #info-concours .desc-concours .strong, #info-concours .desc-concours  a{
	color: #671f96;
	font-weight: bold;
}

#info-concours #how-play .desc-concours{
	width: 350px;
}
#info-concours #how-play #link-to-myEditus {
    display: block;
    margin: 10px 0;
}
#info-concours #share{
	margin-top: 30px;
}
#info-concours .desc-concours.like{
    margin: 5px 0 10px;
}
#info-concours .desc-concours.like  .info-like{
	float: left;
}
#info-concours .desc-concours.like .txt-like{
    color: #000000;
    font-size: 28px;
}
#info-concours .desc-concours.like .link-like{
    float: left;
    margin: 5px 0 0 10px;
}
#info-concours .info-contact{
    font-size: 12px;
    margin-top: 7px;
	color: #333333;
}
#footer{
	margin: 40px 0 75px;
}
#footer #reglement-concours {
	float: left;
}
#footer #reglement-concours a{
    color: #000000;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-top: 38px;
}
#footer #reglement-concours a:hover{
	text-decoration: underline;
}
#footer #organisation-concours{
	float: right;
	margin-right: 30px;
}
#footer #organisation-concours  span {
    font-size: 13px;
    margin-right: 15px;
    vertical-align: 10px;
}



/*cgu*/
#content.content-reglement-concours{
	position: relative;
}

#content.content-reglement-concours #logo{
    position: absolute;
    right: 50px;
    top: 25px;
}
#content.content-reglement-concours #logo img{
    
}
#content #content-reglement {
    padding: 80px 50px 10px;
}
#content #content-reglement .aboutUs {
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
}
#content #content-reglement  .article{
	margin-top: 25px;
}
#content #content-reglement  h2.msgHome {
    color: #653889;
    font-size: 14px;
}
#content #content-reglement h3 {
    font-size: 12px;
}
#content #content-reglement  .msgHome {
    color: #454545;
    font-size: 13px;
    line-height: 20px;
    margin: 5px 0;
    text-align: justify;
}
#content #content-reglement  .no-marg {
    margin: 0;
	line-height: px;
}
#content #content-reglement  .letterList {
    margin-left: 40px;
}
#content #content-reglement  .letterList li {
    list-style-type: lower-alpha;
}
#content #content-reglement  .dashList {
    margin-left: 40px;
}
#content #content-reglement  .dashList li {
    list-style-type: disc;
}
/*#content #content-reglement  .number-special {
    margin-left: 20px;
}*/
#content #content-reglement  .number-special  b{
    margin-right: 5px;
}
#content #content-reglement  .square-list {
    margin-left: 40px;
}
#content #content-reglement  .square-list li{
    list-style-type: square;
}
#content #content-reglement  #dateMaj {
    margin-top: 25px;
}
#content #content-reglement  small{
    color: #454545;
    font-size: 10px;
    margin: 5px 0;
    text-align: justify;
}

















