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

body{
	background-image: url(brezac_formulaire.jpg);
	background-repeat:no-repeat;
	background-color: #b3d8f2;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

#table_form_brezac{
	position:relative;
	top: 308px;
}

.h1_feu{
	font-size: 14px;
}
.td_spacer_droite{
	background-image: url(spacer.gif);
	background-repeat: repeat-y;
	background-position:top right;
}

.div_erreur_principale{
	position:absolute;
	height: 100%;
	width: 100%;
	z-index:6500; 
	visibility:hidden; 
	overflow: visible; 
	top:0; 
	left:0;
}

.div_erreur2{
	background-color: #082C38;
	position:fixed;
	margin:auto;
	height: 100%;
	width: 100%;
	filter:alpha(opacity=60);
   -moz-opacity:0.6;
	opacity: 0.6;
	left: 0px;
	top: 0px;
	z-index:2000;
	overflow:visible;
	margin:auto;
}

.div_erreur3{
	position:absolute;
	width: 100%;
	z-index:2600; 
	overflow:visible; 
	top:200px;
}

a:link, a:active, a:visited{
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#000;
	text-decoration:underline;
}
