/*PILGUERITE.COM CSS*/
html { height: 100%; }

body {
	font-family: Arial, Verdana, Helvetica;
	margin: 0px;
	padding:0px;
	height: 100%;
	margin:auto;
	text-align:left;line-height: 12px;
}

p {
	margin:0px;
	padding-top:3px;
}

img { border:0px; }

/**************************** Global ****************************/
#center_content {margin:auto; position:relative; z-index:5; }

.rouge {
	color: #b9173e;
}
.gris {
	color: #4b4b4b;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:30px;
	font-weight:bold;
	margin: 0;
	padding:0;
	line-height: 26px;
}

h2{
	color:#be284d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 20px;
}

h3{
	color:#525252;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 16px;
}
h2 a{
	color:#be284d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 20px;
}

h3 a{
	color:#525252;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 16px;
}

a:link {
	text-decoration:underline;
}

/****entete****/
.entete_rouge{
	font-size: 18px;
	color:#be284d;
	font-weight: bold;
	line-height: 16px;
	margin:10px 0 5px 0;
}

.entete_rouge a{
	color:#be284d;
	text-decoration:none;	
}

.entete_rouge a:hover{
	text-decoration:underline;
}

.entete_gris{
	font-size: 18px;
	color:#4b4b4b;
	font-weight: bold;
	line-height: 16px;
	margin:10px 0 5px 0;
}

.entete_gris a{
	color:#4b4b4b;
	text-decoration:underline;	
}

.entete_gris a:hover{
	text-decoration:none;
}

.entete_noir{
	font-size: 18px;
	color:#222222;
	font-weight: bold;
	line-height: 16px;
	margin:10px 0 5px 0;
}

.entete_noir a{
	color:#222222;
	text-decoration:underline;	
}

.entete_noir a:hover{
	text-decoration:none;
}

/* highlight est utilisé pour mettre en avant une information autour d'un produit, d'une news */
.entete_highlight_title{
	padding-left:10px;
	font-size: 16px;
	color: #660f25;
	font-weight: bold;
	line-height:14px;
	margin:10px 0 5px 0;	
	margin-left:16px;
	}

.entete_highlight{
	background-image:url(../pil-images/pil-divers/fleche-rouge-02.gif);
	background-repeat:no-repeat;
	background-position:0px;
	padding-left:10px;
	font-size: 16px;
	color: #660f25;
	font-weight: bold;
	line-height:14px;
	margin:10px 0 5px 0;	
}

.entete_highlight a{
	font-size: 16px;
	color: #660f25;
	font-weight: bold;
	text-decoration: none;
	line-height:14px;	
}

.entete_highlight a:hover{ text-decoration: underline; }


/****titre****/
.titre_gris {
	font-size: 14px;
	color: #4b4b4b;
	line-height:13px;
	font-weight: bold;
	margin:10px 0 5px 0;	
}
.titre_gris a{
	text-decoration: underline;
	color: #4b4b4b;
}
.titre_gris a:hover{
	text-decoration: none;
}

.titre_rouge {
	font-size: 14px;
	color: #be284d;
	line-height:13px;
	font-weight: bold;
	margin:10px 0 5px 0;	
}
.titre_rouge a{
	color: #be284d;
	text-decoration: underline;
}

.titre_rouge a:hover{
	text-decoration: none;
}

.titre_noir {
	font-size: 14px;
	color: #222222;
	line-height:13px;
	font-weight: bold;
	margin:10px 0 5px 0;	
}
.titre_noir a{
	color: #222222;
	text-decoration: underline;
}
.titre_noir a:hover{
	text-decoration: none;
}


/****texte****/
.texte_gris {
	font-size: 11px;
	line-height: 11px;
	color: #4d4d4d;
}
.texte_gris a{
	color: #4d4d4d;
	text-decoration: underline;
}
.texte_gris a:hover{
	text-decoration: none;
}
.texte_noir {
	font-size: 11px;
	line-height: 11px;
	color: #2222222;
}
.texte_noir a{
	text-decoration: underline;
	color: #222222;
}
.texte_noir a:hover{
	text-decoration: none;
}

.texte_rouge {
	font-size: 11px;
	line-height: 11px;
	color: #be284d;
}
.texte_rouge a{
	color: #be284d;
	text-decoration: underline;
}
.texte_rouge a:hover{
	text-decoration: none;
}

/****légende****/
.legende_rouge {
	font-size: 10px;
	line-height: 10px;
	color: #be284d;
}
.legende_rouge a{
	color: #be284d;
	text-decoration: underline;
}
.legende_rouge a:hover{
	text-decoration: none;
}

.legende_gris {
	font-size: 10px;
	line-height: 10px;
	color: #4d4d4d;
}
.legende_gris a{
	color: #4d4d4d;
	text-decoration: none;
}
.legende_gris a:hover{
	text-decoration:underline;
}

.legende_noir {
	font-size: 10px;
	line-height: 10px;
	color: #222222;
}
.legende_noir a{
	text-decoration: underline;
	color: #222222;
}
.legende_noir a:hover{
	text-decoration: none;
	color: #bbbbbb;
}

/****************************  ZONE CENTRALE  ****************************/
#page_center {
	padding-left:40px;
	color: #FFFFFF;
	margin:0px;
	width:617px;	
}

#page_center ul {
	margin:0;
	padding:0;
}

#page_center li {
	margin:0;
	padding-left:35px;
	list-style:none;
}


/**************************** INDEX ****************************/
.bkg-02-index { height:45px; }

.tb_index a{
	color:#FFFFFF;
	text-decoration: none;
}

