/* Feuille de style pour le contenu des pages 
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */
 
/* Import des style pour la charte */
@import "charte.css";

.descriptif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7c7c7c;
}

/* STYLE CYC  (ne pas supprimer) */
.cyc {
	position: absolute;
	top: -10000px;
}

/* STYLE DE LA PAGE CONTACT */

#contactTxt{
	width:45%;
	float:left;
}
#contactPlan{
	width:45%;
	float:right;
}
#formContact input,textarea{

	border:1px solid #000;
	font-size:12px;
}
#formContact input:focus,textarea:focus{
	border-color:#FF0000;
}
#formContact .champRequis{
	color:#FF0000;
}



/* LISTING COLLECTION */
#entete-collection
{
	width:650px;
	border:1px solid black;
	height:20px;
	padding:5px;
	margin:0px;
}
#entete-collection .couleur
{

	height:20px;
	border:1px solid black;
	float:left;
	margin-right:10px;
}
#entete-collection .couleur .square
{
	width:20px;
	height:20px;
	background-color:#993300;
	float:left;
	margin-right:5px;
}
#entete-collection .next-page
{
	float:right;
	width:300px;
	height:20px;
	border:1px solid black;
	
}
#contenu-collection
{
	/*width:700px;*/
	padding:0;
	height:345px;
	overflow:auto;
	margin:10px 20px 10px 10px;
}
#contenu-collection .ico
{
	width:150px; 
	height:155px;
	float:left;
	margin-top:10px;
	margin-right:5px;
	padding:3px;
	padding-bottom:0px;
}
#contenu-collection .ico img
{

}
#contenu-collection .ico .contour-text
{


	height:150px;
}
#contenu-collection .ico .contour-text img:hover
{
	background-color:#CCCCCC;
}

#contenu-collection .ico  .contour-text  p
{
	text-align:center;
}


/* FICHE PRODUIT */
#fiche-produit
{
	display:table;	
	background-image:url(../images/contour-top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	
}
#fiche-produit .contour-bas
{

	background-image:url(../images/contour-bottom.jpg);
	background-position:bottom right;
	padding:15px;
	background-repeat:no-repeat;	
}
#fiche-produit .contour-image
{
	display:table;
	height:300px;

	padding:3px;

}
#fiche-produit .contour-image img
{
	
}
#textos
{

	width:400px;
	float:left;
	background-color:#FFFFFF;
	margin-right:10px;

}
#textos .titre
{
	background-color:#FF9900;
	color:#fff;
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:3px 3px 3px 3px;
	margin-bottom:5px;
	font-weight:bold;
}
#textos .desc
{
	background-color:#E8E8E8;
	color:#000000;
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
	margin-bottom:5px;
}
#textos .addtocart
{
	background-color:#CCCCCC;
	padding-left:5px;
	height:18px;
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:black;

}
#textos .addtocart:hover
{
	background-color:#FF9900;
}
	
#formContact
{


}
#formContact input
{
	border:1px solid black;
}
.intitule
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*color:#FF6600;*/
	color:#585858;
	font-weight:500;
	margin-right:7px;
}
.corps_produit
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	font-weight:normal;
}
.corps_produit .title{
	float:left;
	text-align:left;
	width:120px;
	padding-top:5px;
	margin:10px 0 5px 0;
	clear:right;
}
/* FICHE PROD */
#contenuTexte2{
	padding:0;
	width:95%;
}

#contenuTexte2 h1{
	margin:40px 0px 15px 0px;
	font-family:Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:17px;
	text-align:left;
	color:#6b6b6b;
}

#contenuTexte2 h2{
	margin:10px 0px 5px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:17px;
	text-align:left;
	color:#9b9b9b;
}
h2#rub{
	text-align:center;
}

#contenuTexte2 p{
	padding-bottom:5px;
	font-size:1em;
	text-align:justify;
}
#contenuTexte2 a:link, #contenuTexte2 a:visited{
	color: #ff9900;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
}
#contenuTexte2 a:hover{
	color: #000;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
#contenuTexte2 p.couleur,{
	font-weight:bold;
	color:#6b6b6b;
}

/*---------------- COLLECTION -------------------*/
#catFix{
	position:fixed;
	margin:0 auto;
}