@charset "utf-8";
/* CSS Document */


html {
	height: 100%;
}

body {
	background-color:#FFF;
	padding:0px;
	margin:0px;
	
	width:100%;
	height:100%;
	
}

div, table, tr, td, p {
	padding:0px;
	margin:0px;
}

img {
	padding:0px;
	margin:0px;
	border:0px;
	display:inline;
	vertical-align:bottom;
}


dl, dt, dd, ul, li, form {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a {
	padding:0px;
	margin:0px;
	border:0px;
	text-decoration:none;
}


a:hover {text-decoration:none;}



.alerte {color:#d50118;}

a.lien {color:#C90;}

.selected {color:#e2185b;}

.bottom {position:absolute;bottom:0px;}
.right {float:right;}

.clearLeft {clear:left;}
.clear {clear:both;}


.marginBottom20 {margin-bottom:20px !important;}
.marginBottom40 {margin-bottom:40px !important;}
.marginBottom60 {margin-bottom:60px !important;}
.marginBottom100 {margin-bottom:100px !important;}

.marginTop20 {margin-top:20px !important;}
.marginTop40 {margin-top:40px !important;}
.marginTop60 {margin-top:60px !important;}
.marginTop100 {margin-top:100px !important;}

.fontSize10 {font-size:10px !important;}
.fontSize12 {font-size:12px !important;}
.fontSize14 {font-size:14px !important;}
.fontSize16 {font-size:16px !important;}
