﻿@charset "utf-8";
@import url(reset.css);
@import url(blocs.css);
@import url(tables.css);
@import url(forms.css);

/* Globals CSS Styles */
a {
	color:#d00025;
	text-decoration:none;
}
a:hover {
	color:#d00025;
	text-decoration:underline;
}

.pink { color:#d00025 }

body {
	/*font-family:Arial;*/
	font-family:Arial;
	font-size:11px;
	color:#222;
	/*background:#fff url(../../public/img/layout/bg.gif);*/
	/*border-top:4px solid #cd0027;*/
}

h2 {
	clear:left;
	font-size:2.2em;
	font-weight:normal;
	color:#d00025;
	margin-bottom:4px;	
	line-height:36px;
	font-family:Arial;
}

h3 {
	clear:left;	
	font-size:1.8em;
	font-weight:normal;
	color:#777;
	margin-bottom:6px;	
	line-height:24px;
	font-family:Arial;
}

hr {
	padding:0;
	margin: -0.5em -0.5em;
	clear:both;
	border:0px solid #fff;
	height:10px;
	background:url(../../public/img/layout/sep_horizontal_alt.jpg) 0 100% no-repeat;
}

hr.big {
	background:url(../../public/img/layout/sep_horizontal_big.jpg) 0 100% no-repeat;
}

hr.simple {
	height:1px;
	background:#d00025;
	margin:20px 0;
}

hr.grey {
	height:1px;
	background:#ddd;
	margin:20px 0;
}

img.thumbborder {	
	/*border-bottom: 3px solid #9c024d;*/
}

img.thumbborder_alt {	
	/*border-bottom: 3px solid #000000;*/
}

img.aleft {
	margin-right:10px;
	float:left;
}

img.aright {
	margin-left:10px;
	float:right;
}

div.clear { clear:both; }

div#wrapper {
	width:1010px;
	margin:0 auto;
	padding-top:0;
	background:url(../../public/img/layout/page_top.png) no-repeat;
}

