/* propriétés générales */
body, html {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background-color: #857363; /* Pantone 7531C */
	color: white;
	margin: 0;
	padding: 0;
}

a, a:visited {
	text-decoration: none;
	color: white;
}
a img {
	border: 0;
}

/* Bandeau */
#header {
	background-color: white;
	color: black;
	/*height: 32px;*/
	height: 20px;
	font-size: 80%;
}
#header a {
	color: black;
}
#header a:hover {
	background-color: #EE820F; /*#FF5800;*/
	color:white;
}
.texte_header {
	float: right;
	margin-right: 5px;
}
.barre_header {
	color: #EE820F; /*#FF5800;*/
	background-color: white;
	font-weight: bold;
}

/* Filet */
#line {
	background-color: #EE820F; /*#FF5800;*/
	color: white;
	height: 4px;
}

/* Corps */
#crochet_gauche,
#crochet_droit,
#glyphes_gauche,
#glyphes_droit {
	position: relative;
}
.texte_glyphe {
	position: relative;
	top: -5px;
}

#logo{
	position: relative;
	margin-left: 200px;
	margin-top: 60px;
}
#glyphes_gauche {
	float: left;
	margin-top: 150px;
	margin-left: 80px;
	margin-right: 10px;
	display: block;
	text-align: right;
	z-index: 2;
	top: -50px;
}

#glyphes_gauche #glyphe_gauche_1 {
	position: relative;
	/*top: -50px;*/
}
#glyphes_gauche #triangle_gauche_1 {
	position: relative;
	right: -25px;
	z-index: 2;
}
#glyphes_gauche #glyphe_gauche_2 {
	position: relative;
	/*clear: left;*/
	/*top: -50px;*/
}
#glyphes_gauche #triangle_gauche_2 {
	position: relative;
	/*left: 30px;*/
	right: -30px;
	z-index: 1;
}
#glyphes_gauche #glyphe_gauche_3 {
/*	position: relative;
	/*top: -40px;*/
/*	top: 10px;
	left: 90px;*/
	position: absolute;
	top: 260px;
	left: 110px;
}
#glyphes_gauche #triangle_gauche_3 {
/*	position: relative;
	top: -20px;
	/*right: -20px;*/
/*	left: 20px;
	z-index: 1;*/
	position: absolute;
	left: 100px;
}
#glyphe_gauche_3 span.texte_glyphe {
	position: relative;
	left: 20px;
	margin-left: -24px;
}

#crochet_gauche {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}
#chapo {
	position: absolute;
	z-index: 1;
	margin-top: 25px;
	margin-right: 340px;
	left: 300px;
	padding: 0;
	color: #CABAA8;
	font-size:90%;
}
#crochet_droit {
	float: right;
	margin-right: 0px;
	right: 120px;
}

#glyphes_droit {
	position: relative;
	float: right;
	margin-right: 120px;
	right: 120px;
	z-index: 2;
}
#glyphes_droit #glyphe_droit_1 {
/*	position: relative;
	top: -70px;
	left: -70px;*/
	position: absolute;
	top: -70px;
	left: -70px;
}
#glyphes_droit #triangle_droit_1 {
/*	position: relative;
	top: -140px;
	left: -75px;
	z-index: 1;*/
	position: absolute;
	top: 10px;
	left: -75px;
}
#glyphe_droit_1 span.texte_glyphe {
	position: relative;
	left: 55px;
	top: -30px;
}
#glyphes_droit #glyphe_droit_2 {
/*	position: relative;
	top: -110px;
	left: 15px;*/
	position: absolute;
	top: 70px;
	left: 15px;
}
#glyphes_droit #triangle_droit_2 {
/*	position: relative;
	top: -145px;
	left: -15px;
	z-index: 1;*/
	position: absolute;
	top: 123px;
	left: -15px;
}
#glyphes_droit #glyphe_droit_3 {
/*	position: relative;
	top: -130px;
	left: 15px;*/
	position: absolute;
	top: 166px;
	left: 15px;
	margin-right: -96px;
}
#glyphes_droit #triangle_droit_3 {
/*	position: relative;
	top: -180px;
	left: -10px;
	z-index: 1;*/
	position: absolute;
	top: 271px;
	left: -10px;
}

/* Divers */
.gras {
	font-weight: bold;
}
.gros {
	font-size: 120%;
}
.petit {
	font-size: 90%;
}
