/******************

Les couleurs du site:
#F5F5F5 : gris clair de fond du menu gauche
#969696 : gris fonce de fond de search
#B61E1D : rouge du pied de page
#E32524 : rouge des titres
************/



body {
	background-color: #c8c8c8;
}

/* DEFAULT FONT FOR ALL TEXT */
div, li, h1, h2, h3, h4, th, td, p {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	}
p {
	text-align: justify;
	}

/* REMOVE ANY BROWSER DEFAULTS, SET EVERYTHING TO 0 */
body, div, ol, img, table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
border: 0px;
list-style-type: none;
}

/* Style speciaux pour les titres steph */
.titre3 { font-size: 14px; color: #E32524; font-weight: bold;}    /**/
.titre4 { font-size: 14px; color: #000000}
.titre5 { font-size: 12px; font-weight: bold; color: #E32524} /**/
.titre6 { font-size: 14px; font-weight: bold; color: #000000}
.soustitre1 { font-size: 14px; color: #000000}
.lientextegras {  font-weight: bold }
.pointille { width: 100%; border-top: 1px dotted #000000; }
.lien_admin {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #B61E1D; text-decoration: underline}
.lien_sadmin {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #0000FF; text-decoration: underline}
.text_admin {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #B61E1D; text-decoration: none}

/* Table styles */
table, th, td {
	font-size: 12px;
}
th {
	text-align: left;
	background-color: #C80000;
	color: #FFFFFF;
}
	th a:link,th a:visited {
	color: #FFFFFF;
	font-size: 8px; 
	font-weight: normal;
	}
.row1 {
	background-color: #F8F8F8;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}
.row2 {
	background-color: #ECECEC;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}

/*pour les tableaux qui sont des prix*/
.prix { font-size: 10px;}
.small-text {
	font-size: 10px;
	margin-left: 5px;
	}


.box  {
	font-size: 12px;
	/*background: #F8F8F8;*/
	border: 1px solid #E32524;
	padding: 10px;
	}

/* Le conteneur principal (fait toute la hauteur de la page */
#main {
	width : 830px;
	background: url(../visuel/bg-main.jpg) left top repeat-y;
	/* On centre la page: on met le bord gauche au milieu de la page et on decale la boite de la moitie de sa taille, vers la gauche
	le z-index: 1 c'est pour que la page passe SOUS les menus deroulants*/
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1;
	margin-left: -415px;
}

/*  Top, c'est le container pour la petite entete, la banniere, le menu et le search*/
#top {	width : 830px;
	}

/* les petits menus a droite au dessus de la banniere */
#entete
	{
	height: 20px;
	text-align: right;
	background-color: #FFFFFF;
	margin-right: 10px;
	}
	#entete span { 
		font-weight: bold;
		color: #E32524;
	}
	#entete li { 
		margin: 0px;
		padding: 0px;
		display: inline;
		font-weight: bold;
		line-height: 20px; /*pour que le texte soit au milieu de la boite*/
	}
	#entete img { 
	vertical-align: top;
	}
	/* FOOTER LINK STYLES */
	#entete a {
		text-decoration: none;
		color: #000000;
	}
	#entete a:hover, #entete a:active {
		color: #969696;
	}
	

/* BANNER IMAGE WITH DATE */
#banner {
	height: 88px;
	background: url(../visuel/banner/1.jpg) left top no-repeat;
	text-align: right;
	clear: both;
	}
	#banner span {
		line-height: 30px;
		margin-right: 20px;
		color: #FFFFFF;
		font-size: 10px;
	}
	#banner object {
		/*margin-right: 12px;  */
		margin-right: 0px;
        }


/* SPRITE NAVIGATION les menus horizontal du haut de la page*/

#menu {
	position: absolute; /* placement du menu,sous la banniere (88px) et legerement decale a droite (de px pour compenser la largeur du relief */
	top: 108px;
	left: 13px;
	z-index:100;
	width: 575px;
	background: url(../visuel/bg-menuligne.jpg) left top no-repeat;
	}
	#menu dl {
		float: left;
		width: 115px;
		}

	/****  Definition des dt: les en-tete du menu horizontal */
	#menu dt {
		height: 31px;
		cursor: pointer;
		border-right: 1px solid gray;
		text-align: center;
		/* Hop, on specifie la police pour ecrire les menus*/
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #000000;
		line-height: 31px; /*pour que le texte soit au milieu de la boite*/
		}
	#menu dt a {
		color: #000000;	/*bleu fonce*/
		text-decoration: none;
		display: block;
		height: 31px;
		border: 0 none;
		}
	
	/*****  Definition des menus deroulants : dd +li */
	#menu dd {
		display: none;
		border: 1px solid #969696;
		background: #F5F5F5;
		padding: 2px 4px 2px 4px;
		}
	#menu ul {
		text-align: left;
		list-style-type: none;
		}
	#menu li a {
		color: #000000;	
		text-decoration: none;
		display: block;
		height: 100%;
		width: 100%;
		border: 0 none;
		padding-bottom: 4px;
		}
	#menu dt a:hover, #menu dt a:focus {
		background: #969696;
		color: #FFFFFF;
		padding: 0;
		}
	#menu li a:hover, #menu li a:focus {
		/*background: #F0F0F0;
		color: #000000;*/
		color: #E32524;
		padding-bottom: 4px;
		}


