/*------------------------------------------------------*
  *-----------------------------------     CSS DECO     ----*
  *------------------------------------------------------*/



body
{
	text-align:center;
	padding: 0;
	border:0;
	margin-left: 10;
	margin-right: 10;
	margin-top: 22;
	font-family: arial;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
}




#global{
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#menu{
	float:left;
	width:396px;
	height: 519px;
	background:url(../images/deco/menu.gif) no-repeat;
}
#contenu{
	float:left;
	width:584px;
	background:url(../images/deco/droite.gif) no-repeat;
	height:519px;;
	

}
#texte{
	float:left;
	width:400px !important;
	width:430px;
	height:405px;
	padding-left:30px;
	overflow:hidden;
	/*margin-top:20px;*/

}



#nav{
padding-top:10;
	float:right;
}

#bas{
	clear:both;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	padding-top: 35px;
	padding-right: 140px;
	height: 61px;
	width:100%;
	left:0px;
	color:#FFFFFF;
	text-align: right;
	background-image: url(../images/deco/bas.gif);
	background-repeat: no-repeat;
	}
	
	

 /*------------------------------------------------------*
  *-----------------------------------     CSS TEXT     ----*
  *------------------------------------------------------*/

h1
{
	color:#006600;
	font-family: arial;
	font-size: 16px;
	font-weight:bold;
	text-transform: uppercase;
}



.highlight
{
	color:#006600;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}
.pied
{
	color:#FFFFFF;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
}

ul{}

li{}

.sous_liste{
	text-indent: 30px;
	list-style-type: none;
}

 /*------------------------------------------------------*
  *-----------------------------------     CSS MENU     ----*
  *------------------------------------------------------*/
  
  
a.menu{
	text-decoration: none;
	font-family: arial;
	font-size: 10px;
	color:#FFFFFF;
	}
	

a.menu:hover{
	text-decoration: underline overline;
}




 /*------------------------------------------------------*
  *-----------------------------------     CSS LIEN     ----*
  *------------------------------------------------------*/



a.lien{
	font-family: arial;
	font-size: 12px;
	text-decoration:underline;
	color: #006600;
	font-weight: bold;
	}


a.lien:hover{
	color: #006600;
	text-decoration:underline overline;
}


a.lightbox{
	font-family: arial;
	font-size: 11px;
	text-decoration:none;
	color: #000000;
	font-weight: bold;
	}


a.lightbox:hover{
	color: #000000;
	text-decoration:underline overline;
}
a.lien_plan{
	font-family: arial;
	font-size: 11px;
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
	}


a.lien_plan:hover{
	color: #FFFFFF;
	text-decoration:underline overline;
}
