/*-------------- général / balises --------------*/
body{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
img{
	border:0px;
}
table{
	border:0px;
}
a{
	text-decoration:none;
}
H1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
H2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
}
H3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
}
H4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
}
ul{
	line-height:30px;
}
input{
	border: 1px solid #80B3DC;
}
textarea{
	border: 1px solid #80B3DC;
}
form{
	margin:0px;
}
label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.tt{
	Font-size: 10px; 
	font-family: "Arial";
	Color: #000000;
	FONT-WEIGHT: normal;
	text-decoration:none;
}

/*-------------- div / cellules ----------------*/
.defilement{
	overflow-y: scroll;
	height:100px;
}
.Float{
	float:left;
}
.Clear{
	clear:both;
}
.Bt1{
	height:25px;
	width:111px;
	background-image:url(images/bt1.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.Bt2{
	height:25px;
	width:123px;
	background-image:url(images/bt2.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.Bt3{
	height:25px;
	width:142px;
	background-image:url(images/bt3.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.Adresse{
	background-image:url(images/fdAdresse.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.FdCBFR{
	background-image:url(images/cadreBleuR.gif);
	background-position:right top;
	background-repeat:repeat-y;
	background-color:#0067b9;
}
.FdCBFT{
	background-image:url(images/cadreBleuT.gif);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#0067b9;
}
.FdCBFB{
	background-image:url(images/cadreBleuB.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	background-color:#0067b9;
}

/*-------------- Marges ---------------*/
.PMarge{
	margin:0px;
}
.BasPage a{
	margin-left:5px;
	margin-right:5px;
}
.MargeL1{
	margin-left:22px;
}
.Marge2{
	margin-left:5px;
	margin-right:5px;
}
.MargeT{
	margin-top:8px;
}	
.MargeT2{
	margin-top:20px;
}

/*-------------- Textes ---------------*/
.Gras{
	font-weight:bold;
}
.Italique{
	font-style:italic;
}

/* Fonts */
.Bt{
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
}

/* Tailles*/
.TailleBt{
	font-size:16px;
}
.Normal{
	font-size:12px;
}
.BasPage{
	font-size:11px;
	line-height:18px;
}
.Encart{
	font-size:15px;
}

/*Couleurs*/
.BleuM{
	color:#80B3DC;
}
.BleuF{
	color:#005DA7;
}
.BleuC{
	color:#E8F0FC;
}
.Blanc{
	color:#FFFFFF;
}
.BlancLink{
	color:#FFFFFF;
}
.BlancLink:hover{
	color:#E8F0FC;
}
.BleuFLink{
	color:#005DA7;
}
.BleuFLink:hover{
	color:#80B3DC;
}
.Orange{
	color:#ff8400;
}

/*Alignements*/
.AlignM{
	text-align:center;
}
.AlignL{
	text-align:left;
}
.AlignR{
	text-align:right;
}

/* Autres/bordures */
.Bordure{
	border: 1px solid #ff8400;
}
li.Puce1{
	list-style-image:url(images/puceListe2.gif);
	list-style-position:outside;
}
.BordureT{
	border-top: 1px solid #ff8400;
	padding-top:10px;
}

p{
margin:2px;
line-height:14px;}