/*+++++++++++++++++++++++++++++++ DOCUMENT ++++++++++++++++++++++++++++*/
* {
	margin: 0;
	padding: 0;
}

body {
	border: 0;
	height: 100%;
	color: #7C7C7C;
	font: 12px 'Open Sans', sans-serif;
	background: #f1ede9;
}

/*+++++++++++++++++++++++++++++++ HEADER ++++++++++++++++++++++++++++*/
#presentationHeader {
	height: 120px;
	width: 100%;
	background: white;
}

header {
	position: relative;
	z-index: 1;
	height: 138px;
	width: 80%;
	margin: auto;
	max-width: 1000px;
	background: white;
}

h1 {
	position: absolute;
	right: 0;
}

#h1Web {
	font-size: 26px;
	top: 2px;
	color: #3581BA;
	height: 24px;
}

#h1Shop {
	font-size: 30px;
	top: 33px;
	color: #7C7C7C;
	border-top: 2px solid #7C7C7C;
	height: 36px;
	line-height: 36px;
	letter-spacing: -2px;
}

#h1Client {
	display: none;
	font-size: 21px;
	width: 260px;
	left: 240px;
	top: 10px;
	color: #7C7C7C;
}

#logoClient {
	position: absolute;
	left: 0;
	top: 10px;
	height: 60px;
	z-index: 1;
}

span.couleurBlanc {
	color: white;
}

#image_deco {
	position: absolute;
	right: 140px;
	height: 100px;
	top: -1px;
	z-index: 0;
}

#alerteClient {
	position: fixed;
	text-align: center;
	font-weight: bold;
	border: 1px solid #7C7C7C;
	z-index: 150;
	min-height: 30px;
	line-height: 30px;
	margin: auto;
	width: 40%;
	max-width: 560px;
	background-color: #f1ede9;
	top: 6px;
	border-radius: 3px;
}

.puceAlerte {
	background: url(../images/decoration/puceAlerte.png) no-repeat;
	height: 30px;
	line-height: 30px;
	width: 30px;
	display: inline-block;
	margin-right: 3px;
}

#contenuAlerteClient {
	height: 30px;
	line-height: 30px;
	display: inline-block;
}

/*+++++++++++++++++++++++++++++++ CONNEXION ++++++++++++++++++++++++++++*/
#etatConnexion {
	position: absolute;
	left: 00px;
	bottom: 40px;
	z-index: 2;
	width: 370px;
}

#connecte {
	width: 100%;
	Color: #3076ab;
	font-weight: bold;
}

#monLogin {
	display: inline-block;
	font-size: 11px;
}

#modeConnexion {
	display: inline-block;
	font-size: 11px;
	margin-left: 3px;
}

#deconnecter {
	display: inline-block;
	margin-left: 10px;
	Color: #aba3a3;
	font-size: 9px;
}

#imgDeconnexion {
	display: none;
	position: absolute;
	right: -4px;
	top: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

#loginUser {
	height: 17px;
	font-size: 11px;
	width: 150px;
	margin-right: 5px;
}

#passUser {
	height: 17px;
	font-size: 11px;
	width: 100px;
}

#pasConnecte {
	width: 290px;
	position: relative;
	height: 18px;
}

#validConnexion {
	height: 18px;
	line-height: 18px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

#validerConnexionPattern {
	display: none;
}

