body {
  font-family: "Times New Roman", Times, serif;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}
body {
	background-color: #7E9FC2;
}
body,td,th {
	color: #000000;
}

.global {
	text-align: center;
	width: 100%;
}
.page {
	width: 950px;
	margin: auto;
}
.top {
	background-image: url(top.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 950px;
	background-color: #6699FF;
	background-position: center;
}
.contenu {
	width: 950px;
	background-color: #FFFFFF;
}
.col_gauche {
	width: 175px;
	float: left;
	height: 100%;
	padding: 10px;
	font-size: 12px;
}
.col_droite {
	float: left;
	width: 200px;
}

.clearer {
	clear: both;
}
.texte {
	float: left;
	width: 550px;
	background-color: #E9E9E9;
}


.textes {
	padding: 10px;
	text-align: left;
	float: left;
	margin-left: 10px;
	width: 500px;
}
.plume {
	background-color: #CCCCCC;
}
.style1 {background-color: #CCCCCC; font-weight: bold; }

.menu_articles {
	font-size: 12px;
	text-align:left;
	display: block;
	width: 175px;
	background:#CCCCCC;
	margin-left: 15px;
	margin-bottom: 2px;
	padding: 2px;
}
.titre {
	background:#CCCCCC;
	font-weight: bold;
	padding-left: 5px;
}
 a {
	color: #3366FF;
}
 a:hover {
	color:#000000;
}

h3 {
	color:#3366FF;
	font-size:12px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
