*{
 -ms-box-sizing:     border-box;
 -moz-box-sizing:    border-box;
 -webkit-box-sizing: border-box;
 box-sizing:         border-box;
 margin: 0px;
 padding: 0px;
}
h1 {
	font-size: 30px;
	font-size: 11px;
	text-align: left;
	padding:0 5px;
	color:#CC3333;
}
p {
	font-size: 13px;
	padding: 0 0 0 20px;
	text-align: justify;
	margin: 5px 0;
	color:#336699;
}
address {
	font-size: 13px;
	padding: 0 0 0 20px;
	text-align: justify;
	margin: 5px 0;
	color:#336699;
	font-style: italic;
}
pre {
	font-size: 13px;
	padding: 0 0 0 20px;
	text-align: justify;
	margin: 5px 0;
	color:#CC3333;
}

p.puce {
	padding: 0 0 0 20px;
	margin: 5px 0;
	background: url(images/p.png) no-repeat left 0.15em ;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	color:#663333;
	text-align: justify;
   text-decoration: none;
	padding: 0 0 0 20px;
	margin: 5px 0;
  	}
h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color:#990000;
	text-align: justify;
	padding: 0 0 0 20px;
	margin: 5px 0;
}
h4 {
	font-size: 15px;
	font-weight: bold;
	text-align: justify;
	color:#003399;
	padding: 0 0 0 20px;
	margin: 5px 0;
	background: url(images/h4.png) no-repeat left 0.25em ;
}
h5 {
	font-size: 15px;
	font-weight: bold;
	text-align: justify;
	color:#004545;
	padding: 0 0 0 20px;
	margin: 5px 0;
	background: url(images/h4.png) no-repeat left 0.25em ;
}

ul {
 padding-left: 0px;
}
ol {
 padding-left: 20px;
}
ul li {
 font-size: 100%;
 list-style-type: none;
 padding-left: 20px;
 text-align: justify;
 background: url(images/ul.png) no-repeat left .25em ;
}
ol li {
 text-align: justify;
}

a, a:visited, a:link, a:active {
 padding: 0 3px;
 font-weight: bold;
 color: red;
 text-decoration: underline;
}
a:hover {
 color: #000000;
}
a.lightBox {

}
a.flecheg {
 display:block;
 color: #000000;
 background: url(images/flecheg.jpg) no-repeat left top ;
 width:160px;
 height:50px;
 text-align: right;
 padding: 15px 25px;
 font-size: 12px;
 text-decoration: none;
}
a.fleched {
 display:block;
 color: #000000;
 background: url(images/fleched.jpg) no-repeat right top;
 width:160px;
 height:50px;
 text-align: left;
 padding: 15px 20px;
 font-size: 12px;
 text-decoration: none;
}
img{
	border:none;
}
hr{
	background: url(images/separateur.gif) no-repeat center center;
 border:none;
 height:7px;
}