/* 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;
}

body.page_blanche, html.page_blanche {
	background-color: white;
	color: black;
}

a, a:visited {
	text-decoration: none;
	color: white;
}
a img {
	border: 0;
}

.page_blanche a, .page_blanche a:visited {
	color: black;
}
.page_blanche li a, .page_blanche li a:visited {
	color: white;
}
.page_blanche a.couleur_delta, .page_blanche a.couleur_delta:visited {
	color: #C1000D;
	font-weight: bold;
}
.page_blanche a.couleur_alphaomega, .page_blanche a.couleur_alphaomega:visited {
	color: #FAC000;
	font-weight: bold;
}
.page_blanche a.couleur_beta, .page_blanche a.couleur_beta:visited {
	color: #A30050;
	font-weight: bold;
}
.page_blanche a.couleur_pi, .page_blanche a.couleur_pi:visited {
	color: #009BC3;
	font-weight: bold;
}
.page_blanche a.couleur_phi, .page_blanche a.couleur_phi:visited {
	color: #7AB800;
	font-weight: bold;
}
.page_blanche a.couleur_infini, .page_blanche a.couleur_infini:visited {
	color: #EE820F; /*#FF5800;*/
	font-weight: bold;
}
.page_blanche a.couleur_delta:hover, .page_blanche a.couleur_alphaomega:hover, .page_blanche a.couleur_beta:hover, .page_blanche a.couleur_pi:hover,
.page_blanche a.couleur_phi:hover, .page_blanche a.couleur_infini:hover {
	background-color: #857363;
}

/* Bandeau */
#header {
	background-color: white;
	color: black;
}
#menu {
	position: relative;
	float: right;
	top: 15px;
	z-index: 2;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li {
	margin-left: 1em;
	margin-right: 1em;
	/*border-bottom: 1px solid white;*/
}
#menu dl {
	float: left;
}
#menu li {
	margin-left: 0;
	margin-right: 0;
	display:block;
}
#menu_delta, #menu_alphaomega, #menu_beta, #menu_pi , #menu_phi, #menu_infini {
	display: none;
	position: absolute;
	min-width: 86px;
	margin-top: -5px;
	font-size: 90%;
	padding-top: 3px;
	padding-bottom: 3px;
	z-index: 2;
}
#menu_delta li:hover, #menu_alphaomega li:hover, #menu_beta li:hover, #menu_pi  li:hover, #menu_phi li:hover, #menu_infini li:hover {
	background-color: #857363;
}
#menu_delta {
	background-color: #C1000D; /*#E1001A;*/
	color: white;
}
#menu_delta ul {
	border: 3px solid #C1000D; /*#E1001A;*/
}
#menu_alphaomega {
	background-color: #FAC000;
	color: white;
}
#menu_alphaomega ul {
	border: 3px solid #FAC000;
}
#menu_beta {
	background-color: #A30050;
	color: white;
}
#menu_beta ul {
	border: 3px solid #A30050;
}
#menu_pi {
	background-color: #009BC3;
	color: white;
}
#menu_pi  ul {
	border: 3px solid #009BC3;
}
#menu_phi {
	background-color: #7AB800;
	color: white;
}
#menu_phi  ul {
	border: 3px solid #7AB800;
}
#menu_infini {
	background-color: #EE820F; /*#FF5800;*/
	color: white;
}
#menu_infini  ul {
	border: 3px solid #EE820F; /*#FF5800;*/
}

/* Filet */
.line {
	background-color: #EE820F; /*#FF5800;*/
	color: white;
	height: 4px;
}

/* Fil d'Ariane */
#fil_ariane {
	background-color: white;
	color: black;
	padding: 2px 5px 2px 5px;
	font-size: 80%;
}

#fil a, #liens a {
	color: black;
}
#fil a:hover, #liens a:hover {
	background-color: #EE820F; /*#FF5800;*/
	color:white;
}

#liens {
	float: right;
}

.barre_header {
	color: #EE820F; /*#FF5800;*/
	background-color: white;
}

/* Contenu */
#gros_glyphe {
	position: absolute;
	width: 90%;
}
#gros_glyphe img {
	margin-top: 5px;
	margin-left: 15px;
}
#titre {
	position: absolute;
	top: 20px;
	font-size: 250%;
}
#texte {
	position: absolute;
	left: 40%;
	margin-top: 100px;
	margin-right: 50px;
	color: white;
}

/*#gros_glyphe2 {
	position: absolute;
	width: 40%;
}
#gros_glyphe2_img {
	position: relative;
	float:left;
}
#gros_glyphe2_img img {
	margin-top: 5px;
	margin-left: 15px;
}*/
#titre2 {
	/*position:relative;*/
	color: #B4AB9D;
	font-size: 250%;
	/*right: 0;*/
}
#bouton_grostglegris {
	vertical-align: middle;
	margin-top: 0;
	margin-left: 0;
}


/*#texte2 {
	position: absolute;
	left: 40%;
	margin-top: 30px;
	margin-right: 50px;
	color: white;
	text-align:justify;
}*/

#texte ul {
	margin-left: 5em;
	margin-top: 3em;
}
#texte ul.puces {
	list-style-image: url(../icon/tgleblanc.png);
}
#texte li {
	color: white;
	padding-bottom: 15px;
	padding-left: 5px;
	font-size: 120%;
}
a.lien {
	font-weight: bold;
}
a.lien:hover {
	background-color: #EE820F;
}

