/* stylesheet.css Spect Art */
/* Par Phil Turcotte le 28 Octobre 2008 */
/* www.numerique.ca */

* {
	padding:0px;
	margin:0px;
}

body {
	background-color:#670908;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#ECD6BA;
	padding-bottom:20px;
	padding-top:30px;
}

/*a {
	color:#005795;
	text-decoration:underline;
}

a:link { color:#005795; }
a:visited { color:#005795; }
a:hover { color:#005795; text-decoration:none; }
a:active { color:#005795; }*/

a { color:#D19F8B; text-decoration:underline; }
a:link { color:#D19F8B; }
a:visited { color:#D19F8B; }
a:hover { color:#D19F8B; text-decoration:none; }
a:active { color:#D19F8B; }

a img {
	border:none;
}

.imageDroite{
    float:right;
	margin:0px 0px 10px 10px;
}

ul {
   list-style:none;
   margin-left:10px;
}

li {
   background-image:url(/Images/PagesInterieures/img_bullet.gif);
   background-repeat:no-repeat;
   background-position:0px 7px;
   padding-left:10px;
}

p {
   margin-bottom:10px;
}

.cache {
	visibility:hidden;
	font-size:1px;
	position:absolute;
}

.clear {
  clear:both;
}

.sizePetit {
	font-size:0.85em;
}

.texteAchetezTelephone {
	font-size:1.2em;
	color:#D19F8B;
	font-weight:bold;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:2em;
	line-height:21px;
}

h2 {
margin-bottom:20px;
}

.imprimer {
 display:none;
}

div#impression{
 display:none;
}

table.tableau {
border-collapse:collapse;
margin-top:10px;
border:1px solid #A09A40;
width:100%;
}

table.tableau tr th {
border:1px solid #A09A40;
background-color:#470404;
font-weight:bold;
color:#FFFFFF;
text-align:left;
padding:3px 4px 2px 4px;
}

table.tableau tr td {
border:1px solid #A09A40;
color:#3D2E2C;
background-color:#FFE8B9;
text-align:left;
padding:3px 4px 2px 4px;
}

table.tableau tr td a {
color:#3D2E2C;
}
