/** Basics **/
.bleu{
color: #1B2E83;
font-weight: bold;
}
* {
	margin: 0;
	padding: 0;
	outline: none;
}

html, body {
	height: 100%;
	width: 100%;
	font-family: Helvetica;
	font-size: 12px;
	background-color: #C2C2C2;
}

input, select, textarea {
	font-family: inherit;
	font-size: inherit;
}

textarea {
	resize: none;
	vertical-align: 0px;
}

img { border: none; }
input[type=checkbox] { vertical-align: -2px; }
input[type=radio] { vertical-align: -3px; }
header, nav, footer { display: block; }
a, header nav ul li a:hover, div#container > div > div:first-child ul li a { text-decoration: none; }
a:hover { text-decoration: underline; }



/** HTML5 pseudo-classes **/

::-webkit-validation-bubble-arrow, ::-webkit-validation-bubble-message {
	background: #D4D0C8 none;
	border: 1px solid #808080;
	box-shadow: none;
	-webkit-box-shadow: none;
}

::-webkit-validation-bubble-arrow {
	border-bottom: none;
	border-right: none;
}

::-webkit-validation-bubble-message {
	font-family: Arial;
	font-size: 11px;
	white-space: nowrap;
}

::-webkit-validation-bubble-icon { display: none; }

::-webkit-input-placeholder {
    font-style: italic;
	font-size: 11px;
	color: #656565;
}

.placeholder {
    font-style: italic;
	font-size: 11px;
	color: #656565;
}

:-moz-placeholder {
    font-style: italic;
	font-size: 11px;
	color: #656565;
}

:-moz-ui-invalid { box-shadow: none; }



/** Message boxes (container must have text-align: center) **/

p.notice {
	display: inline-block;
	padding: 10px 10px 10px 32px;
	background: #FFEBEB url('img/cross.gif') no-repeat 10px 10px;
	color: #9E0B0F;
	border: 1px solid #F5C1C2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

p.notice.confirm {
	background-image: url('img/check.gif');
	background-color: #E5F7E3;
	color: #005E20;
	border-color: #C5E1C8;
}



/** Définitions globales **/

header, div#container, footer { width: 100%; }
header, header > div, header > div form, footer > div { height: 193px; }

header > div, header nav, div#container > div, footer > div, footer > div + ul {
	width: 1002px;
	margin: 0px auto;
}

div#container > div > div:first-child, div#main, div#main1, div#main + div, header > div > a:first-child, header > div > a:first-child + p, header nav ul li, footer > div ul, footer > div h2 + ul li, footer > div + ul li {
	display: inline-block;
	vertical-align: top;
}

header nav ul, div#container > div > div:first-child ul, footer > div ul, footer > div + ul { list-style-type: none; }



/** Header & Nav **/

header { background: url('img/banniere.jpg') repeat-x center top; }
header > div { position: relative; }
header > div > a:first-child { padding-left: 15px; }

header > div > a:first-child, header > div > a:first-child h1 {
	width: 325px;
	height: 155px;
	line-height: 220px;
}

header > div > a:first-child + p {
	color: #0A9DE9;
	font-size: 15px;
	margin: 40px 0px 0px 200px;
}

header > div > a:first-child + p strong {
	display: block;
	margin-top: 10px;
	line-height: 18px;
	color: #1B2E83;
}

header > div > a:first-child + p strong em {
	font-size: 20px;
}

header > div > div > p {
	color: #0A9DE9;
	font-size: 15px;
	margin: 40px 0px 0px 200px;
}
header > div > div > p strong {
	display: block;
	margin-top: 10px;
	line-height: 18px;
	color: #1B2E83;
}
header > div> div > p strong em {
	font-size: 20px;
}


/** Formulaire de connexion **/

header > div form {
	width: 229px;
	background: url('img/connexion.png') no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
}

header > div form > p:first-child {
	color: #1B2E83;
	font-size: 16px;
	font-weight: bold;
	margin-top: 31px;
}

header > div form input[type=email], header > div form input[type=text], header > div form input[type=password] {
	width: 132px;
	height: 20px;
	line-height: 20px;
	border: 2px solid #DBDBDB;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 10px;
	padding: 0px 4px;
}

header > div form input[type=password] {
	width: 102px;
	padding-right: 34px;
}

header > div form input[type=image] {
	position: absolute;
	top: 95px;
	right: 43px;
	
}



/** Menu haut **/

header nav {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: rgba(27,46,131,0.28);
	z-index:10;
}

header nav ul {
	height: 38px;
	line-height: 38px;
}

header nav ul li { padding-bottom: 9px; }

