/** NORMAL */
*:focus{
	outline: 0;
}

body {
	margin: 10px 0;
	font: normal small Arial, Helvetica, sans-serif;
	color: #83895C;
}


h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CC6600;
}

a {
	text-decoration: none;
	color: #CC6600;
	/*border-bottom: 1px solid #EBA45E*/;
}

a:hover {
	border: none;
}

/** HEADER */

#header {
	width: 700px;
	height: 70px;
	margin: 0 auto;
}

#header h1 {
	margin: 0;
	/*padding: 30px 10px 0 20px;*/
	/*text-transform: lowercase;*/
	font-size: 36px;
	letter-spacing: -.05em;
	color: #83895C;
}

#header h2 {
	/*display: none;*/
	color: #83895C;
}


/** CONTENT */

#content {
  display: flex;
	width: 820px;
	margin: 0 auto;
	background-color: #EFEBDF;
	border: solid #83895C;
	border-radius: 10px;
	box-shadow: 1px 5px 10px #AAA;
}

#content * {
	line-height: 140%;
}

#content h2 {
	text-align: center; 
}

#content table h3{
	text-align: left; 
}


/*#en_tete{
	background: url(images/en_tete.gif) repeat-y left top;
	width: 820px;
	height: 30px;
}*/

#colA {
	flex: 3;
	padding: 25px 20px 10px 40px;
	/*background: url(images/img02bis.gif) no-repeat left top;*/
}

#colA a {
	text-decoration: none;
	color: #83895C;
	/*border-bottom: 1px solid #EBA45E*/;
}

#colB {
	flex: 1;
	/*padding: 25px 20px 0 10px;*/
	padding: 10px 20px 10px 10px;
	background-color: #83895C;
	/*background: url(images/img03bis.gif) no-repeat left top;*/
}

#colB * {
	color: #EFEBDF;
}

#colB h4.jaune {
	color: yellow;
	/*border-bottom: 1px solid #EBA45E*/;
}

#colB h2{
	color: #FFFFFF;
}

#colB a {
	text-decoration: none;
	color: yellow;
	/*border-bottom: 1px solid #EBA45E*/;
}

/** FOOTER */

/*#footer {
	width: 820px;
	height: 50px;
	margin: 0 auto;
	background: url(images/pied.gif) no-repeat left top;
}*/

#footer p {
	margin: 0;
	padding: 35px 0 0 20px;
	font: bold 9px Arial, Helvetica, sans-serif;
}

/* CSS POUR BALISE XML*/
pron, quote, exp, usg{
	font-style : italic;
}

orth{
	font-weight:bold;
}

lblant{
	font-variant: small-caps ;
}

refant{
	font-weight:bold;
}

lblsyn{
	font-weight:bold;
}

refsyn{
	font-variant: small-caps ;
}

/*FIN DU CSS POUR BALISES XML*/
