/* Styles CSS - Les avocats du Léman */

html, body{
	height:100%;
	width:100%;
}

body{
	color:#000;
	background-color:#fff;
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2F4792;

	background-color:#ccc;
}

.gras{font-weight:bold;}
.centre{text-align:center;}
.decale{padding-left:20px;}
h3{text-size:1.1em; color:#2F4792;}
h4{text-size:1.05em; text-decoration:underline;}

.global{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:605px;

	background-color:#fff;
}


/* Style de l'en-tête et du haut */
.enTete{
	height:95px;
	width:900px;
	color:#fff;
	border-bottom:1px solid #808080;
}

	.banniere{
		height:52px;
		width:895px;
		background-color:#304793;
		padding-top:5px;
		padding-left:5px;
	}

	.blocBoutonsLgs{
		float:right;
		margin-right:10px;
	}

	.boutonLg{
		float:left;
		margin-left:6px;
	}

	.conteneurMenuG{
		height:33px;
		width:100%;
		margin-top:5px;
		background-color:#C0C0C0;
		border-top:1px solid #808080;
		border-bottom:1px solid #A4A4A4;
	}

	.menuG{
		margin-left:153px;
		width:730px;
	}
	
	.boutonMenuG{
		float:left;
		margin-left:5px;
	}

/* Style du corps et du bas */
.corps{
	width:100%;
	height:500px;
}

	.blocBoutons{
		width:158px;
		height:30px;
		/*background-image:url(Fonds/DegradeBleuFonce.jpg);
		background-position:center;
		background-repeat:repeat-y;*/
		background-color:#304793;
		text-align:center;
	}

	.blocBoutons img{
		margin-top:2px;
		margin-right:4px;
	}

	.conteneurMenuLocal{
		float:left;
		clear:none;
		margin-top:5px;
		width:160px;
		height:500px;
		color:#fff;
		border-right:1px solid #808080;	


	}

	.menuLocal{
		margin-top:4px;
		width:158px;
		height:466px;
		/*background-image:url(Fonds/DegradeBleuFonce.jpg);
		background-position:center;
		background-repeat:repeat-y;*/
		background-color:#304793;
		text-align:left;
	}

	.menuLocal img{
		border:1px solid #fff;
	}


	/* Certaine simages ayant des bordures d'origine, il faut neutraliser  le style ci-dessus pour elles*/
	.menuLocal .imgBordure{
		border:0px solid #fff;
	}

	.contenu{
		margin-top:5px;
		margin-right:20px;
		float:right;
		width:690px;
		height:500px;
		text-align:justify;
	}

	.ligne{
		width:720px;
	}

