@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(../images/fond.jpg);
	background-repeat: repeat;
	background-position: left top;
}
/*--------FOND DE LA PAGE-------------*/
#fondP {
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-image: url(../images/bas.gif);
}
#fondG {
	background-image: url(../images/gauche.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#fondD {
	background-image: url(../images/droite.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#fond_menuG {
	background-image: url(../images/fond_menugauche.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#fondH {
	background-image: url(../images/haut_anneau.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
/*--------en-tete------------*/
#titre {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #455161;
	position: relative;
	top: 15px;
	font-weight: bold;
}
#slogan {
	font-family: "Lucida Handwriting", "Times New Roman", serif;
	color: #455161;
	margin-left: 50px;
	position: relative;
	top: 15px;
	font-weight: bold;
}
/*--------menu onglet-------------*/
#m1 {
	background-image: url(../images/ongorange.gif);
	background-repeat: no-repeat;
}
#m2 {
	background-image: url(../images/ongvert.gif);
	background-repeat: no-repeat;
}
#m3 {
	background-image: url(../images/ongrose.gif);
	background-repeat: no-repeat;
}
#m4 {
	background-image: url(../images/ongbleu.gif);
	background-repeat: no-repeat;
}
#m5 {
	background-image: url(../images/ongviolet.gif);
	background-repeat: no-repeat;
}
.actif {
	background-position: 0px -16px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 6px;
	font-weight: bold;
	text-align: center;
	font-size: 95%;
}
.inactif {
	background-position: 0px -23px;
	text-align: center;
	font-size: 95%;
	font-weight: normal;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 0px;
}
#onglets {
	background-image: url(../images/ombrehaut_11.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}
/*--------sous menu------------*/
#sm1 {
	left: 234px;
	background-color: #E6B74D;
}
#sm2 {
	left: 387px;
	background-color: #6DE3BE;
}
#sm3 {
	left: 540px;
	background-color: #EE5B89;
}
#sm4 {
	left: 693px;
	background-color: #41ADC2;
}
#sm5 {
	left: 846px;
	background-color: #B17CCA;
}
.smAffiche {
	position: absolute;
	width: 150px;
	top: 148px;
	color: #000000;
}
.smAffiche a {
	color: #000000;
	font-size: 80%;
	display: block;
	padding: 5px;
	text-decoration: none;
}
.smAffiche a:hover {
	color: #fff;
	background-color: #455161;
}
.smMasque {
	display: none;
}
/*--------menu gauche------------*/
#fond_menuG .menuG {
	background-color: #E4E4E6;
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
	font-size: 90%;
	color: #2B394D;
}
#fond_menuG .menuG a:link {
	color: #2B394D;
	text-decoration: none;
}
#fond_menuG .menuG a:visited {
	color: #2B394D;
	text-decoration: none;
}
#fond_menuG .menuG a:hover {
	color: #E4E4E6;
	text-decoration: none;
}
#fond_menuG a:hover {
	color: #E4E4E6;
}
#fond_menuG .menuGH {
	color: #E4E4E6;
	background-color: #2B394D;
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
	font-size: 90%;
}
#fond_menuG .menuGH a:link {
	color: #E4E4E6;
	text-decoration: none;
}
#fond_menuG .menuGH a:visited {
	color: #E4E4E6;
	text-decoration: none;
}
#fond_menuG .menuGH a:hover {
	color: #E4E4E6;
	text-decoration: none;
}
#onglets a {
	color: #000000;
	text-decoration: none;
}
/*--------CONTENU-------------*/
#contenu {
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#contenu h1 {
	font-size: 150%;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-right: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #455161;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #455161;
}
#contenu h2 {
	font-size: 120%;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-right: 0px;
	background-color: #E2B54E;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #455161;
	background-color: #E4E4E6;
}
#contenu h3 {
	font-size: 110%;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-right: 0px;
	background-color: #E2B54E;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #455161;
}
#contenu h5 {
	font-size: 100%;
	font-weight: normal;
}
/*--------rubrique-------------*/
#contenu #rub1 h1 {
	background-color: #E6B74D;
}
#contenu #rub2 h1 {
	background-color: #6DE3BE;
}
#contenu #rub3 h1 {
	background-color: #EE5B89;
}
#contenu #rub4 h1 {
	background-color: #41ADC2;
}
#contenu #rub5 h1 {
	background-color: #B17CCA;
}
#contenu #rub1 h2 {
}
#contenu #rub2 h2 {
}
#contenu #rub3 h2 {
}
#contenu #rub4 h2 {
}
#contenu #rub5 h2 {
}
#contenu #rub1 h3 {
	background-color: #E6B74D;
}
#contenu #rub2 h3 {
	background-color: #6DE3BE;
}
#contenu #rub3 h3 {
	background-color: #EE5B89;
}
#contenu #rub4 h3 {
	background-color: #41ADC2;
}
#contenu #rub5 h3 {
	background-color: #B17CCA;
}
/*--------contenu divers-------------*/
#contenu .livre {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #455161;
}
#contenu table.panier  {
	border: 1px solid #455161;
}
#contenu .ligneTableau  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #455161;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #455161;
}
#contenu table.panier th  {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #455161;
}
#contenu .piedTableau  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #455161;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #455161;
}
#contenu div.vignette {
	float:left;


	background-color:#;
	padding:1px;
	margin-right:5px;
	margin-left: 5px;
	text-align: center;
	width: 250px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #455161;
}
#contenu div.petitevignette {
	float:left;



	background-color:#;
	padding:1px;
	margin-right:5px;
	margin-left: 5px;
	text-align: center;
	width: 150px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #455161;
}
#contenu .petitevignette p {
	font-size: 80%;
}
#contenu .commentaire {
	font-size: 80%;
}
#contenu .enteteTableau {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #455161;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #455161;
	text-align: center;
	background-color: #B17CCA;
}
#contenu .footerTableau {
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #455161;
}
#contenu table.tableau {
	border: 2px solid #455161;
}
#commentaires {
	color: #455161;
	position: relative;
	font-weight: bold;
}

