/* feuille de style -  projet */
/* Tous droits réservés */

/* PARAMETRES GENERAUX  */
/* définition de la police texte, tableau (couleur, police taille) */

body {
	margin: 0;
	padding: 0;
	
	background-color: #fc9; /*#fcc45c;*/ /*#b1aa90;*/
	
	text-align: center;
	font-family: "Comic Sans MS", Arial, "Helvetica Condensed", sans-serif;
	/*font-family : Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 14px;
}
p {
	margin: 10px auto; /* Harmonisation des marges haut et bas sous IE */
}

h1 {
	display: none;
}
h2 {
	color: #ff8041;
	margin:0.6em 0;
}
h3 {
	font-size: 1.3em;
	color: #ee6c14;
	margin:0.6em 0;
}
h4 {
	margin: 0;
	font-size: 1.2em;
}
h5 {
	margin-bottom: 0;
	
	font-size: 1.1em;
	color: #c00;
}

.top {
	vertical-align: top;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.right {
	text-align: right;
}
.bottom {
	vertical-align: bottom;
}

.strike {
	text-decoration: line-through;
}

.divleft {
	margin-right: 20px;
	float: left;
}
.divcenter {
	margin-left: auto;
	margin-right: auto;

	float: none;
}
.divright {
	margin-left: 20px;
	float: right;
}

.borderless {
	border: none;
}

.block {
	display: block; /* corrige le bug Internet Explorer d'espaces indésirables autour des images */
}
.button {
	border: none;
}

a img {
	padding: 0;

	border: none;
}

a:link,
a:visited {
	color: #535353;
	text-decoration: underline;
}

a:active,
a:hover{
	color: #535353;
	text-decoration: none;
}

div {
	margin: 0;
	padding: 0;
}
	.clear {
		clear: both;
	}
	
div.clear hr{
	display:none;
}

table {
	border: none;
	/*border-collapse: collapse;*/
}

	.full {
		width: 100%;
	}
	
td {
	border: none;
	/*border-collapse: collapse;*/
}

th {
	background-color: #ff6601;

	border-top: 1px solid #c9d7e4;
	border-left: 1px solid #c9d7e4;
	border-right: 1px solid #c9d7e4;

	font-weight: bold;
	text-align: center;
}
	.bordered {
		border-bottom: 1px solid #f26d0e;
	}

hr {
	/* Corrige bug des marges de HR sous IE */
	display: block;
	height: 1px;
	padding: 0;
	color: #999; /* Couleur sous IE */
	background-color: #999; /* Couleur sous Firefox */
	border: 0;
}

.message {
	font-weight: bold;
}




 /* ************************************************************************************************
GESTION  DES BLOCS
************************************************************************************************* */

/* ***********************************************
BLOC PRINCIPAL
*********************************************** */

#main{
	padding:5px 0;
}

#header {
	width: 860px; /* 860 */
	height: 170px;
	
	overflow: hidden;
	
	margin: 0 auto;
	
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid white;
	
	background-color: white;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(../images/fond/header.jpg);
	text-align: left;
	position:relative;
}

#header h1{
	display:block;
} 

#header h1 span{
	display:none;
}

#header h1 a{
	display:block;
	width:100px;
	height:100px;
	font-size:1px;
	line-height:1px;
	text-decoration:none;
	text-indent:-99999px;
	position:absolute;
	left:5px;
	top:5px;
	width:91px;
	height:96px;
}

#header h1 a:hover{
	text-decoration:none;
}



#mainMenu{
	margin:0 -7px 5px -2px;
	background-color:#ffeabe;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding:3px 0px;
}


#mainMenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#mainMenu li{
	margin:0;
	padding:0 15px;
	float:left;
}

#mainMenu a{
	display:block;
	padding:2px 0;
	color:#cb001c;
	text-decoration:none;
	font-size:1.2em;
	border-bottom:2px solid #cb001c;
}

#mainMenu a:hover{
	text-decoration:none;
	border-bottom:4px solid #cb001c;
	padding-bottom:0px;
}


	#client {
		text-align: left;
	}
	
	#client h3{
		font-size:1.2em;
	}
		#client label {
			font-weight: normal;
		}
		#client p {
			margin: 3px 0;
		}
		#client table {
			margin: 0;
		}
		#client form{
			margin: 0;
			padding:0 0 5px 0;
		}
		#client fieldset {
			border: none;
		}
		#client input.text {
			width: 90%;
			
			border: 1px solid #fbb634;
			background-color:#fff;
		}
		
		/*#client input.submit {
			width: auto;
				border: 1px solid #fbb634;
				background-color:#fff;
				font-weight:normal;
		}*/
		
		

