/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CBCC66;
	font-size: 14px;
	background-image: url(images/body.png);
	background-repeat: repeat-x;
}

img{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a{
	text-decoration: none;
	color:#083B6A
}

h1{
	color: #003300;
	margin-bottom: 20px;
	font-size: 150%;
}

h2{
	margin: 0px;
	font-size: 120%;
	font-weight: normal;
}

h3{
	margin: 0px;
	margin-bottom:25px;
	font-size: 120%;
	font-style: italic;
	font-weight: normal;
}

h4{
	font-size: 90%;
	margin-top: 5px;
	text-decoration: none;
	font-weight: normal;
}

/*---------- objets positionnés ----------*/

#global{
	height: 770px;
	width: 840px;
	margin : 0 auto;
	position: relative;
	background-color: #FFCC99; /*#FECC99;*/
	background-image: url(images/global3.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#navigation{
	height: 600px;
	width: 270px;
	position: absolute;
	padding-top: 150px;
	padding-left: 15px;
	/*left: 0px;
	top: 0px;*/
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
	color: #cccc66;
}

#banniere{
	height: 60px;
	width: 670px;
	position: absolute;
	left: 170px;
	top: 0px;
	background-image: url(images/banniere.jpg);
	background-repeat: repeat-x;
}

#onglets{
	z-index: 200;
	height: 40px;
	width: 420px;
	left: 300px;
	bottom: 0px;
	position: absolute;
	top: 51px;
	color: #663300;
}

#contenu{
	width: 590px;
	position: absolute;
	height: 540px;
	left: 215px;
	top: 120px;
	padding-bottom: 20px;
	padding-right: 0px;
	text-align: justify;
	z-index:100;
	/*background-color: #FFFFFF;*/
}

#sac {
	float:left;
	margin-top:70px;
	width: 200px;
	height: 233px;
}

#description {
	float:left;
	margin-top:70px;
	width: 390px;
	height: 300px;
	/*background-color: #99FFCC;*/
}

#navinterne {
	top:20px;
	width: 320px;
	height: 30px;
	position: relative;
}

#gamme {
width:45px;
height:45px;
}

#gammehover {
	margin : 0 auto;
	position: absolute;
	width: 480px;
	height: 155px;
	z-index: 200px;
	left: 90px;
	top: 355px;
}

/*---------- les pseudo classes ----------*/

#navigation li {
	background-image: url(images/menu_01.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 170px;
	display:list-item;
	padding-left: 45px;
	padding-top:9px;
	text-align: left;
	font-weight: bold;
	font-size: 90%;
	line-height: 85%;
	text-indent: 0px;
	text-decoration: none;
	list-style-type: none;
}

#navigation li:hover {
	background-image: url(images/menu_02.png);
	color: #cccc66;
} 

#navigation li a {
	color: #003300;
	margin-left: 0px;
	position:relative;
	margin : 0 auto;
}

#navigation li a:hover{
	color: #cccc66;
}

#onglets li{
	height: 34px;
	width: 133px;
	float: left;
	background-image: url(images/onglet.jpg);
	background-repeat: no-repeat;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	list-style-type: none;
	padding-top: 5px;
	font-style: italic;
}

#onglets li:hover{
	background-image: url(images/onglethover.jpg);
}

#onglets li a{
	padding-right: 20px;
	padding-left: 20px;
	color: #990000;
}

#onglets li a:hover{
	color: #663300;
}

#contenu a{
	text-decoration: underline;
}

#contenu a:hover{
	font-weight: bold;
	text-decoration: none;
}

#navinterne a {
	display:inline;
	padding-right: 5px;
}
/*---------- les classes ----------*/

.actif {
	background-image: url(images/menu_02.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 170px;
	display:list-item;
	padding-left: 50px;
	padding-top: 9px;
	text-align: left;
	font-weight: bold;
	font-size: 90%;
	color: #cccc66;
	line-height: 85%;
	text-indent: 0px;
	text-decoration: none;
	list-style-type: none;
}


.blocsac{
	display:inline;
	float:left;
	margin-top:25px;
	margin-bottom:25px;
	text-align:center;
	width: 98px;
	height: 90px;
	font-size: 14px;
}

.blocsac a {
	color: #003300;
}

.blocsac a:hover {
	font-weight: bold;
	text-decoration: none;
}

.auth {
	color: #6d4e19;
}

.auth a{
	color: #6d4e19;
}

.auth a:hover{
	font-weight: bold;
	text-decoration: none;
}

.genial {
	color: #395c72;
}

.genial a{
	color: #395c72;
}

.genial a:hover{
	font-weight: bold;
	text-decoration: none;
}
