/*
Theme Name: JePosteOnline
Description: Theme de JePosteOnLine
Version: 1.0
Author: Marianne Bonnans
*/

/**************************************************************************************
				CSS POLICE MYRIADPRO
**************************************************************************************/
/*@font-face {
   	font-family: "MyriadPro";
	font-style: normal;
	font-weight: normal;
   	src: url("images/myriadpro-regular.ttf") format("truetype");
	
}

@font-face {
   	font-family: "MyriadPro";
   	font-style: italic;
	font-weight: normal;
   	src: url("images/myriadpro-it.ttf") format("truetype");
}

@font-face {
   	font-family: "MyriadPro";
	font-style: normal;
   	font-weight: bold;
   	src: url("images/myriadpro-bold.ttf") format("truetype");
}
*/


/**************************************************************************************
					CSS PAGE
**************************************************************************************/
body {
	margin: 0px;
	/*font-family: MyriadPro, Arial, Verdana, 'Lucida Grande', Sans-Serif;*/
	font-family: Arial, Verdana, 'Lucida Grande', Sans-Serif;
	background-color: #fafafa;
}

#page {
	width: 1024px;
	margin-left: auto ;
  	margin-right: auto ;
	background-color: #ffffff;
}

img {
	border: none;
}

.poste {
	color: #c2cc00;
	font-weight: bold;
}

a.lienPack{
	font-style: italic;
	margin-top:10px; 
	font-weight: bold;
	color: #007FC5;
	text-decoration:none; 
	}
	
a.lienPack:hover { 
	ont-style: italic;
	margin-top:10px; 
	font-weight: bold;
	color: #007FC5;
	text-decoration:none; 
	}
/**************************************************************************************
			CSS BANDEAU (TESTIMONIALS + LOGO)
**************************************************************************************/
#header {
	position: relative;
	width:1024px;
	top: 0px;
	margin-left: auto ;
  	margin-right: auto ;
	height: 220px;
	background-image: url("images/fond_testimonial.png");
}

#testimonial{
	top: 0px;
	left: 0px;
	position:absolute;
	width:50%;
	height:100%;
}

#JePosteOnlineLogo{
	top:0px;
	right:0px;
	position: absolute;
	width:50%;
	height:100%;
}

/**************************************************************************************
				CSS BASELINE
**************************************************************************************/
#baseLine{
	height:38px;
	position: relative;
	width: 1024px;
	top: 0px;
	margin-left: auto ;
  	margin-right: auto ;
}
#imageBaseLine1 {
	/*Different de l'extranet*/
	background-image: url("images/baseline1.png");
	height:38px;
	position:absolute;
	left:0;
	width:512px;
}
#imageBaseLine2 {
	background-image: url("images/baseline2.png");
	height:38px;
	position:absolute;
	right:0;
	width:512px;
}
#barre-chargement{
	position: relative;
	right: -50px;
	top: 7px;
}

/**************************************************************************************
					CSS MENU
**************************************************************************************/
#cadreSidebar{
	/*Different de l'extranet*/
	height: 33px;
	position: relative;
	width: 1024px;
	top: 0px;
	margin-left: auto ;
  	margin-right: auto ;
	background-image: url("images/menu.png");
}

#sidebar{
	height: 33px;
	position: relative;
	width: 1020px;
	top: 0px;
	margin-left: auto ;
  	margin-right: auto ;
	background-color: #FFF;
}

.jquerycssmenu{
	font: 14px Arial; /*bati d'écriture*/
	/*font-variant: small-caps;*/
	letter-spacing: 1px;
}

.jquerycssmenu ul{
	/*marge autour du menu*/
	margin: 0;
	padding: 0;
	/*puce*/
	list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Style du menu principal*/
.jquerycssmenu ul li a{
	/*height: 23px;*/
	text-align:center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 168px;
	border-right: 1px solid #c2cc00;
	border-left: 1px solid #c2cc00;
	color: #2d2b2b;
	text-decoration: none;
	background-color: #FFF;
}

.jquerycssmenu ul li a:hover{
	background: #e7eb99;
}

/*Style sous menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	right: 0px;
	display: block;
	visibility: hidden;
	border: 1px solid #c2cc00;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
	display: list-item;
	float: none;
	border: 1px solid #c2cc00;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	text-align: left;
	font: normal 13px Verdana;
	width: 152px; /*width of sub menus*/
	background: white;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: black;
	margin: 0;
	border-top-width: 0;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	background: #e7eb99;
	color: black;
}

#vide{
	height: 14px;
}

/**************************************************************************************
				     CSS CONTENU
**************************************************************************************/