/* Top part */
div#top {
	width:1010px;
	height:130px;
	position:relative;
	background:#fff url(../../public/img/layout/bandeau_header.jpg);
}

	h1#logo {
		float: left;
		height: 33px;
		margin: 30px 50px;
		width: 265px;
	}
	
	div#baseline {
		position:absolute;
		left:400px;
		top:18px;
		color:#fff;
		line-height:18px;
		/*font-style:italic;*/
		font-size:1.2em;
	}
	
	h1#logo img {
		/*display:none;*/
		margin-top:-1px;
	}
	
	div#panier{
		background: #970b24; /* Old browsers */
		background: -moz-linear-gradient(top, #970b24 0%, #c90529 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#970b24), color-stop(100%,#c90529)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #970b24 0%,#c90529 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #970b24 0%,#c90529 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #970b24 0%,#c90529 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#970b24', endColorstr='#c90529',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #970b24 0%,#c90529 100%); /* W3C */
		color: #FFFFFF;
		float: right;
		font-size: 14px;
		font-weight: bold;
		height: 22px;
		margin-right: 30px;
		padding-top: 8px;
		text-align: center;
		text-transform: uppercase;
		width: 280px;
	}
	
	div#panier.survol{
		background: #eeeeee;
		/*border-top:solid 2px #e0e0e0;
		border-right:solid 2px #e0e0e0;
		border-left:solid 2px #e0e0e0;*/
		color: #343434;
		float: right;
		font-size: 14px;
		font-weight: bold;
		height: 22px;
		margin-right: 30px;
		padding-top: 8px;
		text-align: center;
		text-transform: uppercase;
		width: 280px;
	}
	
	div#panier.survol .texte span{
		color:#c90529;
	}
	
	div#details_panier{
		display:none;
		background-color:red;
		margin-top:8px;
		padding-top:15px;
		position:absolute;
		z-index:1000;
		width:276px;
		border-bottom:solid 2px #e0e0e0;
		border-right:solid 2px #e0e0e0;
		border-left:solid 2px #e0e0e0;
		background: #eeeeee; /* Old browsers */
		background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* W3C */
	}
	
	div#details_panier table{
		margin-left:10px;
	}
	
	div#details_panier table tr td{
		color:#343434;
		text-transform: uppercase;
		font-size:12px;
		vertical-align:middle;
		margin-bottom:10px;
		text-align:left;
	}
	
	div#details_panier #je_commande{
		background: #970b24; /* Old browsers */
		background: -moz-linear-gradient(top, #970b24 0%, #c90529 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#970b24), color-stop(100%,#c90529)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #970b24 0%,#c90529 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #970b24 0%,#c90529 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #970b24 0%,#c90529 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#970b24', endColorstr='#c90529',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #970b24 0%,#c90529 100%); /* W3C */
		text-align:center;
		width:116px;
		margin:10px auto;
		padding:10px;
	}	
	
	div#details_panier #je_commande a{
		color:#FFF;
		text-transform: uppercase;
		font-size:11px;
	}	
	
	div#details_panier hr{
		border:none;
		border-bottom:dashed 1px #CCC;
		background:none;
		margin: 0 auto;
		width: 260px;
	}
	
	div#details_panier p{
		color:#333;
		font-size:12px;
		text-transform: uppercase;
		margin: 10px 10px;
		text-align:left;
	}
	
	div#details_panier #recommandation{
		text-align:left;
	}
	
	div#details_panier #recommandation img{
		float:left;
		margin:0 5px 10px 10px;
	}
	
	div#details_panier #recommandation a.titre_reco{
		color:#333;
		font-size:14px;
		text-transform: uppercase;
	}
	
	div#details_panier #recommandation #ajouter_reco{
		background: #970b24; /* Old browsers */
		background: -moz-linear-gradient(top, #970b24 0%, #c90529 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#970b24), color-stop(100%,#c90529)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #970b24 0%,#c90529 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #970b24 0%,#c90529 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #970b24 0%,#c90529 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#970b24', endColorstr='#c90529',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #970b24 0%,#c90529 100%); /* W3C */
		float: left;
		margin: 10px auto 10px 2px;
		padding: 10px;
		text-align: center;
		width: 60px;
	}	
	
	div#details_panier #recommandation #ajouter_reco a{
		color:#FFF;
		text-transform: uppercase;
		font-size:13px;
	}
	
	#choix_langue{
		background:url(../../public/img/layout/bg_menu.png);
		bottom: 33px;
		position: absolute;
		right: 30px;
		display:none;
	}
	
	#choix_langue a{
		display:block;
		float:left;
		padding:5px 10px;
	}
	
	ul#menu2{
		width:950px;
		float:left;
		/*margin:0 30px;*/
		padding:0 30px;
		position:absolute;
		bottom:0;
		background:url(../../public/img/layout/bg_menu.png);
	}
	
	ul#menu2 li{
		float:left;
	}
	
	ul#menu2 li.sep_menu{
		width:1px;
		height: 33px;
		background: #333333; /* Old browsers */
		background: -moz-linear-gradient(top, #333333 0%, #777777 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#777777)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #333333 0%,#777777 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #333333 0%,#777777 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #333333 0%,#777777 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #333333 0%,#777777 100%); /* W3C */
	}
	
	ul#menu2 li a{
		color:#FFF;
		font-size:13px;
		font-weight:bold;
		display:block;
		float:left;
		padding:10px;
		text-transform:uppercase;
	}
	
	ul#menu2 li a:hover{
		background: #970b24; /* Old browsers */
		background: -moz-linear-gradient(top, #970b24 0%, #c90529 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#970b24), color-stop(100%,#c90529)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #970b24 0%,#c90529 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #970b24 0%,#c90529 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #970b24 0%,#c90529 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#970b24', endColorstr='#c90529',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #970b24 0%,#c90529 100%); /* W3C */
		text-decoration:none;
	}
	
	ul#menu2 li a.active{
		background: #970b24; /* Old browsers */
		background: -moz-linear-gradient(top, #970b24 0%, #c90529 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#970b24), color-stop(100%,#c90529)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #970b24 0%,#c90529 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #970b24 0%,#c90529 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #970b24 0%,#c90529 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#970b24', endColorstr='#c90529',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #970b24 0%,#c90529 100%); /* W3C */
	}
	
	ul#menu2 li.menu_droite{
		float:right;	
	}
	
	ul#menu2 li.menu_droite a{
		color:#FFF;
		font-size:13px;
		font-weight:bold;
		display:block;
		float:left;
		padding:10px;
		text-transform:uppercase;
		background: #7d7d7d; /* Old browsers */
	}
	
	ul#menu2 li.menu_droite a:hover{
		background: #7d7d7d;
		text-decoration:none;
	}
	
	ul#menu2 li#flag_menu{
		float:right;	
		cursor:pointer;
	}
	
	ul#menu2 li#flag_menu a{
		color:#FFF;
		font-size:13px;
		font-weight:bold;
		display:block;
		float:left;
		padding:10px;
		text-transform:uppercase;
	}
	
	ul#menu2 li#flag_menu a:hover{
		text-decoration:none;
		background:none;
	}
	

	ul#menu {
		float:left;
		height:24px;
		line-height:24px;
		font-family:sans-serif;
		font-family:Arial;
		margin:0 4px;
		width:992px;
		padding:0 5px;
		font-weight:bold;
	}

	ul#menu li {
		height:24px;
		line-height:24px;
		float:left;
		background:url(../../public/img/layout/li_right.jpg) 0 0 no-repeat;
		/*margin:0 18px;*/
	}
	
	ul#menu li.nosep {
		background:none
	}
	
	ul#menu li.gap {
		background:none;
		width:308px;
	}
	ul#menu li.gap:hover {
		background:none;
	}

	ul#menu li:hover,
	ul#menu li.active {
		margin-top:0;
		height:24px;
		line-height:24px;
		float:left;
		color:#000;
		/*margin:0 18px;*/
		background:#e04968 url(../../public/img/layout/menu_onglet_right.jpg) 100% 0 no-repeat;
	}

	ul#menu li a {
		height:24px;
		line-height:24px;
		display:block;
		color:#000;
		padding:0 10px;
		text-decoration:none;
		/*text-transform:uppercase;*/
		font-size:1.4em;
	}

	ul#menu li:hover a,
	ul#menu li.active a {
		color:#fff;
		background:url(../../public/img/layout/menu_onglet_left.jpg) no-repeat;
	}
	
	/*** Newsletter ***/
	/*form#newsletter {
		position:absolute;
		right:20px;
		vertical-align:middle;
		color:#ccc;
		font-size:1em;
	}
	
		form#newsletter h3 {
			color:#fff;
			font-size:1.5em;
			margin-bottom:0;
		}
	
		form#newsletter input {
			margin-top:5px;
			vertical-align:middle;
		}
	
		form#newsletter input.txt {
			vertical-align:middle;
			height:14px;
			padding:1px;
		}*/

