/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
#test img{
width:300px;
}
body{
	font-family: Verdana, Tahoma, Arial,sans-serif;
	font-size:11px;
	color: #333333;
	line-height: 1.166;	
	background:#faca4d url('Images/fond.jpg') repeat-x;
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
}


.normal{
	font-family: Verdana, Tahoma, Arial,sans-serif;
	font-size:11px;
	color: #333333;
}

a.info {
   position: relative;
   text-decoration: none;
   border-bottom: 1px gray dotted; /* on souligne le texte */
   color:green; font-weight:bold;
}
a.info span {
   display: none; /* on masque l'infobulle */
}
a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
   cursor: help; /* on change le curseur par défaut en curseur d'aide */
   color:green; 
   font-weight:normal;
   text-decoration: none;

}
a.info:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;
   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
   top: 30px; /* on positionne notre infobulle */
   left: 0px;
   background: white;
   color: green;
   padding: 3px;
   border: 1px solid green;
   border-left: 4px solid green;
}

.rouge{
	color: red;
}

.vert{
	color: green;
}

a{
	color: #005296;
	text-decoration: none;
}

a:hover{
	color: #666666;
	text-decoration: underline;
}


h1{
	font-family: Verdana, Tahoma, Arial,sans-serif;
	font-size: 140%;
	color: #334d55;
	margin-bottom: 5px;
	border-bottom:1px solid #334d55;
}

h2{
	font-family: Verdana, Tahoma, Arial,sans-serif;
	font-size: 120%;
	color: #006699;
	margin-top: 15px; 
	margin-bottom: 5px; 
}

h3{
	font-family: Verdana, Tahoma, Arial,sans-serif;
	font-size: 12px;
	color: #334d55;
	font-style: italic;
	margin-top: 15px; 
	margin-bottom: 5px; 
}


h4{
	font-family: Verdana, Tahoma, Arial,sans-serif;
	font-weight: normal;
	color: #333333;
	margin-top: 15px; 
	margin-bottom: 5px; 
}

h5{
	font-family: Verdana, Tahoma, Arial,sans-serif;
	color: #334d55;
	font-style: italic;
	margin-top: 15px; 
	margin-bottom: 5px;
}


h6	{ 
	margin-top: 15px; 
	margin-bottom: 5px; 
}

.puce {
	background-image: url(../../medias/puce.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 12px;
}

.puceFrance {
	background-image: url(../../medias/puce_clc_france.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 12px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: circle;
}

label{
 font-family: Arial,sans-serif;
 font-weight: bold;
 color: #334d55;
}

.gras11px{
	font-size:11px; 
	font-weight:bold;
}

.gras{
	font-weight:bold;
}

.titreGeneral{
	font-size:11px;
	font-weight:bold;
	/*color:#005296;*/
}

.titreDetail{
	font-size:9px;
	color:#8B6868;
	letter-spacing:1px;
}

.ancienPrix{
	font-weight:normal;
	color:red;
	text-decoration:line-through;
}

.note{
	font-size:10px;
	color:gray;
	letter-spacing:1px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#global{
	position: relative; /* on positionne le conteneur */
	margin-left: auto;
	margin-right: auto;
	width: 890px;
	min-height:700px;
	background-color:#FFFFFF;
	border:1px #4b86a4 solid;
	text-align: left;
}

#standard{
	font-size:11px;
}
#standard li{
	list-style-position:outside;
	margin-left:20px;
}

#masthead{
	width: 100%;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
}

#headlines{
  float:right;
	width: 20%;
}

#contenu{
	float: left;
	width: 515px;
	
}

#coup_balai{
	font-size:10px;
}

.formulaire{
	background-color:#FFF7F0; 
	border:1px dotted #A8A8A8; 
}

/***********************************************/
/* Components                                  */
/***********************************************/
#bandeau{
	margin:0; 
	padding:0;
	width:890px;
	height:120px;
}

/************* #globalNav styles **************/

#globalNav{
	padding:0;
	margin:0;
}

/************* #cheminNavigation styles *************/

#cheminNavigation{
	background: url('Images/CaptionBg.gif') repeat-x;
	line-height:15px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:15px;
	padding-left:5px;
	font-size:10px;
}

#comptePage{
	border: #E7E7E7 1px solid; 
	text-align:center; 
	background-color:#fff9cd;
	font-size:11px;
	margin-top:5px;
}

#classement{
	border: #E7E7E7 1px solid; 
	background-color:#fff9cd;
	font-size:11px;
	margin-top:5px;
}

#classement a{
	color:#DD5906;
}
#classement a:hover{
	text-decoration:none;
	color:#DD5906; 
}
/************** .feature styles ***************/

.feature{
	padding-left: 10px;
	padding-right: 10px;
}

.feature li{
	list-style-position:outside;
	margin-left:20px;
}

.feature h3{

}

/************** .imgArticle styles *****************/
.imgArticle{
	float: left;
	margin-top:5px;
	margin-right:5px;
	border:1px solid #c0c0c0;
}

/************* #piedPage styles ***************/

#articlesConsultes{
	clear: both;
	color: #666666;
	border: 1px solid #dd5906;
	background-color:#fff9cd;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}

#articlesConsultes a{
	color: #585757;
}

#articlesConsultes a:hover{
	color: #005296;
}

/************* #piedPage styles ***************/

#piedPage{
	clear: both;
	text-align:center;
	border: 1px solid #cccccc;
	color: #666666;
	padding: 10px 10px 10px 10px;
	background: url('Images/CaptionBgGris.gif') repeat-x;
}

#piedPage a{
	color: #585757;
}