/*+++++++++++++++++++++++++++++++ NAVIGATION ++++++++++++++++++++++++++++*/
#navPersistante {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	font-size: 13px;
	height: 35px;
	line-height: 35px;
	background: #363636;
	background: -webkit-linear-gradient(#7C7C7C, #363636 80%);
	background: -moz-linear-gradient(#7C7C7C, #363636 80%);
	background: -ms-linear-gradient(#7C7C7C, #363636 80%);
	background: -o-linear-gradient(#7C7C7C, #363636 80%);
	background: linear-gradient(#7C7C7C, #363636 80%);
	border-radius: 2px;
}

.lienNav, .courantNav {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	width: 130px;
	text-align: center;
	border-radius: 2px;
	text-decoration: none;
	color: white;
	border-right: 1px solid #aba3a3;
}

.courantNav {
	background: #7C7C7C;
	background: -webkit-linear-gradient(#aba3a3, #535151 80%);
	background: -moz-linear-gradient(#aba3a3, #535151 80%);
	background: -ms-linear-gradient(#aba3a3, #535151 80%);
	background: -o-linear-gradient(#aba3a3, #535151 80%);
	background: linear-gradient(#aba3a3, #535151 80%);
}

.lienNav:hover {
	background: #7C7C7C;
	background: -webkit-linear-gradient(#9d9696, #494848 80%);
	background: -moz-linear-gradient(#9d9696, #494848 80%);
	background: -ms-linear-gradient(#9d9696, #494848 80%);
	background: -o-linear-gradient(#9d9696, #494848 80%);
	background: linear-gradient(#9d9696, #494848 80%);
}

.navModeTexte {
	display: inline;
}

.navModeGraphique {
	display: none;
	height: 40px;
	line-height: 40px;
}

#moteurRecherche {
	height: 35px;
	line-height: 35px;
	display: block;
	width: 170px;
	position: absolute;
	right: 105px;
	top: 0;
}

#champRecherche {
	height: 21px;
	background: white;
	border: none;
	border-radius: 0;
	width: 140px;
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	text-transform: uppercase;
	opacity: 1;
}

#validMoteurRecherche {
	display: block;
	width: 30px;
	height: 21px;
	line-height: 21px;
	color: white;
	background: url(../images/decoration/loupe.png) no-repeat;
	background-color: white;
	position: absolute;
	top: 7px;
	left: 140px;
}

#monPanier {
	width: 80px;
	height: 52px;
	line-height: 52px;
	position: absolute;
	right: 10px;
	bottom: -2px;
	background: #3581BA;
	z-index: 2;
	border-radius: 1px;
	box-shadow: 2px 3px 3px 0px #363636;
	text-align: center;
}

#lienPanier {
	text-decoration: none;
	Color: white;
	display: block;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 7px;
	top: 2px;
	width: 30px;
}

#lienPanier:VISITED {
	Color: white;
}

#monPanier:hover {
	background-color: #266ea6;
}

#quantitePanier {
	width: 40px;
	text-decoration: none;
	color: white;
	display: block;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 8px;
	top: 3px;
	text-align: right;
	font-size: 13px;
}

#totalMonPanier {
	width: 73px;
	text-decoration: none;
	color: white;
	display: block;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 8px;
	bottom: 2px;
	text-align: right;
}

/*+++++++++++++++++++++++++++++++ CONTENU ++++++++++++++++++++++++++++*/
#contenu {
	z-index: 0;
	position: relative;
	width: 80%;
	margin: auto;
	max-width: 1000px;
	padding-top: 28px;
	background: #f1ede9;
}

h2 {
	position: absolute;
	width: 200px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	left: -8px;
	top: 34px;
	padding-right: 10px;
	color: white;
	background: #3581BA;
	border-radius: 2px;
	box-shadow: 2px 3px 2px 0px #c8c2c2;
	text-align: right;
}

h3 {
	width: 98%;
	height: 23px;
	line-height: 23px;
	font-size: 13px;
	margin-left: 1%;
	margin-bottom: 20px;
	background-color: #f4f3f1;
	border: 1px solid #d9d7d2;
}

#messagePrincipal, .messageRubrique {
	width: 90%;
	margin-left: 5%;
	min-height: 28px;
	line-height: 28px;
	font-weight: bold;
	background-color: #f4f3f1;
	border: 1px solid #9d9696;
	text-align: center;
	margin-bottom: 20px;
}

.messageAlerte {
	width: 90%;
	margin-left: 5%;
	min-height: 30px;
	line-height: 30px;
	font-weight: bold;
	background-color: #C63838;
	text-align: center;
	margin-bottom: 20px;
	color: white;
}

.puceH3 {
	display: inline-block;
	width: 30px;
	background: url(../images/decoration/puceH3.png) no-repeat;
}

#filRouge {
	position: absolute;
	width: 300px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	right: 25px;
	top: 35px;
	text-align: right;
	color: #3581BA;
	font-weight: bold;
}

.filRougeText {
	text-decoration: none;
	color: #3581BA;
}

.filGraphique {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
}

.blocContenu {
	background: white;
	padding-top: 50px;
	padding-bottom: 20px;
}

.sousBlocs {
	border: 1px solid #f1ede9;
	display: inline-block;
	border-radius: 4px;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: top;
}

.sousBlocs span {
	display: inline-block;
	margin-left: 2%;
	margin-bottom: 6px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #c8c2c2;
	border-radius: 4px;
	padding-left: 3px;
	background-color: #f9f8f6;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

/*++++++++++++++++++++++++++++++++ OBJETS +++++++++++++++++++++++++++++++*/
img {
	border: none;
}

input {
	height: 18px;
	color: #4a4a54;
	-webkit-appearance: none;
	border: 1px solid #9d9696;
	border-radius: 3px;
	padding-left: 3px;
	padding-right: 2px;
	background: none;
	font-size: 12px;
}

/*gerer les boutons radios*/
input[type="radio"] {
	-webkit-appearance: radio;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
	width: 15px;
	height: 15px;
}

input:focus {
	-webkit-box-shadow: 0px 0px 3px #3581BA;
	-moz-box-shadow: 0px 0px 3px #3581BA;
	-ms-box-shadow: 0px 0px 3px #3581BA;
	-o-box-shadow: 0px 0px 3px #3581BA;
	box-shadow: 0px 0px 3px #3581BA;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color: #9d9696;
	opacity: 0.5;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #9d9696;
	opacity: 0.5;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #9d9696;
	opacity: 0.5;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #9d9696;
	opacity: 0.5;
}

.mesBoutons {
	color: #4a4a54;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background-color: #f1ede9;
	border: 1px solid #9d9696;
	border-radius: 3px;
	text-decoration: none;
	min-width: 100px;
	text-align: center;
}

.mesBoutons:hover {
	background-color: #dedbd9;
}

.accordeon {
	width: 97%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	margin-left: 1%;
	margin-bottom: 8px;
	background-color: #f1ede9;
	border-left: 3px solid #f1ede9;
	border-right: 3px solid #f1ede9;
}

.contenuAccordeon {
	display: none;
	width: 97%;
	margin-bottom: 18px;
	border: 3px solid #f1ede9;
	margin-left: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.titreAccordeon {
	display: inline-block;
	width: 79%;
	text-align: center;
	color: #7C7C7C;
	text-decoration: none;
}

.ouvrirAccordeonG {
	display: inline-block;
	width: 10%;
	background: url(../images/decoration/filtre.png) no-repeat;
	color: #f1ede9;
	background-position: left;
}

.ouvrirAccordeonD {
	display: inline-block;
	width: 10%;
	background: url(../images/decoration/filtre.png) no-repeat;
	color: #f1ede9;
	background-position: right;
}

.divDeBoutons {
	display: inline-block;
	width: 30%;
}

.btRecuperation {
	display: inline-block;
	text-decoration: none;
	width: 86%;
	height: 50px;
	line-height: 50px;
	color: #7C7C7C;
	font-weight: bold;
	background: #f4f3f1;
	background: -webkit-linear-gradient(white, #f4f3f1 80%);
	background: -moz-linear-gradient(white, #f4f3f1 80%);
	background: -ms-linear-gradient(white, #f4f3f1 80%);
	background: -o-linear-gradient(white, #f4f3f1 80%);
	background: linear-gradient(white, #f4f3f1 80%);
	background-position: left;
	border: 1px solid #9d9696;
	border-radius: 4px;
	box-shadow: 2px 2px 2px 0px #c8c2c2;
	text-align: left;
}

.btRecuperation:hover {
	background: #e1e0de;
	background: -webkit-linear-gradient(white, #e1e0de 80%);
	background: -moz-linear-gradient(white, #e1e0de 80%);
	background: -ms-linear-gradient(white, #e1e0de 80%);
	background: -o-linear-gradient(white, #e1e0de 80%);
	background: linear-gradient(white, #e1e0de 80%);
}

.deco_bt {
	display: inline-block;
	height: 50px;
	width: 30%;
	min-width: 50px;
	background-position: left;
}

#deco_bt_retrait {
	background: url(../images/decoration/retrait.png) no-repeat;
}

/*++++++++++++++++++++++++++++++++ POP UP g�n�rale +++++++++++++++++++++++++++++++*/
#filtreTotal {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50;
	background-color: black;
	opacity: 0.2;
	display: none;
}

#popUpGenerale {
	z-index: 100;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 90%;
	z-index: 51;
	background-color: white;
	padding-top: 20px;
	display: none;
	border: 1px solid #7C7C7C;
}

#traitementEnCours {
	z-index: 100;
	position: fixed;
	left: 0px;
	top: 0px;
	display: none;
	height: 60px;
	line-height: 60px;
	width: 260px;
	text-align: center;
	color: black;
	background: white;
	border: 1px solid #7C7C7C;
	box-shadow: 2px 2px 2px 0px #363636;
	font-weight: bold;
	font-size: 13px;
	border-radius: 10px;
	opacity: 0.7;
}

/*++++++++++++++++++++++ POP UP DE GESTION DES LOTS +++++++++++++++++++++*/
#popUpLots {
	z-index: 100;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 50%;
	background-color: white;
	display: none;
	border: 1px solid #7C7C7C;
}

.entetePopUpLot {
	margin: 0;
	background-color: #3581BA;
	border: none;
	color: white;
	opacity: 0.6;
	text-align: center;
	font-weight: bold;
	min-height: 27px;
	line-height: 27px;
	margin-bottom: 15px;
}

#articlePopUpLot {
	width: 100%;
	margin-bottom: 10px;
}

#refArticle, #libArticle {
	width: 300px;
}

#infosPopUpLot {
	margin-left: 3%;
	width: 96%;
	margin-bottom: 10px;
}

#disposPopUpLot {
	margin-left: 3%;
	width: 96%;
	margin-bottom: 20px;
}

.uneDispoLot {
	width: 30%;
	font-weight: bold;
}

#decoupePopUpLot {
	
}

#longueurSouhaitee {
	width: 10%;
	text-align: right;
}

#uniteDecoupe {
	display: inline-block;
	width: 10%;
	height: 22px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 1%;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}

#textSouhaitDecoupe {
	margin-left: 3%;
	width: 94%;
	margin-bottom: 10px;
}

#zonesDecoup {
	margin-left: 3%;
	width: 94%;
	margin-bottom: 20px;
}

