@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	background-color: #ECECEC;
	background-image: url(images/fond_gris.jpg);
}

#ba {
	height: 375px;
	width: 680px;
	position:absolute;
	left: 43%;
	top: 35%;
	width: 850px;
	height: 668px;
	margin-top: -188px;
	margin-left: -340px;
	
}

   1. a img {
     border:0;
}
.casier {
	border: 1px solid #999999;
}
.casier_int {
	font-family: Arial, Helvetica, sans-serif;
	height: 590px;
	width: 830px;
}
.sondage {
	font-size: 10px;
	color: #666666;
	font-family: Geneva, "Arial", Helvetica, sans-serif;
	font-weight: bold;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}

/* Effets de liens
----------------------------------------*/
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #006666;
	font-weight: bold;
}
.texte_8pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}
.texte_10pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
.texte_11pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
}
.texte_14pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #333333;
}
.texte_14ptBleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #21536A;
	font-weight: bold;
}
.texte_11ptBleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #21536A;
	font-weight: bold;
}

.texte_10ptBleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #21536A;
	font-weight: bold;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.html");
	font-weight: bold;
	color: #21536A;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

