/*  feuille de style site propre au Site*/

.LBWhiteText {
	font-size: 0.9em;
	color: #FFF;
	text-align:center;
	vertical-align: middle;
	text-decoration: none;
}
a:link.LBWhiteText {color:#fff}
a:active.LBWhiteText {color:#6699FF}
a:visited.LBWhiteText {color:#fff}
a:hover.LBWhiteText {color:#FFE67C}

.LBRestrictedBloc {
	font-size: 0.9em;
	text-align:left;
	vertical-align: middle;
	text-decoration: none;
}

ul.LBRestrictedBloc {
	list-style-image: url('square.gif');
	margin-left: 2em;  //space at left of caracters for IE
	//padding-left: 2em; //space at left of caracters
}


/* GENERAL */

body{ 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #fff url(images/bg_hachures.jpg) repeat;
	color: #555;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
}

.lettrine:first-letter{
	font-size:220%;
	float:left;
	font-weight:bold;
	text-indent:0em;
}

li{
	margin-left:30px;
	display: list-item;
  	list-style-image: url('images/puce1.png');
	margin-bottom:6px;
}

h1,h2,h3,h4 {
	font: bold 100%/130% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; padding: 0px;
}

a {
	color: #008000;
	text-decoration:none
}

a:hover {
	color: #008000;
	font-weight:bold
}

a:visited {
	color: #008000;
	text-decoration:none;
}

.clearDiv {
	clear:both;
}

#rubrique {
	text-align:center;
	font-weight:bold;
	background-color:#FEFF8F;
	color:#008000;
	padding:2px 2px 2px 2px;
	margin:24px 4px 12px 4px;
	border:solid 2px;
	border-color:#008000;
	width:98%;
}


/* -- CENTER ---*/
#center {
	padding-top: 20px;
	width:600px
}

#center a {
	color: #008000;
	text-decoration:none;
}


/* LEFTMENU */

.leftmenu {
	display:block;
	background-color:#008000;
	background:url(../images/grdLeftmenu1.jpg);
	padding:4px 4px 4px 4px;
	color:#FFF;
	width:164px;
	border:2px;
	margin-bottom:10px;
	-moz-box-sizing: border-box 
}

.leftmenu a {
	color:#FFF;
	font-weight:bold;
}

.leftmenu a:visited {
	color:#FFF;
	font-weight:bold;
}

.leftmenu a:hover {
	color:#FEFF8F;
	text-decoration:none;
	vertical-align:middle;
}

.leftmenu2 {
	display:block;
	background-color:#ccff66;
	background:url(../images/grdLeftmenu2.jpg);
	padding:2px 0px 2px 6px;
	color:#008000;
	width:164px;
	border:2px;
	margin-left:0px;
	margin-bottom:6px;
	-moz-box-sizing: border-box 
}

.leftmenu2 a {
	font-weight:bold;
	color:#008000;
}

.leftmenu2 a:hover {
	font-weight:bold;
	color:#FEFF8F;
	text-decoration:none;
}

/*----------------------------*/
.boite{
	text-align:center;
	border: 2px dashed #008000;
	width:400px;
	display:block;
	padding: 4px;
	margin:0 auto;
}