#HEADER {
	height: 70px;
	width: 760px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#MENU {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #333333;
	width: 760px;
	margin-bottom: 10px;
}

#CONTAINER {
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	width: 760px;
	text-align: left;
}

#FOOTER{
	width: 760px;
	margin-top: 10px;
	margin-bottom: 10px;
}

body {
	margin: 20px 0 20px 0;
	padding:0;
	font:small Verdana,Sans-serif;
	color:#333;
}

.titre_article {
	
	font-weight: bold;
	font-size: 16px;
	color: #666666;
}


.titre_rubrique {

	font-weight: bold;
	font-size: 16px;
	color: #666666;
}

.titre_home {
	font-size: 18px;
	color: #2d2f2d;
	font-weight: bold;
}

.menu_rubrique {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	display: inline;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #ffffff;
}

a.menu_rubrique {
	text-decoration: none;
}

a.menu_rubrique:link {
	text-decoration: none;
}

a.menu_rubrique:hover {
	text-decoration: underline;
}

a.menu_rubrique:active {
	text-decoration: underline;
}

a.menu_rubrique:visited {
	text-decoration: none;
}

a {
}	text-decoration : none;

a:link {
	text-decoration : none;	
}

a:hover {
	text-decoration : underline;	
}

.menu_article {
	color: #000000;
}

a.menu_article {
	text-decoration: none;
}

a.menu_article:link {
	text-decoration: none;
}
a.menu_article:hover {
	text-decoration: underline;
}
a.menu_article:active {
	text-decoration: underline;
}

a.menu_article:visited {
}