@charset "utf-8";
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #FFFFFF;
  font: 13px/16px Arial, Helvetica, sans-serif;
  line-height: 150%;
  color: #222;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
p {
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-top: 10px;
}
/* Commonly used to style page titles. */
h1 {
  display:inline;
}
/* Commonly used to style section titles. */
h2 {
  display:inline;
}


/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #CC3366;
	font-style:italic;
	text-decoration: none;
 
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
.clearall { clear: both; }

a img{
border:none;
margin-right: 5px;
}

#bandeau1{
	width:100%;
	background-image: url(../images/fond-bandeau.gif);
	background-repeat: repeat-x;
	margin:0;
	padding: 0;
}


/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 990px;
}
#outerWrapper #header {
  border-style: none; /* Sets the border style properties for an element using shorthand notation */
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
	.comparatif {
	    font: 14px/16px "Century Gothic", Verdana, Arial, Geneva;
	
		color: rgb(178,7,133);
}
.bla {
padding-right: 10px;
}

    #prima{
		width:100%;
		text-align:center;
		background-color:rgb(255,255,255);
		margin-top:0px;
		margin-bottom:0px;
		padding:10px 0 10px 0;
		font: 9px Verdana, Arial, Helvetica, sans-serif;
		font-weight:100;
		color: rgb(187,182,169);
	}
	#prima h1{
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	font-weight:100;
	color: rgb(187,182,169);
	}
	#prima h2 {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	font-weight:100;
	color: rgb(187,182,169);
	} 
	#prima a {
	color: rgb(187,182,169);
}
#bandeau{
width:100%;
  	background-image: url(../images/fond-bandeau.gif);
	background-repeat: repeat-x;
 
}
#outerWrapper #contentWrapper #coldroite {
width:0px;

}

 #hautbarre {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
	background:url(../i/barre-haut.gif) no-repeat left top;
	padding: 0;
	margin: 0;
}
#leftColumn {
	width: 170px;
	background-image: url(../i/barrenav%20haut.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
 #leftColumn a {
margin-left: 10px;
padding-left: 10px;
text-align:left;
}

 #hautbarre a {
	color:#3366FF;
}
 #hautbarre a:hover{
text-decoration: none;
color:#3366FF;
font-style:italic;

}

#leftColumn1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
	padding: 0 0 0 10px;
	margin: 20px 0 0;
	background-image: url(../i/barre-milieu-200.gif);
	background-repeat:repeat-y;
	background-position: left;
}

#leftColumn1 p{
margin-right: 10px;
}

#leftColumn1 h1 {
  color: #FF00CC;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
}

#leftColumn1 h2 {
	color: rgb(178,7,133);
	font-size:12px;
	font-weight:100;
}

#leftColumn1 li{
	font: 11px/16px Verdana, Arial, Geneva;
	color: #000000;
	text-align:left;
	padding: 0 0 0 0px;
	margin: 10px 15px 0;
}	 

#leftColumn1 a:hover {
  font-style: italic;
  text-decoration: none;
}
 #bas1 {
	
}
#leftColumn2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0;
	margin-top: 20px;		
}
#blocconfiancetop{
	height: 17px;
	margin: 0;
	background-image: url(i/barre-haut-170.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#blocconfiancehaut{

	height:97px;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	background-image: url(i/barre-milieu.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#blocconfiancemilieu{
		
		text-align:center;
		margin-top:0px;
		margin-bottom:0px;
			background-image: url(i/barre-milieu.gif);
			background-repeat:repeat-y;
			background-position:left;
}

	#blocconfiancemilieu p{
		font: 11px/16px Verdana, Arial, Geneva;
		color: rgb(178,7,133);
		text-align:left;
		padding:0 9px 0 12px;
		margin:0;
	}
		#blocconfiancebas{
	width:200px;
	height:20px;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	background-image: url(../i/barre-bas-200.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	#blocconfiancemilieu p.listeconfiance{
	font: 11px/16px Verdana, Arial, Geneva;
	color: rgb(178,7,133);
	text-align:left;
	padding: 0 9px 0 12px;
	margin: 0 ;
	}
	p.titreblocb{
	font: bold 15px/17px "Century Gothic", Verdana, Arial, Geneva;
	color: rgb(178,7,133);
	padding:0px 70px 0 0;
	margin:0;
	background-image: url(../i/barre-milieu.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding:0px 70px 0 0;
	margin:0;
	}

#outerWrapper #contentWrapper #content {
	float:right;
	width:700px;
	border-style: none; /* Sets the border style properties for an element using shorthand notation */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin: 0 0px 0 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#conteneur {
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bloc1 {
	background-image: url(../i/pgi5-canon.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 150px;
	width: 150px;
	margin-right: 20px;
	margin-left: 20px;
	color: #FFF;
}
#powerpad {
	float:left;
	width : 310px;
	height: 185px;
}

#powerpadbla {
	height : 185px;
	margin-top: 20px;
}

