/* stylesheet.css Numerique Technologies */
/* par Phil Turcotte le 19 decembre 2008 */
/* www.numerique.ca */

* {
	margin:0px;
	padding:0px;
}

body {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:0.7em;
	color:#626262;
}

h1 {
	color:#99A565;
	font-size:2.1em;
	font-weight:normal;
	margin-bottom:15px;
	padding-bottom:10px;
	clear:both;
	width:530px;
}

h1.cache {
	visibility:hidden;
	font-size:1px;
	position:absolute;
}

h2 {
	color:#99A565;
	font-size:1.4em;
	font-weight:bold;
	margin-top:15px;
	clear:both;
}

h3 {
	font-size:1.2em;
	font-weight:bold;
	margin-top:10px;
	clear:both;
}

a {
	text-decoration:underline;
	color:#0072BC;
}

a:link { text-decoration:underline; color:#0072BC; }
a:visited { text-decoration:underline; color:#0072BC; }
a:hover { text-decoration:none; color:#0072BC; }
a:active { text-decoration:underline; color:#0072BC; }

a img { border:none; }

ul,dl {
	list-style:none;
	display:block;
	margin-bottom:15px;
}

ul ul {
	list-style:none;
	display:block;
	margin-bottom:5px;
}

ol {
	list-style-position:outside;
	margin-left:16px;
}

li,dt {
	background-image:url(../../Images/PagesInterieures/img_bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 0.5em;
	padding-left:15px;
	white-space:normal;
}

dd {
	padding-left:15px;
	white-space:normal;
	font-style:italic;
	font-weight:normal;
}

dt {
	font-style:normal;
	font-weight:bold;
}

ol li {
	background-image:none;
	margin-left:5px;
	padding:0;
	white-space:normal;
}

p {
	margin-bottom:15px;
	clear:both;
}

.alignDroite {
	border:2px solid #E4E4E4;
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}

table.tableau {
	margin-top:10px;
	border:2px solid #E4E4E4;
	width:100%;
	border-collapse:collapse;
	clear:both;
}

td.fondVert{}
table.tableau tr th,table.tableau td.fondVert {
	background-color:#99A565;
	padding:15px;
	color:#FFFFFF;
	vertical-align:middle;
	text-align:left;
	border-right:1px dotted #c6d09d;
	border-bottom:1px dotted #c6d09d;
	margin:-1px -1px 0 0;
	white-space:normal;
}

td.fondVertPale{}
table.tableau td.fondVertPale {
	background-color:#b1bf76;
	padding:15px;
	color:#FFFFFF;
	vertical-align:middle;
	text-align:left;
	border-right:1px dotted #c6d09d;
	border-bottom:1px dotted #c6d09d;
	margin:-1px -1px 0 0;
	white-space:normal;
}

table.tableau tr td {
	padding:10px;
	vertical-align:middle;
	background-color:#F7F7F7;
	border-right:1px dotted #AAAAAA;
	border-bottom:1px dotted #AAAAAA;
	margin:-1px -1px 0 0;
}

table.tableau tr td p,table.tableau tr th p{
	margin:0;
}

table.tableau tr th a,td.fondVert a{
	color:#FFFFFF;
	font-weight:bold;
}

img.imageProduitGauche{
	display:block;
	float:left;
}

.encadre{
background-color:#d9ee9b;
border:2px solid #afce55;
padding:10px;
width:90%;
margin:0 auto 0 auto;
float:none;
clear:both;
}

h1.encadre,h2.encadre,h3.encadre,h4.encadre,h5.encadre,h6.encadre,h7.encadre{
background-color:#afce55;
font-size:16px;
color:#FFFFFF;
font-weight:bold;
}

sub{
line-height:1em;
}

.grandTexte{
font-size:2em;
}