.zoneDecoupe {
	width: 12%;
	margin-right: 2%;
	margin-bottom: 5px;
	display: none;
}

#longueurSouhaitee1 {
	display: inline-block;
}

#navigationLots {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 3%;
	width: 94%;
}

#validerDecoupe {
	opacity: 0.5;
}

#deco_bt_valid_Lot {
	background: url(../images/decoration/validerCommande.png) no-repeat;
}

#deco_bt_annul_Lot {
	background: url(../images/decoration/annulerPanier.png) no-repeat;
}

#nomZone {
	display: none;
}

/*++++++++++++++++++++++++++++++++ LISTES +++++++++++++++++++++++++++++++*/
.listes {
	display: block;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	color: #4a4a54;
	width: 98%;
	margin-left: 1%;
	padding: 0;
}

.listes:nth-child(even) {
	background-color: #f4f3f1;
}

#enTeteListes {
	background: #363636;
	background: -webkit-linear-gradient(#7C7C7C, #363636 80%);
	background: -moz-linear-gradient(#7C7C7C, #363636 80%);
	background: -ms-linear-gradient(#7C7C7C, #363636 80%);
	background: -o-linear-gradient(#7C7C7C, #363636 80%);
	background: linear-gradient(#7C7C7C, #363636 80%);
	color: white;
	opacity: 0.8;
}

.listes a {
	display: inline-block;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	color: #4a4a54;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.listes span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.blocPagination {
	width: 98%;
	height: 26px;
	line-height: 26px;
	margin-left: 1%;
	margin-top: 10px;
	color: #3581BA;
	text-align: center;
}

.blocPagination a {
	text-decoration: none;
	color: #3581BA;
}

/*++++++++++++++++++++++++++++++++ FOOTER +++++++++++++++++++++++++++++++*/
footer {
	width: 100%;
	line-height: 30px;
	margin-top: 20px;
	background-color: #363636;
	background: -webkit-linear-gradient(#7C7C7C, #363636 80%);
	background: -moz-linear-gradient(#7C7C7C, #363636 80%);
	background: -ms-linear-gradient(#7C7C7C, #363636 80%);
	background: -o-linear-gradient(#7C7C7C, #363636 80%);
	background: linear-gradient(#7C7C7C, #363636 80%);
	border-radius: 2px;
}

.liensFooter {
	display: inline-block;
	color: white;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
}

a.liensFooter:hover {
	color: #d4d3d2;
}

#copyright {
	font-size: 9px;
	opacity: 0.6;
}

.DrapeauInvisible {
	opacity: 0;
}

#lienFR {
	background: url(../images/decoration/drapeau_france.png) no-repeat;
	background-position: center;
}

#lienEN {
	background: url(../images/decoration/drapeau_angleterre.png) no-repeat;
	background-position: center;
}

#lienFB {
	background: url(../images/decoration/imageFB.png) no-repeat;
	background-position: center;
}

/* *************************************************************************************************************** */
/* ********************************************** RESPONSIVE DESIGN ********************************************** */
/* *************************************************************************************************************** */
@media only screen and (max-width:1024px) {
	header, #contenu {
		width: 90%;
	}
}

@media only screen and (max-width:900px) {
	header, #contenu {
		width: 95%;
	}
	.lienNav, .courantNav {
		width: 115px;
	}
	#moteurRecherche {
		right: 95px;
	}
}

@media only screen and (max-width:800px) {
	header, #contenu {
		width: 100%;
	}
	h1 {
		right: 10px;
	}
	#h1Web {
		font-size: 26px;
	}
	#h1Shop {
		font-size: 31px;
	}
	#logoClient {
		left: 10px;
		height: 50px;
	}
	#image_deco {
		right: 110px;
		height: 90px;
		top: 6px;
	}
	#etatConnexion {
		left: 10px;
	}
	.lienNav, .courantNav {
		width: 105px;
	}
	#moteurRecherche {
		right: 90px;
	}
	.btRecuperation {
		width: 92%;
	}
	footer, #navPersistante {
		border-radius: 0;
	}
	#monPanier {
		right: 5px;
	}
}

