* { padding:0; margin:0; }

HTML
{ 
			background:url("../images/fonds/old_fond.jpg") no-repeat fixed center center #000000;
}

body
{
			font-size:11px;
			font-family:Georgia, Arial,Helvetica,sans-serif;
			color:#000;
}


/****************** Conteneur ******************/

#conteneur
{
			margin:5px auto;  
			width:760px;
}


/****************** En-tête ******************/

#entete
{
			float:left;
			width:760px;
			/*background-image: url('../images/bandeau/old_bandeau.jpg');
			background-position: bottom left;
			background-repeat: no-repeat;*/
}
#langue
{
			font-weight:bold; 
			width:760px;
			color:#FFF;
			text-align:right;
}
#langue a
{
			color:#FFF;
}

/****************** Corps ******************/

#corps
{
			float:left;
			width:760px;
			background-color:#FFF;
}

#corps2
{
			float:left;
			width:760px;
			/*background-image: url('../images/fonds/corps.jpg');
			background-position: left top;
			background-repeat: no-repeat;*/
}

#menu
{
			float:left;
			display:inline;
			width:190px;
			/*margin-top:30px;*/
			background-color:#FFF;
			text-align:left;
			/*padding-top:71px;
			padding-left:7px;*/
			/*background-color:#999;*/
}
#menu img
{
			margin-bottom:15px;
}

#menu ul
{
			
}

#menu li
{
			list-style-position:outside;
			list-style-type:square;
			color:#575757;
			font-size:15px;
}
#menu .li_niv_1 { line-height:26px; margin-left:5px; }
#menu .li_niv_2 { line-height:13px; margin-left:20px; }
#menu .li_niv_3 { line-height:13px; margin-left:30px; }



#menu a
{
			color:#2A8CB1;
			font-size:12px;
}

#menu .li_niv_1 a { font-weight:bold; }
#menu .li_niv_2 a {  }
#menu .li_niv_3 a {  }

#menu .li_select
{
			color:#2A8CB1;
			background-color:#2A8CB1;
			line-height:26px;
}

#menu .li_select a
{
			padding-left:5px;
			color:#FFF;
			font-size:15px;
}






#texte
{
			float:left;
			width:520px;
			padding:0px 8px 20px 8px;
			
}

#texte ul {
        list-style-type: square;
        list-style-position: outside;
        text-indent: 0px;
        margin-left:7px;
        padding-left:7px;
}
#texte li {
	font-family:georgia,tahoma,verdana,helvetica,arial,sans-serif;
	font-size:8pt;
	color:#000000;
}

#pied
{
			float:left;
			width:760px;
			color:#2A8CB1;
			text-align:center;
			font:10px Verdana;
			margin-bottom:20px;
			background-color:none;
			/*
			color:#0083C9;
			margin-top:30px;
			background-image: url('../images/fonds/pied.gif');
			background-position: left top;
			background-repeat: no-repeat;*/
}


