/*****************************
** Aerocontact              **
** 				 { Market }	**
** 2010						**
*****************************/

/*
** Général
*/
	body
	{
		background-color: #f1f1ea;
		margin: 0 auto;
		padding: 0;
		position: relative;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1em;
		text-align: center;		
	}
	
	a
	{
		text-decoration: none;
		color: #000;
	}
	
	a:hover
	{
		text-decoration: underline;
	}
	
	img
	{
		border: none;
		behavior: url("../img/pngbehavior.htc");
	}
	
	#flip
	{
		position: absolute;
		right: 0px;
		top: 0px;
		width: 97px;
		height: 112px;
		background-image: url(../img/flip.png);
		overflow: hidden;
		cursor: pointer;
		z-index: 1000;
	}	

/*
** Répétitions
*/
	/* Margin auto */
	.conteneur-gen, .conteneur, #footer, .ic, .haut
	{ margin: auto; }
	
	/* Largeur 100 */
	.onglet, .div100
	{ width: 100%; }
	
	/* Largeur 993 */
	.conteneur-gen, #footer
	{ width: 993px; }
	
	/* Largeur 973 */
	.conteneur, #header, #sous-menu
	{ width: 973px; }
	
	/* Largeur 663 */
	.gauche, .arrondi-haut, .arrondi-bas
	{ width: 663px; }
	
	/* Largeur 300 */
	.droite, .droite-titre, .bloc
	{ width: 300px; }
	
	/* Hauteur 70 */
	#header
	{ height: 70px; }
	
	/* Border 1px solid #ddd */
	.conteneur-gen, .bloc-connexion, .ic-barre, .barre-paiement, .ic-contenu, .contenu-paiement, .marron-paiement
	{ border: 1px solid #ddd; }
	
	/* Background-color: #fff */
	.conteneur-gen
	{ background-color: #fff; }
	
	/* Background repeat x */
	.barre-paiement, .ic-barre
	{ background-repeat: repeat-x; }	
	
	/* Margin-top 20px */
	.conteneur-gen
	{ }
	
	/* Margin-top 10px */
	#header
	{ margin-top: 10px; }
	
	/* Margin-bottom 10px */
	.bloc-panier, .bloc
	{ margin-bottom: 10px; }
	
	.mb
	{ margin-bottom: 20px; }
	
	.mb2
	{ margin-bottom: 5px; }	
	
	/* text-align: center */
	#header-g
	{ text-align: center; }
	
	/* text-align: left */
	#header, .gauche, .droite
	{ text-align: left; }
	
	/* text-align: center */
	#footer
	{ text-align: left; }
	
	/* Float: left */
	#header-g, .gauche, .onglet-g, #header-d-g, #menu-main, .paiement-g, .ic-inscr, .recruteurs-g, .haut-gauche,
	.paiement-ligne, .paiement-ld-g
	{ float: left; }
	
	/* Float: right */
	.droite, .onglet-d, #header-d, #header-d-d, #header-d2, #ladate, .paiement-d, .ic-connex, .recruteurs-d, .haut-droite,
	.paiement-differe, .paiement-ld-d
	{ float: right; }
	
	/* overflow: hidden */
	.conteneur-gen, .conteneur, #footer, .gauche, .droite, .onglet, #menu, #menu-main, #main, .paiement, .ic, .aumilieu, .texte, 
	.marron-paiement, .div100, .mb, .haut, .arrondi-milieu, .arrondi2-milieu
	{ overflow: hidden; }
	

/*
** Divs
*/
	.conteneur-gen
	{
	}
	
	.haut
	{ 
		padding-top: 20px;
		padding-bottom: 10px;
		width: 993px;
		z-index: 90000;
	}
	
	.haut-gauche
	{
		width: 600px;
		text-align: left;
	}
	
	.haut-droite
	{
		width: 300px;
		text-align: right;
	}
	
	.conteneur
	{
		width: 973px;
		padding-bottom: 10px;
	}
	
	#header
	{
		height: 70px;
		background-color: #3b5999;
		background-image: url(../img/fond-header.png);
		background-repeat: repeat-x;
	}
	
	#header-g
	{
		width: 231px;
		height: 70px;
	}
	
	#header-d
	{
		width: 400px;
		padding-top: 14px;
		height: 27px;
		display: inline;
	}
	
	#header-d2
	{
		width: 350px;
		padding-top: 8px;
		display: inline;
	}	
	
		#header-d-g
		{
			width: 38px;
		}
		
		#header-d-d
		{
			width: 300px;
			padding-top: 6px;
		}
		.input
		{
			width: 162px;
			padding-left: 6px;
			height: 22px;
			background-image: url(../img/input-connexion.png);
			display: inline;
			float: left;
			padding-top: 4px;
		}
	
	#menu
	{
		width: 963px;
		padding-right: 10px;
		height: 25px;
		background-image: url(../img/fond-menu.png);
		background-repeat: repeat-x;
		text-align: right;
	}
		
	#sous-menu
	{
		margin-top: 1px;
		height: 9px;
		background-image: url(../img/fond-ss-menu.png);
		background-repeat: repeat-x;
		margin-bottom: 20px;
	}
	
	.gauche
	{

	}
	
		.onglet
		{
			height: 22px;
		}
		
			.onglet-g
			{
				width: 190px;
				height: 22px;
				text-align: center;
			}
		
		.barre, .barre-paiement, .ic-barre
		{
			height: 8px;
			background-image: url(../img/barre.png);			
		}
		
		/* Inscription Connexion
		*/
			.ic
			{
				width: 663px;
			}
			
				.ic-inscr, .ic-connex
				{
					width: 322px;
				}
				
				.ic-barre
				{
					width: 316px;
					margin: 8px 0 12px 0;
				}
				
				.ic-contenu
				{
					padding: 10px;
					width: 296px;
					background-color: #f7f7f7;
					min-height: 120px;
				}
				
		/* Texte
		*/
			.texte
			{
				width: 631px;
				padding: 15px;
				background-color: #fafafa;
				border: 1px dotted #ccc;
				margin-bottom: 10px;
				text-align: justify;
				line-height: 1.5em;
			}
		
		/* Paiement
		*/
			.titre-paiement
			{
				width: 663px;
			}
			
			.barre-paiement
			{
				width: 661px;
				margin: 8px 0 12px 0;
			}
			
			.paiement
			{
				width: 100%;
				padding-top: 20px;
				padding-bottom: 40px;
			}
			
			.contenu-paiement, .marron-paiement
			{
				padding: 10px;
				width: 641px;
				margin-bottom: 8px;
			}
			
			.contenu-paiement
			{
				margin-top: 20px;
				margin-bottom: 20px; 
			}
			
			.marron-paiement
			{
				background-color: #f7f7f7;
			}
			
			.paiement-g
			{
				width: 100px;
				text-align: center;
			}
			
			.paiement-d
			{
				width: 500px;
			}
			
			
			
			.paiements
			{
				width: 100%;
			}
			
			.paiement-ligne, .paiement-differe
			{
				width: 328px;
			}
			
			.paiement-ligne-f, .paiement-differe-f
			{
				height: 45px;
			}
			
			.paiement-ligne-f
			{
				background-image: url(../img/paiement-ligne.png);
			}			
			
			.paiement-differe-f
			{
				background-image: url(../img/paiement-differe.png);
			}
			
				.paiement-ld-g
				{
					width: 154px;
					padding: 14px 0 0 0;
					margin-left: 8px;	
				}
				
				.paiement-ld-d
				{
					width: 130px;
					padding: 13px 0 0 0;
					margin-right: 8px;	
					text-align: right;
				}
			
			.paiement-ligne-ss, .paiement-differe-ss
			{
				height: 22px;
				margin-top: 3px;
				margin-bottom: 10px;
			}
			
			.paiement-ligne-ss
			{
				background-image: url(../img/paiement-ligne-ss.png);
			}
			
			.paiement-differe-ss
			{
				background-image: url(../img/paiement-differe-ss.png);
			}
			
			
			.paiement-ligne-bar, .paiement-differe-bar
			{
				width: 663px;
				height: 45px;
			}
			
			.paiement-ligne-bar
			{
				background-image: url(../img/paiement-ligne-bar.png);
			}
			
			.paiement-differe-bar
			{
				background-image: url(../img/paiement-differe-bar.png);
			}
			
			.paiement-ligne-bar-ss, .paiement-differe-bar-ss
			{
				height: 22px;
				margin-top: 4px;
				margin-bottom: 10px;
			}
			
			.paiement-ligne-bar-ss
			{
				background-image: url(../img/paiement-ligne-bar-ss.png);
			}
			
			.paiement-differe-bar-ss
			{
				background-image: url(../img/paiement-differe-bar-ss.png);
			}			
			
			.arrondi-haut, .arrondi-bas, .arrondi2-haut, .arrondi2-bas
			{
				height: 9px;
			}
			
			.arrondi-milieu, .arrondi2-milieu
			{
				border-left: 1px solid #c0c0c0;
				border-right: 1px solid #c0c0c0;
			}			
			
			.arrondi-milieu
			{ width: 661px; }
			
			.arrondi2-milieu
			{ width: 310px; padding: 0px 8px 0px 8px; }
			
			.arrondi-haut
			{ background-image: url(../img/arrondi-haut.png); }
			
			.arrondi-bas
			{ background-image: url(../img/arrondi-bas.png); }
			
			.arrondi2-haut
			{ background-image: url(../img/arrondi2-haut.png); }
			
			.arrondi2-bas
			{ background-image: url(../img/arrondi2-bas.png); }			
			
			
		/* Comptes Recruteurs
		*/
			.recruteurs-g, .recruteurs-d, .recruteurs-site
			{
				width: 325px;
			}
		
			.recruteurs-site
			{
				width: 328px;
				height: 79px;
				background-image: url(../img/fond-site.png);
			}
			
			.titres-bleu
			{
				width: 100%;
				height: 20px;
				border-bottom: 3px solid #385083;
				padding-bottom: 3px;
				color: #385083;
				font-weight: bolder;
				font-size: 0.8em;
				margin-bottom: 20px;
			}
		
		
		/* Commandes
		*/
			.encart-devis
			{
				margin: 10px 0 15px 0;
				width: 648px;
				padding: 12px;
				background-color: #f8f8f8;
			}		
		
			.encart-facture
			{
				margin: 10px 0 20px 0;
				width: 648px;
				padding: 12px;
				background-color: #f8f8f8;
			}
			
			.barre-bleu
			{
				border-bottom: 3px solid #385083;
				padding-bottom: 3px;
				margin-bottom: 20px;
			}
			
			
		/* Stat
		*/
			.encart-stat-conteneur
			{
				width: 320px;
			}
			
			.encart-stat
			{
				width: 318px;
				border: 1px solid #ddd;
			}
		
	
	.droite
	{
		
	}
		.droite-titre, .titre
		{
			height: 20px;
			border-bottom: 1px solid #ddd;
			margin-bottom: 5px;
		}
		
		.titre
		{ display: block; margin-bottom: 20px; }
		
		.bloc-connexion
		{
			width: 288px;
			height: 56px;
			background-image: url(http://www.aerocontact.com/t_medias/login_fond_home.gif);
			background-repeat: repeat-x;
			text-align: right;
			padding-top: 10px;
			padding-right: 10px;
		}
		
		.bloc-panier
		{
			width: 278px;
			border: 1px solid #ddd;
			padding: 10px;
			margin-bottom: 20px;
		}
		
		.bloc-titre
		{
			width: 100%;
			text-align: left;
			font-size: 0.8em;
			font-family: arial, sans-serif;
			color: #999;
			font-weight: bolder;
			height: 20px;
			padding-top: 3px;
		}
		
		.bloc
		{
			
		}
	
	#footer
	{
		margin-top: 7px;
		color: #999999;
		margin-bottom: 20px;
		line-height: 1.6em;
	}	
	

/*
** Menu Principal
*/
	#menu-main
	{
		width: 740px;
	}
	
	#ladate
	{
		width: 190px;
		padding-top: 4px;
		text-align: right;
		font-weight: normal;
		font-size: 0.9em;
	}
	
	#main
	{
		right: 0em;
		bottom: 0em;
		top: 0em;
	}

	#main ul
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		list-style: none;
		line-height: normal;
	}

	#main li
	{
		float: left;
	}

	#main li a
	{
		display: block;
		padding: 6px 1.2em 1.0em 1.2em;
		color: #353535;
		font-weight: bold;
		font-size: 0.85em;
		text-decoration: none;
		margin: 0px 0px 0px 0px;

	}

	#main li a.active
	{
		background:url('../img/fond-menu2.png') repeat-x;
		color: #fff;
	}
	
	#main li a.active:hover
	{
		background:url('../img/fond-menu2.png') repeat-x;
		color: #fff;
	}	
	
	#main li a:hover
	{
		background:url('../img/fond-menu2-hover.png') repeat-x;
	}	
	
/*
** Onglets
*/
	ul#onglets 
	{
		font: bold 11px verdana, arial, sans-serif;
		list-style-type: none;
		padding-bottom: 24px;
		padding-left: 15px;
		border-bottom: 1px solid #ddd;
		margin: 0;
		margin-bottom: 25px;
	}
	
	ul#onglets  li
	{
		float: left;
		height: 21px;
		background-color: #e4e4e4;
		padding-left: 10px;
		padding-right: 10px;
		margin: 2px 2px 0 2px;
		border: 1px solid #ddd;
	}
	
	ul#onglets li.inactif
	{
		background-image: url(http://www.aerocontact.com/t_medias/shade.gif);
		background-repeat: repeat-x;
	}
	
	ul#onglets .inactif a
	{
		color: #87898e;
	}
	
	ul#onglets  li.actif
	{
		border-bottom: 1px solid #fff;
		background-color: #fff;
	}
	
	#onglets a
	{
		float: left;
		display: block;
		color: #3b5999;
		text-decoration: none;
		padding: 4px;
	}
	
	
	#onglets .inactif a:hover
	{
		color: #525459;
		text-decoration: underline;
	}

blockquote.style3 {
  font-size: 0.8em;
  padding-top: 5px;
  margin: 5px;
  background-image: url(../img/block-before.png);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 30px;
  text-align: justify;
  }
  blockquote.style3 span {
    display: block;
    background-image: url(../img/block-after.png);
    background-repeat: no-repeat;
    background-position: bottom right;
} 
