/* CSS Document */
/*********************************************************
			CSS GENERALE DE LA PAGE
*********************************************************/
body {
	background-color:#f2f3f3;
	margin:0px;
	padding:0px;	
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:14px;
	color:#505050;
	
}

.couleurTexte {
color:#188adb;	
}

h1 {
	color:#188adb;
	font-weight:500;
	font-size:20px;	
}

h2 {
	color:#188adb;
	font-weight:700;
	font-size:18px;
}

a {
	color:#20a2fe;	
}

.bgheader {
	background-image:url(../images/Fond_bleu.jpg);
	background-position:center;
	background-repeat:repeat-x;
	position:absolute;
	top:0px;
	height:314px;
	width:100%;
	z-index:-9999;
}

.vignetteMenuGaucheNonCliquable {
	color:#cccccc;
	font-weight:500;
	text-align:center;
	float:left;
	width:80px;
	margin:5px;
}

.vignetteMenuGauche {
	color:#2490ED;
	font-weight:500;
	text-align:center;
	float:left;
	width:80px;
	margin:5px;
}



.vignetteMenuGaucheSelect {
	color:white;
		font-weight:500;
	text-align:center;
	float:left;
	width:80px;
	margin:5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	background: #2490ED;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2490ED), to(#165995));
	background: -webkit-linear-gradient(#2490ED, #165995);
	background: -moz-linear-gradient(#2490ED, #165995);
	background: -ms-linear-gradient(#2490ED, #165995);
	background: -o-linear-gradient(#2490ED, #165995);
	background: linear-gradient(#2490ED, #165995);
	-pie-background: linear-gradient(#2490ED, #165995);
	behavior: url('css/PIE.htc');
}

.ombreVignettes {
	-webkit-box-shadow: #666 -3px 0px 2px;
	-moz-box-shadow: #666 -3px 0px 2px;
	box-shadow: #666 -3px 0px 2px;
	behavior: url('css/PIE.htc');
}
.vignetteTarif {
	padding-top:10px;
	background-color:white;
	-webkit-border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
	-webkit-box-shadow: #666 -3px 0px 2px;
	-moz-box-shadow: #666 -3px 0px 2px;
	box-shadow: #666 -3px 0px 2px;
	behavior: url('css/PIE.htc');
}
.vignetteTarifDer {
		padding-top:10px;
	background-color:white;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	-webkit-box-shadow: #666 -3px 0px 2px;
	-moz-box-shadow: #666 -3px 0px 2px;
	box-shadow: #666 -3px 0px 2px;
	behavior: url('css/PIE.htc');
}
.degradeBleu {
	color:white;
	background: #044b94;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#044b94), to(#5a9ad2));
	background: -webkit-linear-gradient(#044b94, #5a9ad2);
	background: -moz-linear-gradient(#044b94, #5a9ad2);
	background: -ms-linear-gradient(#044b94, #5a9ad2);
	background: -o-linear-gradient(#044b94, #5a9ad2);
	background: linear-gradient(#044b94, #5a9ad2);
	-pie-background: linear-gradient(#044b94, #5a9ad2);
	behavior: url('css/PIE.htc');	
}

.degradeVert {
	color:white;
	background: #a1bd18;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#a1bd18), to(#c4dd48));
	background: -webkit-linear-gradient(#a1bd18, #c4dd48);
	background: -moz-linear-gradient(#a1bd18, #c4dd48);
	background: -ms-linear-gradient(#a1bd18, #c4dd48);
	background: -o-linear-gradient(#a1bd18, #c4dd48);
	background: linear-gradient(#a1bd18, #c4dd48);
	-pie-background: linear-gradient(#a1bd18, #c4dd48);
	behavior: url('css/PIE.htc');	
}

.bordsArrondis {
	padding-top:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #666 2px 2px 3px;
	-moz-box-shadow: #666 2px 2px 3px;
	box-shadow: #666 2px 2px 3px;
	behavior: url('css/PIE.htc');
}

.boutonBleu {
	height:30px;
	margin:auto;
	text-align:center;
	padding-top:4px;
	font-size:14px;
	color:white;
	font-weight:500;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	background: #2490ED;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2490ED), to(#165995));
	background: -webkit-linear-gradient(#2490ED, #165995);
	background: -moz-linear-gradient(#2490ED, #165995);
	background: -ms-linear-gradient(#2490ED, #165995);
	background: -o-linear-gradient(#2490ED, #165995);
	background: linear-gradient(#2490ED, #165995);
	-pie-background: linear-gradient(#2490ED, #165995);
	behavior: url('css/PIE.htc');
}
.boutonBleu:hover {
	cursor:pointer;
}

.boutonVert {
	height:30px;
	margin:auto;
	text-align:center;
	padding-top:4px;
	font-size:14px;
	color:white;
	font-weight:500;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	background: #a0bc40;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#a0bc40), to(#3b6800));
	background: -webkit-linear-gradient(#a0bc40, #3b6800);
	background: -moz-linear-gradient(#a0bc40, #3b6800);
	background: -ms-linear-gradient(#a0bc40, #3b6800);
	background: -o-linear-gradient(#a0bc40, #3b6800);
	background: linear-gradient(#a0bc40, #3b6800);
	-pie-background: linear-gradient(#a0bc40, #3b6800);
	behavior: url('css/PIE.htc');
}
.boutonVert:hover {
	cursor:pointer;
}

.boutonOrange {
	height:30px;
	margin:auto;
	text-align:center;
	padding-top:4px;
	font-size:14px;
	color:white;
	font-weight:500;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	background: #ec9942;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ec9942), to(#9f4e00));
	background: -webkit-linear-gradient(#ec9942, #9f4e00);
	background: -moz-linear-gradient(#ec9942, #9f4e00);
	background: -ms-linear-gradient(#ec9942, #9f4e00);
	background: -o-linear-gradient(#ec9942, #9f4e00);
	background: linear-gradient(#ec9942, #9f4e00);
	-pie-background: linear-gradient(#ec9942, #9f4e00);
	behavior: url('css/PIE.htc');
}
.boutonOrange:hover {
	cursor:pointer;
}

.boutonRouge {
	height:30px;
	margin:auto;
	text-align:center;
	padding-top:4px;
	font-size:14px;
	color:white;
	font-weight:500;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	background: #e25d59;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e25d59), to(#6b0b04));
	background: -webkit-linear-gradient(#e25d59, #6b0b04);
	background: -moz-linear-gradient(#e25d59, #6b0b04);
	background: -ms-linear-gradient(#e25d59, #6b0b04);
	background: -o-linear-gradient(#e25d59, #6b0b04);
	background: linear-gradient(#e25d59, #6b0b04);
	-pie-background: linear-gradient(#e25d59, #6b0b04);
	behavior: url('css/PIE.htc');
}
.boutonRouge:hover {
	cursor:pointer;
}

.menuHaut {
	/*background-image:url(../images/header.png);
	background-repeat:repeat-y;*/
	background-color:white;
	width:992px;
	height:90px;
	margin:auto;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow: #666 2px 2px 3px;
	-moz-box-shadow: #666 2px 2px 3px;
	box-shadow: #666 2px 2px 3px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	behavior: url('css/PIE.htc');
}

.menuHaut a {
	color:#6D8494;
	font-weight:500;
	text-decoration:none;
	font-size:15px;
}

.menuHaut a:hover {
	color:#20a2fe;
}

.menuHaut a:visited {
	color:#6D8494;
}


.logo {
	border:0px;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	margin:10px 12px 0 20px;	
}

.boutonConnexion {
	margin-top:22px;
	padding:0px;
	float:right;
	border:0px;
}

.boutonInscription {
	margin:22px 20px 0 0;
	padding:0px;
	float:right;
	border:0px;
}

.menuHautArrondi {
	background-image:url(../images/header_bas.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width:992px;
	height:16px;
	margin:auto;	
}

/*****************************************************************
						ZONE FIL D'ARIANE
******************************************************************/

.filAriane {
	width:985px;
	height:25px;
	font-size:11px;
	font-weight:500;
	color:white;
	margin:auto;
	margin-top:10px;
}

.filAriane a {
	color:#c7e6fd;	
	text-decoration:underline;
}
.filAriane a:visited {
	color:#c7e6fd;		
}

/*****************************************************************
						ZONE TITRE
*****************************************************************/

.zoneTitre {
	font-weight:100;
	width:985px;
	margin:auto;
	text-align:right;
}
.titre {
	color:white;
	font-size:50px;
	margin-right:200px;
	
}
.sousTitre {
	color:#89cdff;
	font-size:37px;
	line-height:20px;
	margin-right:150px;
}

/******************************************************************
						ZONE MILIEU
******************************************************************/
.zoneMilieu {
	width:985px;
	margin:auto;
	margin-top:30px;	
}
.zoneMilieuHaut {
	background-image:url(../images/grand_haut.png);
	background-position:top;
	background-repeat:no-repeat;
	width:990px;
	height:9px;
}
.zoneMilieuMilieu {
	/*background-image:url(../images/grand_separateur.png);
	background-position:top;
	background-repeat:repeat-y;
	*/
	background-color:white;
	z-index:10000;
	width:990px;
}
.zoneMilieuBas {
	background-image:url(../images/grand_bas.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width:990px;
	height:9px;
}

/******************************************************************
						SEPARATEUR ZONE
******************************************************************/

.separateurZones {
	width:20px;
	height:100%;	
	float:left;
}

/******************************************************************
						ZONE GAUCHE PETIT
******************************************************************/
.zoneGauche {
	width:775px;
	float:left;
}
.zoneGaucheHaut {
	background-color:white;
	width:191px;
	height:10px;
}
.zoneGaucheMilieu {
	background-color:white;
	width:191px;
	height:auto;
}
.zoneGaucheBas {
	background-color:white;
	width:191px;
	height:10px;
}

/******************************************************************
						ZONE DROITE PETIT
******************************************************************/
.zoneDroite {

	width:191px;
	float:left;
}
.zoneDroiteHaut {
	background-color:white;
	width:774px;
	height:8px;
}
.zoneDroiteMilieu {
	background-color:white;
	width:774px;
	height:auto;
}
.zoneDroiteBas {
	background-color:white;
	width:774px;
	height:8px;
}


/*******************************************************************
					PICTO V CARD
*******************************************************************/

.pictoVCard {
	background-image:url(../images/vcard_off.png);
	width:177px;
	height:177px;	
}
.pictoVCard:hover {
	background-image:url(../images/vcard_over.png);
	width:177px;
	height:177px;
}

/********************************************************************
						ZONE FOOTER
*******************************************************************/
.zoneFooter {
	height:83px;
	padding-top:25px;
	clear:both	;
}
.footer {
	height:64px;
	margin-top:37px;
	background-color:#e6e6e6;
	vertical-align:middle;
	width:100%;	
}

.footerTexte {
	width:834px;
	margin:auto;
	padding-left:151px;
	margin-top:20px;
	font-weight:400;
	color:#6D8494;
}

.copyright {
	font-size:10px;	
	float:right;
}

/*******************************************************************
						PAGE DE CONNEXION
********************************************************************/
.zoneFormulaireConnexion {
	text-align:center;
	margin:auto;
	font-size:16px;
	padding:70px 0 70px 0;
}

.formulaireInputText400px {
	height:30px;
	line-height:30px;
	width:400px;
	color:#505050;
	text-align:left;
	font-size:14px;
	vertical-align:middle;
}

.formulaireInputText45 {
	height:30px;
	line-height:30px;
	width:45%;
	color:#505050;
	text-align:center;
	font-size:14px;
	vertical-align:middle;
}
.formulaireInputText95 {
	height:30px;
	line-height:30px;
	width:95%;
	color:#505050;
	text-align:center;
	font-size:14px;
	vertical-align:middle;
}
.formulaireInput330px {
	float:right;
	width:330px;
	height:20px;
	line-height:20px;
	color:#505050;
	text-align:center;
	font-size:14px;
	vertical-align:middle;
}

/*******************************************************************
						PAGE DE PARTAGE RESEAUX
********************************************************************/
.zoneReseauxSociaux {
	width:180px;
	float:left;
	margin:auto;
	text-align:center;
	margin:10px 13px 0 0;
	padding-top:25px;
}

/********************************************************************
						MENU DE GAUCHE
********************************************************************/
.menuGaucheNonCliquable {
	color:#cccccc;
	height:23px;
	width:176px;
	padding-top:7px;
	padding-left:15px;
	font-weight:300;
	overflow:hidden;		
}
.menuGaucheCliquable {
	min-height:23px;
	width:176px;
	padding-top:7px;
	padding-left:15px;
	font-weight:300;
	overflow:hidden;	
}
.menuGaucheCliquable:hover {
	font-weight:700;
	color:white;
	background-color:#157fcc;
	cursor:pointer;
}
.sousMenuGaucheNonCliquable {
	color:#cccccc;
	height:23px;
	width:151px;
	padding-top:7px;
	padding-left:40px;
	font-weight:300;
	overflow:hidden;
	font-size:11px;	
}

.sousMenuGaucheCliquable {
	min-height:23px;
	width:146px;
	padding-top:7px;
	padding-left:40px;
	font-weight:300;
	overflow:hidden;
	font-size:11px;	
}
.sousMenuGaucheCliquable:hover {
	font-weight:700;
	color:white;
	background-color:#157fcc;
	cursor:pointer;
}

/*********************************************************************
						GESTION DES QR CODES
*********************************************************************/
.tableGestionQR {
	width:100%;	
}
.ligneHeaderGestionQR {
	height:35px;
	color:white;
	background-color:#aaaaaa;
	font-weight:700;
}

.ligneGestionQR {
	height:35px;
}
.ligneGestionQR:hover {
	background-color:#e6e6e6;	
	cursor:pointer;
	vertical-align:middle;
}
.cellGestionQR {
		border-bottom:1px solid #e6e6e6;
}

/********************************************************************
				Etudes de cas
*********************************************************************/
.etudeLogo {
	max-height:75px;
	max-width:200px;
	margin-top:30px;	
}
.etudeNomCas {
	font-size:36px;
	font-weight:500;
	color:#188adb;
}
.etudeTitre {
	color:#188adb;
	font-weight:700;
	font-size:18px;
}
.etudeSolution {
	
}
.etudeImage {
	max-height:350px;
	max-width:400px
}
.etudeOmbre {
	-webkit-box-shadow: #666 2px 2px 3px;
	-moz-box-shadow: #666 2px 2px 3px;
	box-shadow: #666 2px 2px 3px;
	behavior: url('css/PIE.htc');
}


/********************************************************************

********************************************************************/
.bacicbox { 
	margin: 0pa;
	padding:10px 0 0 0;
}
.bacicbox ul { 
	margin:0px 0 0 0px;
	list-style-type:none; 
}
.bacicbox ul li { 
list-style-type:none; 
	float:left; 
	margin:0px 15px 0 0 ; 
	padding:25px 0 0 0;
	border:#999999 solid 1px;
	behavior: url(PIE.htc); 
	position:relative; 
	z-index:1;
	border-radius: 5px 5px 5px 5px; 
	background:#fff url(images/box_bg.jpg) repeat-x left bottom; 
	min-height:211px;
}
.bacicbox .url_img                           { margin:0 auto; text-align:center; padding:15px 40px 14px 40px; display:block;}  
.bacicbox .url                               { color:#0066cc;font-family:Helvetica,Arial,sans-serif; font-size:25px; text-align:center; display:block; padding:0 0 35px;} 
.bacicbox p                                  {font-family:Helvetica,Arial,sans-serif; font-size:16px; text-align:center; color:#666666; padding:0 0 5px; margin:0px;} 
.bacicbox p a                                 { color:#666666; text-decoration:none;}
.bacicbox p a:hover                                 { color:#666666; text-decoration:underline;}

.bacicbox .vcard_img                           { margin:0 auto; text-align:center; padding:15px 40px 18px 40px; display:block;}  
.bacicbox .vcard                             { color:#0066cc;font-family:Helvetica,Arial,sans-serif; font-size:25px; text-align:center; display:block; padding:0 0 30px;} 


.bacicbox .facebook_img                           { margin:0 auto; text-align:center; padding:15px 55px 18px 55px; display:block;}  
.bacicbox .facebook1                             { color:#0066cc;font-family:Helvetica,Arial,sans-serif; font-size:25px; text-align:center; display:block; padding:0 0 30px;} 

.bacicbox .tweeter_img                           { margin:0 auto; text-align:center; padding:15px 40px 18px 40px; display:block;}  
.bacicbox .tweeter1                             { color:#0066cc;font-family:Helvetica,Arial,sans-serif; font-size:25px; text-align:center; display:block; padding:0 0 30px;}  
 