/* ===========================================================
					   Le fond du site
=========================================================== */
html,body
{
	margin				: 0;
	padding				: 0;
	font-family:Verdana, Tahoma, Geneva, sans-serif;
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-size			: 12px;
	color				: #282977;


	height				: 100%;
	
	text-align			: justify;

	background-color	: #D6D6D7 ;
	background-repeat	: repeat-x;

	
	/*background-image	: url(../images/image.jpg);*/
}

#page-border , #page
{
	margin		: 0 auto;
	min-height	: 100%;
	position	: relative;
}
#page
{
	width		: 950px;
}
#page-border
{
	width		: 100%;
}


/* ===========================================================
					   Les titres
=========================================================== */
h1
{	
	font-size			: 23px;
	font-style:italic;
	text-align			: left;
	text-transform		: none;
	margin-top			: 20px;
	margin-bottom		: 10px;
	font-stretch		: normal;
	font-stretch:extra-condensed;
	
	background:url(../images/puce.png) no-repeat;
	padding-left:40px;
}
h2
{
	font-size			: 19px;
	color				: #F5A420;
	text-align			: left;
	text-transform		: none;
	margin-top			: 20px;
	margin-bottom		: 10px;
	border-bottom:#F5A420 solid 1px;


}
h3
{
	font-size			: 13px;
	color				: #002B4E;
	text-align			: left;
	text-transform		: none;
	
	margin-top			: 20px;
	margin-bottom		: 10px;
}




/* ===========================================================
					Les liens sur la page
=========================================================== */
a, a:active, a:visited
{
	text-decoration		: underline;
	text-transform		: none;
	color				: #282977;
	outline				: none;
	
}
a:hover
{
	text-decoration	: underline;
	color			: #E41D20;
}



/* ===========================================================
					   Les listes
=========================================================== */

li
{
	margin-bottom:10px;
	background:url(../images/contenu/puce.png) no-repeat 0px 0px;
	padding-left:18px;
	list-style:none;
}
ul
{
   padding-left:5px;
   margin-left:5px;	
}



/* ===========================================================
					   Le haut du site
=========================================================== */
.fond_bandeau_haut
{
	background-color	: #FFFFFF;
}

.fond_bandeau_haut_gauche
{
	background-repeat	: no-repeat;
	background-position	: top right;
	background-image:url(../images/cotegauche.png);
	background-color:#D6D6D7;
}

.fond_bandeau_haut_droite
{
	background-repeat	: no-repeat;
	background-position	: top left;
	background-image:url(../images/cotedroit.png);
	background-color:#D6D6D7;
}




/* ===========================================================
					   Sous menu
=========================================================== */

.sm_menu
{
	color:#666;
	font-size:14px;
	font-weight:bold;
}

.sm_menu a, .sm_menu a:active, .sm_menu a:visited
{
	color:#666;
	text-decoration:none;
	
}

.sm_menu a:hover
{
	font-style:italic;
}



.sm_sousmenu
{
	height:40px;
	display:none;
}

.sm_sousmenu
{
	margin:0px;
	padding-left:0px;
	display:none;
}

.sm_sousmenu li
{
	list-style:none;
	/*list-style-image:url(puce.jpg);*/
	display:inline;
	padding-right:10px;
}

.sm_sousmenu a, .sousmenu a:active, .sousmenu a:visited
{
	/*color:black;
	font-size:14px;*/
}


.sm_sousmenu a:hover
{
	/*text-decoration:none;
	font-style:italic;*/
}

/* ===========================================================
					   Le menu gauche
=========================================================== */
.fond_colonne_gauche
{
	background-color	: #FFFFFF;
	text-align			: left;
	background-image:url(../images/menugauche/maquetteJardel2011_11.jpg);
	background-repeat:repeat-y;
}
.fond_colonne_gauche a, .fond_colonne_gauche a:visited
{
	color				: #FFFFFF;
	font-size			: 14px;
	text-decoration		: none;
}
.fond_colonne_gauche a:hover
{
	color				: #FFDF00;
	text-decoration		: none;
	font-style			: italic;
}



/* ===========================================================
					La colonne de droite
=========================================================== */
.fond_colonne_droite
{
	text-align			: right;
	background-color	: #FFFFFF;
	/*background-image	: url('../images/menugauche/maquette_23.png');
	background-repeat	: repeat-y;*/
}