#content {
}

/***********************************  CSS ACCUEIL **************************************/

/************************** premierGrosBloc *************************/
#premierGrosBloc{
	float: left;
	width: 340px;
	margin-left: 20px;
	margin-top:19px;
}

#fontBleu{
	float: left;
	clear: none;
	width: 151px;
	height: 643px;
	margin-top:19px;
	background-image: url("images/fond_bleu.png");
	background-repeat:no-repeat;
	}

	/******** blocLogin ********/
	#blocLogin {
		float: left;
		height: 183px;
		width: 178px;
		background-image: url("images/fond_bloclogin.png");
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 4px;
		font-size: 12px;
	}

	#blocLogin p{
		text-align: center;
		font-weight: normal;
		font-size: 16px;
		width: 178px;
		margin-bottom: 6px;
		margin-top: 12px;
	}

	#blocLogin a{
		font-size: 10px;
		font-style: italic;
		color: #000;
	}

	#inputFormulaire{
		height: 15px;
		width: 172px;
		font-size: 12px;
	}
	#inputFormulaire2{
		height: 15px;
		width: 172px;
		font-size: 12px;
	}

	#caseGauche{
		width: 150px;
	}
	#caseDroite{
		text-align: right;
	}
	/******** imageLogin ********/
	#imageLogin{
		float: left;
		width: 100px;
		padding-left: 4px;
		font-size: 9px;
		text-align: center;
	}

	#imageLogin p{
		color: #007fc5;
		font-weight: bold;
		font-size: 12.5px;
		text-align: center;
		margin-top: 4px;
		margin-bottom: -3px;
	}
	
	/********blocDroiteMilieu*******/
	
	#blocDroiteMilieu{
		float: left;
		width: 320px;
		margin-top:25px;
		text-align: center;
	}

	/******** ecolo-gold ********/
	#ecolo-gold{
		padding-top: 23px;
		clear: both;
		width: 72px;
		float: left;
	}
	
	#rouge{
		padding-top: 2px;
	}
	#service{
		padding-top: 10px;
		width: 248px;
		float: right;
		text-align: center;
	}
	
#premiereLigne{
	font-size: 39px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 1px;
	margin-top: 5px;
	text-align:justify;
}

#deuxiemeLigne{
	font-size: 25px;
	color: #007fc5;
	font-weight: bold;
	margin-top: -6px;
	margin-bottom: 0px;
	text-align:justify;
	letter-spacing:0.01em;
}

#troisiemeLigne{
	font-size: 23px;
	color: #666666;
	margin-top: -6px;
	margin-bottom: 3px;
	text-align:justify;
	word-spacing:3px;
	letter-spacing:0.01em;
}

#quatriemeLigne{
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #007fc5;
	margin-top: 0px;
	margin-bottom: 0px;
}

#lignesServices{
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:11px; 
}

#lignesServices strong{
	color: #007fc5;
}

#asterisque1{
	font-size: 9px;
	color: #666666;
	clear: none;
}
#asterisque2{
	font-size: 9px;
	color: #666666;
	clear: none;
}

#blocTextMilieu{
	clear:none;
	float:left;
	font-size:12px;
	letter-spacing:0.05em;
	text-align:justify;
	word-spacing:-0.06em;
	width: 320px;
	}


/************************** deuxiemeGrosBloc *************************/
#deuxiemeGrosBloc{
	float: left;
	font-size: 11px;
	text-align: center;
	width:503px;
	margin-top:12px;
}

/************************** troisiemeGrosBloc *************************/
#troisiemeGrosBloc{
	float: left;
	font-size: 11px;
	text-align: center;
	width:503px;
	margin-top:12px;
}

#blocOrange{
	float: left;
	width: 155px;
	text-align: right;
	color: #ee5a24;
	font-size: 27px;
	font-family: Arial Black;
	padding-top: 15px;
	line-height: 1.2em;
}
.bleu{
	float: left;
	color: #007fc5;
	font-family: Arial Black;
	margin-left: 20px;
}
#purple{
	float: left;
	color: #92117e;
	font-family: Arial Black;
	margin-left: 35px;
	}
#packPlusRecharge{
	float: left;
	width: 474px;
	margin-left: 30px;
	height: 50px
	}

	#troisiemeGrosBloc img{
		padding-bottom: 27px;
	}

#imagePack{
	clear: none;
	float: left;
	width: 163px;
	height: 183px;
	margin-left:35px;
	}

#cartes{
	clear: none;
	float: left;
	width: 229px;
	height: 137px;
	margin-top:15px;
	margin-left: 58px;
}