#piedPage a:hover{
	color: #2B2B2B;
}

/************* #aide styles ***************/

#aide{
width:690px;
height:700px;
overflow:auto;
}

/************* #recherche styles ***************/

#recherche{
	padding: 5px 0px 5px 10px;
/*	border-bottom: 1px solid #cccccc;*/
}

.rechercheAvancee{
	
}


#recherche form{
 margin: 0px;
 padding: 0px;
}


#venteFlash
{
	background-color: #ccf4ab;
}

#venteFlash a {
	border:none; 
	background:none; 
	padding:0;
}

#venteFlash a:hover{
	text-decoration:none;
	/*background-color: #FFD8B1;*/
	background:none; 
}

ul{
 margin: 0; padding: 0;
}


#recherche label{
	display: block;
	margin: 0px;
	padding: 0px;
}

/*********** #navBar link styles ***********/

#navBar ul a, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #catalogue styles ***********/

#catalogue{
	position: relative;
	margin: 0px;
	padding-left: 10px;
	font-size:12px;
}


#catalogue a {
	display: block;
	padding: 2px 0px 2px 10px;
	color:#076181;
}

#catalogue a:hover{
	color: #BF4F08;
	text-decoration:none;
	background-image: url('Images/CaptionBg.gif');
}

/*********** #categorie styles ***********/

#categorie{
	position: relative;
	margin: 0px;
	font-size:12px;
	background-color:#EEECEC;
}


#categorie a {
	display: block;
	border-bottom: 1px dotted #cccccc;
	padding: 2px 0px 2px 10px;
}

#categorie a:hover{
	color: black;
	text-decoration:none;
	/*background-color: #FFD8B1;*/
	background-image: url('Images/CaptionBgGris.gif');
}


/*********** .relatedLinks styles ***********/

#relatedLinks{
	position: relative;
	margin: 0px;
	padding-left: 10px;
}

#relatedLinks h3{
	padding: 10px 0px 2px 0px;
}
#relatedLinks ul a, #relatedLinks ul a:visited {display:inline;}
#relatedLinks li {border-bottom: 1px solid #EEE; list-style: square; margin-left:15px;}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding-right: 10px;
}

/* CCSTheme v 3.x */
/* General */

/* Colors */
.PageBgColor {
	background-color: #efe1d3;
	}

.FormTitleBgColor {
	background-color: #dd5906;
	}

.FormTitleFontColor {
	color: #ffffff;
	}

.CaptionBgColor {
	background-color: #ffdab5;
	}

.CaptionFontColor {
	color: #000000;
	}

.DataBgColor {
	background-color: #fbfbfb;
	}

.AltDataBgColor {
	background-color: #ffeddb;
	}

.DataFontColor {
	color: #000000;
	}

.LinkColor {
	color: #0036d8;
	}

.VisitedLinkColor {
	color: #005296;
	}

.HoverLinkColor {
	color: #E05A06;
	}


/* BEGIN Common */

.text { 
	color: #000000 
	}

a.menulink:link, a.menulink:visited { 
	color: #0036d8;
	}

a.menulink:hover { 
	color: #E05A06;
	}


ul, ol, blockquote { 
	margin-top: 5px; 
	margin-bottom: 10px; 
	margin-left: 20px; 
	}

form {
	margin: 0px;
	}

th	{ 
	font-family: Arial; 
	}

td { 
	font-family: Arial; 
	}

/* END Common */

.Header {
	width: 100%;
	}

.Header th { 
	text-align: left;
	padding: 1px;
	background-image: url('Images/HeaderBg.gif'); color: #ffffff;
	width: 100%;
	font-size:13px;
	white-space: nowrap;
	}

.HeaderLeft { 
	background-image: url('Images/HeaderLeft.gif');
	}

.HeaderRight { 
	background-image: url('Images/HeaderRight.gif');
	}

.HeaderLeft img{
	}

.HeaderRight img{
	width: 14px;
	}


/* Grid Options */
.Grid { 
	border: 1px solid #dd5906;
	width: 100%;
	background-color:#fff9cd;
	}

.Row th { 
	font-weight: normal; text-align: left; vertical-align: top;
	padding: 4px;
	
	background-color: #fbfbfb; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.Row td { 
	padding: 4px;
	vertical-align: top;
	color: #000000;
}


.orangeGras {
color: #BF4F08;
font-weight:bold;
}

.boxRecherche{
	height:12px;
	font-size:10px;
	color:#BF4F08;
	text-align:center;
}


.listeTypeClient{
	font-size:11px;
	color:#BF4F08;
}

.formulaire input, .box{
	height:12px;
	font-size:10px;
}

.listeDeroulante{
	height:17px;
	font-size:10px;
}

.boutonRecherche{
	height:18px;
	padding-bottom:1px;
	font-size:10px;
	border: 1px solid #BF4F08;
	background-image: url('Images/CaptionBg.gif');
}

.bouton{
	height:18px;
	vertical-align:center;
	font-size:10px;
	border: 1px solid #BF4F08;
	padding-bottom:2px;
	background-image: url('Images/CaptionBg.gif');
}

.tableau { 
	border: 1px solid #858585;
	width: 100%;
	background-color:#DDDDDD;
	width:100%;
	margin:0;
	padding:3px;
	}

.tableauCommande table, .tableauCommande {
	font-size:12px;
}

.taille9px
{
	font-size:9px;
}
.taille10px
{
	font-size:10px;
}
.taille11px
{
	font-size:11px;
}
.taille12px
{
	font-size:12px;
}
.taille13px
{
	font-size:13px;
}