.tb_index a:hover{
	color:#999999;
	text-decoration: none;
}

.tb_index-02 a{
	color:#FFFFFF;
	text-decoration: none;
}

.tb_index-02 a:hover{
	color:#F78689;
	text-decoration: none;
}

.bkg-index-coffret-fr {
	background-repeat: no-repeat;
}
	
/*** menu de l'index ***/
.menu_index a{
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	}

.menu_index a:visited{
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	}

.menu_index-on a:link{
	font-size: 12px;
	color:#e61154;
	font-weight:bold;
	text-decoration: none;
	}

.menu_index-on a:visited{
	font-size: 12px;
	color:#e61154;
	font-weight:bold;
	text-decoration: none;
	}

/**************************** FOOTER ****************************/
.font_footer_position{  padding-top:10px; vertical-align:top; padding-left:10px; font-size: 11px; color: #4b4b4b; text-decoration:none; }
.font_footer{ font-size: 10px; color: #4b4b4b; text-decoration:none; }
.font_footer a{  font-size: 10px; color: #4b4b4b; text-decoration:none;  }
.font_footer a:hover{ text-decoration:underline; }

.espace_titre{height:6px; font-size:0px;}
.espace-img-titre { height:1px; }

.separateur{ 
	background-image:url(../pil-images/pil-divers/trait_vertical_pointille.gif);
	background-repeat:repeat-y;
	height:235px;
}

.position_separateur{vertical-align:top; padding-top:10px;}
.bg_gris{ background-color:#eeeeee; height:240px;}

/***Légende du footer***/
.legende_footer {
	font-size: 10px;
	color: #222222;
	padding-top:10px;
	padding-left:12px;
}

.legende_footer a{
	text-decoration: none;	
	color: #222222;
}
.legende_footer a:hover{
	text-decoration: none;
	color: #bbbbbb;
}


/**************************** BACKGROUND ****************************/
table.fond-guerite-01{
	background-image: url("../pil-images/pil-cabines/guerite-abris-01.jpg");
	background-repeat:no-repeat;
	background-position: right top;
}
table.fond-guerite-02{
	background-image: url("../pil-images/pil-cabines/guerite-abris-03.jpg");
	background-repeat:no-repeat;
	background-position: right bottom;
}

.bkg-index-03 {
	background-image:url("../pil-images/pil-index/bkg-02.jpg");
	background-repeat:repeat-x;
	background-position:0 -2;
}

.bkg-01 { 
	background-image:url("../pil-images/pil-index/bkg-01.gif");
	background-repeat:repeat-x;
	background-position:0 2;
}

.bkg-01 a { 
	color:#FFFFFF;
	text-decoration: none;
}

.bkg-01 a:hover{
	color:#999999;
	text-decoration: none;
}

/****************************  MENU  ****************************/
/* séparateur des onglets du menu principal */
.menu_separateur{
	height:10px; 
	background-color:#FFF; 
	width:1px;
	font-size:0px;
	vertical-align:center;
}

.menu{
	text-align:center;
}

.menu a{
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	}

.menu a:visited{
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	}

.menu-on{
	text-align:center; 
}
	
.menu-on a:link{
	font-size: 12px;
	color:#e61154;
	font-weight:bold;
	text-decoration: none;
	}
	
.menu-on a:visited{
	font-size: 12px;
	color:#e61154;
	font-weight:bold;
	text-decoration: none;
	}

/**DRAPEAU**/
.menu_index-flag a{
	font-size: 12px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
	}

.menu_index-flag a:visited{
	font-size: 12px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
	}
	
.menu-flag a{
	font-size: 12px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
	}

.menu-flag a:visited{
	font-size: 12px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
	}

.flag_index{
	 padding-top:4px;
	 float:right;
}


/***BANDEAU AVEC H1***/
.bandeau-titre-titre{
	height:64px;
	width:641;
	padding-left:40px;
	padding-top:7px;
	padding-bottom:0px;
	margin-top:1px;
}

/**************************** MENU DE GAUCHE ****************************/
.menu_gauche-01 { background-image:url("../pil-images/pil-menu/menu-gauche/btn-abris-guerites-01.gif"); background-repeat:no-repeat; }
.menu_gauche-on{ background-image:url("../pil-images/pil-menu/menu-gauche/btn-abris-guerites-02.gif"); background-repeat:no-repeat;}

.menu_gauche-02 { background-image:url("../pil-images/pil-menu/menu-gauche/btn-abris-guerites-04.gif"); background-repeat:no-repeat;}
.menu_gauche-on-02{ background-image:url("../pil-images/pil-menu/menu-gauche/btn-abris-guerites-03.gif"); background-repeat:no-repeat;}

.menu_gauche-04 { background-image:url("../pil-images/pil-menu/menu-gauche/btn-abris-guerites-06.gif"); background-repeat:no-repeat;}
.menu_gauche-04-on { background-image:url("../pil-images/pil-menu/menu-gauche/btn-abris-guerites-05.gif"); background-repeat:no-repeat; }

.menu_gauche-02 a, .menu_gauche-on-02 a, .menu_gauche-01 a, .menu_gauche-on a, .menu_gauche-04 a, .menu_gauche-04-on a{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}

.menu_gauche_taille11 a{
	font-size:11px;
}

.flag {
 padding-top:4px;
}

/* image accolé au h2 et h3 */
.img-entete{
	padding-bottom: 1px;
}

/**************************** SAFARI ****************************/
html[xmlns*=""] body:last-child .bkg-02-index { height:44px; }
