/* CSS Document */

/*  COULEURS
fond clair : rgb(202,188,177);
fond foncé : rgb(182,170,166);
jaune : rgb(255,203,5);
jaune clair : rgb(255,242,0);
*/

body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
color: black;
padding: 0px;
background-color: rgb(202,188,177);
}

p {
text-align: justify;
}

input {
border: 1px solid silver;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
button {
border: 1px solid silver;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
	fieldset {
	margin-top: 15px;
	border: 1px solid rgb(240,240,240);
	}
	fieldset select, 
	fieldset input, 
	fieldset textarea{
	margin: 10px;
	}
	fieldset p, fieldset div {
	margin-left: 10px;
	margin-right: 10px;
	}

a:hover, a.fonce:hover, a.a_text:hover {
text-decoration: none;
color: rgb(13,0,76);
}
a img {
border: 0; 
}

div.spacer {
clear: both;
}

/* ====================================== */

#acc {
z-index: 99;
position: absolute;
top: 0;
left: 0;
width: 773px;
height: 75px;
}

#ETt {
position: absolute;
top: 0;
left: 0;
background : url(./rsc/ETt.gif) top left no-repeat;
background-color: rgb(255,203,5);
width: 773px;
height: 115px;
}
	#ETt_titre {
	margin-top: 77px;
	height: 70px; 
	background-color: rgb(202,188,177);
	padding-left: 5px;
	padding-right: 10px;
	text-align: right; 
	font-size: 32px; 
	font-weight: bold; 
	}

#boody {
/*
background-color: rgb(182,170,166);
*/
background-color: rgb(182,171,169);
position: absolute;
top: 115px;
left: 0;
width: 751px;
margin: 0;
	margin-right: 2px;
padding: 10px;
border-right: 2px solid rgb(255,203,5);
}

#menu_pa {
z-index: 2;
position: absolute;
top: 125px;
left: 0;
width: 310px;
height: 250px;
font-weight: bold;
}
	#menu_pa ul {
	margin-left: 0;
	padding-left: 0;
	}
	#menu_pa li {
	margin-top: 10px;
	padding: 3px 5px 5px 5px;
	/* list-style: url(http://127.0.0.1/rsc/bt_li_PA.gif) square; */
	list-style: none;
	background: url(./rsc/bd_jaune.gif) top left no-repeat;
	}

#footer {
width: 751px;
text-align: right;
/* background-color: #4791C5;
background-color: #004E82;
background-color: rgb(202,188,177); */
margin-top: 3px;
padding: 0;
color: white;
}
/* ====================================== */

.img_gauche {
float: left;
margin: 5px;
margin-left: 0;
}

.img_droite {
float: right;
margin: 5px;
margin-right: 0;
}

.normal {
font-weight: normal;
color: black;
}

.align_left {
text-align: left;
}
	.align_center {
	text-align: center;
	}
	.align_right {
	text-align: right;
	}

.gras {
font-weight: bolder;
}

.soulign {
text-decoration: underline;
}

.no_soulign {
text-decoration: none;
}

.italic {
font-style: italic;
}

.sup {
vertical-align: top;
}

.tiny {
font-size: 10px;
}

a.a_text:link, a.a_text:visited {
color: black;
text-decoration: underline;
}

a.a_text_PA:link, a.a_text_PA:visited {
color: black;
text-decoration: none;
}
	a.a_text_PA:hover {
	color: rgb(13,0,76);
	text-decoration: underline;
	}
/* ====================================== */

.clair {
color: rgb(202,188,177);
}

.fonce {
color: rgb(90,75,70);
}

.orange {
border-color: rgb(255,150,0);
color: rgb(255,150,0);
}

.blanc {
border-color: white;
color: white;
}

.black {
border-color: black;
color: black;
}