/* Couleur */
.couleur_delta {
	color: #C1000D; /*#E1001A;*/
}
.couleur_alphaomega {
	color: #FAC000;
}
.couleur_beta {
	color: #A30050;
}
.couleur_pi {
	color: #009BC3;
}
.couleur_phi {
	color: #7AB800;
}
.couleur_infini {
	color: #EE820F; /*#FF5800;*/
}

#texte2.page_delta, #texte2.page_alphaomega, #texte2.page_beta, #texte2.page_pi, #texte2.page_phi {
	position: absolute;
	left: 500px;
	margin-top: 30px;
	margin-right: 50px;
	color: white;
	text-align:justify;
}

#gros_glyphe2_img_delta {
	position: absolute;
	width: 200px;
	margin-top: 5px;
	margin-left: 15px;
}
#titre2.page_delta {
	position: absolute;
	left: 200px;
	width:300px;
}
/*#texte2.page_delta {
	position: absolute;
	left: 500px;
	margin-top: 30px;
	margin-right: 50px;
	color: white;
	text-align:justify;
}*/

#gros_glyphe2_img_alphaomega {
	position: absolute;
	width: 370px;
	margin-top: 5px;
	margin-left: 15px;
}
#titre2.page_alphaomega {
	position: absolute;
	/*left: 200px;*/
	margin-top: 200px;
	width:450px;
	text-align: right;
}
/*#texte2.page_alphaomega {
	position: absolute;
	left: 500px;
	margin-top: 30px;
	margin-right: 50px;
	color: white;
	text-align:justify;
}*/

#gros_glyphe2_img_beta {
	position: absolute;
	width: 370px;
	margin-top: 5px;
	margin-left: 15px;
}
#titre2.page_beta {
	position: absolute;
	left: 200px;
	width:290px;
}
/*#texte2.page_beta {
	position: absolute;
	left: 500px;
	margin-top: 30px;
	margin-right: 50px;
	color: white;
	text-align:justify;
}*/
#texte2 span.titre_boite {
	font-variant: small-caps;
	color: #A30050;
	display: block;
	margin-left: 35px;
	margin-right: 35px;
	font-weight: bold;
	/*background-color: #CABAA8;*/
}
#texte2.page_beta ul {
	/*background-color: #CABAA8;
	color: #A30050;*/
	background-color: #A30050;
	color: white;
	margin-left: 35px;
	/*margin-right: 35px;*/
	padding-top:10px;
	padding-bottom:10px;
}
#texte2.page_beta li {
	margin-left: 1em;
	/*list-style-image: url(../icon/tgleprune.png);*/
	font-size: 120%;
	display: list-item;
	list-style-image: url(../icon/tglevide.png);
	font-variant: small-caps;
	list-style-position: inside;
}

#gros_glyphe2_img_pi {
	position: absolute;
	width: 370px;
	margin-top: 5px;
	margin-left: 15px;
}
#titre2.page_pi {
	position: absolute;
	/*left: 200px;*/
	margin-top: 250px;
	width:450px;
	text-align: right;
}
/*#texte2.page_pi {
	position: absolute;
	left: 500px;
	margin-top: 30px;
	margin-right: 50px;
	color: white;
	text-align:justify;
}*/

#gros_glyphe2_img_phi {
	position: absolute;
	width: 280px;
	margin-top: 5px;
	margin-left: 15px;
}
#titre2.page_phi {
	position: absolute;
	left: 290px;
	width:290px;
}
/*#texte2.page_phi {
	position: absolute;
	left: 580px;
	margin-top: 30px;
	margin-right: 50px;
	color: white;
	text-align:justify;
}*/
#texte2.page_phi {
	left: 580px;
}

#texte2.page_sans_glyphe {
	position: absolute;
	margin-top: 30px;
	/*margin-left: 50px;
	margin-right: 50px;*/
	color: white;
	text-align:justify;
}
#texte2.page_sans_glyphe p{
	margin-left: 50px;
	margin-right: 50px;
}
#texte2.page_sans_glyphe span.titre_boite {
	font-variant: small-caps;
	color: #EE820F;
	/*display: block;*/
	margin-left: 100px;
	margin-right: 100px;
	font-weight: bold;
	/*background-color: #CABAA8;*/
}
#texte2.page_sans_glyphe ul {
	background-color: #CABAA8;
	color: #EE820F;
	margin-left: 100px;
	margin-right: 100px;
	padding-top:10px;
	padding-bottom:10px;
}
#texte2.page_sans_glyphe li {
	margin-left: 1em;
	list-style-image: url(../icon/tgleorange.png);
	font-variant: small-caps;
	list-style-position: inside;
}

#titre2.page_plan {
	position: absolute;
	width:350px;
	left: 100px;
	margin-top: 75px;
}
#texte2.page_plan {
	position: absolute;
	left: 350px;
	margin-top: 10px;
	font-size: 80%;
	color: #857363;
	margin-right: 50px;
}

#titre2.page_contact {
	position: absolute;
	width:400px;
	left: 100px;
	margin-top: 75px;
}
#texte2.page_contact, #texte2.page_mention {
	position: absolute;
	left: 450px;
	font-size: 80%;
	color: #857363;
	margin-top: 50px;
	font-weight: bold;
	right: 5px;
}

#titre2.page_mention {
	position: absolute;
	width:400px;
	left: 50px;
	margin-top: 75px;
}

#icotype {
	position: relative;
	float: right;
}


.verbatim {
	border: 1px solid #CABAA8;
	color: #CABAA8;
	padding: 1em;
	margin: 2em;
	font-size: 80%;
}