/*--------popup-------------*/
.pop {
	padding: 20px;
}
.pop table {
	background-color: #FFFFFF;
}
.pop td {
	padding: 10px;
	text-align: justify;
}
.pop .titreLivre {
	font-size: 150%;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-right: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #455161;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #455161;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #455161;
	border-left-color: #455161;
}
.pop .pied {
	text-align: right;
	border-top-width: 3px;
	border-top-style: solid;
}
/*--------commun-------------*/
.fondj {
	background-color: #E6B74D;
}
.piedj {
	border-top-color: #E6B74D;
}
.fondv {
	background-color: #6DE3BE;
}
.piedv {
	border-top-color: #6DE3BE;
}
.fondb {
	background-color: #41ADC2;
}
.piedb {
	border-top-color: #41ADC2;
}
.fondr {
	background-color: #EE5B89;
}
.piedr {
	border-top-color: #EE5B89;
}
.fondvi {
	background-color: #B17CCA;
}
.piedvi {
	border-top-color: #B17CCA;
}
.bouton {
	text-align:center;
	border:2px outset #455161;
	padding: 4px;
	text-decoration: none;
	color: #455161;
	font-weight: bold;
	background-image: url(../images/fond_bouton.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
.bouton a {
	text-decoration:none;
	display:block;
	padding:2px 0px;
	background-image: url(../images/fond_bouton.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0%;
}
.bouton a:hover {
	text-decoration:none;
	background-image: url(../images/fond_bouton2.jpg);
}
.page {
	background-color: #FFFFFF;
}
.finfloat {
	clear: both;
}
.petitbouton {
	background-image: url(../images/case_vide.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
a.petitbouton {

}
a.petitbouton:hover{
	background-image: url(../images/case_coche.gif);
}
li.sanspuce {
	list-style-type: none;
}
#contenu h4 {
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #E4E4E6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #455161;
}
