/*
  $Id: ditel.css,v 1.0 2007/09/09
+-----------------------------------------------------------------------+
|      			Infini'click - Open Source E-commerce				    |
+-----------------------------------------------------------------------+
| Copyright (c) 2005-2007 Infini'click					              	|
|                                                                       |
| http://www.infiniclick.fr												|
|                                                                       |
| Portions Copyright (c) 2003 osCommerce								|
| Portions Copyright (c) 2005 osCSS				        				|
+-----------------------------------------------------------------------+
| 								        								|
| Released under the GNU General Public License                         |
| 						                        						|
+-----------------------------------------------------------------------+
*/

html, body {
    background: #434361;
    margin: 0;
    padding: 0;
    height: 100%;
	color: #434361;
}

#content {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	height: auto;
	background-color: #282857;
}

#content #header-haut {
	position: absolute;
	background-image:url(images/haut_header.jpg);
	width: 1000px;
}

#content #header {
	background-color: #030339;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 155px;
}

#content #header .header-left {
	width: 280px;
	text-align: center;
	padding-top: 25px;
}

#content #header .header-banniere {
	margin-top: -120px;
	margin-left: 280px;
	text-align: center;
}

#menu {
	margin-top: -30px;
	position: relative;
	width: 720px;
	margin-left: 280px;
	margin-right: auto;
	height: 30px;
}

#menu ul {
	background:transparent url(images/menu.jpg) no-repeat scroll left top;
	height:30px;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	position:absolute;
	width:720px;
}

#menu li {
	float:left;
	margin:0pt;
	padding:0pt;
}

#menu li a {
	color:#FFFFFF;
	display:block;
	height:30px;
	width:90px;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

#menu li a:hover {
	background:transparent url(images/menu.jpg) no-repeat scroll left;
}

#menu a#accueil:hover, #menu a#accueilactive:hover {
	background-position: 0px -30px;
}

#menu a#produits:hover, #menu a#produitsactive:hover {
	background-position: -90px -30px;
}

#menu a#faq:hover, #menu a#faqactive:hover {
	background-position: -180px -30px;
}

#menu a#configuration:hover, #menu a#configurationactive:hover {
	background-position: -270px -30px;
}

#menu a#points:hover, #menu a#pointsactive:hover {
	background-position: -360px -30px;
}

#menu a#prestations:hover, #menu a#prestationsactive:hover {
	background-position: -450px -30px;
}

#menu a#contact:hover, #menu a#contactactive:hover {
	background-position: -540px -30px;
}

#menu a#blog:hover, #menu a#blogactive:hover {
	background-position: -630px -30px;
}

#menu a#accueilactive {
	background:transparent url(images/menu.jpg) no-repeat scroll 0px -30px;
}

#menu a#produitsactive {
	background:transparent url(images/menu.jpg) no-repeat scroll -90px -30px;
}

#menu a#faqactive {
	background:transparent url(images/menu.jpg) no-repeat scroll -180px -30px;
}

#menu a#configurationactive {
	background:transparent url(images/menu.jpg) no-repeat scroll -270px -30px;
}

#menu a#pointsactive {
	background:transparent url(images/menu.jpg) no-repeat scroll -360px -30px;
}

#menu a#prestationsactive {
	background:transparent url(images/menu.jpg) no-repeat scroll -450px -30px;
}

#menu a#contactactive {
	background:transparent url(images/menu.jpg) no-repeat scroll -540px -30px;
}

#menu a#blogactive {
	background:transparent url(images/menu.jpg) no-repeat scroll -630px -30px;
}

#content #global {
	background-color: #282857;
}

#content #bas-footer {
	width: 1000px;
	background-image:url(images/bas_footer.jpg);
	bottom: 0;
	height: 30px;
}

#footer-left {
	text-align: center;
	width: 280px;
	float: left;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

#footer-right {
	float: right;
	width: 720px;
	text-align: center;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

#footer-left a, #footer-left a:visited, #footer-right a, #footer-right a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#footer-left a:hover, #footer-right a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.col-left {
	background-color: #282857;
	min-height: 100%;
}

.page {
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 100%;
}

.trait {
	border-top: 1px solid #030339;
}

.fond {
	background-color: #282857;
}

.box-header {
	background-image: url(images/box_header.jpg);
	background-repeat: no-repeat;
	height: 20px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

.fond-box-blanc {
	background-image: url(images/box_blanc.jpg);
	padding: 5px;
}

.fond-box-bleu {
	background-image: url(images/box_bleu.jpg);
	padding: 5px;
}

.texte-bleu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #030339;
	padding-right: 5px;
	text-align: right;
}

.texte-produits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	line-height: 18px;
	text-align: center;
	background-color: #434261;
	border: 1px solid #272858;
}

a, a:active, img, img:active, input img, input img:hover {
	border: none;
    outline: none;
}

.smallText a, .smallText a:visited, .main a, .main a:visited {
	color: #282857;
	text-decoration: none;
	font-weight: bold;
}

.smallText a:hover, .main a:hover {
	color: #282857;
	text-decoration: underline;
	font-weight: bold;
}

fieldset {
	border: 1px solid #282857;
	padding: 6px;
}

legend {
	color: #282857;
	font-weight: bold;
}

.input {
	border: 1px #CCCCCC solid;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #282857;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 2px;
}

.bouton-connexion {
	background-image: url(images/bouton-connexion.gif);
	background-repeat: no-repeat;
	width: 111px;
	height: 21px;
	border: 0;
	cursor: pointer;
	font-size: 0;
	color: #2F3032;
}

.bouton-valider {
	background-image: url(images/bouton-valider.gif);
	background-repeat: no-repeat;
	width: 111px;
	height: 21px;
	border: 0;
	cursor: pointer;
	font-size: 0;
	color: #2F3032;
}

.bouton-envoyer {
	background-image: url(images/bouton-envoyer.gif);
	background-repeat: no-repeat;
	width: 111px;
	height: 21px;
	border: 0;
	cursor: pointer;
	font-size: 0;
	color: #2F3032;
}

.commande {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2F3032;
	text-decoration: none;	
}

.commande a, commande a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2F3032;
	text-decoration: none;	
}

.commande a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2F3032;
	text-decoration: underline;
}

.commande-off {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2F3032;
	text-decoration: none;	
}

.commande-off a, commande-off a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2F3032;
	text-decoration: none;	
}

.commande-off a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2F3032;
	text-decoration: underline;
}

.heading_page_panier {
	color: #2F3032;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 8px;
}

.heading_page_panier a {
	color: #2F3032;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.heading_page_panier a:hover {
	color: #2F3032;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
