/* CSS Document */
#pointille{
	background-image: url(images/pointille.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 1px;
}
.titre {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #1114e1;
	letter-spacing: 3px;
	padding-left: 6px;
	height: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

.soustitre {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: bold;
	color: #111111;
	text-align: left;
}

.corps {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	color: #555555;

}
#centre{
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 100px;
}
.blocs {
	float: left;
	width: 25%;
	margin: 1em 30px 0px 0px;
}

.blocs a:hover{
	color: #0F14E1;
	text-decoration: underline;
}
.blocs a:active{
	color: #0F14E1;
	text-decoration: none;
}
.blocs a:link{
	color: #0F14E1;
	text-decoration: none;
}
.blocs a:visited{
	color: #0F14E1;
	text-decoration: none;
}
.blocs ul{
	color: #0F14E1;
	list-style-image: url(images/puce.jpg);
	list-style-position: outside;
	vertical-align: top;
}
	#global{
	width: 1000px;
	height: 665px;
	margin: 0px auto;

	}
	
	.bloc2 {
margin-top: 10px;
	float: left;
	width: 25%;
}
.bloc2 a:hover{
	color: #0F14E1;
	text-decoration: underline;
}
.bloc2 a:active{
	color: #0F14E1;
	text-decoration: none;
}
.bloc2 a:link{
	color: #0F14E1;
	text-decoration: none;
}
.bloc2 a:visited{
	color: #0F14E1;
	text-decoration: none;
}
.bloc2 ul{
	color: #0F14E1;
	list-style-image: url(images/puce.jpg);
	list-style-position: outside;
	vertical-align: top;
}