#powerpadbla img{
	margin-left:120px;
	
	height: 87px;
	width: 60px;
}

#outerWrapper #contentWrapper #nav {
float: left;
	width: 170px;
	margin : 0;
}
#outerWrapper #contentWrapper #content1{
	margin: 0 0px 0 200px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font: 18px/22px "Century Gothic", Verdana, Arial, Geneva;
}
#outerWrapper #contentWrapper #content1 h1{
	font: 18px/22px "Century Gothic", Verdana, Arial, Geneva;
	color: #000000;
	padding: 0px 10px 0px 80px;
}

#outerWrapper #contentWrapper #content #cerise li{
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 150%;
	color:#FF0066;
	list-style-image:url(../i/cerise.gif);
	margin-bottom:20px;
}
 #cerise {
		font: 12px Arial, Helvetica, sans-serif;
	line-height: 150%;
	color:#FF0066;
	list-style-image:url(../i/cerise.gif);
} 

#outerWrapper #contentWrapper #content #qualite{
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 150%;
	color:#000000;
}
.qualite {
	background-color:#FF0;
	font-weight:900;	  
}


#outerWrapper #contentWrapper #content h1 {
	color: rgb(178,7,133);
	font-family: Georgia, "Times New Roman", Times, serif;
}
 #content h2 {
	color: rgb(178,7,133);
	font-weight:100;
	
	
	
}
#outerWrapper #contentWrapper #content .titre {
	color: rgb(178,7,133);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}
#outerWrapper #contentWrapper #content img{
margin-top:10px;
margin-bottom:10px;
border:none;
}
#encre {
margin-top: 50px;
}

#encre p{
	text-indent: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.centre {text-align: center} 
.centre img {margin: 0 auto;} 
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}

#imprimantes {
	padding-top:30px;
	clear:both;
}

.compatible li {
	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:left;
	margin-left:4px;
}

#outerWrapper #footer {
  border-style: none; /* Sets the border style properties for an element using shorthand notation */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 17px;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align:center;
  margin-left: 200px;
  clear:both;
}
/*PRODUITS PRODUITS*/
	#bandeau2{
		position:absolute;
		top:95px;
	}
	
	#bandeau3{
		position:absolute;
		top: 90px;
		padding: 0 0 0 150px;
		width:88%;
	}

	.pointillegrisg{
		border-left: 1px dashed rgb(200,200,200);
	}

	.pointillegrisb{
		border-bottom: 1px dashed rgb(200,200,200);
	}

	.filetgrisg{
		border-left: 1px solid rgb(200,200,200);
	}

	#tableproduits {
		width: 98%;
		margin-top: 20px;
		font: 12px/14px Arial, Helvetica, sans-serif;
		text-align: left;
	}	
	
	
	
		
	
	#tablecompar {
		width: 50%;
		margin-top: 20px;
	}

	.filetgrisd{
		border-right: 1px solid rgb(200,200,200);
	}

	.filetgrish{
		border-top: 1px solid rgb(200,200,200);
	}

	.filetgrisb{
		border-bottom: 1px solid rgb(200,200,200);
	}

	.filetrougeh{
		border-top: 1px solid #aec800;
	}

	.filetrougeb{
		border-bottom: 1px solid #aec800;
	}
