/* generique */
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
}

a img{
	border:none;
}

a {
	text-decoration:none;
}

a:active, a:focus{
    outline:none;
}

.lien_bleu {
	color:#F0368A;
	text-decoration:underline;
}

.lien_bleu_ns {
	color:#006387;
	text-decoration:none;
}

.lien_rouge {
	color:#CC0000;
	text-decoration:underline;
}

.lien_blanc {
	color:#FFFFFF;
}

.space5 {
	height:5px;
}

.ligne5 {
	height:5px;
	border-top:1px dashed #CCCCCC;
}

.space15 {
	height:15px;
}

.ligne15 {
	height:15px;
	border-top:1px dashed #CCCCCC;
}

.space_25 {
	height:25px;
}

.space_50 {
	height:50px;
}

.pad5 {
	padding:5px;
}

.centre {
	text-align:center;
}

.clear {
	clear:both;
}

form {
padding: 0px;
margin: 0px;
}