header nav ul li a {
	display: block;
	padding: 0px 23px;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

header nav ul li.select { background: url('img/select.png') no-repeat center 38px; }
header nav ul li.select a { background-color: #1B2E83 !important; }
header nav ul li a:hover { background-color: #345EA7; }



/** Container **/

div#container { background: #DEDEDE url('img/container.jpg') repeat-x; }
div#container > div { min-height: 500px; }

div#container > div form input[type=email], div#container > div form input[type=text] {
	width: 162px;
	height: 20px;
	line-height: 20px;
	border: 2px solid orange;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0px 4px;
	position:absolute;
}

div#container > div form input[type=image]{
	position:absolute;
	margin-left:142px;
}

div#container > div > div#main h2 {
	color: #283A8A;
	font-size: 16px;
	margin: 2px 0 0;
}

/** Link tous produits**/
div#container > div > div#main a.allProduct{
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #434343;
	text-decoration: underline;
	margin: -17px 26px 0;
}

/** Tableau des produits récents**/

div#container > div > div#main p {
	
	font-weight: bold;
	
	color: #666;
}

div#container > div > div#main a img {
	border: 3px solid #CCCCCC;
}

div#container > div > div#main a img:hover {
	border: 3px solid #FF9933;
}

div#container > div > div#main > div#ligne1 {
	float: left;
	margin-right: 10px;
	margin-top: 12px;
}


/** Tableau des produits **/

div#container > div > div#main1 p {
	color: #666666;
	font-weight: bold;
	width: 157px;
	text-align: center;
	height: 40px;
}

div#container > div > div#main1 a img {
	border: 3px solid #CCCCCC;
}

div#container > div > div#main1 a:hover img {
	border: 3px solid #FF9933;
}

div#container > div > div#main1 > div#ligne1 {
	float: left;
	margin-left: 23px;
	margin-top: 12px;
}

div#container > div > div#main1 > div#fiche > div#info > div#retour > a > img {
	border: none;
	margin-top: 20px;
}

div#container > div > div#main1 > div#fiche > div#info > div#imgdevis > a > img {
	border: none;
}

/** Menu gauche **/

div#container > div > div:first-child {
	width: 200px;
	background-color: #F0F0F0;
	position: relative;
	min-height: 500px;
}

div#container > div > div:first-child h2 {
	color: #283A8A;
	font-size: 16px;
	margin: 22px 0px 12px 16px;
}

div#container > div > div:first-child form {
	height: 24px;
	margin-left: 14px;
}

div#container > div > div:first-child form input[type=text] {
	width: 97px;
	height: 20px;
	line-height: 20px;
	border: 2px solid #CECECE;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 0px 26px 0px 4px;
}

div#container > div > div:first-child form input[type=image] {
	position: absolute;
	top: 54px;
	right: 13px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	div#container > div > div:first-child form input[type=image] { top: 53px; }
}

div#container > div > div:first-child ul { margin: 7px 0px; }

div#container > div > div:first-child ul li a {
	display: block;
	font-weight: bold;
	line-height: 21px;
	padding-left: 17px;
	color: #434343;
}

div#container > div > div:first-child ul li a:hover, div#container > div > div:first-child ul li a.select {
	background-color: #1B2E83;
	color: white;
}

div#container > div > div:first-child ul ul {
	margin: 0px;
	padding: 6px 22px;
	background-color: #0A9DE9;
	display: none;
	color:#FFFFFF;
}

div#container > div > div:first-child ul ul li{
	padding:0 0 3px 0;
}

div#container > div > div:first-child ul ul a{
	color:white;
	font-weight:normal;
}

div#container > div > div:first-child ul ul a:hover{
	color:white;
	font-weight:normal;
	background-color:#0A9DE9;
}

div#container > div > div:first-child ul ul li a {
	padding-left: 25px;
	color: white;
}



/** Main **/

div#main {
	min-height: 460px;
	width: 520px;
	padding: 20px;
	background-color: white;
	color: #666;
}

/** Main1 **/

div#main1 {
	min-height: 460px;
	width: 760px;
	padding: 20px;
	background-color: white;
}

div#container > div > div#main1 h2 {
	color: #283A8A;
	font-size: 16px;
	margin: 2px 0 0;
}

div#container > div > div#main1 h2 em { font-weight: normal; }

/** Blocs droite **/

div#main + div { width: 240px; }

div#main + div > div {
	width: 209px;
	height: 110px;
	margin: 10px auto;
	padding: 13px 0px 0px 20px;
	background: url('img/right1.png') no-repeat;
}

div#main + div > div + div {
	height: 85px;
	background: url('img/right2.png') no-repeat;
}
div#main + div > div + div + div {
	margin: 10px auto !important;
	padding: 13px 0px 0px 20px !important;
	height: 112px !important;
	background: url('img/right3.png') no-repeat !important;
}

