/* @override 
	http://localhost:8888/Sites/www/raspberrydesign/www_layout/stylesheets/screen.css
	http://localhost:8888/Sites/Site_conforme/Blue_lagoon/www/public/stylesheets/screen.css
	http://192.168.1.2:8888/Sites/www/raspberrydesign/www/public/stylesheets/screen.css
*/

body {
	font: 14px/18px Arial, Helvetica, Geneva, sans-serif;
	background: #eee url(../images/bg.png) repeat-x;
}

#header {
	height: 81px;
	width: 940px;
	margin: auto;
	padding-top: 40px;
}

#logo {
	float: left;
}

#logo h1 a {
	display: block;
	width: 285px;
	height: 52px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
}

#hire {
	float: right;
	padding-top: 5px;
	width: 145px;
}

#hire a {
	height: 34px;
	background: url(../images/hire.png) no-repeat right top;
	display: block;
	padding-right: 54px;
	padding-top: 10px;
	text-decoration: none;
	font-style: italic;
	color: #999;
}

#banner {
	width: 930px;
	margin: auto;
	height: 220px;
	padding-top: 59px;
	padding-bottom: 30px;
	-padding-top: 45px;
	-padding-bottom: 0px;
}

#left {
	float: left;
	padding-top: 75px;
	width: 23px;
	padding-right: 38px;
}

#left span {
	width: 23px;
	height: 48px;
	background-image: url(../images/fleche_left.png);
	display: block;
	text-indent: -9999px;
	cursor: pointer;
}

#masque {
	height: 220px;
	float: left;
	overflow: hidden;
	width: 800px;
}

#caroussel {
	float: left;
	position: relative;
	left: 0;
}

div.show {
	display: block;
	float: left;
	width: 800px;
	padding-right: 40px;
}

div.hide {
	display: block;
	float: left;
	width: 800px;
	padding-right: 40px;
}

div.preview {
	float: left;
	background: url(../images/shadow.jpg) no-repeat left bottom;
	height: 220px;
	padding-right: 80px;
}

div.description h3 {
	font-size: 21px;
	color: white;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 5px;
	float: left;
	width: 440px;
}

div.description p {
	text-align: justify;
	color: #FFA2CF;
	float: left;
	width: 440px;
	height: 126px;
}

div.description a {
	background-image: url(../images/button_banner.png);
	width: 162px;
	display: block;
	float: left;
	text-align: center;
	color: white;
	text-decoration: none;
	padding-top: 5px;
	height: 26px;
}

#right {
	float: right;
	width: 23px;
	padding-top: 75px;
	padding-left: 38px;
}

#right span {
	width: 23px;
	background: url(../images/fleche_right.png) no-repeat;
	height: 48px;
	display: block;
	text-indent: -9999px;
	cursor:pointer;
}

.both {
	clear: both;
}

#top {
	width: 939px;
	margin: auto;
	background-image: url(../images/top_content.gif);
	height: 18px;
}

#page {
	width: 939px;
	margin: auto;
	background-color: white;
}

#menu {
	width: 850px;
	margin: auto;
	border-bottom: 1px solid #E6E6E6;
	height: 60px;
}

#menu li {
	float: left;
	width: 170px;
}

#menu li.current a, #menu li.current a:hover {
	color: #E1007A;
}

#menu li a {
	text-decoration: none;
	color: #4D4D4D;
	font-size: 21px;
}

#menu li a:hover {
	color: #FFA2CF;
}

#menu li a span {
	display: block;
	font-size: 14px;
	color: #999;
}

#content {
	width: 850px;
	margin: auto;
	padding-top: 36px;
	/*padding-bottom: 36px;*/
}

#content div.mini {
	width: 255px;
	float: left;
	padding-right: 42px;
	text-align: justify;
	padding-bottom: 40px;
}

#content div.mini.last {
	padding-right: 0;
}

#bottom {
	height: 18px;
	width: 939px;
	margin: auto;
	text-align: center;
	background: url(../images/bottom_content.gif) no-repeat;
}

#bottom a {
	width: 44px;
	height: 44px;
	text-indent: -9999px;
	background: url(../images/got_top.png) no-repeat;
	display: block;
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-top: -4px;
}

#footer {
	width: 850px;
	margin: auto;
	padding-top: 18px;
	padding-bottom: 18px;
}

#address {
	float: left;
	color: #808080;
	font-size: 12px;
}

#address em {
	font-weight: bold;
	color: #808080;
}

#address address {
	font-weight: normal;
	font-style: normal;
}

#copyright {
	float: right;
	font-size: 12px;
	color: #808080;
}

