/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* DEFAULT */
* { margin: 0; padding: 0; outline: none;}
html { overflow-y: scroll; }
ul { list-style: none inside; }
a { text-decoration: none; outline: none; }
a img { border: none; }
a:focus { outline: none; }
.clear { clear: both; height: 1px; }
/* END OF DEFAULT */

body {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	background-color: #ffffff;
}

#page-wrap {
	width: 920px;
	margin: 0 auto;
}

#header {
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	width: 920px;
	padding: 40px 0px 40px 0px;
	color: #3b3b3b;
	background-color: #f1f1f1;
	background-image: url(/images/header-bg.png);
	background-repeat: repeat-x;
	border: 1px solid #d4d4d4;
	
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	
	box-shadow: 0px 1px 5px rgba(00,00,00,0.3);
	-webkit-box-shadow: 0px 1px 5px rgba(00,00,00,0.3);
	-moz-box-shadow: 0px 1px 5px rgba(00,00,00,0.3);
}

	#header h1 {
		font-size: 34px;
		letter-spacing: 3px;
	}
	
	#header h1 b {
		color: #bb0000;
	}
	
	#header h2 {
		margin-top: 5px;
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 1px;
	}

#info-telephone {
	float: left;
	font-size: 16px;
	color: #3b3b3b;
	margin-top: 25px;
	padding: 20px 20px 20px 20px;
	border: 1px solid #d4d4d4;
	
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	
	box-shadow: 0px 1px 5px rgba(00,00,00,0.3);
	-webkit-box-shadow: 0px 1px 5px rgba(00,00,00,0.3);
	-moz-box-shadow: 0px 1px 5px rgba(00,00,00,0.3);
}

	#info-telephone b {
		font-weight: bold;
		color: #1b517a;
	}
	
a#boutton-commander {
	float: right;
	display: block;
	font-size: 16px;
	width: 280px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
	background: #1b517a url(/images/boutton-commander.png) repeat-x;
	text-transform: uppercase;
	margin-top: 25px;
	border: 1px solid #1b517a;
	padding: 20px 0px 20px 0px;
	text-align: center;
	
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	
	box-shadow: 0px 1px 5px rgba(00,00,00,0.3);
	-webkit-box-shadow: 0px 1px 5px rgba(00,00,00,0.3);
	-moz-box-shadow: 0px 1px 5px rgba(00,00,00,0.3);
}

	a#boutton-commander:hover {
		color: #1b517a;
		width: 280px;
		background-position: bottom;
		border: 1px solid #1b517a;
		padding: 20px 0px 20px 0px;
	}

#main-content {
	float: left;
	width: 600px;
}

#sidebar {
	float: right;
	width: 280px;
}

#text-intro {
	width: 600px;
	padding: 0px;
	color: #3b3b3b;
	margin-top: 25px;
	font-size: 16px;
	line-height: 24px;
}

	#text-intro p {
		margin-top: 15px;
	}
	
.features  {
	font-size: 16px;
	line-height: 24px;
	color: #3b3b3b;
	width: 240px;
	margin-top: 15px;
	padding: 10px 20px 10px 20px;
	border: 1px solid #d4d4d4;
	
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	
	box-shadow: 0px 1px 5px rgba(00,00,00,0.3);
	-webkit-box-shadow: 0px 1px 5px rgba(00,00,00,0.3);
	-moz-box-shadow: 0px 1px 5px rgba(00,00,00,0.3);
}

	.features.first {
		margin-top: 25px;
	}
	
.temoignages {
	font-size: 16px;
	line-height: 24px;
	color: #3b3b3b;
	width: 240px;
	margin-top: 15px;
	padding: 10px 20px 10px 20px;
	border: 1px solid #d4d4d4;
	background-color: #e2e2e2;
	
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	
	box-shadow: 0px 1px 5px rgba(00,00,00,0.3);
	-webkit-box-shadow: 0px 1px 5px rgba(00,00,00,0.3);
	-moz-box-shadow: 0px 1px 5px rgba(00,00,00,0.3);
}

	.temoignages.first {
		margin-top: 25px;
	}
	
	.temoignages span {
		display: block;
		margin-top: 30px;
		padding-top: 10px;
	}
	
#slideshow {
	margin-top: 25px;
}

	#slideshow img {
		margin-top: 25px;
	}
	
	#slideshow img.first {
		margin-top: 0px;
	}

#footer {
	margin: 0 auto;
	margin-top: 25px;
	width: 880px;
	padding: 20px 20px 20px 20px;
	border: 1px solid #d4d4d4;
	text-align: center;
	color: #3b3b3b;
	
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	
	box-shadow: 0px 1px 5px rgba(00,00,00,0.3);
	-webkit-box-shadow: 0px 1px 5px rgba(00,00,00,0.3);
	-moz-box-shadow: 0px 1px 5px rgba(00,00,00,0.3);
}

	#footer span {
		color: #bb0000;
	}

	#footer a {
		color: #1b517a;
		padding: 2px;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
	
/*COMMANDER*/
.mode-de-paiement {
	float: right;
	margin-top: 25px;
}

#formulaire-commande {
	margin-top: 30px;
}

#promo-perl {
	clear: both;
	margin: 0 auto;
	margin-top: 25px;
	padding: 20px 20px 20px 20px;
	background-color: #e2e2e2;
	border: 1px solid #d4d4d4;
	
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	
	box-shadow: 0px 1px 5px rgba(00,00,00,0.3);
	-webkit-box-shadow: 0px 1px 5px rgba(00,00,00,0.3);
	-moz-box-shadow: 0px 1px 5px rgba(00,00,00,0.3);
}

	#promo-perl span{
		font-weight: bold;
		color: #1b517a;
	}

.termes  {
	font-size: 16px;
	line-height: 24px;
	color: #3b3b3b;
	width: 240px;
	margin-top: 15px;
	padding: 10px 20px 10px 20px;
	border: 1px solid #d4d4d4;
	
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	
	box-shadow: 0px 1px 5px rgba(00,00,00,0.3);
	-webkit-box-shadow: 0px 1px 5px rgba(00,00,00,0.3);
	-moz-box-shadow: 0px 1px 5px rgba(00,00,00,0.3);
}	

/* instructions*/
#content-instructions {
	margin-top: 25px;<
	font-size: 16px;
	line-height: 24px;
}