div#main + div > div + div + div + div{
	margin: 10px auto !important;
	padding: 13px 0px 0px 20px !important;
	height: 112px !important;
	background: url('img/right4.png') no-repeat !important;
}

div#main + div > div p {
	color: #1B2E83;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
}

div#main + div > div p + p {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 12px;
}

div#main + div > div p + p + p {
	color: white;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0px;
}

div#main + div > div p + p + p + p {
	font-size: 12px;
	font-style: normal;
}

div#main + div > div + div + div p {
	font-size: 16px;
	font-weight: bold;
	color: white;
	margin-bottom: 16px;
}

div#main + div > div + div + div +div p {
	font-size: 16px !important;
	font-weight: bold !important;
	color: #1B2E83 !important;
	margin-bottom: 16px !important;
}

div#last p + p {
	font-size: 14px !important;
	font-weight: normal !important;
	margin-bottom: 6px !important;
}
div#last p + p a{
	font-weight: bold !important;
	font-size: 16px !important;
	font-style: normal !important;
	color: #0A9DE9 !important;
}
div#main + div > div + div  p + p + p a {
	font-weight: bold !important;
	font-size: 16px !important;
	font-style: normal !important;
	color: #0A9DE9 !important;
}

div#main + div > div + div + div p + p + p a {
	font-weight: bold !important;
	font-size: 16px !important;
	font-style: normal !important;
	color: #0A9DE9 !important;
}

/** Fiche produit **/

p#presentation {
	background-color: #F0F0F0;
	min-height: 153px;
	padding: 10px;
	color: #5e5e5f;
}

div#fiche {
	padding-right: 30px;
	margin: 10px 0 0 0;
}

div#titreH2 {
	margin-top: 10px;
}

div#info {
	float:left;
	width:448px;
}

div#container > div > div#main1 > div#fiche > div#info p {
	width: 425px;
	color: #5e5e5f;
	font-weight: normal;
	text-align: left;
}

div#image {
	float: right;
	width: 275px;
}

div#image img#imgzoom {
	width: 302px;
	height: 302px;
	border: 3px solid #CCCCCC;
}

div#minipicture {
	width: 318px;
}

div#minipicture img {
	border: 3px solid #CCCCCC;
	margin-right: 8.5px;
}

div#devis {
	color: #858585;
	width: 250px;
	float:left;
	margin-top: 10px;
	padding-left: 5px;
}

div#contactproduit {
	color: #858585;
	width: 448px;
	float:left;
	margin-top: 10px;
	padding-left: 5px;
}

div#contactproduit span {
	color: #0a9de9;
	font-style: italic;
	font-weight: bold;
}

div#imgdevis img {
	margin-top: 8px;
	padding-left: 10px;
}

div#retour {
	width: 248px;
	height: 38px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

/** Paragraphe newsletter **/

div#container > div > div#main > div#info > p {
	width: 425px;
	color: #5e5e5f;
	font-weight: normal;
	text-align: left;
}

/** Formulaire de  contact **/

div#container > div > div#main > form.data > label {
	color: #5e5e5f;
	font-weight: normal;
}

div#container > div > div#main > form.data {
	width:570px;
}

div#container > div > div#main > form.data > input {
	width: 300px;
	height: 20px;
	border: 2px solid #DBDBDB;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 2px;
	padding: 0px 4px;
}

div#container > div > div#main > form.data > textarea {
	width:505px;
	border: 2px solid #DBDBDB;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 10px;
	padding: 0px 4px;
}

div#container > div > div#main > form.data > input[type=submit] {
	width: 150px;
	margin: auto;
	color: #5e5e5f;
	cursor: pointer;
	float: right;
	margin-right: 40px;
	line-height: 10px;
}

/** Footer **/

footer {
	height: 257px;
	background-color: #C2C2C2;
}

footer > div {
	width: 974px;
	height: auto;
	padding: 19px 0px 19px 26px;
	background-color: #6E6E6E;
}

footer > div h2, footer > div ul li a { color: white; }

footer > div h2 {
	font-size: 12px;
	margin-bottom: 10px;
}

footer > div h2, ul#contact li a { text-transform: uppercase; }
footer > div h2 + ul { width: 781px; }
footer > div h2 + ul li { width: 190px; float:left; }

ul#contact {
	border-left: 1px solid white;
	margin-top: -10px;
}

ul#contact li a {
	display: block;
	padding: 0px 0px 10px 16px;
	font-weight: bold;
}

footer > div + ul {
	text-align: center;
	font-size: 11px;
	margin-top: 10px;
}

footer > div + ul li:before { content: '- '; }
footer > div + ul li:first-child:before { content: ''; }
footer > div + ul li, footer > div + ul li a { color: #6E6E6E; }

.someLink { color: #1B2E83; }
.someLink:hover { text-decoration: underline; }