div#page {
	/*background:url(../../public/img/layout/page_bg.jpg) 0 100% repeat-y;*/
	height:100%;
}

div#inner_page {
	/*background:url(../../public/img/layout/page_bottom.jpg) 0 100% no-repeat;*/
	padding:0 0 0 16px;
	height:100%;
}

.notices {
	padding:6px 12px;
	border:1px solid #eaa612;
	background:#ffeeb4;
	color:#eaa612;
	margin-bottom:10px;
}

.messages {
	padding:6px 12px;
	border:1px solid #67b011;
	background:#cef48f;
	color:#67b011;
	margin-bottom:10px;
	line-height:16px;
}

.messages a {
	color:#67b011;
}

.errors {
	padding:6px 12px;
	border:1px solid #e61600;
	background:#ffe0d4;
	color:#e61600;
	margin-bottom:10px;
}
	
div#left-side-bar {
	width:160px;
	margin-right:10px;
	float:left;
	border-right:solid 1px #e7e7e7;
	/*background:url(../../public/img/layout/degrad_vert_500.jpg) 100% 100% repeat-y;*/
}

div.nodisplay {
	display:none;	
}

div#right-side-bar {
	width:300px;
	margin-left:20px;
	margin-top:-25px;
	float:left;
}

div#content {
	width:500px;
	float:left;
	padding-top:10px;
}

