/*Mise en forme générale*/
body {
	background-color: #d1bd82;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	text-align: justify;
}

#conteneur {
	width: 980px;
	margin:0 auto;
	background-image: url(../img-interface/fond-page.jpg);
	background-repeat: repeat-y;
}

#conteneur_index {
	width: 980px;
	margin:0 auto;
}

#header {
	height: 210px;
	background-image: url(../img-interface/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#main {
	padding-left: 20px;
	padding-right: 20px;
}
/*
#footer {
	background-image: url(../img-interface/footer.jpg);
	background-repeat: no-repeat;
	height: 20px;
	background-position: center bottom;
}
*/
#footer {
	height: 70px;
	padding-top: 90px;
	background-image: url(../img-interface/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #eeeeee;
	text-align: center;
}

#bas_index {
  text-align:center;
}

#bas_index a {
  color: #000000;
}

#login {
	height: 636px;
	width: 594px;
	margin: 20px auto;
	background-image: url(../img-interface/login.png);
	background-repeat: no-repeat;
	background-position: center top;
}


.cadre_erreur {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	text-align: center;
	color: #cc0000;
}

.cadre_confirmation {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	text-align: center;
	color: #3a682a;
}

.entete_colonne {
	text-align: center;
	font-weight: bold;
	background-color: #aa9881;
	color: #ffffff;
}

.entete_ligne {
	text-align: left;
	font-weight: bold;
	background-color: #aa9881;
	color: #ffffff;
}

a {
	text-decoration: underline;
	cursor: hand;
	color: #90C300;
}
a:hover {
	text-decoration: none;
	color:#fdb731;
}

.ogoh_ogoh {
	color: #a4d700;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
}

.cadre_gris {
	border: 1px solid #2a2a2a;
	padding: 5px;
	background-color: #dddddd;
}

.cadre_blanc_accueil {
	border: 1px solid #2a2a2a;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #ffffff;
}

.libelle_categorie {
  font-size:18px;
}

/*********** FORMULAIRES ***********/
input.champ_text, textarea.champ_text, input.inputform, textarea.inputform, select.champ_text, iframe.champ_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #292929;
	border : 1px solid;
	border-color : #101110 #5c5c5c #5c5c5c #101110;
	background-color: #E7E1CF;
	margin: 2px;
	padding: 2px;
}

input.champ_text:focus, textarea.champ_text:focus, iframe.champ_text:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #696969;
	border: 1px solid #aaaaaa;
	background-color: #f2f2f2;
	margin: 2px;
	padding: 2px;
}

input.champ_text_error, textarea.champ_text_error, select.champ_text_error, iframe.champ_text_error  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7c7565;
	border: 1px solid #c14120;
	background-color: #ebd7ab;
	margin: 2px;
	padding: 2px;
}

.text_erreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c14120;
	font-weight: bold;
}

.bouton_annuler_login {
	background-image: url(../img-interface/btn-annuler-login.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	width: 123px;
	height: 39px;
	margin-top: 10px;
}

.bouton_valider_login {
	background-image: url(../img-interface/btn-valider-login.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	width: 123px;
	height: 39px;
	margin-top: 10px;
}

.bouton_annuler {
	background-image: url(../img-interface/btn-annuler.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	width: 123px;
	height: 39px;
	margin-top: 10px;
}

.bouton_valider {
	background-image: url(../img-interface/btn-valider.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	width: 123px;
	height: 39px;
	margin-top: 10px;
}

.bouton_calculer {
	background-image: url(../img-interface/btn-calculer.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	width: 123px;
	height: 39px;
	margin-top: 10px;
}


/*********** FIN FORMULAIRES ***********/


/*********** PRODUITS BOUTIQUE ***********/
.cadre_produit {
	color: #eeeeee;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	background-image: url(../img-interface/fond-produit.jpg);
	width: 460px;
	height: 270px;
}

.libelle_produit{
	font-size: 18px;
	line-height: 22px;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.photo_produit {
	float: left;
	width: 220px;
	text-align: center;
}

.tailles_produit {
	float: right;
	width: 240px;
}

.description_produit {
	clear: both;
	color: #eeeeee;
	padding:3px;
}

.libelle_selection {
	color: #991707;
}

.bordure_photo {
	border: 1px solid #5c5c5c;
}

.cadre_produit_index {
	color: #eeeeee;
	float: left;
	padding: 20px;
	background-image: url(../img-interface/fond-produit-index.jpg);
	width: 205px;
	height: 190px;
}

.libelle_produit_index {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

/*********** FIN PRODUITS BOUTIQUE ***********/


/*********** INFOS BULLES ***********/
a.info{
	position:relative; 
	z-index:24; 
}

a.info span{
	display: none;
}

a.info:hover span{ 
/*le contenu de la balise span ne 
sera visible que pour l'état a:hover */
	display:block; 
	position:absolute;
	top:2em; left:2em; width:17em;
	border:2px solid #666666;
	background-color:#f3f2f1;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size:12px;
	color: #000000;
	font-weight:bold;
	padding:7px;
}
/*********** FIN INFOS BULLES ***********/


/*********** PAGINATION ***********/
.pages {
  color: #a4d700;
	font-weight: bold;	
	text-decoration: none;
	padding: 2px;
	margin: 2px;
	border: 1px solid #aaaaaa;
	background-color:#f3f2f2;
	line-height: 25px;
}
.pages:hover {
	color: #a4d700;
	font-weight: bold;	
	text-decoration: none;
	padding: 2px;
	margin:2px;
	border: 1px solid #d0d0d0;
	background-color:#e8e8e8;
}
.page_actuelle {
  color: #000000;
	font-weight: bold;	
	font-size: 16px;	
	text-decoration: none;
	padding: 2px;
	margin: 2px;
	border: 1px solid #000000;
	background-color:#f3f2f2;
	line-height: 25px;
}
.page_actuelle:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	margin:2px;
	border: 1px solid #000000;
	background-color:#e8e8e8;
}

/*********** FIN PAGINATION ***********/
