body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15,41pt;
	margin:0;
	padding:0;
    background-repeat: repeat-x;
    background-position: center top;
    background-image:url('../images/bg.jpg');
	background-color: #000000;
}
#container {
	position:relative;
	width:1000px;
	margin:0 auto;
    background-color: transparent;

}
#head {
    background-image: url("../images/head.png");
	height: 237px;
	background-repeat:repeat-y;
}
#logo{
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    float: left;
    height: 151px;
    left: 33px;
    position: relative;
    top: 30px;
    width: 946px;
}
#center-intro{
    color: #FFFFFF;
	font-weight: bold;
	line-height: 25px;
    float: left;
    margin: 0;
	margin-top: 25px;
	margin-bottom: 10px;
    padding-left: 0;
    padding-top: 0;
    text-align: justify;
    width: 1000px;
	}
#nav {
    float: left;
    height: 44px;
    margin-bottom: 10px;
    position: absolute;
    /*right: 0;*/
    top: 182px;
    width: 1080px;
}
#nav ul li {
 float: left;
 font-family: Arial, Helvetica, sans-serif;
 list-style: none outside none;
 margin: 1px 21px;
 text-transform: uppercase;
 text-align: center;
 font-style: italic;
 font-weight: bold;
}
#nav ul li a {
  color: #FFFFFF;
    font-size: 15px;
    margin-right: 0px;
}
#nav ul li a:hover  {
  font-size:15px;
  color:#fd056a;
}


    /* partie positionnement et déco */
    #menu a {
        display:block;
        color: #fff;
        text-decoration:none;
    }
    #menu > li,
    #menu > li li {
        position: relative;
        display:inline-block;
/*        width: 110px;
        padding: 6px 15px;*/
        background-color: transparent;
        background-image: none;
    }
    #menu > li li { background: transparent none; }
    #menu > li li a { color: #010101; }
    #menu > li li:hover { background: transparent; width: 100%; color: #000000!important;  }
    #menu > li + li {
        border-left: 0px solid #aaa;
        border-right: 0px solid #777;

    }
    #menu > li:last-child {
        border-right:0;
        border-left: 0px solid #aaa;
        border-radius: 0 8px 8px 0 ;
    }
    #menu > li:hover {
        background-color: transparent;
        background-image: none;
        color: #000000;

    }
    /* (presque) fin de la partie positionnement/déco */
    /* dans cette déclaration, on fixe le max-height */
   
   #menu ul {
  background-color: #C367FF;
    background-image: linear-gradient(#FFFFFF, #DDDDDD);
    border-radius: 0 0 8px 8px;
    left: -23px;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 33px;
    transition: max-height 1s ease 0.3s;
    width: 207px;
    z-index: 999;
}

    /* ici on change la valeur de max-height au :hover */
    #menu > li:hover ul {
        /* need an adaptation, lower is better, but see it large   */
        max-height:13em;

    }

/*******************************************************************************/
#ask-gif{
     height: 138px;
	 width: 1000px;
     margin-top: 22px;
}
#text-bottom-ask{
    clear: both;
    float: right;
    margin-left: 0;
    width: 1000px;
}
#text-bottom-ask2{
    color: #ffffff;
    font-family: HelbaConXLigDB,Arial;
    font-size: 20px;
    font-weight: bold;
    margin-left: 0;
    margin-top: 25px;
    text-align: justify;
    width: 855px;
	float:right;
	line-height: 38px;
}
#voyant-photo{
    clear: both;
    width: 130px;
	margin-top: 25px;
	float:left;
}
#text-left{
    background-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
	line-height: 25px;
    float: left;
    margin: 0;
	margin-top: 25px;
	margin-bottom: 10px;
    padding-left: 0;
    padding-top: 0;
    text-align: justify;
    width: 481px;
}
#text-right{
    background-color: rgba(0, 0, 0, 0);
    float: right;
    padding-right: 8px;
	margin-top: 25px;
    padding-top: 0;
    width: 481px;
}
#text-border{
    background-color: #ffffff;
    border: 0px solid #ffffff;
	margin-top: 245px;
    float: inherit;
    height: 1000px;
    left: 500px;
    padding-right: 1px;
    padding-top: 54px;
    position: absolute;
    width: 0.1;
}
#num-telephone{
    background-image: url("../images/num-bg.png");
    background-repeat: no-repeat;
	font-family: Arial;
    font-size: 30px;
    height: 51px;
    padding-left: 0px;
    padding-top: 16px;
    width: 286px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	line-height: 30px;
}
#num-telephone1{
   /* background-image: url("../images/num-bg.png"); */
    background-repeat: no-repeat;
	font-family: Arial;
    font-size: 30px;
    height: 51px;
    padding-left: 0px;
    padding-top: 5px;
    width: 489px;
	margin-left: 10px;
    margin-right: auto;
	/*text-align: center;*/
	line-height: 30px;
}
#num-telephone2{
    background-image: url("../images/bg-audio.png"); 
    background-repeat: no-repeat;
	font-family: Arial;
    font-size: 34px;
    height: 56px;
    padding-left: 0;
    padding-top: 12px;
    width: 489px;
	/*margin-left: 10px;
    margin-right: auto;*/
	/*text-align: center;*/
	line-height: 30px;
	color:#9d1882;
}
#num-footer{
    background-image: url("../images/bg-num-footer.png");
	background-repeat: no-repeat;
	position: relative;
	clear: both;
    color: #000000 !important;
    display: block;
    font-family: Arial;
    font-size: 24px;
    height: 143px;
    padding-top: 6px;
    position: relative;
    text-align: center;
    width: 834px;
	margin-left: auto;
    margin-right: auto;
}
#footer{
    clear: left;
    color: #ffffff !important;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 15px;
    height: 32px;
    padding-top: 8px;
    position: relative;
    text-align: center;
    width: 100%;
}
#vip{
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 40px;
    padding-top: 0;
    width: 291px;
}
#temoignages1{
    background-color: #1E1E1E;
    border: 1px solid #FFE897;
    border-radius: 12px;
    color: #FFFFFF;
    padding: 10px;
	margin-bottom: 12px;
}
#carte-tirages{
	color: #ffffff;
    float: left;
    font-weight: bold;
    line-height: 25px;
    margin: 25px 0 86px;
    padding-left: 0;
    padding-top: 0;
    width: 1000px;
}
#carte-amour{
    float: left;
    margin-left: 155px;
    width: 211px;
}
#carte-marseille{
    float: right;
    margin-right: 163px;
    width: 211px;
}
a img{
  border: 0;
}
#text-footer{
  background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
    float: left;
    line-height: 22px;
    margin: 25px 0 10px;
    padding-left: 0;
    padding-top: 0;
    text-align: justify;
    width: 1000px;
}
