div.teaser
{
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
/* Error */
p.msgerror {
	text-align:center;
	font-weight:bold;
	background-color:#7f0000;
	color:#ffffff;
}

/* Links */
a.L { text-decoration:none;    }
a.L:hover { text-decoration:underline; }

.XP
{
	clear:both;height:0px;margin:0px;padding:0px;
}

.hide
{
	display:none;
}
.floatleft
{
	float:left;
}
.floatright
{
	float:right;
}

/* boite cornerBox */
div.cornerBox
{
	margin-top:-5px;
	margin-bottom:20px;
}
div.cornerBox .tl {
	background-position: left top;
	background-image:  url('../pic/box/cornerBox/tl.png');
	margin-left: auto;
	width:80%;
	margin-right: auto;
	background-repeat: no-repeat;
}
div.cornerBox .tr {
	background-position: right top;
	background-image:  url('../pic/box/cornerBox/tr.png');
	background-repeat: no-repeat;
}
div.cornerBox .bl {
	background-position: left bottom;
	background-image:  url('../pic/box/cornerBox/bl.png');
	background-repeat: no-repeat;
}
div.cornerBox .br {
	padding:1px;
	background-position: right bottom;
	background-image:  url('../pic/box/cornerBox/br.png');
	background-repeat: no-repeat;
}

/* Styles de cornerBox */
.cornerBoxOK
{
	background-color: #eadce9;
	color:#3f3f3f;
}
.cornerBoxTxtOK
{
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	font-weight:bold;
	margin-bottom:20px;
}
.cornerBoxKO
{
	background-color: #7f0000;
	color:#ffffff;
}
.cornerBoxTxtKO
{
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	font-weight:bold;
	margin-bottom:20px;
}

.spaceBottom5{margin-bottom:5px;}
.spaceBottom10{margin-bottom:10px;}
.spaceBottom15{margin-bottom:15px;}
.spaceTop5{margin-top:5px;}
.spaceTop10{margin-top:10px;}
.spaceTop15{margin-top:15px;}
.spaceLeft5{margin-left:5px;}
.spaceLeft10{margin-left:10px;}
.spaceLeft15{margin-left:15px;}
.spaceRight5{margin-right:5px;}
.spaceRight10{margin-right:10px;}
.spaceRight15{margin-right:15px;}

.tal{text-align:left;}
.tac{text-align:center;}
.taj{text-align:justify;}
.tar{text-align:right;}

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mt1{margin-top:1px;}
.mt2{margin-top:2px;}
.mt3{margin-top:3px;}
.mt4{margin-top:4px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}

.b{font-weight:bold;}

.fl{float:left;}
.fr{float:right;}

.fs8{font-size:8px;}
.fs9{font-size:9px;}
.fs10{font-size:10px;}
.fs11{font-size:11px;}
.fs12{font-size:12px;}
.fs13{font-size:13px;}
.fs14{font-size:14px;}
.fs15{font-size:15px;}
.fs16{font-size:16px;}

.i{font-style: italic;}

.grey{color:#7f7f7f;}
.noir{color:#000000;}