div#content-wide {
	width:660px;
	float:left;
}
	
div.imgbtn {
	margin:8px 0;
	line-height:20px;
	vertical-align:middle;
}

div.imgbtn a,
div.imgbtn img 
{
	vertical-align:middle;
}

ul#breadcrumb {
	height:20px;
	line-height:20px;
	font-family:arial;
	margin-left: 15px;
	margin-bottom: 5px;
}

ul#breadcrumb li {
	float:left;
	margin-right:4px;
	color:#c4c4c4;
	font-size:11px;
	font-weight:bold;
}

ul#breadcrumb li a {
	display:block;
	color:#c4c4c4;
	font-size:11px;
	font-weight:bold;
}

/*form#search {
	vertical-align:middle;
	color:#ab022a;
	font-size:0.9em;
	margin-bottom:4px;
	text-align:right;
}

	form#search h3 {
		color:#ab022a;
		font-size:1.5em;
		margin-bottom:0;
		display:inline;
		vertical-align:middle;
	}
	
	form#search input {
		margin-top:5px;
		vertical-align:middle;
	}
	
	form#search input.txt {
		vertical-align:middle;
		height:14px;
		padding:1px;
		width:140px;
	}*/
	
div#bloc_recherche{
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* W3C */
	border:solid 1px #EEEEEE;
	margin-top: 35px;
    padding: 10px;
	text-align:right;
}

div#bloc_recherche h3{
	display:inline;
	font-size:12px;
	color:#353538;
	font-weight:bold;
	vertical-align:middle;
}

div#bloc_recherche input {
	margin-top:5px;
	vertical-align:middle;
}

div#bloc_recherche input[type=text]{
	width:130px;
}

div#bloc_newsletter{
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* W3C */
	border:solid 1px #EEEEEE;
	margin: 10px 0;
    padding: 10px;
	text-align:right;
}

div#bloc_newsletter h3 img{
	vertical-align:middle;
	margin-right: 5px;
}

div#bloc_newsletter input[type=text]{
	width:130px;
}

div#bloc_newsletter strong{
	color: #353538;
    display: block;
    font-size: 11px;
    font-weight: normal;
	text-align:center;
}

div#bloc_newsletter h3{
	display:inline;
	font-size:12px;
	color:#353538;
	font-weight:bold;
	vertical-align:middle;
}

div#bloc_newsletter input {
	margin-top:5px;
	vertical-align:middle;
}

ol.ol, ul.ul {
	line-height:16px;
	margin-bottom:16px;
	margin-left:16px;
	list-style:disc;
}

ol.ol li,
ul.ul li {
	margin-bottom:10px;
}

p {
	line-height:16px;
	margin-bottom:16px;
}

/* Add by Komilfo (Joan) - 17/03/10 */
div.pageview p {
	text-align:justify;
}
/* End add */

p.justify {
	text-align:justify;
}

div.col3 {
	float:left;
	width:156px;
	margin-right:15px;
}

div.col3 div.clear {
	clear:left;	
}

div.col3 h4 {
	margin:10px 0 10px 0px;
	font-size:1.4em;
	color:#d00025;
	font-weight:normal;	
	height:auto !important;
}

div.col3 h4 a{
	color: #323232;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
	line-height: 1.1em;
}

div.col3 h4 a:hover{
	text-decoration:underline;
}

div.col3.nomg p{
	font-size:12px;
	color:#323232;
}

div.col3.nomg p .pink em{
	font-size:12px;
	color:#c90529;
	font-weight:bold;
	font-style:normal;
	text-transform:uppercase;
}

div.col3 p {
	margin:10px 0 10px 0px;
}

div.nomg h4 {
	margin:10px 0 10px 0;
	font-size:1.2em;
}

div.nomg p {
	margin:10px 0 30px 0;
	padding-bottom:10px;
	border-bottom:1px solid #dfdfdf;
}

