/*********************************/
/*--      Position elements    --*/
/*********************************/

/*-- COMMUN --*/

body {
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:30px;
}

#corps {
	position: relative;
	margin-left: auto;
  margin-right: auto;
	width:908px;
	background-color:#ffffff;
	z-index:1;	
}

#menu {
	position: absolute;
	left: 14px;
	top: 5px;
	width:334px;
	z-index:3;
}
#menub {
	position:absolute;
	left:14px;
	top:286px;
	width:130px;
	z-index:3;
}

#menulll {
	position: absolute;
	left: 349px;
	top: 77px;
	width:266px;
	z-index:3;
}

#menulv {
	position: absolute;
	left: 616px;
	top: 77px;
	width:266px;
	z-index:3;
}

#contenu {
	position: absolute;
	left: 0;
	top: 0;
	width:1px;
	background-color:#ffffff;
	z-index:2;
	height: 1px;



}


/*********************************/
/*--            Style          --*/
/*********************************/


/*lien*/
a 	    { text-decoration:none; color:#000000; font-size:100%; background:#d3ecf2; } 
a:hover { text-decoration:underline; color:#000000; font-weight:normal; }

/*texte*/
h1			{
	color:#00A0C6;
	font-size:18px;
	font-weight: bold;
}

h2			{
	color:#00A0C6;
	font-size:12px;
	font-weight: bold;
}

.menu {
	line-height: 18px;
	font-size: 11px;
	color: #FF7F00;
}

ul			{ color:#868483; line-height: 15px;}
p				{ color:#000000; padding:0px 0px; line-height: 15px; }
.orange		{
	color:#FFFFFF;
	font-weight: bold;
	background: #a2a2a2;
	font-size: 12px;
	font-style: normal;
}
.bleu			{ color:#00A0C6; font-weight: bold; }
.gris			{ color:#999999; }
.blanc		{ color:#FFFFFF; font-weight: bold; }

/*liens menu*/
a.lienmenu	{ color:#000000; font-weight:normal; text-decoration: none; background:#FFFFFF; }
a.lienmenu:hover { text-decoration:none; color:#000000; font-weight:bold; background:#FFFFFF; }

.rub {
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 18px;
	padding-right: 22px;
}

.fond {
	background-image: url(h_fond_o_b.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.fond2 {
	background-image: url(h_fond_b.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.tableau	{ border: 1px solid rgb(153, 153, 153); margin: 0pt; border-collapse: collapse; }

