/* 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: 900px;
	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: #FFFFFF;
	position: relative;
}

dd, dl, dt, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}

/*------------------- CLASS ---------------*/
A.menuselec 		{color : #FF9900; text-decoration : none;}
A:Active.menuselec 	{color : #FF9900; text-decoration : none;}
A:visited.menuselec 	{color : #FF9900; text-decoration : none;}
A:hover.menuselec 	{color : #FF6600; text-decoration : none;}

A.bleu1 		{color : #000066; text-decoration : underline;}
A:Active.bleu1 	{color : #000066; text-decoration : underline;}
A:visited.bleu1 	{color : #000066; text-decoration : underline;}
A:hover.bleu1 	{color : #FF6600; text-decoration : none;}

A.bleu2 		{color : #000066; text-decoration : none;}
A:Active.bleu2 	{color : #000066; text-decoration : none;}
A:visited.bleu2 	{color : #000066; text-decoration : none;}
A:hover.bleu2 	{color : #FF6600; text-decoration : none;}

A.blanc 		{color : #FFFFFF; text-decoration : none;}
A:Active.blanc 	{color : #FFFFFF; text-decoration : none;}
A:visited.blanc 	{color : #FFFFFF; text-decoration : none;}
A:hover.blanc 	{color : #FFFFFF; text-decoration : none;}

A.vert1 		{color : #339900; text-decoration : none;}
A:Active.vert1 	{color : #339900; text-decoration : none;}
A:visited.vert1 	{color : #339900; text-decoration : none;}
A:hover.vert1 	{color : #339900; text-decoration : underline;}

A.refer1 		{color : #dddddd; text-decoration : none;}
A:Active.refer1 	{color : #dddddd; text-decoration : none;}
A:visited.refer1 	{color : #dddddd; text-decoration : none;}
A:hover.refer1 	{color : #FF6600; text-decoration : none;}

.titrecollection {
	font-size: 14px;
	color: #657BAF;
}

.titrepage {
	font-size: 14px;
	color: #FFFFFF;
}
.gras {
	font-weight: bold;
}
.italique {
	font-style: italic;
}

.gras12 {
	font-size: 12px;
	font-weight: bold;
}

.erreur {
	font-size: 12px;
	color: #CC0000;
	font-weight: bold
}

#depositaires {
	width: 900px;
	height: 18px;
	color: #333333;
}

blink {color: #000066;}

.bloczero	{
	display:none;
}