/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	
	color: #33CCFF;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #33CCFF;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}
/*div {
  border: solid 1px red;
}*/
/************* HEADER STUFF ************/

#header {
	width: 900px;
	height: 130px;
	margin: 0px auto;
	padding: 5px 0px 0px;
	background: #FFFBFD url(images/velo-monaco.jpg) no-repeat center top;
}

#header h1 {
	margin: 0px;
	padding: 70px 20px 10px 0px;
	text-align: right;
	color: #EE7E1D;
	font-size: 3em;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 900px;
	margin: 0px auto;
	background-color: #fff;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
	width: 24%;

}

#menu a {
	padding: 1em 3em;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #58AB27;
}

#menu a:hover {
	background-color: #33B8C9;
}

#menu a.navy {
  background-color: #000080;
}
#menu a.navy:hover {
  background-color: #EE7E1D;
}

#menu a.orange {
  background-color: #EE7E1D;
}
#menu a.orange:hover {
  background-color: #000080;
}

#menu a.teal {
  background-color: #33B8C9;
}
#menu a.teal:hover {
  background-color: #000080;
}



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

#content {
	width: 800px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}
/*
#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}
*/

#left { width: 545px; float: left; padding: 0 20px 40px; }

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
	color: #99CCFF;
}

#menuGeneral {
 float: left;
 margin-left: -30px;
}
#menuGeneral h2 {
	color: #EE7E1D;
	text-transform: uppercase;
}
#menu_produits{
	list-style: none;
	margin: 2px;
	padding: 2px;
}
.ssmenu ul {
	list-style: none;
	margin: 2px;
	padding: 2px;
}
.invisibleW3C {
	list-style: none;
	margin: 2px;
	padding: 2px;
}

#panier {
	float: right;
	margin-right: -30px;

}
#panier h2 {
	color: #EE7E1D;
	text-transform: uppercase;
}
/************* FOOTER ************/

#footer {
	clear: both;
	width: 800px;
	margin: 0px auto;
	/*border-top: 1px solid #666666;*/

	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
}

/* -- colors --*/
.orangeText {
  color: #EE7E1D;
}


/****** PRODUITS *****/
.chapoProduit {
	color: #58AB27;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	font-size: medium;
	margin-bottom: 5px;
	width: 100%;
}

a.LIEN_commander {
	background-color: #EE7E1D;
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	
}



a.LIEN_commander:hover {
	background-color: #33B8C9;	
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;

}
.ficheProduit {
	margin-bottom: 10px;
}
.prixProduit {
	color: #EE7E1D;
	text-align: left;
	font-weight: bold;
	font-size: x-large;
	margin-top: 5px;
	margin-bottom: 10px;
}
.titreProduit {
	color: #3399FF;
	text-align: left;
	font-weight: bold;
	font-size: x-large;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

.titreProduit a {
	text-decoration: underline;
}

.boutonMonCompteContenu {
	padding: 10px;
}
.boutonMonCompteContenu a {
	background-color: #EE7E1D;
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
}

.boutonMonCompteContenu a:hover {
	background-color: #33B8C9;	
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;


}
.boutonRetour a {
	background-color: #33B8C9;	
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	font-size: smaller;
}
.boutonRetour a:hover{
	background-color: #58AB27;
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	font-size: smaller;
}
#adresse h2, h3, h4 {
	color: black;
}

#connexion {
	font-size: smaller;
	padding-top: 20px;
}
#connexion a {
	color: #000080;
}