div.last {
	margin-right:0;
}

div#footer {
	clear:left;
	width:1010px;
	margin:10px auto;
	height:48px;
	line-height:24px;
	color:#d00025;
	text-align:center;
	position:relative;
	font-weight:bolder;
}

div#footer a {
	color:#d00025;	
}

div#footer div#copyrights {
	font-size:0.9em;
}

div#footer2 {
	clear:both;
	width:1010px;
	margin:10px auto 0;
	background: url("../../public/img/layout/bg.gif") repeat scroll 0 0 #FFFFFF;
	padding-bottom:10px;
	color:#FFF;	
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	padding-top:20px;
}

div#footer2 .bloc_gauche{
	float:left;
	width:250px;
	margin-left:160px;
	height:220px;
	border-right:solid 1px #4e4e4e;
}

div#footer2 .bloc_gauche a {
	color:#FFF;	
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	line-height: 2.5em;
}

div#footer2 .bloc_centre, div#footer2 .bloc_droite{
	float:left;
	width:230px;
	margin-left:35px;
	height:220px;
	border-right:solid 1px #4e4e4e;
	color:#FFF;	
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	line-height: 1.5em;
}

div#footer2 .bloc_droite{
	border-right:none;
}

div#footer2 p{
    font-size: 10px;
    margin-top: 5px;
    text-transform: none;
}

div#footer2 p a{
    text-decoration:none;
	color:#FFF;
}

div#footer2 p a:hover{
    text-decoration:underline;
}

div#steps {
	position:relative;
	background:url(../../public/img/layout/progressbar_back.jpg) 0 0 no-repeat;
	height:60px;
	font-size:1.4em;
}

div#steps div#front {
	background:url(../../public/img/layout/progressbar_front.jpg) 0 0 no-repeat;
	height:20px;
}

div#numbers {
	height:25px;
	font-size:1.4em;
}

div.p1 { width:20%; }
div.p2 { width:40%; }
div.p3 { width:60%; }
div.p4 { width:80%; }
div.p5 { width:100%; }

span.s1 { width:20%; float:left; text-align:center; color:#333 }
span.s2 { width:20%; float:left; text-align:center; color:#333 }
span.s3 { width:20%; float:left; text-align:center; color:#333 }
span.s4 { width:20%; float:left; text-align:center; color:#333 }
span.s5 { width:20%; float:left; text-align:center; color:#333 }

span.actif { color:#d00025; }

a.next {
	display:block;
	float:right;
}

a.prev {
	display:block;
	float:left;
}

a.add {
	display:block;
	background:url(../../public/img/layout/add_btn.png) 0 0 no-repeat;
	line-height:30px;
	height:30px;
	width:139px;
	padding-left:40px;
	text-align:left;
	color:#fff;
	text-decoration:none;
	margin-bottom:10px;
}

form#bigloginbox {
	width:288px;	
	padding:15px;
	paddin-left:0;
	margin-bottom:16px;
	float:left;
	height:180px;
	font-family:Arial;
}

form#bigloginbox h4 {
	width:288px;
	position:relative;
	left:-16px;
	top:-16px;
	line-height:30px;
	padding:0 16px;
	background:#cf1c43;
	color:#fff;
	font-family:Arial;
	font-weight:normal;
	font-size:1.5em;
}

form#bigloginbox label {
	width:90px;
	margin-right:20px;
	text-align:right;
	float:left;
	margin-bottom:10px;
	line-height:22px;
	color:#d00025;
}

form#bigloginbox input.text {
	width:150px;
	float:left;
	margin-bottom:10px;
}

form#bigloginbox input.img {
	margin-left:110px;
	margin-right:16px;
	float:left;
}

form#bigloginbox a.lost {
	line-height:20px;	
	font-size:0.75em;
}

div#nouveau {
	width:288px;
	padding:15px;
	margin-right:20px;
	border:1px solid #e5e5e5;
	background:#f5f5f5;
	margin-bottom:16px;
	float:left;
	height:180px;
	font-family:Arial;
}