#haut {
	margin: 20px 20px;
}
	.anglehg{
		height:24px;
		background-image:url(../i/angle-h-g.gif);
		background-position: left top;
		background-repeat: no-repeat;
	}

	.anglehd{
		background-image:url(../i/angle-h-d.gif);
		background-position: right top;
		background-repeat: no-repeat;
	}

	.anglebg{
		height:40px;
		background-image:url(../i/angle-b-g.gif);
		background-position: left bottom;
		background-repeat: no-repeat;
	}

	.anglebd{
		background-image:url(../i/angle-b-d.gif);
		background-position: right bottom;
		background-repeat: no-repeat;
	}

	#titreproduits {
		background: url(../i/fd_titre-produitsvert.gif);
		background-position: left center;
		background-repeat: no-repeat;
		text-align: left;
		font: 18px/22px "Century Gothic", Verdana, Arial, Geneva;
		color: rgb(178,7,133);
		border-right: 2px solid #aec800;
		margin: 5px 0 10px 0;
		padding: 0 0 0 40px;
	}

#titreproduits h2 h3{
font: 11px/15px Verdana, Arial, Geneva;
  }
	.hautcellule {
		height: 50px;
	}

	.infoshaut {
	margin: 7px 0 0 0;
	color:#000000;
	text-align:center;
	}
	.infoshaut td{
	border: #000000;
	border-bottom-width: medium;
	}
	.indications {
		font: 11px/16px Verdana, Arial, Geneva;
		color: #000000;
		padding: 0 0 0 40px;
	}
	.dispo {
		font-style:italic;
	}
	.alg {
	text-align: left;
	width: 300px;
	}

	.alc {
		
	text-align: center;
		
	}

	.alvh {
		vertical-align: top;
	}

	.casea {
		width: 15%;
	}

	.caseb {
		width: 45%;
	}

	.casec {
		width: 10%;
	}
	
	#imgencre {
		width: 14px;
		height: 15px;
		margin: 15px 0 0 0;
	}

	.caseproduits {
		padding: 10px 0 10px 0;
		list-style:none;
	}
	.caseproduits ul{
		margin: 10px 0 10px 0;
		padding: 10px 0 10px 0;
		list-style:none;
		text-align:center;
	}

	
	
	.form_cont{  
		font: 11px Verdana, Arial, Geneva;  
		width: 20px;
	}

	.categorie{
		font: 11px/16px Verdana, Arial, Geneva;
		color: rgb(178,7,133);
		padding: 0 5px 0 15px;
		margin: 0 0 0 5px;
		background-image:url(../i/dot_triangle-rouge.gif);
		background-position: left center;
		background-repeat: no-repeat;
	}
	
	.categorie a{
		color: rgb(178,7,133);
		text-decoration:underline;
		
	}
	
	.categorie a:hover{
		color: #000000;
		text-decoration:underline;
	}

	.dispo{
	color: rgb(0,0,0);
	margin: 10px 0 0 5px;
	font-family: Verdana, Arial, Geneva;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	}

	.description {
		font: 11px/16px Verdana, Arial, Geneva;
		color: #000000;
		margin: 10px 0 0 5px;
		padding: 0 5px 0 0;
	}

	.comparaison{
		font: italic 10px/13px Verdana, Arial, Geneva;
		color: #000000;
		padding: 0 5px 0 12px;
		margin: 10px 0 10px 5px;
		background-image:url(../i/dot_triangle-gris.gif);
		background-position: left top;
		background-repeat: no-repeat;
	}
	
	.comparaison a{
		color:#000000;
		text-decoration:underline;
	}
	
	.comparaison a:hover{
		color: #CC0000;
		text-decoration:none;
	}
	

	.champqt {
		font: 11px Verdana, Arial, Geneva;  
		width: 25px;
	}

	.prix {
		font: 11px/34px Verdana, Arial, Geneva;
		color: rgb(71,71,71);
		margin: -10px 0 0 0;

	}

		#validation{
		width:550px;
		text-align:left;
		padding:0;
		margin:20px 0 20px 20px;
	}
	.eco {
	    font: 18px/22px "Century Gothic", Verdana, Arial, Geneva;
		font-weight:600;
		color: rgb(178,7,133);
}

	#mettre{
		float:left;
		width:183px;
		height:250px;
		text-align:center;
		border-right: 1px dashed rgb(174,200,0);
		padding:0;
		margin:0;
		background-image:url(../i/fd_validation.gif);
		background-position: left center;
		background-repeat: no-repeat;
	}

	#mettre p{
	text-align:center;
	color: rgb(71,71,71);
	padding:0;
	margin:10px 10px 20px 10px;
	font-family: Verdana, Arial, Geneva;
	font-size: 11px;
	line-height: 15px;
	font-weight: 700;
	}

	#voir{
		float:left;
		width:182px;
		height:250px;
		text-align:center;
		border-right: 1px dashed rgb(174,200,0);
		padding:0;
		margin:0;
		background-image:url(../i/fd_validation.gif);
		background-position: left center;
		background-repeat: no-repeat;
	}

	#voir p{
		text-align:center;
		font: 11px/15px Verdana, Arial, Geneva;
		color: rgb(71,71,71);
		padding:0;
		margin:10px 10px 20px 10px;
	}

	#vider{
		float:left;
		width:183px;
		height:250px;
		text-align:center;
		padding:0;
		margin:0;
		background-image:url(../i/fd_validation.gif);
		background-position: left center;
		background-repeat: no-repeat;
	}

	#vider p{
		text-align:center;
		font: 11px/15px Verdana, Arial, Geneva;
		color: rgb(71,71,71);
		padding:0;
		margin:10px 10px 20px 10px;
	}