@media only screen and (max-width:700px) {
	header {
		height: 108px;
	}
	#contenu {
		padding-top: 5px;
	}
	#presentationHeader {
		height: 90px;
	}
	#image_deco {
		display: none;
	}
	#etatConnexion {
		left: 200px;
		height: 50px;
		width: 190px;
		top: 9px;
	}
	#monLogin {
		display: block;
		height: 19px;
		font-size: 12px;
	}
	#modeConnexion {
		display: block;
		margin-left: 0px;
		height: 17px;
		font-size: 12px;
	}
	#deconnecter {
		display: block;
		height: 19px;
		font-size: 11px;
	}
	#loginUser {
		height: 19px;
		width: 140px;
		margin-bottom: 10px;
	}
	#passUser {
		height: 19px;
		width: 120px;
		font-size: 12px;
	}
	#pasConnecte {
		width: 140px;
		height: 18px;
	}
	#validConnexion {
		display: block;
		right: -8px;
		top: 32px;
	}
	#deconnecter {
		display: block;
		margin-left: 0;
	}
	#h1Web {
		font-size: 23px;
	}
	#h1Shop {
		font-size: 28px;
		height: 27px;
		line-height: 27px;
		top: 28px;
	}
	.lienNav, .courantNav {
		width: 82px;
	}
	h2 {
		position: relative;
		width: 100%;
		padding: 0;
		margin: 0;
		border-radius: 0px;
		box-shadow: none;
		text-align: left;
		left: 0px;
		top: 24px;
	}
	h3 {
		width: 100%;
		margin-left: 0;
	}
	.messageRubrique {
		width: 100%;
		margin-left: 0;
	}
	.divDeBoutons {
		width: 33%;
	}
	#titrePage {
		margin-left: 10px;
	}
	#filRouge {
		right: 15px;
		top: 30px;
		z-index: 10;
		color: white;
	}
	#filRouge a {
		color: white;
	}
	.superflus {
		display: none;
	}
	.blocPagination {
		width: 100%;
		height: 28px;
		line-height: 28px;
		background: #3581BA;
		color: #3581BA;
		margin-left: 0;
	}
	.blocPagination a {
		display: inline-block;
		width: 6%;
		font-size: 13px;
		font-weight: bold;
		color: white;
	}
	#spanPageEnCours {
		width: 7%;
		font-size: 13px;
		font-weight: bold;
		color: white;
		opacity: 0.6;
	}
}