#center {
	width: 825px; /* 860 */
	
	overflow: hidden;
	
	margin-left: auto;
	margin-right: auto;
	padding: 0px 20px 10px 15px;
	
	border-left: 1px solid white;
	border-right: 1px solid white;
	
	background-color: white;
	background-image: url(../images/fond/content-background.gif);
	background-position: top;
	background-repeat: repeat-y;
	
	text-align: left;
}

#menu-left,
#content {
	height: 100%;
	display: table-cell;
}
	
/* ***********************************************
MENU GAUCHE
*********************************************** */

#menu-left {
	width: 150px; /* 200 */
	
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	
	float: right;
	
	font-size:0.95em;
	color: #cb001c;
}

	#menu-left ul{
		margin:5px 0;
		padding:0;
	}

	#menu-left li {
		list-style: none;
		margin:4px 0;
		padding:0;
	}
	#menu-left a:link,
	#menu-left a:visited {
		color: #cb001c;
		text-decoration: underline;
		font-weight:normal;
	}
	#menu-left a:hover,
	#menu-left a:active {
		text-decoration: none;
	}
	
	#menu-left #q{
		width:90%;
	}
	
	
	#search h3 {
			font-size:1.2em;
	}
	
	
	#search p{
		margin: 3px 0;
	}
		#search #q {
			/*margin: -3px;*/
			
			border: 1px solid #fbb634;
		}
		
		#q{
			width:100px;
		}
		
		#menu {
			margin: 20px auto;
			
			list-style-position: inside;
		}
		
		#menu ul ul{
			list-style-type:square;
			margin:0 0 0.6em 1.5em;
		}
		
		#menu ul ul li{
			list-style-type:square;
		}

			/*#menu ul {
				margin-left: -5px;
			}*/

/* ***********************************************
CONTENT
*********************************************** */

#content {
	width: 630px; /* 630 */
	
	padding-left: 15px;
	padding-right: 15px;
	
	float: left;
}
	#content ul {
		list-style: none;
		list-style-type: none;
	}
	#content a{
		font-weight: bold;
		color: #ef6e13;
		text-decoration: underline;
	}
	#content a:hover {
		text-decoration: none;
	}

	#content input,
	#content select,
	#content textarea {
		margin: -3px;
		
		border: 1px solid #fbb634;

	}
	
	.illustration {
		margin-left: 15px;
		margin-bottom: 15px;
		
		float: right;
		
		border: 1px dashed #ef6e13;
	}
	.orange {
		color: #ef6e13;
	}
	
	.biglbleft {
		width: 250px;
		
		float: left;
	}
	
	
	.product table{
		border-collapse:collapse;
	}
	
	.products {
		border: 1px solid #f60;
	}
	
	.product-image {
		text-align: center;
		padding:0;
		margin:0;
	}
	
	.product-image img{
		border:1px solid #666;
	}
	
	.product-description {
		color:#666;
		border-left:4px solid #999;
		padding:3px 3px 3px 5px;
		background-color:#fefefe;
	}

	.prix {
		font-weight: bold;
		color: #ee6c14;
		text-align:right;
	}
	.actions {
		font-size: 12px;
		border-top:1px solid #666;
		margin:5px 0px 0 0px;
		padding:5px 0 2px 0;
		text-align:center;
		line-height:1.8em;
	}
	
	.comment {
		width: 70%;
		
		margin-left: auto;
		margin-right: auto;
		padding: 5px 10px;
		
		border: 1px solid #ef6e13;
		
		background-color: #ffeabe;
	}
	
	.basket {
		border-collapse: collapse;
		color: #ee6d11;
	}
		.basket td {
			border-bottom: 1px solid #ee6d11;
		}
		.basket th {
			border: 1px solid #ee6d11;
			
			color: white;
		}
	
	.ad_delivery,
	.ad_invoicing {
		width: 250px;
		
		margin: auto 15px;
		
		float: left;
	}
	
/* ***********************************************
PIED DE PAGE
*********************************************** */

#footer{
	width: 860px;
	margin:0 auto;
	padding:3px 0;
	text-align:center;
	font-size:0.85em;
	color: #333;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background-image:url(../images/fond/footer.gif);
	background-position:-1px bottom;
	background-repeat:no-repeat;
}
	#footer a:link,
	#footer a:visited {
		color: #333;
	}
	#footer a:hover,
	#footer a:active {
		color: #333;
	}

