/* CSS Document ====================== */
/* Date de création : 08-08-2007
/* Auteur : Pernelle / Intermedia.Com
/* =================================== */

/* =============== */
/* STYLE PRINCIPAL */
/* =============== */

/*  style principal pour les pages.
    contient les scrollbars
    et la couleur de fond 			*/
body {
	scrollbar-face-color: #fff; 
	scrollbar-shadow-color: #00589E;
	scrollbar-highlight-color: #00589E;
	scrollbar-3dlight-color: #fff; 
	scrollbar-darkshadow-color: #fff; 
	scrollbar-track-color: #fff; 
	scrollbar-arrow-color: #00589E;
	background:#fff;
	margin:0;
	padding:0;
}

/*  style specifique pour la page d'accueil  */
body.charte{
	background:#fff;
}
.charte td, .charte a:link, .charte a:visited, .charte a:hover, .charte a:active{
	text-decoration:none;
	color:#00589E;
}
.charte a:hover{
	text-decoration:underline;
}

/* style specifique pour les pages de contenu (+caddie) */
body.contenu, .body {
	background:url(../images/fond-contenu.jpg) top left no-repeat #fff;
	background-attachment:fixed; 	 /* empeche le defilement du fond */
	padding:20px 10px;	 /* padding du contenu - permet de donner de l'espace entre le texte et les éléments graphiques de la charte */
}

/* style specifique pour les bordures */
/* permet de donner une autre couleur aux bordures ou une image speciale en fond */
body.bordure{
	/*background:url(../images/fond-general.jpg) bottom left repeat-x #2280FA;*/
	background:#fff;
}




/* =============== */
/* STYLES GENERAUX */
/* =============== */
p{
	margin:0;
	padding:0;
}
div{
	margin:0;
	padding:0;
}
hr{
	color:#C33;
}



/* ===================== */
/* STYLES TYPOGRAPHIQUES */
/* ===================== */

body, table, td, p, .texte, select, textarea, input {
	font-family:Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#00589E;
}
.texte, .coul_description, .coul_des_formulaire{
	padding:10px;
	vertical-align:top;
	text-align:left;
	color:#00589E;
}
table{
	border-collapse:collapse;
	border:0;
	padding:0;
	margin:0;
}
a:link, a:visited, a:active{
	color:#00589E;
	text-decoration:underline;
}
a:hover{
	color:#00589E;
	text-decoration:none;
}

.gros_titre{
	font-size:26px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	display:block;
}

span.titre{
	font-size:12px;
	font-weight:bold;
	color:#FF0F00;
}

span.titre2{
	font-size:14px;
	font-weight:bold;
	color:#FF0F00;
}

.sous_titre{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
}

/* texte plus petit que le texte classique */
.petit_texte {
	font-size: 10px;
	color:#000;
}

/* LISTES */
ul, li {
	margin:0;
	padding:0;
}
ul{
	margin:5px 10px 5px 25px;
}
li{
	padding:3px 5px;
/*	list-style-image:url();*/
}



/* ============= */
/* STYLES IMAGES */
/* ============= */
img{
	border:0;
}
img.bordure{
	border:1px solid #FF0F00;
}
/* Style utilisé pour les popup images - zoom */
a.zoom:link, a.zoom:visited, a.zoom:active{
	border:0;
	background:none;
}
a.zoom:hover{
	border:0;
	background:none;
}


/* ================= */
/* ENCART POPUP NEWS */
/* ================= */
.encart{
	background:none;
	border:1px dotted #fff;
	color:#fff;
	padding:5px;
	width:95%;
}
/* couleur du texte*/
.encart table, .encart td{
	color:#fff;
}


/* ================== */
/* FORMULAIRE CONTACT */
/* ================== */
form{
	margin:0;
	padding:0 10px;
}
input, textarea, select, fieldset{
	border:1px solid #FF0F00;
	margin:2px 0;
	background:none;
	color:#00589E;
	font-weight:normal;
	padding:1px 5px;
	width:200px;
}
/* bouton d'envoi de formulaire */
input.bt-envoi{
	background:#FF0F00;
	padding:2px 5px;
	font-size:11px;
	font-weight:bold;
	color:#EDF9FF;
	border:0;
	width:auto;
}
/* boite a cocher (pour enlever le fond de couleur) */
.coche{
	background:none;
	border:0;
	width:auto;
}




/* STYLES POUR LA PARTIE CADDIE */
/* ============================ */

/* formulaires caddie */
.caddie{
	padding:0;
	margin:0;
}
/* largeur des inputs */
.caddie input, .caddie select, .caddie textarea, .caddie fieldset{
	width:auto;
}
.caddie legend{
	font-weight:bold;
}
/* entete du tableau */
.caddie th{
	font-weight: bold;
	background:#ddd;
	border:1px dotted #000;
	padding:2px;
	color:#000;
	text-align:left;
}
/* style sur la ligne du total ttc */
.total td{
	background:#ddd;
	border:1px dotted #000;
	padding:2px;
	color:#000;
}

/* pour rajouter du padding par exemple dans les cellule */
.caddie td{
}

/* ligne produits */
/* utile pour changer de couleur une ligne sur deux s'il y a plusieurs produits dans le panier */
.ligne1,.ligne2{
	padding:5px;
	text-align:left;
	vertical-align:top;
}
.ligne1, .ligne1 p, .ligne1 td{
	background:#fff;
	color:#333;
}
.ligne2, .ligne2 p, .ligne2 td{
	background:#ebebeb;
	color:#333;
}
/* message important a mettre en valeur */
.coul_avertissement {
	font-weight: bold;
	background:#c00;
	color:#fff;
	border:0;
}
input.coul_avertissement {
	font-weight: bold;
	background:#c00;
	color:#fff;
	border:0;
}