/* --- STYLES DE BASE --- */ 
 
/* Page */ 
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */ 
} 

/* fonts */
@font-face {
	font-family: Candara;
	src: url('fonts/CANDARA.TTF');
}

body { 
  margin: 0px auto; 
/*  font-family: "Candara";*/
font-family: Georgia, "Times New Roman", Times, serif;
  color:#3c444d;
} 
 
/* Titres */ 
h1, h2, h3, h4, h5, h6 { 
  margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */ 
  line-height: 1.2; 
  font-weight: bold; /* Valeur par défaut. (6) */ 
  font-style: normal; 
} 
h1 { 
  font-size: 1.75em; 
  text-align:center;
	width: 750px;
	margin-left:80px;

} 
h2 { 
  font-size: 1.5em; 
} 
h3 { 
  font-size: 1.25em; 
} 
h4 { 
  font-size: 1em; 
} 
 
/* Listes */ 
ul, ol { 
  margin: .75em 0 .75em 32px; 
  padding: 0; 
} 
 
/* Paragraphes */ 
p { 
  margin: .75em 0; /* Marges plus faibles que par défaut. (7) */ 
} 
 
/* Liens */ 
a { 
  text-decoration: none; 
} 
a:link { 
//  color: #1154bc; 
color: #B23860;
} 
a:visited { 
  color: #339; 
} 
a:hover, a:focus, a:active { 
  color: #00F; 
} 
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:active { 
  outline: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 
 body{
	 background-color:#0F0F0F ;
 }
#wrapper{
	margin: 0px auto; 
	background:#0F0F0F url(../img/bg.png) no-repeat;
	width:1206px;
	height:840px;
}
#page{
	padding-top:15px;
	margin:0px auto;
	width:960px;

}

#header{
	background:url(../img/header_title.png) no-repeat  center;
	width:970px;
	height:82px;
	margin-bottom:30px;
}
#content{
	margin: 0px auto; 
	background-color:#FFF;
	padding-left:20px;
	padding-right:20px;	
	padding-bottom:60px;		

	-moz-border-radius: 5px;
    border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#ketba p {
	text-align:justify;
	width: 750px;
	margin-left:80px;
//	text-align:center;
}
#ketba ul li {
	text-align:justify;
	width: 750px;
	margin-left:80px;
/
}
#menu{
//	background: #1d1d1d;
	height:40px;
	width:904px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	
	padding-left:15px;
	-moz-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
	-khtml-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
}

#menu a{
	color:#3c444d;
}
#menu a:hover, #menu a:focus, #menu a:active { 
  color: #00F; 
} 
#felicitation{
	background:url(../img/felicitation.png) no-repeat center;
	width:891px;
	height:111px;
	margin: 0px auto; 	
}
#share{
	background:url(../img/share.png) no-repeat;
	width:245px;
	height:34px;
}
#cadeau{
	background:url(../img/cadeau.png) no-repeat center;
	width:226px;
	height:252px;
	margin: 0px auto; /*centrer*/
}
#titre1{
	background:url(../img/h1.png) no-repeat;
	width:701px;
	height:37px;
}
#titre2{
	background:url(../img/h2.png) no-repeat;
	width:790px;
	height:37px;
}

#titre3{
	background:url(../img/h3.png) no-repeat;
	width:456px;
	height:37px;
}
.orange{
	color:#d98b08;
}
.bleu{
	color:#2b97e8;
}
.rouge{
	color:#e90707;
	font-weight:bold;
}
#acheter{
	width:627px;
	height:483px;
}
#footer{
	background:url(../img/footer.png) no-repeat;
	width:960px;
	height:69px;
	text-align:center;
}
#footer a{
	color: #B23860;
}
#yellow_box{
	margin: 0 auto;
	border:1px solid #F79646;
	width:640px;
	background-color:#FFFF66;
	text-align:center;
	font-size:30px;
}