@media only screen and (max-width:600px) {
	header {
		height: 98px;
	}
	#contenu {
		padding-top: 0px;
	}
	#presentationHeader {
		height: 80px;
	}
	#logoClient {
		left: 7px;
		height: 40px;
	}
	#etatConnexion {
		left: 150px;
	}
	#loginUser {
		margin-bottom: 5px;
	}
	#validConnexion {
		top: 28px;
	}
	#filRouge {
		right: 10px;
		top: 25px;
	}
	.lienNav, .courantNav {
		width: 70px;
		font-size: 12px;
		border-radius: 0px;
	}
	#spanMesDonnees, #aMesDonnees {
		width: 80px;
	}
	#monPanier {
		width: 40px;
		height: 35px;
		line-height: 35px;
		vertical-align: middle;
		right: 0px;
		bottom: 0px;
		border-radius: 0px;
		box-shadow: none;
	}
	#lienPanier {
		top: 2px;
	}
	#quantitePanier, #totalMonPanier {
		display: none;
	}
	#moteurRecherche {
		right: 55px;
		width: 150px;
	}
	#champRecherche {
		width: 120px;
	}
	#validMoteurRecherche {
		left: 120px;
	}
	footer {
		margin-top: 0;
	}
	.divDeBoutons {
		width: 100%;
		margin-bottom: 5px;
	}
	.btRecuperation {
		width: 60%;
	}
}

