* {
	margin:0;
	padding:0;
}
a img {
	border:none;
}
.clear {
	clear:both;
}
.bold { font-weight:bold;}
body {
	background-image:url(../img/body-bg.jpg);
	background-repeat:repeat-x;
	background-color:#013549;
	background-position:top center;
	font-family: Arial;
}
.reflet {
	/*-webkit-box-reflect: below -10px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255,255,255,0.2)));*/
}
#bg {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:1200px;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#container {
	width:980px;
	margin:0 auto;
}
#header {
	position:relative;
	height:185px;
}
#sirene {
	position:absolute;
	bottom:0px;
	left:170px;
}
#logo {
	display:block;
	margin:0 auto;
}
#tabs {
	background-image:url(../img/tabs-bg.png);
	width:190px;
	height:63px;
	position:absolute;
	bottom:-3px;
	left:-5px;
}
#tabs li {
	font-size:14px;
	float:left;
	list-style-type: none;
	padding:10px 0 0 8px;
	height:40px;
	width:75px;
	color:#cccccc;
	cursor:pointer;
}
#tabs li.actif {
	color:#1cb9cf;
	font-weight: bold;
}
#middle {
	background-color: #fff;
	position:relative;
	background-image: url(../img/middle-bg.jpg);
	background-repeat: repeat-y;
	background-position:0px 0;
	padding-bottom:15px;
}
#corners {
	position:absolute;
	top:0;
	right:0;
}
#left {
	float:left;
	width:210px;
	background-image:url(../img/left-bg.png);
	background-repeat: no-repeat;
	background-position: 143px 100px;
}
.carrousel {
	position:relative;
}
.carrousel .carrousel-top {
	position:absolute;
	top:-20px;
	left:70px;
	cursor:pointer;
}
.carrousel .carrousel-bottom {
	position:absolute;
	bottom:-20px;
	left:70px;
	cursor:pointer;
}
.carrousel .images {
	padding:0px 0 10px 0;
}
.carrousel .images li {
	list-style-type: none;
	width:170px;
	height:126px;
	position:relative;
	/*margin-top:10px;*/
}
.carrousel .images li.actif {
	background-image: url(../img/produit-bg.png);
}
.carrousel .images li .produit-img {
	/*margin:15px 0 0 40px;*/
	margin:20px 0 0 40px;
	width:74px;
	/*max-height:85px;*/
}
.carrousel .images li .produit-top {
	position:absolute;
	top:30px;
	right:-40px;
}
.carrousel .images li .produit-bottom {
	position:absolute;
	top:60px;
	right:-40px;
	z-index:1;
}

.carrousel {
	position:relative;
	border-bottom: 10px solid #fff;
}
.carrousel .carrousel-hidden {
	position:relative;
	overflow:hidden;
	
	width:100%;
	height:610px;
	margin-top:40px;
}
.carrousel .images {
	list-style-type:none;
	/*height:20000px;*/
}

#center {
	margin-right: 20px;
	float:left;
	width:610px;
	padding-top:30px;
	padding-right:5px;
	color:#474747;
}
#right {
	float:left;
	width:128px;
}
#mes-recettes {
	margin:40px 0 0 10px;
}
#recette-de-la-semaine {
	margin:40px 0 0 10px;
}
#recette-image {
	margin:0 0 0 7px;
	width:110px;
	border:5px solid #fff;
}
#recette-titre {
	font-weight:bold;
	color:#fff;
	display:block;
	margin:10px 0 0 10px;
}
#recette-infos {
	margin-top:15px;
}
#recette-infos li {
	font-size:13px;
	color:#fff;
	list-style-type: none;
	display:block;
	height:30px;
}
#recette-infos img {
	display:block;
	float:left;
	margin:0 10px 0 15px;
}
#footer {
	margin-top:20px;
	padding-bottom:10px;
}
#footer #text {
	color:#ffffff;
	font-size:11px;
	width:450px;
	margin-right:10px;
	float:left;
}

/*-------------*/

.h1 {
	margin:0 0 10px 0;
}
#center p {
	margin: 10px 0 10px 0;
	font-size:15px;
}
#center a {
	font-weight:bold;
	color:#13b2c9;
}

div.errormsg p {
	margin:0 0 0px 0 !important;
	color:red;
	font-size:12px !important;
}
form .error {
	border:1px solid red !important;
}

#footer a {
	color:#fff;
}


#recette-image {
	/*behavior: url(http://kritsen.fr/css/pie/PIE.htc);*/
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.reflet canvas {
	/*behavior: url(http://kritsen.fr/css/pie/PIE.htc);*/
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}