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


	height				: 100%;
	
	text-align			: justify;

	background-color	: #fff;
	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			: 22px;
	color				: #202020;
	text-align			: left;
	text-transform		: none;
	margin-top			: 20px;
	margin-bottom		: 10px;
	font-stretch		: normal;
	font-stretch:extra-condensed;
	background:url(../images/puceh1.png) no-repeat 5px 6px;
	padding-left:27px;
	font-variant:small-caps;
}
h2
{
	font-size			: 20px;
	color				: #0B2854;
	text-align			: left;
	text-transform		: none;
	margin-top			: 20px;
	margin-bottom		: 10px;
	border-bottom:#0B2854 solid 1px;
	font-weight:normal;


}
h3
{
	font-size			: 18px;
	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:inherit;
	outline				: none;
	
}
a:hover
{
	text-decoration	: underline;
	color			: #C80063;
}



/* ===========================================================
					   Les listes
=========================================================== */
ul
{
   margin-left:8px;
   padding-left:8px;	
}
li
{
	list-style-image:url(../images/puce.png);
	list-style-position:inside;
	margin-bottom:5px;
}

ul ul
{
  padding-left:15px;
}
ul ul li
{
	list-style-image:none;
	list-style-type:circle;	
}



/* ===========================================================
					   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/fondgauche.jpg);
}

.fond_bandeau_haut_droite
{
	background-repeat	: no-repeat;
	background-position	: top left;
	background-image:url(../images/fonddroit.jpg);
}




/* ===========================================================
					   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/image.jpg);*/
	background-repeat	: no-repeat;
}
.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_centre
{
	background-color	: #FFFFFF;
	background-image:url(../images/contenu.jpg);
	background-repeat	: no-repeat;
	padding-left:70px;
	padding-right:50px;
}



/* ===========================================================
					   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_gauche
{
	background-image:url(../images/fondbasgauche.jpg);
	background-repeat	:no-repeat;
	background-position: top right;
}
.fond_bordure_bas_droit
{
	background-image:url(../images/fondbasdroit.jpg);
	background-repeat	:no-repeat;
}


/* FOOTER */
#footer
{
  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
{
   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				: 1px solid #ccc;
	padding 			: 6px;
	margin-left 		: 5px;
	margin-right 		: 5px;
	margin-top			: 10px;
	margin-bottom		: 10px;	
	font-weight			: bold;
	text-align			: center;
	color				 :#fff;


	background-color	: #C80063;
	
	 border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.cadre a
{
	color:#fff;
}
.cadre a:hover
{
	color:#EDB01A;
}

.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	: #E9DFE8;
	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 #EEEFF4;
	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;}
.no_pdf a[href $='.pdf'] { padding-left: 0px; background: none;}
/*
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
{
	color				: #C80063;
	font-size			: 13px;
	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;
}

.bg1
{
   background : #EEEFF4;	
   padding : 10px;
   
   	 border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.bg1 ul
{
	margin-left:5px;
	padding-left:5px;
}

.bg2
{
	background : #EEEFF4;
}

.col1
{
   padding-right : 5px;	
   border-right : 1px dotted #E6A2B7;
}
.col2
{	
   padding-left : 5px;
}

.sous_navigation
{
   background : #E8DCE6;	
   	 border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.sous_navigation td
{
	padding : 5px;
	text-align:center;
	border-left:1px solid #fff;
}
.sous_navigation td a
{
	text-decoration : none;
	font-weight:bold;
	color:#C80063;
}
.sous_navigation td a:hover
{
	color: #0B2854;
}

input[type=text], textarea
{
	border : 1px solid #000;
}

hr
{
   border:0px;
   border-bottom:1px dotted #ccc;	
   margin-top:25px;
   margin-bottom:25px;
}

.tel
{
   width:170px;
   margin:auto;	
}

.right
{
	text-align:right;
}

.offre
{
     text-align:center;	
	 background:#EAB1C4;
	 padding:10px;
   	 border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border:5px solid #EEEFF4;
}


/*
 *
 *
 * Popup
 */
.bg_popup
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:10;
	display:none;
}
.display_popup
{
	position:absolute;
	top:200px;
	left:25%;
	width:50%;
	padding:20px;
	z-index:100;
	text-align:center;
   	 border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border:5px solid #EEEFF4;
	display:none;
}
.display_popup table
{
	margin:auto;
}
.big
{
    font-size:18px;	
}
#content_popup
{
    display:none;	
}
.close_popup
{
    position:absolute;
	z-index:101:
	top:0px;
	right:0px;
	font-size:16px;
	padding:5px;
	cursor:pointer;
	background:#000;
	color:#fff;
}
/*
 *
 *
 * Fin Popup
 */