@media only screen and (max-width:500px) {
	body {
		font: 13px 'Open Sans', sans-serif;
	}
	footer {
		font-size: 12px;
	}
	h2 {
		font-size: 16px;
		height: 32px;
		line-height: 32px;
	}
	.puceH3 {
		background: none;
		width: 10px;
	}
	.filRougeText, .flecheFilRouge {
		display: none;
	}
	.filGraphique {
		display: inline-block;
	}
	#contenu {
		padding-top: 0px;
		margin-top: 0;
	}
	.blocContenu {
		padding-top: 40px;
	}
	header {
		height: 108px;
	}
	#presentationHeader {
		height: 83px;
	}
	#monLogin {
		font-size: 12px;
	}
	#navPersistante {
		height: 40px;
		line-height: 40px;
	}
	.courantNav {
		display: none;
	}
	.lienNav, #aMesDonnees {
		width: 50px;
		height: 40px;
		line-height: 40px;
	}
	.navModeTexte {
		display: none;
	}
	.navModeGraphique {
		display: inline;
	}
	#navAccueil {
		display: none;
	}
	#moteurRecherche {
		right: 50px;
		width: 180px;
		height: 40px;
	}
	#champRecherche {
		width: 150px;
		height: 30px;
		top: 5px;
		font-size: 13px;
	}
	#validMoteurRecherche {
		left: 150px;
		height: 30px;
		line-height: 30px;
		top: 5px;
		background-position: center center;
	}
	#monPanier {
		height: 40px;
		line-height: 40px;
	}
	#lienPanier {
		top: 5px;
	}
	#imgValidConnexion {
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.divDeBoutons {
		margin-bottom: 0;
	}
	.btRecuperation {
		border-radius: 0;
		box-shadow: none;
		width: 100%;
	}
}

@media only screen and (max-width:400px) {
	.lienNav, #aMesDonnees {
		width: 40px;
	}
	h1 {
		display: none;
	}
	#moteurRecherche {
		right: 43px;
		width: 150px;
	}
	#champRecherche {
		width: 120px;
	}
	#validMoteurRecherche {
		left: 120px;
	}
	header {
		height: 98px;
	}
	#presentationHeader {
		height: 73px;
	}
	#etatConnexion {
		left: inherit;
		right: 10px;
		height: 50px;
		top: 6px;
		width: 140px;
	}
	#modeConnexion {
		display: none;
	}
	#imgDeconnexion {
		display: block;
	}
	#deconnecter {
		display: none;
	}
	#monLogin {
		position: absolute;
		right: 2px;
		top: 34px;
		text-align: right;
		font-size: 12px;
	}
	#pasConnecte {
		position: absolute;
		left: -7px;
	}
	footer {
		font-size: 13px;
	}
}