/*#Initialisation#*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}

table, tr, th, td,
{
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}

body {
	line-height: 1.15em;
	color: #000;
	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:10px;
}

ul {
	list-style: none;
	clear:both;
}

ol {
	list-style: decimal;
	clear:both;

}


table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

strong {
	font-weight:bold;
}

p {
	margin: 0 0 15px;
}

a {
	color:#609090;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color:#609090;
	text-decoration:underline;
}

h1, h2, h3, h4, h5 {
	padding: 0;
	font-weight: bold;
}

h1 {
	margin: 0.6em 0;
	font-size:1.8em;
}

h2 {
	margin: 0.5em 0;
	font-size:1.5em;
}

h3 {
	margin: 0.4em 0;
	font-size:1.2em;
}

h4 {
	margin: 0.3em 0;
	font-size:1em;
}

h5 {
	margin: 0.2em 0;
	font-size:0.7em;
}

ul li {
	background-image:url(../CMSTemplates/hq/images/picto_triangle.gif);
	background-repeat:no-repeat;
	background-position:0px 0.3em;
	list-style-type:none;
	padding:0 0 0 15px;
	margin: 1em 0;
}

*+html ul li {
	background-image:url(../CMSTemplates/hq/images/picto_triangle.gif);
	background-repeat:no-repeat;
	background-position:0px 0.3em;
	list-style-type:none;
	padding:0 0 0 25px;
	margin: 1em 0;
}

ol li {
	list-style-type: decimal;
	padding:0;
	margin: 1em 0 0 15px;
}


*+html ol li {
	list-style-type: decimal;
	padding:0;
	margin: 1em 0 0 25px;
}




.TXT_Titre {
	font-size:1.6em;
	font-weight:bold;
	color:#444;
	display:block;
	margin:25px 0 5px;
	clear:both;
	line-height: 1.3em;
}

.TXT_SousTitre_Noir,
.TXT_SousTitre_Orange,
.TXT_SousTitre_Vert {
	font-size:1.3em;
	font-weight:bold;
	display:block;
	margin:25px 0 5px;
	clear:both;
	line-height: 1.3em;
}

.TXT_SousTitre_Noir {
	color:#444;
}

.TXT_SousTitre_Orange {
	color:#E97816;
}

.TXT_SousTitre_Vert {
	color:#609090;
}

.IMG_Left {
	float:left;
	margin:0 30px 30px 0;
}

.IMG_Right {
	float:right;
	margin:0 0 30px 30px;
}

.TABLE_Contenu {
	margin: 0;
	padding: 0;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}

.TABLE_Contenu, tr, th, td {
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}