.retrait
{
   list-style-position: outside;
}

a.lienNoir{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.lienNoir:hover{
	font-style: italic;
}

/*******************************  CSS COMMENT CA MARCHE ***********************************/

#premierBlocCommentCaMarche{
}

	.imgCommentCaMarche{
		width: 170px;
	}

	#premierBlocCommentCaMarche strong{
		font-style: italic;
		font-size: 21px;
	}

	#premierBlocCommentCaMarche em{
		font-style: normal;
		font-size: 17px;
	}

#deuxiemeBlocCommentCaMarche{
	width: 928px;
	height: 141px;
	text-align: justify;
	margin-top: 20px;
	margin-left: 56px;
	margin-bottom: 15px;
	font-size: 14px;
	clear: none;
	float: left;
	background-repeat: no-repeat;
}

#troisiemeBlocCommentCaMarche{
	width: 950px;
	margin-left: 56px;
	font-size: 14px;
	margin-bottom: 10px;
	clear: none;
	float: left;
}

	#troisiemeBlocCommentCaMarche td{
		padding-top: 7px;
		vertical-align: top;
	}

	.puceCourrierSimple{
		background-image: url("images/puce-courrier-simple.png");
		background-repeat: no-repeat;
		background-position: center top;
		width: 31px;
		height: 40px;
		text-align: center;
		color: white;
		font-weight: bold;
		font-size: 16px;
	}

	.puceCourrierRecommande{
		background-image: url("images/puce-courrier-recommande.png");
		background-repeat: no-repeat;
		background-position: center top;
		width: 31px;
		height: 30px;
		text-align: center;
		color: white;
		font-weight: bold;
		font-size: 16px;
	}

	.puceFax{
		background-image: url("images/puce-fax.png");
		background-repeat: no-repeat;
		background-position: center top;
		width: 31px;
		height: 45px;
		text-align: center;
		color: white;
		font-weight: bold;
		font-size: 16px;
	}

	.puceSms{
		background-image: url("images/puce-sms.png");
		background-repeat: no-repeat;
		background-position: center top;
		width: 31px;
		height: 45px;
		text-align: center;
		color: white;
		font-weight: bold;
		font-size: 16px;
	}

#boutonDemo{
	text-align: center;
}

/*******************************  CSS NOS OFFRES ***********************************/
#premierePartieOffres{
	
}
.purple{
	color: rgb(144,39,140);
	font-weight: bold;
}

.TableBlanc{
	font-size: 30px; 
	font-weight: bold; 
	border: 2px solid black;
	}
.TableExemple{
	font-size: 26px;
	font-weight: bold;
	border: 2px solid black;
	}
.TabOffre{
	width: 321px;
	clear: none;
	height: 367px;
	}
	
.pictos{
	text-align: center;
	}
.titrePicto{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	}
	
.txtPicto{
	text-align: center;
	}
.cadeaux{
	background-color:#EA1C24;
	color:white;
	font-size:15px;
	font-weight:bold;
	margin-left:5px;
	margin-right:5px;
	}
#entetenosOffres{
	font-size:17px;
	margin-left:30px;
	margin-right:30px;
	word-spacing:1px;
}

#entetenosOffresPack{
	font-size:17px;
	margin-left:30px;
	margin-right:30px;
	word-spacing:1px;
	margin-top: -15px;
	}
	
#entetenosOffresRecharge{
	font-size:17px;
	margin-left:30px;
	margin-right:30px;
	word-spacing:1px;
	margin-top: -15px;
	}
#entetenosOffresQueFaire{
	margin-left: 30px;
	margin-right: 30px;
	word-spacing: 1px;
	margin-top: 0px;
	}
.hautTableu{
	width: 130px;
	height: 70px;
	}
#tableauQueFaire{
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
	}
#descriptionPack{
	clear: none;
	margin-right: 30px;
	margin-left: 30px;
	width: 940px;
	height: 390px;
	background-image: url("images/desc_packFont.png");
	background-repeat: no-repeat;
	margin-top: 5px;
	background-position: bottom;
	}
	
#tableauPack1{
	clear: none;
	float: left;
	width: 310px;
	height: 370px;
	}
	
#ImagePack{
	clear: none;
	float: left;
	width: 300px;
	height: 400px;
	}

#tableauPack2{
	clear: none;
	float: left;
	width: 330px;
	height: 370px;
	}
#AvantageNosOffresPack{
	margin-left:30px;
	margin-right:30px;
	}

#AvantageNosOffres{
	margin-left:30px;
	margin-right:30px;
	}

