@import url(layout.css);

* {
	list-style: inside;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
}
body {
	background-color: #505050;
}
img {
	border: none;
}
a {
	text-decoration: none;
}

#main {
	background: White;
}
#header_main,
#header_menu,
#footer {
	background-color: #183b76;
}
#header_main {
	background: url(header.jpeg) no-repeat top right;
	background-color: #183b76;
}
#header_menu {
	text-align: center;
	vertical-align: middle;
}
#header_menu,
#header_menu * {
	color: White;
	vertical-align: middle;
	font-size: 13pt;
}
#header_main h1 {
	font-size: 20pt;
	font-weight: bold;
	color: White;
	margin: 0 0 10px 0;
}
#breves {
	height: 10em;
	overflow: hidden;
}
#breves * {
	font-size: 8pt;
	color: White;
	list-style: none;
	line-height: 10pt;
}
#breves small {
	font-size: 7pt;
}
#article h1,
#rubrique h1 {
	color: #183b76;
	font-size: 13pt;
}
#rubrique h1 {
	border-bottom: dotted 1px #183b76;
	margin-bottom: 5px;
}
#rubrique a {
	display: block;
}
#rubrique .google {
	margin: 50px 0;
}
.pagination {
	text-align: center;
	margin-bottom: 10px;
}
#rubrique li {
	list-style: none;
}
#footer {
	padding: 5px;
}
#footer,
#footer * {
	text-align: center;
	color: White;
	font-size: 8pt;
}
.formulaire_recherche form {
	margin: 0 0 10px 0;
	padding: 0;
}
.formulaire_recherche input {
	border: dotted 1px #183b76;
	padding: 3px;
	width: 100%;
}
.formulaire_recherche form label {
	display: none;
}
#hierarchie {
	margin: 10px 0;
}
#hierarchie a {
	text-decoration: underline;
}
#sous-rubriques {
	background: #e8e8e8;
	padding: 5px;
	margin: 10px 0 20px 0;
}
#cartouche_rubrique * {
	list-style: circle inside;
}
#liste-articles * {
	list-style: circle inside;
}
#photo_du_jour {
	margin-bottom: 10px;
}
.article a:hover,
a:hover {
	color: Red;
}
#header a:hover {
	color: Pink;
}
.pagination a {
	text-decoration: underline;
}
