/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

body {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-image: url(img/bg1.gif);	
	margin: 0;
    text-align: center; 
	font-family:Arial, Helvetica, sans-serif;
}	 


#conteneur {
	position: relative;
	width: 755px;
	height:745px;
}
#centre {
	width:755px;
	background-image: url(img/bg2.gif);
	background-repeat:repeat-y;
	float:left;
}


#pied {
	background-color:#47545c;
	font-size:10px;
	width: 755px;	
	text-align:left;
	float:left;
}

#pied a{
	color:#afb4bc;
}



#header a.bt1 { background-image: url('img/bt1.gif'); display:block; float:left; width: 170px;}
#header a.bt1:hover { background: url('img/bt1.gif') 0 -54px;}

#header a.bt2 { background-image: url('img/bt2.gif'); display:block; float:left; width: 141px }
#header a.bt2:hover { background: url('img/bt2.gif') 0 -54px }

#header a.bt3 { background-image: url('img/bt3.gif'); display:block; float:left;  width: 141px }
#header a.bt3:hover { background: url('img/bt3.gif') 0 -54px }

#header a.bt4 { background-image: url('img/bt4.gif'); display:block; float:left;  width: 161px }
#header a.bt4:hover { background: url('img/bt4.gif') 0 -54px }

#header a.bt5 { background-image: url('img/bt5.gif'); display:block; float:left; width: 142px }
#header a.bt5:hover { background: url('img/bt5.gif') 0 -54px }



.on {
	background-position:0 -54px;
}
.bleufonce{
	color:#778996;
}
.bleuclair{
	color:#afb4bc;
}
.titre1{
	color: #065975;
	font-size:15px;
	font-weight:bold;
}
.simple {
	font-size:10px;
	color:#1b384a;
}
.pointille{
	background-image:url(img/pointille.gif);
	background-repeat:repeat-x;
}
.def{
	color:#47545c;
	font-size:11px;

}

.minivisu {
	margin-left:22px;
	margin-top:11px;
	margin-right:10px;
}
.blanc {
	color: #47545c;
	padding-left:25px;
	padding-right:150px;
	padding-bottom:25px;
	padding-top:10px;
	font-size:12px;

}

ul{
	float:left;
	margin-left:50px;
	font-size:12px;	
	color: #47545c;
	padding-right:250px;
	margin-top:0px;
	margin-bottom:15px;
	padding-top:0px;
}
li {

}




