/* stylesheet Megaburo */
/* Par Phil Turcotte le 30 septembre 2008 */
/* www.numerique.ca */

* {
	margin:0px;
	padding:0px;
}

body {
	background-color:#F4F4F4;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
}

body.texteTaille1 {
	font-size:0.8em;
}

body.texteTaille2 {
	font-size:0.85em;
}

body.texteTaille3 {
	font-size:0.9em;
}

a {
	text-decoration:none;
	color:#0F8AA3;
}

a:link { text-decoration:none; color:#0F8AA3; }
a:visited { text-decoration:none; color:#0F8AA3; }
a:hover { text-decoration:underline; color:#0F8AA3; }
a:active { text-decoration:none; color:#0F8AA3; }

a img {
	border:none;
}

sup,sub {	height: 0;	line-height: 1;	vertical-align: baseline;	_vertical-align: bottom;	position: relative;	}
sup {	bottom: 1ex;}
sub {	top: .5ex;}

ul {
	list-style:none;
}

ul li {
	background-image:url(/images/pagesInterieures/img_bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding-left:7px;
}

h1 {
	font-size:1.35em;
	font-weight:bold;
	padding-left:20px;
}

h1.cache {
	visibility:hidden;
	position:absolute;
}

h2 {
	font-size:1.35em;
	font-weight:bold;
	padding-left:20px;
	clear:both;
}

p {
	line-height:15px;
}

table.tableau {
	width:100%;
	border-collapse:collapse;
	margin-top:20px;
}

table.tableau tr td {
	border-top:1px solid #DFE6E9;
	vertical-align:middle;
	padding-top:9px;
	padding-bottom:10px;
	padding-left:20px;
	font-size:0.9em;
}

table.tableauLiens {
	margin-left:20px;
	width:385px !important;
	width:365px;
	margin-top:5px;
	border-collapse:collapse;
	border:1px solid #000000;
	margin-bottom:20px;
}

table.tableauLiens tr td {
	text-align:center;
	padding:2px;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#FFFFFF;
}

.sousTitre {
	position:relative;
	clear:both;
	height:30px;
	background-color:#0F8BA4;
}

.sousTitre h2{
	font-size:1.1em;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#0F8BA4;
	padding-left:10px;
	padding-top:6px;
}

div#containerDroite .sousTitre h1{
	font-size:1.1666em;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#0F8BA4;
	padding-left:10px;
	padding-top:6px;
}


.alignementDroite {
	float:right;
	margin-right:20px;
}

div#containerBoiteGrise p.imageDroite {
    margin-left:10px;
    margin-top:0px;
    width:auto !important;
	width: auto;
	float:right;
	margin-right:20px;
	text-align: right;
}

div#containerBoiteGrise p.imageNormale {
	margin-left:0px;
	margin-top:0px;
	float:left;
	width:120px !important;
	width:120px;
}

.alignementGauche {
	float:left;
	margin-right:10px;
	margin-bottom: 10px;
}

a.btnBleu {
	background-color:#E7F1F6;
	border:1px solid #A4D2E2;
	float:left;
	color:#000000;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	margin-left:20px;
}


/*****************************************/
/* Classes pour l'affichage des produits */
/*****************************************/
div.rangeeProduits {
	clear:both;
}

div.containerProduit {
	float:left;
	text-align:center;
	width:184px;
	height:340px;
}

div.containerProduitSmall {
	float:left;
	text-align:center;
	width:184px;
	height:285px;
}

img.imageProduit {
	display:block;
	margin-bottom:3px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

div.containerProduit p.descriptionProduit {
	margin-bottom:10px;
}

p.descriptionProduit {
	line-height:13px;
	height:55px;
	margin-left:1px;
	margin-right:1px;
}

p.prixProduitSpecial {
	color:#E83F32;
	font-weight:bold;
	font-size:1.1em;
	line-height:normal;
}

p.prixProduitSpecial span {
	font-size:1.6em;
}

p.prixRegulierProduit {
	font-weight:bold;
	color:#888888;
	line-height:normal;
}

p.prixRegulierProduit span {
	font-size:1.2em;
}

p.economiePrixProduit {
	color:#E83F32;
	font-size:0.8em;
	line-height:normal;
}

p.contacterRepresentant {
	color:#888888;
	font-size:1.2em;
	line-height:normal;
	font-weight: bold;
}
p.contacterRepresentant a {
	color:#888888;
}

p.btnAchetez {
	background-color:#E83F32;
	background-image:url(/images/pagesInterieures/img_coinBouton.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:92px;
	margin-left:auto;
	margin-right:auto;
	margin-top:7px;
}

div.rangeeProduits div p.btnAchetez a {
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:10px;
	text-align:center;
	background-image:url(/images/pagesInterieures/img_coinBouton.gif);
	background-repeat:no-repeat;
	background-position:100% 0px;
	width:100%;
	padding-top:1px;
	padding-bottom:1px;
	height:15px;
	display:block;
}

p.prixProduit {
	color:#E83F32;
	font-weight:bold;
	font-size:1.1em;
	line-height:normal;
}

.separatorProduit {
	border-right:1px solid #DDE7EA;
}
.cache {
display: none;
}

body.mceContentBody  {
background-color: #FFF;
color: #000;
text-align: left;
}
body.mceContentBody h1 {
color: #000;
}

body.mceContentBody h2 {
color: #000;
}

body.mceContentBody h3 {
color: #000;
}

img.fichier {
display: block;
float: left;
margin: -3px 5px 0 0;
}