#AvantageNosOffresTableau{
	clear: none;
	width: 	964px;
	height: 372px;
	background-image: url("images/cadre_filets.png");
	background-repeat: no-repeat;
	margin-top: 5px;
	}

#premierBlocOffres{
	margin-left: 56px;
	width: 650px;
	font-size: 13px;
}
#services{
	font-size: 18px;
}

#deuxiemeBlocOffres{
	color: #007fc5;
	margin-left: 35px;
	margin-right: 56px;
}

#deuxiemeBlocOffres h1{
	font-style: italic;
	font-size: 24px;
	margin-bottom: 3px;
}

#deuxiemeBlocOffres ul{
	padding-left: 15px;
	margin-top: 0px;
	list-style-image: url("images/pointvert.png");
	font-style: italic;
	font-size: 13px;
}

#deuxiemeBlocOffres li{
	margin-bottom: 2px;
}

#deuxiemePartieOffres{
	margin-left: 30px;
	margin-right: 30px;
	font-size: 20px;
	text-align: center;
	line-height: 11px;
	font-style: italic;
}
	.ligneRecharge{
	font-size: 18px;
	text-align: right;
	font-style: normal;
	clear: none;
	float: left;
	width: 115px;
	margin-top: 10px;
	}
	
	.lignePrix{
	font-size: 35px;
	text-align: right;
	font-style: normal;
	clear: none;
	float: left;
	width: 115px;
	margin-top: 15px;
	}
	
	.lignePromo{
	clear:none;
	float:left;
	font-size:22px;
	font-style:normal;
	font-weight:bold;
	height:91px;
	line-height:18px;
	margin-top:10px;
	text-align:center;
	width:115px;
	}
	
	.vide{
	clear: none;
	float: right;
	width: 185px;
	height: 107px;
	}
	
	.imageRecharge{
	width: 187px;
	}
	
	.boutonCommande{
	clear: none;
	float: left;
	margin-top: 10px;
	}
	
	.cadreRouge{
	clear: none;
	float: left;
	height: 235px;
	width: 296px;
	background-image: url("images/cadre-rouge-3.png");
	}	
	
	#exempleFax{
	width: 296px;
	clear: none;
	float: left;
	color: white;
	text-align: center;
	font-weight: bold;
	line-height: 12px;
	font-size: 15px;
	margin-top: 10px;
	}
	
	#deuxiemePartieOffres p{
		font-style: normal;
	}

	#troisiemeBlocOffres{
		color: #007fc5;
		font-size: 10px;
	}

	#quatriemeBlocOffres{
		font-size: 10px;
	}

	#quatriemeBlocOffres img{
		margin-bottom: 5px;
	}

	#deuxiemePartieOffres span{
		line-height: 10px;
	}

	#deuxiemePartieOffres span strong{
		color: black;
	}

	#infosOrange{
		color: #ea670c;
		font-size: 10px;
	}

	#infosRose{
		color: #b33288;
		font-size: 10px;
	}

	#infosViolet{
		color: #582f87;
		font-size: 10px;
	}

	#infosGold{
		color: #b88f00;
		font-size: 10px;
	}

	#infosRouge{
		background-image: url("images/carte-rouge2.png");
		height: 253px;
		width: 296px;
		float: right;
	}

	#cinquiemeBlocOffres{
		
	}

/*******************************  CSS TARIFS ***********************************/

#tarifs{
	margin-left: auto ;
	margin-right: auto ;
	width: 912px;
	font-size: 12px;
}

.numTarif{
	width: 40px;
	font-weight: bold;
	color: #c2cc00;
	font-size: 20px;
}

/*******************************  CSS NOUS CONTACTER ***********************************/

.Style1{
	color: #c2cc00;
	font-size: 14px;
}

.Style2{
	margin-left: 15px;
	width: 370px;
}

/*******************************  CSS Questions/Reponses ***********************************/
.tableaux{
	margin-left: auto ;
	margin-right: auto ;
	border: solid 2px #c2cc00;
	width: 912px;
}

.tableaux li {
	padding: 10px;
	color: #c2cc00;
}

.tableaux li ul li {
	color: #000000;
}

.subMenu li {
	padding: 10px;
	list-style: none; 
}

.tableaux .toggleSubMenu a, .tableaux .toggleSubMenu .titre { 
	color: #000000;
	font-size: 18px;
	text-decoration: none; 
} 

.question{
	background-color: #f4f5cf;
	/*text-indent: 30px;*/
	text-align: left;
	font-weight: bold;
}
/**************************************************************************************
				CSS FOOTER
**************************************************************************************/
#footer{
	width: 1024px;
}