#sup {
	font: 18px/22px "Century Gothic", Verdana, Arial, Geneva;
	color: rgb(178,7,133);
	margin-bottom:20px;
} 
#disponibilites {
font-size:9px;
}
#outerWrapper #contentWrapper #encre h1 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #CC0099;
}

#outerWrapper #contentWrapper #content #encre h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom:0px;
	color: #000000;
}
#outerWrapper #contentWrapper #encre {
color:#000000;
	text-align: left;
	width: 780px;
}
#outerWrapper #contentWrapper #encre img {
margin-right : 40px;	
margin-bottom : 0px;
}
#outerWrapper #contentWrapper #encre p {
margin: 0px;
}
#experience {
	color: #C06;
}

#bloc2 {
	background-image: url(../i/PGI-5-Pelikan.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 150px;
	width: 150px;
	margin-right: 20px;
	color: #FFF;
}
#bloc3 {
	background-image: url(../i/pgi-5-texte-canon.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 150px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	color: #FFF;
}
#boite4 {
	color: #FFF;
	background-image: url(../i/pgi-5-texte-pelikan.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 150px;
	width: 150px;
	margin-right: 20px;
	margin-top: 20px;
	margin-left: 20px;
}

#photo {
	text-align: left;
	float: left;
	height: 150px;
	width: 600px;
	margin-right: 10px;
}
#texte {
	text-align: left;
	float: left;
	height: 150px;
	width: 600px;
	margin-right: 10px;
	margin-top: 20px;
}
#paniercentré {
	width: 425px;
	margin-right: auto;
	margin-left: auto;

}

#imgblocg1 {
	float: left;
	background-image: url(../i/PGI-520-CLI521-Pellikan.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 282px;
	margin-top: 40px;
}
#imgblocg2 {
	float: left;
	width: 600px;
}
.cerise {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 150%;
	color:#FF0066;
	list-style-image:url(../i/cerise.gif);
} 


