/* CSS Document */

/* STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	font-family: Garamond, serif;
	line-height: 120%;
	font-size: 15px;
	color: #2a2e43;
	text-align: justify;
	background: url(../../images/bg.jpg) center top no-repeat;
	background-color: #e8f1fa;
}

h1 { font-size: 35px; font-weight: normal; line-height: 30px; text-align: left;}

h2 { font-size: 35px; font-weight: normal; line-height: 30px; text-align: left; color: #d2163b; clear: both; margin-top: 25px;}

.red { color: #a91440;}

.red a { color: #a91440; font-size: 20px; font-weight: bold; text-decoration: none;}
.red a:hover { text-decoration: underline;}

/* WRAP SEPARETOR */

.wrapper
 {
	position: relative;
	display: block;
	width: 720px;
	height: auto;
	margin: 0 auto;
	margin-top: 100px;
	clear: both;
}

#textcorner {
	
	position: absolute;
	bottom: -4px;
	left: -50px;
	width: 215px;
	height: 124px;
	background: url(../../images/textcoin.png) top left no-repeat;
	z-index: 999;
}

#logo {
	
	position: absolute;
	top: -64px;
	left: 35px;
	width: 95px;
	height: 123px;
	z-index: 999;
}

#menu {
	float: left;
	position: relative;
	display: inline;
	width: 579px;
	height: 59px;
	margin-top: 35px;
	background: url(../../images/menu.png) top left no-repeat;
	z-index: 800;
}

#noel
{
  float: left;
  position: relative;
  display: block;
  margin-left: 145px;
  margin-top: 6px;
  width: 95px;
  height: 50px;
  background: url(../../images/noel.png) no-repeat 0 0;

}

#noel:hover
{ 
  background: url(../../images/noel_over.png) no-repeat 0 0;
}

#noel span
{
  display: none;
}

#souhaits
{
  float: left;
  position: relative;
  display: block;
  margin-left: 28px;
  margin-top: 6px;
  width: 120px;
  height: 50px;
  background: url(../../images/souhaits.png) no-repeat 0 0;
}

#souhaits:hover
{ 
  background: url(../../images/souhaits_over.png) no-repeat 0 0;
}

#souhaits span
{
  display: none;
}

#calendrier
{
  float: left;
  position: relative;
  display: block;
  margin-left: 28px;
  margin-top: 16px;
  width: 140px;
  height: 30px;
  background: url(../../images/calendrier.png) no-repeat 0 0;
}

#calendrier:hover
{ 
  background: url(../../images/calendrier_over.png) no-repeat 0 0;
}

#calendrier span
{
  display: none;
}

#submenu {
	float: left;
	position: relative;
	display: block;
	width: 685px;
	height: 23px;
	padding-top: 7px;
	padding-left: 35px;
	font-size: 14px;
	color: #d1d9e0;
	background-color: #3d4755;
}

#submenu a{
	color: #d1d9e0;
	text-decoration: none;
}

#submenu a:hover{
	text-decoration: underline;
}

#language {
	float: right;
	position: relative;
	display: block;
	width: 100px;
	height: 25px;
	font-size: 11px;
	text-align: right;
	margin-right: 10px;
	color: #d1d9e0;
}

#content {
	float: left;
	position: relative;
	display: block;
	width: 670px;
	height: auto;
	padding: 25px;
	background-color: #FFF;
	border-bottom-right-radius: 20px; 
	-moz-border-radius-bottomright: 20px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.45);
}

#content .texte {
	float: left;
	position: relative;
	display: block;
	margin-left: 19px;
	width: 327px;
	height: auto;
}

/*PAGINATION SCRIPT*/


#page_navigation {
	float: right;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline;
	position: relative;
	height: 30px;
	width: auto;
	z-index: 99;
}

#page_navigation a{
	float: left;
	padding:3px;
	border:1px solid #AAA;
	margin:2px;
	font-family: arial, serif;
	font-size: 12px;
	color: #141819;
	text-decoration:none
}

.active_page{
	background: #2A2E43;
	color:white !important;
}

#footer {
	float: left;
	font-family: arial, serif;
	position: relative;
	display: block;
	width: 720px;
	padding-top: 20px;
	font-size: 11px;
	height: auto;
	color: #565c63;
	text-align: center;
}

#footer a{
	color: #565c63;
	font-size: 13px;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer .link a{
	font-size: 11px;
}

.cartes
{
	float: left;
	font-family: arial, serif;
	position: relative;
	display: block;
	width: 218px;
	height: 300px;
	padding: 2px;
	color: #000;
	font-size: 12px;
	text-align: left;
}

.cartes img
{
	position: relative;
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto;
	margin-bottom: 5px;
	border: 1px solid #000;
}
.texte150
{
	width: 150px; margin-left: 32px;
}