#search {
	width: 252px;
	height: 31px;
	float: right;
	text-align: center;
	margin-right: 0px; 
	background-color: #969696;
	/* Hop, on specifie la police pour ecrire SEARCH*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	}
	#search form {
		margin: 2px 0 2px 10px;
	}
	#search input {
		vertical-align: middle;
	}
	.search-input {
		width: 100px;
		border: 1px solid #C0C0C0;
		background-color: #FFFFFF;	
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	}

/* la ligne de navigation*/
#crumb {
	width: 615px;
	float: right;
	margin: 10px 0 10px 0;
}
	#crumb p {
		line-height: 25px;
	}
	/* CRUMB LINK STYLES */
	#crumb a:link, #crumb a:visited {
		color: #E32524;
		text-decoration: underline;
	}
	#crumb a:hover, #crumb a:active {
		color: #000000;
		text-decoration: underline;
	}

/* Un clear a part, special IE*/
.clear{
	width: 100%;
	clear: both;
	}
	
#content {
	width: 100%;
	}

/* CONTENT : la page sous le "top" */
#content h1 {
	color: #E32524;
	font-size: 20px;
	line-height: 22px;
	border-bottom: 3px solid #969696;
}
#content h2 {
	font-size: 16px;
	color: #969696;
}
#content h3 {
	font-size: 14px;
}
#content h4 {
	color: #969696;
}


/* CONTENT-LEFT: Menu de gauche */
#content-left {
	width: 200px;
	float: left;
	}
	#content-left h2 {
		width: 100%;
		height: 42px;
		line-height: 42px;
		background: url(../visuel/bg-left-header.jpg) left top no-repeat;
		font-size: 14px;
		font-weight: bold;
		color: #000000;
		margin: 0px;
	}
		#content-left h2 span{
		margin-left: 45px;
		}

	#content-left ul {
		margin-bottom: 15px;
	}
	/*
	#content-left li {
		width: 100%;
		height: 21px;
		line-height: 21px;
		text-align: left;
		display: block;
	}
	*/
	#content-left li a, #content-left li span {
		display: block;
		width: 100%;
		line-height: 21px;
		padding-left: 30px;
		padding-top: 2px;
	}
	
	/* ROLLOVER EFFECT FOR MAIN PRODUCT MENU ITEMS */

	#content-left ul li a:link, #content-left ul li a:visited, #content-left li span {
		background: url(../visuel/bg-menu-left.gif) left top no-repeat;
		color: #000000;
		text-decoration: none;
	}
	#content-left ul li a:hover, #content-left ul li a:active {
		background: url(../visuel/bg-menu-left-over.gif) left top no-repeat;
		color: #FFFFFF;
		text-decoration: none;
	}
	
	/* L'image de la newsletter (dans literature)*/
	#content-left img {
		margin: 5px 0 0 35px;
		border: 0;
	}
	#content-left p {
		text-align: center;
		margin-left: 25px;
		margin-right: 10px;
	}

	/* SECONDARY LIST MENU */
	#content-left ul ul {
		list-style: none;
		margin-bottom: 0;
	}
		#content-left ul ul li a:link, #content-left ul ul li a:visited {
			background-image: none;
			color: #E32524;
			text-decoration: none;
		}
		#content-left ul ul li a:hover, #content-left ul ul li a:active {
			background-image: none;
			color: #E32524;
			text-decoration: underline;
		}


