@charset "iso-8859-2";
/* CSS Document */

/***********************************************/
/* insu.be                                     */
/* Use with all apages                         */
/* Developed by Create2.be                     */
/***********************************************/

/***********************************************/
/* HTML                                        */
/***********************************************/ 

/* ------------------ CORRECTION DE LA TAILLE DES TEXTES DANS : IE/WIN ------------------ */

/* \ */ * html body p li { font-size: 11px } /* */


body {
	background-color: #ffffff;
	color: #333333;
}

#canevas {
	text-align: left;
	width: 600px;
}

#bandeau, #bordgauche, #menu , #borddroit, #postit, #pied, #annees {
	display: none;
	visibility: hidden;	
}


h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666633;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

#texte a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color:#FF6600;
	border-bottom: 1px dashed white;
}

#texte a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color:#FF6600;
	border-bottom: 1px solid white;
}

#texte a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color:#FF6600;
	border-bottom: 1px dashed white;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

p.alinea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify !important;
	list-style-image: url("images/bullet.gif");
	list-style-position: outside;
}

ol li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify !important;
}

hr {
	height: 0.1px;
	border-bottom-color: #71715D;
	border-bottom-style: dashed;
	border-bottom-width: 2px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
	color: #E1E1D2;
}


/* ------------------ FORMULAIRE DE SAISIE POUR LES MEMBRES ------------------ */

.champ {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #666633;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	padding:2px;
	color: #333333;
	background:  url("images/f-champ.jpg");
	background-repeat: repeat-x;
}

.erreur {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px dotted #990000;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	padding:2px;
	color: #333333;
	background:  url("images/f-champ.jpg");
	background-repeat: repeat-x;
}
a.bouton {
 border :0 !important;
}