/* *************************************************************************************************
GESTION  DES FORMULAIRES
************************************************************************************************* */

label {
/*	font-weight: bold;*/
}
label.lbleft {
	width: 25%;
	float: left;
}
form p {
	clear: both;
}
fieldset {
	border: none;
	border-bottom: 1px dotted #fcc45c;
}

legend {
	margin-top: 10px;
	margin-bottom: 10px;
	
	font-size: 1em;
	font-weight: bold;
	color: #ee6c14;
}

	.button {
		border: 1px solid #f60;		
		background-color: #ffeabe;		
		font-weight: bold;
		color: #ef6c11;
	}

input,
select,
textarea {
	font-family : inherit;
	font-size:inherit;
}






#product_list td{
	width:284px;
	padding:7px;
	border:1px solid #999;
	background-color:#f0f0f0;
}


#product_list td h4{
	text-align:center;
	margin:6px 0;
	padding:0;
}

#product_list td h4 a{
	text-decoration:none;
}

#product_list td h4 a:hover{
	text-decoration:underline;
}


#catalogproducts .pagination{
	text-align:center;
	padding:5px;
	color:#333;
	font-size:0.95em;
}


#catalogcategories .catalogcategory{
	padding:3px 7px;
	border:1px solid #999;
	background-color:#f0f0f0;
	margin:15px 0;
}

#catalogcategories .catalogcategory h4{
	margin:6px 0;
	padding:0;
}

#catalogcategories .category-description {
	color:#666;
	border-left:4px solid #999;
	padding:1px 5px;
}





#languageSelection p{
	display:none;
}

#languageSelection ul, #languageSelection li{
	margin:0;
	padding:0;
	list-style-type:none;
}

#languageSelection ul a{
	position:absolute;
	display:block;
	width:36px;
	height:25px;
	text-decoration:none;
	font-size:1px;
	line-height:1px;
	top:139px;
	text-indent:-99999px;
}

#languageSelection ul a:hover{
	text-decoration:none;
}

#languageSelectionFR{
	left:6px;
}
#languageSelectionDE{
	left:50px;
}
#languageSelectionEN{
	left:95px;
}




#gallery-images{
	border-spacing:10px; 
}

#gallery-images td{
	width:284px;
	padding:7px;
	border:1px solid #999;
	background-color:#f0f0f0;
	text-align:center;
	vertical-align:top;
}
#gallery-images td.empty{
	visibility:hidden;
}
#gallery-images img{
	border:1px solid #666;
}


#gallery-images td h4{
	margin:6px 0;
	padding:0;
}

#gallery-images td h4 a{
	text-decoration:none;
}

#gallery-images td h4 a:hover{
	text-decoration:underline;
}




#gallery-image-img{
	padding:7px;
	border:1px solid #999;
	background-color:#f0f0f0;
	text-align:center;
}
#gallery-image-img img{
	border:1px solid #666;
}
#gallery-image-description, #gallery-category-description{
	border-left:5px solid #999;
	padding:5px;
}

#gallery-categories{
	border-spacing:10px; 
}

#gallery-categories td{
	width:284px;
	padding:7px;
	border:1px solid #999;
	background-color:#f0f0f0;
	text-align:center;
	vertical-align:top;
}
#gallery-categories td.empty{
	visibility:hidden;
}
#gallery-categories img{
	border:1px solid #666;
}


#gallery-categories td h4{
	margin:6px 0;
	padding:0;
}

#gallery-categories td h4 a{
	text-decoration:none;
}

#gallery-categories td h4 a:hover{
	text-decoration:underline;
}



#events .events-category{
	margin-top:3em;
	border-top:3px solid #ccc;
}


#events .events-category.first{
	margin-top:0;
	border-top:none;
}


#events .events-category h2{
	margin-top:0.1em;
}



#events .events-category-description{
	color:#333;
	font-size:0.95em;
}

#events .events-date{
	margin-bottom:1em;
	margin-left:20px;
	padding-top:0.5em;
}

#events .events-date h3{
	font-size:1.2em;
	border-top:1px solid #EE6C14;
}

#events .events-date.first h3{
	border-top:none;
}

#events .event{
	margin:0.6em 0;
	overflow:hidden;
}

#events .event p{
	margin:0 0 0 130px;
	color:#666;
}

#events h4{
	font-size:1em;
	margin:0;
	float:right;
	width:480px;
}

#events .event p.event-dates{
	font-size:1em;
	margin:0;
	float:left;
	width:110px;
	color:#333;
}