/* CONTENT RIGHT : la partie principale de la page (a droite)*/
#content-right {
	width: 625px;
	float: right;
	padding-right: 5px;
}

	/* Couleur des liens */
	#content-right a:link, #content-right a:visited {
		color: #003366;
		text-decoration: underline;
	}
	#content-right a:hover, #content-right a:active {
		color: #E32524;
		text-decoration: underline;
	}


	/* SUR LA HOMEPAGE UNIQUEMENT */
	/* Welcome: boite ou on affiche la banniere qui change
	Welcome est remplacé par : apparent et cache qui permetternt d'afficher ou de cacher les bannieres en question*/
	.apparent
		{
		/* attributs obligatoires */
		visibility: visible;
		display: block;
		}

	.cache
		{
		/* uniques attributs de cette classe */
		visibility: hidden;
		display: none;
		}
	
	#content-index h1 {
	border: 0;
	}
	
	/* la boite avec le search pour les ORF */
	#content-search
		{
		margin:10px;
		padding:10px;
		background-color: #ECECEC;
		border: 1px solid #969696;
		}
	

	/*La liste des produits*/
	#product {
		margin-top: 20px;
		}
		#product img {
			float: left;
			margin-right: 10px;
		}
		.product-text {
			float: left;
			width: 260px;
			margin-left: 10px;
		}
			.product-text span {
				color: #E32524;
				font-weight: bold;
				font-size: 20px;
				display: block;
				margin-bottom: 10px;
				}
		
			.product-text ul {
				text-align: left;
				margin-left : 1em;
				list-style-type: disc;
				list-style-image: url(../visuel/puce.gif);
				}
			.product-text li {
				height: 20px;
				line-height: 20px;
				}
	#clear-ligne{
	             width: 100%;
	             clear: both;
	             border-bottom: 1px dashed #969696;
	             margin: 20px 0 20px 0;
              }
	
	.demicolonne{
	width: 311px;
	float: left;
	display: inline;
}
		.demicolonne img {
			float: left;
			margin-right: 10px;
		}
		
		.demicolonne-text {
			float: left;
			margin-left: 10px;
		}
			.demicolonne-text span {
				float: left;
				color: #E32524;
				font-weight: bold;
				font-size: 20px;
				display: block;
				margin-bottom: 10px;
				}
			.demicolonne-text ul {
				float: left;
				text-align: left;
				margin-left : 1em;
				list-style-type: disc;
				list-style-image: url(../visuel/puce.gif);
				}
			.demicolonne-text li {
				height: 20px;
				line-height: 20px;
				}


/*Format pour la page myaccount*/
li.account {
	text-align: left;
	margin-left : 10em;
	list-style-type: disc;
	list-style-image: url(../visuel/puce.gif);
	height: 20px;
	line-height: 20px;
	}

	

	/* IMAGES ON CATEGORY/PRODUCT PAGE */
	#content-right-images {
		float: right;
		text-align: center;
		margin: 10px 0 10px 15px;
		clear: both;
	}
		/* LINK STYLES */
		#content-right-images a:link, #content-right-images a:visited {
			color: #000000;
			text-decoration: none;
		}
		#content-right-images a:hover, #content-right-images a:active {
			color: #000000;
			text-decoration: none;
		}
	/* EXTRA INFO ON PRODUCT PAGE */
	.content-right-extra {
		width: 200px;
		float: right;
		margin: 10px 0 10px 15px;
		background-color: #ECECEC;
		border: 1px solid #969696;
		clear: both;
	}
		.content-right-extra h2 {
			margin: 0px;
			height: 24px;
			line-height: 24px;
			font-size: 16px;
			text-align: center;
			/*border-top: 1px solid #CCCCCC;
			border-bottom: 1px solid #CCCCCC;
			background: #FFFFFF url(../visuel/bg-right-extra-header.gif) 10px 2px no-repeat;*/
		}
			.content-right-extra h2 span {
				color: #E32524;
				/*margin-left: 23px;*/
			}
		.content-right-extra p {
			margin-left: 10px;
			margin-right: 10px;
		}			
		.content-right-extra ul {
			margin: 10px;
		}




/* GRAPHICAL PAGE FOOTER */

#page-footer {
	background: url(../visuel/page-footer.jpg) top left no-repeat;
	height: 24px;
	clear: both;
}


/* WEBSITE DISCLAIMER INFORMATION */
#disclaimer {
	width: 830px;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #333333;
	line-height: 12px;
}

/* FOOTER NAVIGATION */
#footer {
	text-align: center;
	background-color: #FFFFFF;
	margin: 0 auto;
}
	#footer li { 
		margin: 0px;
		padding: 0px;
		display: inline;
		color: #969696;
		line-height: 40px;
	}
	/* FOOTER LINK STYLES */
	#footer a:link, #footer a:visited {
		color: #969696;
		text-decoration: underline;
	}
	#footer a:hover, #footer a:active {
		color: #CCCCCC;
		text-decoration: underline;
	}