div#nouveau h4 {
	width:288px;
	position:relative;
	left:-16px;
	top:-16px;
	line-height:30px;
	padding:0 16px;
	background:#cf1c43;
	color:#fff;
	font-family:Arial;
	font-weight:normal;
	font-size:1.5em;
}

div#nouveau label {
	width:80px;
	margin-right:20px;
	text-align:right;
	float:left;
	margin-bottom:10px;
	line-height:22px;
	font-weight:bolder;
}

div#nouveau input.text {
	width:210px;
	float:left;
	margin-bottom:10px;
}

div#nouveau input.img {
	margin-left:100px;
	margin-right:16px;
	float:left;
}

div.contain {
	padding:15px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:16px;
	background:url(../../public/img/layout/degrad_gris_bas.jpg) repeat-x;

}

.demi {
	width:210px;
	float:left;
	margin:0;
}

.tier2 {
	width:298px;
	float:left;
}

.tier {
	width:138px;
	float:left;
}

.marge {
	margin-right:20px;
}

div.contain h4 {
	width:100%;
	position:relative;
	color:#d00025;
	line-height:30px;
	padding:0;
	border-bottom:1px solid #d00025;
}

div.contain h4 img {
	vertical-align:middle;
}

dl.data {
	font-size:1.3em;
}

dl.data dt,
dl.data dd {
	line-height:20px;
}

dl.data dt {
	/*margin-top:10px;*/

}

dl.data dd {
	font-weight:normal;
}

dl.catalog {
	clear:left;
	height:95px;
	border-bottom:1px solid #eee;
	margin-bottom:15px;
}

dl.catalog dt {
	float:left;
}

dl.catalog dt.actions {
	margin-top:10px;
}

dl.catalog h4 {
	margin-left:100px;
	font-size:2em;
	padding-top:6px;
	font-weight:normal;
	/*border-bottom:1px solid #eee;*/
}

dl.catalog h4 a {
	text-decoration:none;

}

dl.catalog dt.thumb {
	float:left;
	width:100px;
	height:100px;
}

dl.catalog dt.titre {
	margin-left:130px;
}

dl.catalog p {
	margin-top:8px;
	margin-left:130px;
	line-height:16px;
	margin-bottom:0;
}

dl.product  {

}

dl.product dt.leftcolon {
	float:left;
	width:200px;
}

dl.product dt.leftcolon ul {
	margin-top:10px;
	width:200px;
	overflow-x:hidden;
}

dl.product dt.leftcolon ul li {
	margin-right:10px;
	float:left;
}

dl.product dt.leftcolon ul li.last {
	margin-right:0;
}

dl.product dt.leftcolon ul li a {
	display:block;
}

dl.product dt.leftcolon ul li a img {
	width:60px;
	height:60px;
}

dl.product dt.prix {
	margin-left:20px;
	font-size:1.4em;
	font-weight:bolder;
	float:left;
	height:30px;
	line-height:30px;
}

dl.product dt.prix span {
	font-size:0.75em;
	font-weight:normal;
}

dl.product dt.prix span.devise {
	font-weight:normal;
	font-size:1em;
}
	
dl.product dt.panier {
	float:right;
}

dl.product p {
	line-height:16px;
}

dl.product dt.content {
	margin-left:220px;	
	margin-top:10px;
}

div.tabs {
	
}

div.tabs ul {
	height:27px;
	padding-left:0px;
}

div.tabs ul li {
	float:left;
	margin-right:1px;
	height:27px;
}

div.tabs ul li a {
	display:block;
	background:#fff;
	color:#666;
	text-decoration:none;
	padding:0 10px;
	line-height:24px;
	height:24px;
	margin-top:3px;
	background:#fff url(../../public/img/layout/degrad_gris_bas.jpg) 0 -45px repeat-x;
}

div.tabs ul li a:hover {
	background:#fff url(../../public/img/layout/degrad_gris_bas.jpg) 0 -5px repeat-x;
}

