/* GENERAL */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#675C58;
margin: 0;
padding: 0;
font-size:0.6em;
}
a:hover {
color:#000000;
}
p, li, ul, ol {
line-height:13px;
}
h2 {
font-size:1.6em;
font-weight:bold;
border-bottom:solid 2px;
line-height:20px;
}
h3 {
font-size:1.2em;
line-height:16px;
}
h4 {
}

#infodiv {
padding:10px;
border:#639E82 solid 6px;
background-color:#FF6702;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
}
.photo {
padding-right:15px;
float:left;
}
.vignette {
padding:10px;
padding-left:0px;
}
.microimg {
padding:2px;
}
.line {
border-bottom:solid 2px;
}
.nodecale{
margin-left:-20px;
}
.microborder {
border-bottom:solid 1px #CCCCCC;
}
.microbordercomplet {
border:solid 1px #CCCCCC;
padding:2px;
}
.noborder{
border:none;
}
.clear {
clear:both;
}
.hide{
visibility:hidden;
}
.decale {
padding-left:20px;
}
.orange {
color:#FF6702;
}
.vert {
color:#639E82;
}
.bold {
font-weight:bold;
}
.note {
color:#999999;
}
.livre{
padding:5px;
float:none;
border:solid 1px #EEEEEE;
line-height:20px;
}
.livre h3{
font-size:1.8em;
}
.livre h4{
font-size:1.2em;
}
.fiche{
line-height:10px;
}
.fiche h3{
font-size:2.5em;
line-height:30px;
border-bottom:2px solid;
}
.fiche h4{
font-size:1.6em;
}
.cadreblanc {
padding:10px;
background-color:#FFFFFF;
border: #CCCCCC solid 1px;
}

#conteneur {
width:820px;
margin:0 auto;
}

#haut {
height: 82px;
border:solid #FFFFFF 6px;
}

#soushaut {
height: 26px;
border-left: solid #FFFFFF 6px;
border-right: solid #FFFFFF 6px;
border-bottom: solid #FFFFFF 6px;
}
#soushaut p {
vertical-align:middle;
padding: 8px 20px;
color:#FFFFFF;
font-weight:bold;
}
#menuhaut {
list-style-type: none;
margin: 0;
padding:0;
}
#menuhaut li{
float:left;
}
.onglets{
display:block;
height:82px;
text-decoration:none;
}

#centre {
background-color:#FFFFFF;
margin-left: 213px;
border-left: solid #FFFFFF 6px;
border-right: solid #FFFFFF 6px;
padding:6px 10px;
min-height:400px;
float:none;
}

#gauche {
border-left: solid #FFFFFF 6px;
float:left;
width: 187px;
padding: 6px 10px;
height:auto;
}
#gauche p{
color:#999999;
}
#gauche h2 a, #gauche h2 a:active, #gauche h2 a:visited {
color:#FFFFFF;
font-weight:bold;
font-size:1em;
}
#gauche a, #gauche a:active, #gauche a:visited {
color: #999999;
font-weight:bold;
}
#gauche a:hover {
text-decoration: underline;
}
#menugauche {
list-style-type: none;
margin: 0;
padding:0;
line-height:2;
}
#gauche h2 {
border:none;
}
#menugauche a, #menugauche a:hover, #menugauche a:active, #menugauche a:visited {
color: #FFFFFF;
font-weight:bold;
text-decoration: underline;
}
#listmenugauche {
margin-left:-1px;
}
#listmenugauche p a:hover {
color:#DDDDDD;
}

#pied {
clear:both;
height: 26px;
border: solid #FFFFFF 6px;
}
#pied p {
vertical-align:middle;
padding: 8px 20px;
color:#FFFFFF;
font-weight:bold;
}
#pied a {
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
#sitemap {
padding-left: 20px;
}
#sitemap ul li, #recherche ul li {
list-style-type:square;
font-weight:normal;
line-height:20px;
}

/* SPECIFIC */
#panierfinal td, #panierfinal th {
text-align:center;
}


/* JQUERY ACCORDION */

.basic  {
	width: 188px;
	font-family: verdana;
	border: 1px solid black;
	z-index:10;
}
.basic div {
	background-color: #FFFFFF;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 3px;
}
.basic h3 {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
}
.basic h3:hover {
	background-color: white;
}
.basic h3.selected {
	color: black;
	background-color: #FFFFFF;
}

@media print {
	.basic div, #navigation ul{
		display: block!important;
		height: auto!important
	}
}

/* admin */
#contenuadmin {
padding:10px;
border:#CCCCCC 5px dashed;
}