#copyright em {
	color: #808080;
	font-weight: bold;
}

a.button {
	background: url(../images/button.png) no-repeat;
	width: 157px;
	height: 24px;
	text-decoration: none;
	color: white;
	display: block;
	text-align: center;
	float: right;
	padding-top: 3px;
}

h2, legend {
	font-style: normal;
	font-weight: normal;
}

h2, legend {
	font-style: italic;
	font-size: 21px;
	color: #4D4D4D;
	padding-bottom: 20px;
}

p {
	color: #999;
	padding-bottom: 18px;
}

em {
	font-weight: normal;
	font-style: normal;
	color: #E1007A;
}

span.pink {
	color: #E1007A;
}

h2.hebergement {
	background: url(../images/hebergement.png) no-repeat;
	padding-left: 35px;
	padding-top: 4px;
	padding-bottom: 16px;
}

h2.domaine {
	background: url(../images/domaine.png) no-repeat;
	padding-top: 4px;
	padding-bottom: 16px;
	padding-left: 35px;
}

h2.optimisation {
	background: url(../images/optimisation.png) no-repeat;
	padding-top: 4px;
	padding-bottom: 16px;
	padding-left: 35px;
}

h2.ecommerce {
	background: url(../images/visa.png) no-repeat;
	padding-top: 4px;
	padding-bottom: 16px;
	padding-left: 35px;
}

h2.statistiques {
	background: url(../images/statistique.png) no-repeat;
	padding-top: 4px;
	padding-bottom: 16px;
	padding-left: 35px;
}

h2.api {
	background: url(../images/api.png) no-repeat;
	padding-top: 4px;
	padding-bottom: 16px;
	padding-left: 35px;
}

span.note1 {
	display: block;
	float: right;
	width: 68px;
	height: 12px;
	background: url(../images/1.png) no-repeat;
	text-indent: -99998px;
}

span.note2 {
	display: block;
	float: right;
	width: 68px;
	height: 12px;
	background: url(../images/2.png) no-repeat;
	text-indent: -99998px;
}

span.note3 {
	display: block;
	float: right;
	width: 68px;
	height: 12px;
	background: url(../images/3.png) no-repeat;
	text-indent: -99998px;
}

span.note4 {
	text-indent: -9999px;
	background: url(../images/4.png) no-repeat;
	width: 68px;
	height: 12px;
	float: right;
	display: block;
}

span.note5 {
	display: block;
	float: right;
	width: 68px;
	height: 12px;
	background: url(../images/5.png) no-repeat;
	text-indent: -99998px;
}

div.width500 {
	width: 500px;
	float: left;
}

form {
	padding-bottom: 40px;
}

fieldset div {
	padding-bottom: 3px;
	clear: both;
}

label {
	color: #999;
	text-align: right;
	width: 120px;
	float: left;
	display: block;
	padding-right: 20px;
	padding-top: 3px;
}

span.required {
	color: red;
}

input {
	width: 335px;
	height: 17px;
	border: 1px solid #ccc;
}

textarea {
	width: 335px;
	height: 150px;
	border: 1px solid #ccc;
}

input, textarea {
	float: left;
	font-size: 14px;
	color: gray;
	margin-right: 15px;
	margin-bottom: 3px;
}

div.action {
	padding-left: 140px;
	height: 27px;
}

div.action input {
	border-style: none;
	background: transparent url(../images/button.png) no-repeat;
	width: 157px;
	height: 27px;
	color: white;
	font-size: 14px;
	cursor:pointer;
}

div.width260 {
	width: 260px;
	float: right;
}

p.address {
	padding-bottom: 0;
	font-weight: bold;
}

div.captcha {
	padding-left: 140px;
	height: 24px;
}

div.captcha input {
	width: 20px;
}

div.captcha label {
	width: 300px;
	text-align: left;
	padding-bottom: 5px;
}

div.width260 address {
	padding-bottom: 18px;
	color: #999;
	font-weight: normal;
	font-style: normal;
}

em.bold {
	font-weight: bold;
}

span.invalide {
	float: left;
	display: block;
}

span.invalide span.left {
	display: block;
	float: left;
	width: 9px;
	height: 21px;
	position: absolute;
	z-index: 1;
	background-image: url(../images/conception/fleche_message.png);
	margin-top: 1px;
	margin-left: -10px;
}

span.invalide span.center {
	display: block;
	z-index: 1;
	position: absolute;
	background-color: #FFF6BF;
	padding: 2px;
	color: #514721;
	border: 1px solid #FFD324;
	font-size: 13px;
	border-left-style: none;
	margin-left: -1px;
}