div.tabs ul li a.active {
	background:#fff url(../../public/img/layout/degrad_gris_bas.jpg) repeat-x;
	color:#bf2376;
	padding:0 9px;
	line-height:27px;
	height:27px;
	/*border:1px solid #dd75ac;*/
	border-bottom:0;
	margin-top:0px;
}

div.tabs div.content {
	line-height:16px;
	padding:12px;
	margin-bottom:10px;
	display:none;
	background:#fff url(../../public/img/layout/degrad_gris_bas.jpg) 0 -27px repeat-x;
}

div.tabs div.content:first {
	display:block;
}


dl.list {
	clear:left;
	height:95px;
	border-bottom:1px solid #eee;
	margin-bottom:15px;
}

dl.list dt {
	line-height:16px;
}

dl.list dt.light {
	
}

dl.list dt.light span{
	color:#888;
}

dl.list dt.actions {
	margin-top:10px;
}

dl.list h4 {
	display:inline;
	font-size:2em;
	padding-top:6px;
	font-weight:normal;
	line-height:1.5em;
	/*border-bottom:1px solid #eee;*/
}

dl.list h4 a {
	text-decoration:none;

}

dl.list dt.thumb {
	float:left;
	width:100px;
	height:100px;
}

dl.list dt.titre {

}

dl.list p {
	margin-top:8px;
	margin-left:130px;
	line-height:16px;
	margin-bottom:0;
}


/* Recettes */

div#details {
	color:#000;
	vertical-align:middle;
	margin-top:15px;
}

div#details div.difficulte{
	float:left;
	margin-right:35px;
}

div#details div.difficulte span{
	display:block;
	text-transform:uppercase;
	font-size:10px;
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
}

div#details div.prepa{
	float:left;
	margin-top:10px;
	width:50%;
	color:#000;
	font-size:11px;
	font-weight:bold;
}

div#details div.prepa span{
	font-size:20px;
	font-weight:normal;
}

div#details div.cuisson{
	float:left;
	margin-top:10px;
	width:50%;
	color:#000;
	font-size:11px;
	font-weight:bold;
}

div#details div.cuisson span{
	font-size:20px;
	font-weight:normal;
}

div#recette p#preparation {
	line-height:16px;
	text-align:justify;
}

div#autres_recettes h2{
	color:#000000;
	font-size:18px; 
	margin-top:10px;
	text-transform:uppercase;
}

div#autres_recettes div h4 a{
	color:#323232;
	font-size:14px; 
	font-weight:bold;
	text-transform:uppercase;
}

.pageview {
	/*border-top:1px solid #ab022a;
	border-bottom:1px solid #dadada;
	background:url(../../public/img/layout/degrad_gris_bas.jpg) repeat-x;*/
	padding:10px 0;
}

.miniborder { border:1px solid #c3397d; }

.degrad_asc {
	background:url(../../public/img/layout/degrad_light.jpg) bottom repeat-x;
}

.plist {
	padding:16px 0;
	height:120px;
}

	.plist img.thumbborder, 
	.plist img.thumbborder_alt {
		margin-right:12px;
	}
	
	.alt {
		background:url(../../public/img/layout/sep_horizontal_alt.jpg) 0 100% no-repeat;	
	}
	
	h4 a {
		color:#d00025;
		font-size:1.8em;
		font-weight:normal;		
	}

.trois_vignettes {
	float:left;
	width:260px;
	margin-right:10px;
	margin-bottom:10px;
}

.trois_vignettes ul {
	margin-top:10px;
	width:260px;
	overflow-x:hidden;
}

.trois_vignettes ul li {
	margin-right:10px;
	float:left;
}

.trois_vignettes ul li.last {
	margin-right:0;
}

.trois_vignettes ul li a {
	display:block;
}

.trois_vignettes ul li a img {
	width:80px;
	height:70px;
}

.rightpart {
	float:left;
	width:230px;
	font-size:13px;
}

.rightpart2 {
	float:left;
	width:230px;
	font-size:13px;
}

.p_onglets {
	height:31px;
	line-height:31px;
	position:relative;
	top:1px;
	border-top:solid 1px #E1E1E1;
	border-bottom:solid 1px #E1E1E1;
}

.p_onglets li {
	float:left;
	height:31px;
	line-height:31px;
}

.p_onglets li a {
	display:block;
	height:31px;
	line-height:31px;
	text-transform:uppercase;
	color:#c90529;
	padding:0 14px;
	font-size:1.4em;
}

.p_onglets li.actif,
.p_onglets li:hover {
	float:left;
	height:31px;
	line-height:31px;
	
}

.p_onglets li.actif a,
.p_onglets li:hover a {
	display:block;
	height:31px;
	line-height:31px;
	text-transform:uppercase;
	color:#c90529;
	padding:0 10px;
	font-size:1.4em;
	text-decoration:none;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top, #cccccc 0%, #e1e1e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cccccc 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cccccc 0%,#e1e1e1 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #cccccc 0%,#e1e1e1 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #cccccc 0%,#e1e1e1 100%); /* W3C */
}

ul#ingredients {
	list-style:none;
	margin-top:15px;
}	
ul#ingredients li {
	margin-bottom:5px;
	font-size:11px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
}

