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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
	font-family: Geneva, sans-serif, Verdana,sans-serif;
}
a {
	font-size:12px;
	font-family: Geneva, sans-serif, Verdana,sans-serif;
	color:#000000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline
}

.p1 {
	text-align: justify;
}
.gras {
	font-weight: bold;
}
.gsouligne {
	font-weight: bold;
	color:#039;
	text-decoration:underline;
}
.petit {
	font-size: 10px;
}
.back {
	font-size: 11px;
	font-family:Verdana, Geneva, sans-serif;
	
}
.petitred {
	font-size: 10px;
	color:red;
}
.petitgras {
	font-size: 10px;
	font-weight:bold;
}

.chp_search{
	border-color: #CCCCCC;
	border-style: solid;
	border-width:1px;
	color: #232323;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:18px;
}

.div_error {
	border: 1px solid #FFCC00;
	background-color: #FCFCFC;
	padding: 10px;
}

.titre{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.display_ok {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/ok.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: static;
	height: 25px;
	vertical-align: middle;
	display: table-cell;
	width: 209px;
}
.display_error {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/erreur.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: static;
	height: 25px;
	vertical-align: middle;
	display: table-cell;
	width: 209px;
}

#box{
	position:absolute;
	left: 112px;
	top: 130px;
	width: 210px;
	height: 26px;
	margin-top: -14px; /* moiti de la hauteur */
	margin-left: -105px; /* moiti de la largeur */
	border: 0px;
	background-color: #FFF;
}
.STYLE_CHP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-style: solid;
	border-color:#cccccc;
	border-width: 1px;
}
.STYLE_ERROR {
	border-color: #FF3300;
	background-color: #FFECEC;
	border-width: 1px;
	border-style: dashed;
	color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.gris {
	font-size: 12px;
	color: #999;
}

