/* DEBUG 
table {border: 1px solid black}
td {border: 1px dotted gray}
div {border: 1px solid orange}
img, form {border: 1px dashed blue}
h1, h2, h3, h4, h5, h6, p {border: 1px solid yellow}
ul {border: 1px solid green}
li {border: 1px solid lightgreen}
dl {border: 1px solid green}
dt {border: 1px solid lightgreen}*/

.block {
	display: block;
}

body {
	background-color: #ffffff;
	width: 890px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;	/* Pour Opera */
	text-align: center;	/* pour IE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	position: relative;
}

dd, dl, dt, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FF9933;
	text-decoration: none;
}

/*------------------- CLASS ---------------*/

}
.gras {
	font-weight: bold;
}
.italique {
	font-style: italic;
}

.gras12 {
	font-size: 12px;
	font-weight: bold;
}

.erreur {
	font-size: 12px;
	color: #CC0000;
	font-weight: bold
}
.titrepage {
	font-size: 14px;
	color: #002DCC;
	font-weight: bold;
	background-color: #D9E6FF;
	border-top: #000066 solid 1px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: left;
}

/*------------------- Haut de page ---------------*/
#hautdepage {
	width: 890px;
	height: 180px;
	background-image: URL(../i/haut5.jpg);
}

#txtsyndicale	{
	font-size: 11px;
	font-weight: normal;
}

#basdepage {
	width: 890px;
	height: 40px;
	background-color: #ffffff;
	color: #000066;
	font-size: 9px;
}

/*-------------- liens ------------------*/
A.lien1 		{color : #81ADEC; text-decoration : none;}
A:Active.lien1 	{color : #81ADEC; text-decoration : none;}
A:visited.lien1 	{color : #81ADEC; text-decoration : none;}
A:hover.lien1 	{color : #cc0033; text-decoration : none;}

A.lien2 		{color : #000066; text-decoration : none;}
A:Active.lien2 	{color : #000066; text-decoration : none;}
A:visited.lien2 	{color : #000066; text-decoration : none;}
A:hover.lien2 	{color : #cc0033; text-decoration : none;}

A.lien3 		{color : #cc0033; text-decoration : none;}
A:Active.lien3 	{color : #cc0033; text-decoration : none;}
A:visited.lien3 	{color : #cc0033; text-decoration : none;}
A:hover.lien3 	{color : #cc0033; text-decoration : underline;}