ul#ingredients div a {
	margin-bottom:5px;
	font-size:10px;
	color:#c90529;
	font-weight:bold;
	text-transform:uppercase;
}

#msg_popup {
	position:fixed;
	left:50%;
	top:50%;
	width:370px;
	/*height:130px;*/
	padding:15px;
	margin-left:-200px;
	margin-top:-85px;
	background:url(../../public/img/layout/transbg.png);
	z-index:999;
	border:3px solid #d00025;
	color:#fff;
	display:none;
}

#msg_popup h4 {
	font-size:1.5em;
	font-weight:normal;
}

.bullet {
	font-size:2em;
}

.bullet li {
	padding-left:16px;
	background:url(../../public/img/layout/bullet.jpg) 0 8px no-repeat;
	font-size:0.6em;	
}

.bullet li h3 {
	color:#d00025;
	font-size:1.3em;
}

#slider{
	float:left;
	width:816px;
	height:276px;
	/*background-color:red;*/
	border:solid 2px #e0e0e0;
}

.nivo-controlNav {
	position:absolute;
	right:10%;
	bottom:10px;
}

.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../../public/js/nivo-slider/themes/default/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}

.nivo-controlNav a.active {
	background-position:0 -22px;
}

#fiche_recette h2{
	color:#000000;
	text-transform:uppercase;
	font-size:16px;
}

table.prices tr td h3{
	color:#000000;
	font-size:18px;
	text-transform: uppercase;
}

table.prices tr td {
	color:#333333;
	font-size:12px;
	font-weight:bold;
}

table.prices tr td span.green{
	color:#99c905;
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
}

h3.titre_home{
	width:499px;
	height:23px;
	padding-top:4px;
	background:url(../../public/img/layout/bg_titre_home.jpg) no-repeat;
	color:#c90529;
	font-family:Helvetica;
	font-weight:bold;
	text-transform:uppercase;
	font-size:15px;
	margin:0;
}
#kmfbaseline{
	color:#efefef;
	font-size:12px;
	left:76px;
	top:70px;
	position:absolute;
}

div#fiche_produit a.add_panier, a.bouton_rouge, a.bouton_gris{
	background: #b40425; /* Old browsers */
	background: -moz-linear-gradient(top, #b40425 0%, #c80529 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b40425), color-stop(100%,#c80529)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b40425 0%,#c80529 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b40425 0%,#c80529 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b40425 0%,#c80529 100%); /* IE10+ */
	background: linear-gradient(top, #b40425 0%,#c80529 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40425', endColorstr='#c80529',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
	text-align:center;
	padding:3px 5px;
}

a.bouton_gris{
	background: #bdbdbd; /* Old browsers */
	background: -moz-linear-gradient(top, #bdbdbd 0%, #d1d1d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdbdbd), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bdbdbd 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bdbdbd 0%,#d1d1d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bdbdbd 0%,#d1d1d1 100%); /* IE10+ */
	background: linear-gradient(top, #bdbdbd 0%,#d1d1d1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
}
