/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

/* page setup */
body {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	background: #F7E8D6 url(../_images/bg_body.png);	/* couleur fond de page*/
	margin: 0;
	padding: 0;
}

.gras{
	font-weight: bold;
	font-variant:small-caps;
	letter-spacing: 4px;
	word-spacing: 6px;
}

.petite_capitale {
	font-variant: small-caps;	
}

.texte_blanc {
	color: #FFF;
}

.texte_orange {
	font-size: large;
	color: #FF5B2B;
}

.texte_blanc_gras {
	font-size: large;
	color: #FFF;
}

.texte_vert {
	color:#678502;
}
.texte_plusgros {
	font-size: 1.4em;
}

.texte_comics {
	font-family:"Comic Sans MS", "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

p {
	padding: 0px 150px 0px 50px;
	margin: 0px 0px 0px 0px;
	text-align: justify;
}

p.none {
	padding: 0px 0px 0px 50px;
	margin: 0px 0px 0px 0px;

}

.para_kokopelli {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	line-height:90%;
	text-align: justify;
}

.plino
{
   line-height:10.5pt;
   /*font-size:8pt;
   text-indent: 30px; /* Les paragraphes commenceront 30 pixels sur la droite */
   text-align: justify; /* Ils seront justifiés */
   color:#FFF
}

.pacceuil {
	padding: 0px 80px 0px 50px;
	margin: 0px 0px 0px 0px;
	text-align: justify;
}

.pcenter {
	padding: 0px 0px 0px 50px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.pdroit {
	padding: 0px 0px 0px 50px;
	margin: 0px 0px 0px 0px;
	text-align: right;
}

#destock {
	background-color: #FFF;
	border : 2px solid black;
	margin: 20px 0px 20px 0px;
}
th.stocktitre {
	font-size: x-large;
	text-align:center;
	border-bottom: 2px solid black;
	padding: 5px 0px 5px 0px; 
}
td.stockcontenu{
	padding: 7px 0px 7px 0px; 
}
p.destockage {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	line-height: 1.2em 
}

p.iframetouch {
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
}
p.pavatex{
	padding: 0px 0px 0px 0px;
	margin: 0px 150px 0px 0px;
	text-align: justify;
}
p.pavatex2{
	padding: 0px 0px 0px 0px;
	margin: 5px 150px 0px 10px;
	text-align: justify;
}
p.pavatex3{
	padding: 0px 0px 0px 0px;
	margin: 5px 80px 0px 10px;
	text-align: left;
}
p.chaux{
	padding: 0px 0px 0px 0px;
	margin: 5px 70px 0px 10px;
	text-align: justify;
}
p.horaire{
	text-align: center;
	line-height: 95%;
	margin: 0;
	padding: 0;
}
p.coor{
	text-align: center;
	margin: 0;
	padding: 0;
}
p.notabene{
	color: white;
	text-align: center;
	margin: 0px 10px 0px 10px;
	padding: 0;
}

span.trespetit{ 
	font-size: 10px; 
}
span.petit{
	font-size: 12px;
}

td.usuel {
	padding: 0px 10px 5px 20px;
	margin: 0px 0px 0px 0px;
	background: #AFA082;
}
.image {
	float: left;
	margin: 10px 25px 2px 10px;
}
.image2 {
	float: left;
	margin: 3px 3px 3px 3px;
}

.imagedroite {
	float: right;
	margin: 10px 0px 2px 25px;
}

.imagecadre {
	padding: 2px;
	background: white;
	border: solid 1px black;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 300%;
	font-weight: normal;
	color: #000000;
}

h2 {
	font-size: 250%;
	color: #F6EDD8;
}

h3 {
	font-size: 200%;
}

h4 {
	font-size: 175%;
	font-weight: normal;
	color: #000000;
}

h5 {
	font-size: 150%;
	color: #F6EDD8;
	letter-spacing: 0.4em;
	word-spacing: 0.4em;
	font-variant:small-caps;
}

h5.titrelong {
	font-size: 150%;
	color: #F6EDD8;
	letter-spacing: 0.2em;
	word-spacing: 0.2em;
	font-variant: small-caps;
	text-decoration: underline;
}

h5.petit {
	font-size: 130%;
	color: #F6EDD8;
	letter-spacing: 0.2em;
	word-spacing: 0.2em;
	font-variant:small-caps;
}

h6 {
	font-size: 115%;
	color: #000000;
	text-decoration: underline;
}

h6.soustitre {
	font-size: 110%;
	color: #F6EDD8;
	letter-spacing: 0.2em;
	word-spacing: 0.2em;
	font-variant:small-caps;
	text-decoration: none;
}

hr{
	color: #CC0000;
	background-color: #5A1037;
	height: 1px;
	width: 700px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}

hr.black{
	color: white;
	background-color: white;
	height: 1px;
	width: 700px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}

/* fleche verte devant les listes*/
ul.flecheverte, li.flecheverte{ 
margin:0; 
padding:0; 
list-style-type:none; 
} 
li.flecheverte{
font-size: 14px;
line-height: 18px;
background: url(../_images/fleche_verte.png) left top no-repeat; 
padding: 0px 0px 10px 20px;
margin: 0px 80px 0px 30px; 
}

li.li20 {
	margin: 0px 0px 0px 20px;
}

li.li40 {
	margin: 0px 0px 0px 40px;
}

li.li50 {
	margin: 0px 0px 0px 100px;
}


ul.ulh10 {
	margin: 0px 0px 0px 50px;	
}

.marge100 {
	margin: 0px 0px 0px 50px;
}

/*fin*/

#piedpage{
	font-size: 10px;
	line-height: 12px;
	font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
	text-align: center;
	color: white;
	letter-spacing: 3px;
	word-spacing: 6px;
	margin: 5px 0px 5px 0px;
}
