@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
body {
	background: url(../images/index_background.png) top center #a2c00b no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border: 0;
}
h1 {
	font-size: 18px;
	font-family: "Comic Sans MS", cursive;
	color: #d91374;
	margin: 0 0 20px 0;
}
h2 {
	font-size: 16px;
	font-family: "Comic Sans MS", cursive;
	color: #69075d;
	margin: 0 0 20px 0;
}
#header {
	width: 100%;
	height: 60px;
	background: url(../images/index_headerBg.png) repeat-x top left;
	z-index: 10;
}
#container {
	position: relative;
	min-height: 100%;
	overflow: hidden;
}
#content, #footerContent {
	position: relative;
	margin-left: -450px;
	margin-top: 10px;
	left: 50%;
	width: 900px;
}
#content {
	z-index: 100;
}
#logo {
	clear: both;
	margin-left: -80px;
	z-index: 200;
}
#whiteBox {
	width: 900px;
	/*background-color: #8ba508;*/
	background-color: #FFF;
	margin-top: 100px;
	padding-bottom: 25px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-border-top-left-radius: 20px; /* pour Chrome */
	-webkit-border-top-right-radius: 20px; /* pour Chrome */
	-webkit-border-bottom-left-radius: 20px; /* pour Chrome */
	-webkit-border-bottom-right-radius: 20px; /* pour Chrome */
	min-height: 900px;
	line-height: 18px;
	z-index: 50;
	overflow: hidden;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 215px;
	background: url(../images/index_footerBg.png) repeat-x left;
}
#footerContent {
	clear: both;
	margin-top: 90px;
}
/* Menu langues */
#languages {
	position: relative;
	margin: 0 0 0 -150px;
	left: 50%;
	padding: 0;
	width: 300px;
	list-style: none;
}
#languages li {
	display: inline; /* affichage horizontal */
}
#languages li a {
	padding: 0;
	margin: 0 10px 0 10px;
	color: #FFF;
	text-decoration: none;
	line-height: 32px;
}
#languages img {
	vertical-align:middle;
}
/* Fin de menu langues */
/* Menu */
#menu {
	position: absolute;
	width: 100%;
	margin: 30px 0 30px 100px;
	padding: 0;
	list-style: none;
	z-index: 999;
}
#menu li {
	display: inline; /* affichage horizontal */
}
#menu li a {
	margin-right: 20px;
}
/* Fin de menu */
/* Menu gauche */
#menuLeft {
	position: absolute;
	margin: 110px 0 0 0;
	padding: 0;
	left: -20px;
	float: left;
	z-index: 75;
}
#menuLeft1, #menuLeft2, #menuLeft3, #menuLeft5 {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 70px;
}
#menuLeft1 li, #menuLeft2 li, #menuLeft3 li, #menuLeft5 li {
	margin-bottom: 15px;
}
#menuLeft1 li {
	background: url(../images/index_menu1LeftBg.png) top left no-repeat;
}
#menuLeft2 li {
	background: url(../images/index_menu2LeftBg.png) top left no-repeat;
}
#menuLeft3 li {
	background: url(../images/index_menu3LeftBg.png) top left no-repeat;
}
#menuLeft5 li {
	background: url(../images/index_menu5LeftBg.png) top left no-repeat;
}
#menuLeft1 li a, #menuLeft2 li a, #menuLeft3 li a, #menuLeft5 li a {
	display: block;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	width: 50px;
	height: 30px;
	line-height: 15px;
	vertical-align: middle;
	padding: 25px 10px 15px 10px;
}
#menuLeft1 li a:Hover, #menuLeft2 li a:Hover, #menuLeft3 li a:Hover, #menuLeft5 li a:Hover {
	color: #ff00de;
}
/* Fin de menu gauche */
/* Col droite */
#colRight {
	float: right;
	width: 260px;
	margin-right: 20px;
	margin-top: 80px;
}
.module {
	width: 100%;
	margin-bottom: 20px;
}
.moduleHeader {
	background-color: #c9d100;
	line-height: 30px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	-webkit-border-top-left-radius: 15px; /* pour Chrome */
	-webkit-border-top-right-radius: 15px; /* pour Chrome */
}
.moduleContent {
	color: #FFF;
	padding: 10px;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	-webkit-border-bottom-left-radius: 15px; /* pour Chrome */
	-webkit-border-bottom-right-radius: 15px; /* pour Chrome */
}
.moduleContent a {
	color:#c9d100;
	text-transform: uppercase;
}
/* Fin col droite */
#address {
	clear: both;
	position: relative;
	padding-top: 20px;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	letter-spacing: 1px;
}
#address h3 {
	color: #c9d100;
	margin: 5px 0 10px 0;
}
#address span {
	color: #c9d100;
}
#wrapper {
	float: left;
	width: 520px;
	margin-top: 80px;
	margin-left: 80px;
}
/* Listes de naissance */
#formListe select {
	background-color: #670060;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #FFF;
}
/* Fin Listes de naissance */
/* Date promos */
.dateCalendrier {
	background-image: url(../images/index_calBg.gif);
	background-repeat: no-repeat;
	padding: 10px 2px 0 2px;
	text-align: center;
	color: #999999;
	width: 46px;
	height: 49px;
	float: left;
	margin-right: 5px;
}
.dateCalendrierMois {
	color: #FFFFFF;
	line-height: 24px;
	font-size: 11px;
}
/* Fin Date promos */
.right-block {
	margin: 0 0 20px 0;
	text-align: center;
}
.right-block img {
	width: 200px;
}
.right-block h3 {
	font-size: 14px;
	color: #FFFFFF;
	margin: 10px 0 10px 0;
}
.horloge {
	background-color: #d91374;
	text-align: center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px; /* pour Chrome */
	-webkit-border-radius: 15px; /* pour Chrome */
}
.diapo {
	width:200px;
	margin:auto;
	border:8px solid #00DDE0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px; /* pour Chrome */
	-webkit-border-radius: 15px; /* pour Chrome */
}
.diapo-promos {
    width: 95%;
    margin: auto;
    border: none;
}
.diapo-promos ul li {
	width: 250px;
	height: auto;
}