/* ===========================================================
					   Le contenu de la page
=========================================================== */
.fond_fond_centre
{
	background-image:url(../images/contenu/maquetteJardel2011_12.jpg);
	background-repeat:repeat-y;
}
.fond_centre
{
	background-image:url(../images/contenu/maquetteJardel2011_03.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:70px;
}



/* ===========================================================
					   Le bas du site
=========================================================== */
.fond_bandeau_bas
{
	background-color	: #FFFFFF;
	background-repeat 	: no-repeat;
	/*background-image	: url(../include/images/images/maquette_bas.jpg);*/
}

.fond_bordure_bas
{
	/*background-image	:url(../images/images/maquettefinamax_24.jpg);*/
	background-repeat	:repeat-x;
}
.fond_bordure_bas_g
{
	background-image:url(../images/cotegauchebas.png);
	background-repeat:no-repeat;
	background-position:top right;
}
.fond_bordure_bas_d
{
	background-image:url(../images/cotdroitbas.png);
	background-repeat:no-repeat;
	background-position:top left;
}


/* FOOTER */
#footer
{
  margin-top : 10px;
  font-size:11px;	
  text-align:center;
}
#footer, #footer a
{
  color:#666;
}
#footer table
{
  text-align:center;	
}
#footer td
{
	vertical-align:top;
    padding:10px;
}

#footer .footerCols td
{
  text-align:left;	  
}
#footer .footerCols td ul
{
	margin:0;
	padding:0;
	margin-left:5px;
}
#footer .footerCols td li
{
	list-style:none;
   margin-bottom:2px;
}
#footer p
{
  padding : 0;
  margin  :	0;
}
.dashed_border
{
	border-left:1px dashed #666;
}
{
  border-left:0px;	
}
#menu_footer a
{
  color:#000;	
}


/* ===========================================================
					Les tableaux
=========================================================== */
.tableau_entete
{
	background-color	: #CCCCCC;
	font-size			: 14px;
	font-weight			: bold;
}
.ligne1
{
	/*color				: #FFFFFF;*/
}
.ligne2
{
	/*color				: #D7E3F2;*/
}

.ligne1:hover, .ligne2:hover
{
	/*color				: #FFFFFF;*/
	background-color	: #AAC8E1;
}



/* ===========================================================
					Liste de produits
=========================================================== */

.listeProduit
{
	background-color: #EEE;
	margin-bottom: 20px;
	border:1px solid #AAA;
}

.listeProduit th
{
	font-size:14px;
	background-color:#CCC;
	height:30px;
}

.listeProduit td
{
	padding-top:10px;
	padding-bottom:10px;
}


.listeProduit a, .listeProduit a:active, .listeProduit a:visited
{
	color: black;
	text-decoration:underline;
}

.listeProduit a:hover
{
	color:blue;
	text-decoration:underline;
}


/* ===========================================================
					La fiche produit
=========================================================== */
.produit{
	background-color: #EEE;
	padding-bottom:10px;
	padding-top:10px;
	padding-right:10px;
	font-size:12px;
	border:1px solid #AAA;
}

.produit td{
	padding-left: 20px;
	padding-right: 20px;
	min-height: 30px;
}

.infoProduit{
	font-weight: normal;
	font-size: 14px;
}

.infoProduitGros{
	font-weight: bold;
	font-size: 16px;
}

.produit hr
{
	margin-top:25px;
	margin-bottom:0px;
	size:1;
	color:#BBB;
}

.commander{
	background-color:#666;
	color:white;
	font-size:14px;
	font-weight:bold;
	display:inline;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
}

.imageProduit{
	padding:0px;
	background-color:white;
}



/* ===========================================================
					   Les cadres
=========================================================== */
.cadre
{
	border				: 2px solid #EA960B;
	padding 			: 6px;
	margin-top			: 10px;
	margin-bottom		: 10px;	
	font-weight			: bold;
	text-align			: center;
	color				 :#333;


	background-color	: #F5A420;
	
	 border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.cadreDouble
{
	border : 4px double #ccc;
	padding:5px;
	text-align : center;
	width : 95%;
	margin : auto;
	margin-top : 10px;
	margin-bottom : 10px;
	font-weight	: bold;
}

.cadreRidge
{
	border : 4px ridge #ccc;
	padding:5px;
	text-align : center;
	width : 95%;
	margin : auto;
	margin-top : 10px;
	margin-bottom : 10px;
	font-weight	: bold;
}

.cadreGroove
{
	border : 4px groove #ccc;
	padding:5px;
	text-align : center;
	width : 95%;
	margin : auto;
	margin-top : 10px;
	margin-bottom : 10px;
	font-weight	: bold;
}

.cadreOutset
{
	border : 4px outset #ccc;
	padding:5px;
	text-align : center;
	width : 95%;
	margin : auto;
	margin-top : 10px;
	margin-bottom : 10px;
	font-weight	: bold;
}

.cadreSolid
{
	border : 2px solid #ccc;
	padding:5px;
	text-align : center;
	width : 95%;
	margin : auto;
	margin-top : 10px;
	margin-bottom : 10px;
	font-weight	: bold;
}

.borderExt
{
	border : 2px solid #C0C0C0;
	text-align : center;
	width : 100%;
	margin : auto;
	margin-top : 10px;
	margin-bottom : 10px;
}

.borderInt
{
	border : 2px solid #000000;
	padding:5px;
	text-align : center;
	margin : 5px; /* Espacement entre les bords */
	font-weight	: bold;
	background-color : #C0C0C0;
}

.contour_image
{
	background-color	: #fff;
	border				: 1px solid #ccc;
	padding				: 5px;
	margin				: 1px;
}

.contour_image_gallerie/*pour les images en "gallerie" (c-a-d une légende sous l'image)*/
{
	background-color	: #000000;
	border				: 1px solid #ccc;
	padding				: 0px;
	margin				: 10px;
	margin-bottom		: 5px;
}	


/* ===========================================================
			   Les icones a côté des liens
=========================================================== */
a[href $='.pdf'] { padding-left: 22px; background: transparent url('../images/modele/icones/pdf.gif') no-repeat center left;}
/*
a[href $='.gif'] { padding-left: 22px; background: transparent url('../images/modele/icones/image.gif') no-repeat center left;}
a[href $='.png'] { padding-left: 22px; background: transparent url('../images/modele/icones/image.gif') no-repeat center left;}
a[href $='.jpg'] { padding-left: 22px; background: transparent url('../images/modele/icones/image.gif') no-repeat center left;}
*/
a[href $='.doc'] { padding-left: 22px; background: transparent url('../images/modele/icones/word.gif') no-repeat center left;}
a[href $='.xls'] { padding-left: 22px; background: transparent url('../images/modele/icones/xls.gif') no-repeat center left;}
a[href $='.txt'] { padding-left: 22px; background: transparent url('../images/modele/icones/texte.gif') no-repeat center left;}
a[href $='.zip'] { padding-left: 22px; background: transparent url('../images/modele/icones/archive.gif') no-repeat center left;}
a[href $='.rar'] { padding-left: 22px; background: transparent url('../images/modele/icones/archive.gif') no-repeat center left;}
a[href $='.exe'] { padding-left: 22px; background: transparent url('../images/modele/icones/exe.gif') no-repeat center left;}
a[href $='.swf'] { padding-left: 22px; background: transparent url('../images/modele/icones/flash.gif') no-repeat center left;}
a[href $='.avi'] { padding-left: 22px; background: transparent url('../images/modele/icones/film.gif') no-repeat center left;}
a[href $='.mpeg']{ padding-left: 22px; background: transparent url('../images/modele/icones/film.gif') no-repeat center left;}
a[href $='.flv'] { padding-left: 22px; background: transparent url('../images/modele/icones/film.gif') no-repeat center left;}



/* ===========================================================
					Les styles de texte
=========================================================== */
.gras
{
	font-weight:bold;
}
.italique
{
	font-style:italic;
}

.important
{
	font-size			: 12px;
	font-weight			: bold;
}

.center
{
	text-align 			: center;
}
.justify
{
	text-align:justify;
}

.both
{
	clear				: both;
}

img
{
	border: 0;
}

.popup
{
	visibility: hidden;
	display: none;
}

.legende_gallerie
{
	font-size:10px;
}

/* ===========================================================
					   Divers
=========================================================== */
p
{
	text-indent:3px;
	line-height:18px;
}

.cadre2
{
	border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	
	background-color:#D6D6D7;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	
	border:1px solid #F5A420;
}

.form_negoce input[type=text], .form_negoce textarea
{
   	width:150px;
}
.form_negoce
{
   text-align:left;	
}

hr
{
   border:0px;
   border-bottom:1px solid #D6D6D7;	
}

fieldset
{
	border : 1px solid #F5A420;
	text-align:left;
	
	border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
