@charset "utf-8";
/* CSS Document */

/*############ HEAD.PHP ###############*/

body {
	background-image: url(../image/head-fond.png);
	background-repeat: repeat-x;
	background-color: #ABF8CD;
	width: 980px;
	margin: 20px auto 20px auto;
}

#en-tete {
	height: 150px;
	width: 980px;
	background-image: url(../image/head_D.png);
	margin-bottom: -8px;
}

#en-tete img {
	border: none;
	margin-left: 30px;
} 	


/********** Menu ************/

#menu {
	margin-top: 8px;
	background-image: url(../image/menu.png);
	padding-bottom: 40px;
}
#onglets {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	margin-top: 5px;
	margin-left: -350px;
	padding: 0;
	/*border: 1px solid transparent;*/
	position: absolute;
	left: 50%;
	width: 550px;
	
}
#onglets li {
	background-image: url(../image/bouton_menu.png);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	margin: 2px 2px 0 2px !important; /*pour navigateur les navigateurs autres que IE*/
	margin: 1px 2px 0 2px; /* pour IE */
	/*border: 1px solid #060;*/
}
#onglets li.active {
	background-image: url(../image/bouton_menu_dessus.png);
}
#onglets a:hover {
	background-image: url(../image/bouton_menu_dessus.png)
	/*background-color: #FFF;*/
}

#onglets a {
	color: #666;
	text-decoration: none;
	display: block;
	padding: 10px;
	width: 100px;
}

#panier {
	background-image: url(../image/panier.png);
	width: 227px;
	height: 35px;
	margin-top: 5px;
	margin-right: 20px;
	padding-left: 3px;
	float: right;
}

#texte_panier {
	margin-top: 5px;
}

#panier a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333;
}

#panier img {
	border: none;
	float: left;
}

#panier span.petit {
	margin-left: 30px;
	font-size: 10px;
}

/********/


#trans_haut {
	background-image: url(../image/trans_haut.png);
	height: 20px;
	margin-top: 21px;
	margin-bottom: 0px;
}
/*#########################*/


/*#################### CONTENU DE LA PAGE #####################*/

#contenu {
	background-image: url(../image/fond-corps.png);
	background-color: #3C9;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

h1 {
	border: solid 3px #6C9;
	background-color: #FFC;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999;
	margin: 0;
}

h2 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	background-color:#CFC;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color:#093;
	margin-top: 40px;
}

h4 {
	border: solid 3px #6C9;
	background-color: #FFC;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999;
	margin: 0 0 10px 0;
}

.attention {
	background-image: url(../image/attention.png);
	height: 70px;
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.attention a {
	color: #093;
}

/*#######################################*/


/*##################### FOOTER.PHP ###########################*/
#trans_bas {
	background-image: url(../image/trans_bas.png);
	height: 20px;
}

#pied {
	margin-top: 10px;
	width: 100%;
}
#trans-haut-pied {
	height: 60px;
	position: relative;
	z-index: 10;
	margin-bottom: -20px;
	background-image:url(../image/trans-haut-pied.png);
}
#trans-bas-pied {
	height: 20px;
	background-image:url(../image/trans-bas-pied.png);
	background-repeat: no-repeat;
}
#lien {
	position: relative;
	z-index: 1;
	background-image: url(../image/fond-corps.png);
	padding: 5px;
	background-color: #FF9;
	height: 120px;
	color: #6C3;
}
#lien ul {
	width: 920px;
	display: block;
	position: absolute;
}
#lien li {
	font-size: 13px;
	padding: 0 5px;
	float: left;
	list-style-type: none;
}
#lien a {
	color: #363;
	text-decoration: none;
}
#lien a:hover {
	text-decoration: underline;
}
#lien p {
	color: #900;
	text-align: center;
	margin-top:10px;
	margin-bottom: 5px;
}
#autre_lien {
	text-align: center;
	color:#363 ;
}
#autre_lien a{
	color: #C60;
	text-decoration: underline;
}
#autre_lien img {
	border: none;
}
