/* CSS Document */

/*-------------------------------------------styleHomepage*/
div#top{
	background-image:url(../xdropImg/tsEntetes/teteglossaire.jpg);
	background-color:#CCCCCC;
	background-repeat:no-repeat;
	height:145px;
	position:relative;
	}
/*-------------------------------------------partie de droite (la toolbar est ds stylegeneral*/
div#droite{
	float:left;
	width: 720px;}
/*-------------------------------------------stylecontenu*/
div#contenu{
	position:relative;
	text-align:justify;
	margin:50px 0px 0px 50px;
	padding-right: 50px;
	}	
div#contenu h1{	font-size:25px; 
	color:#029ed7;
}
div#contenu h2{
	font-size:16px;
	color:#029ed7;
	margin:10px 0px 4px 0px;
	}
dt{	font-weight:bold;
	border-bottom: 1px solid #C1F9FF;
	font-size:14px;
	color:#029ed7;
	margin-top: 10px;
	}
dd{	padding-top:3px;
	font-size:12px; 
	line-height:14px; 
	text-align:justify;}
dl#ptgauche{ 
	margin:30px 0px;
	float:left;
	width:280px;
	}
dl#ptdroite{ 
	margin:30px 0px;
	float:right;
	width:280px;
	}
div#contenu a.glossaire2{ /*met en valeur un mot expliqué dans le glossaire*/
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	color:#666;
	cursor:help;
	}
a.ancre{ /* style ancre*/
margin-left: 140px;
	}


 
