* {
	margin:0;
	padding:0;
}

html {
	color:#FFF;
	background:#000;
	font-size:1em;
	font-family:"DejaVu Sans", sans-serif;
	overflow:scroll;
}

.texte_invisible { /* à n'afficher que sur les lecteurs d'écran et navigateur non graphique */
	display:none;
}

ul {
	list-style:none;
}

ol {
margin:0 0 0 30px;
}

ol li {
margin:0 0 10px;
}

img {
	border:0;
}

sup,
sub {
	font-size:0.7em;
}

hr {
	height:1px;
	border:0;
	border-top:1px solid #A00;
	margin:20px 50px 10px;
}

h1 {
	height:210px;
}

h1 span {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

h1 a,
h1 a:hover,
h1 a:focus {
	background:url("/styles/hart/images/entete.png");
	display:block;
	height:210px;
}

input[type=text],
select,
textarea {
	font-family:sans-serif;
}

input[type=radio],
input[type=checkbox],
input[type=submit],
input[type=button],
label {
	cursor:pointer;
}

blockquote {
text-align:center;

}

#contenu .blockquote_auteur {
	margin:5px 100px 0 0;
	text-align:right;
}


blockquote:before {
	content:"“";
	font-size:2em;
}

blockquote:after {
	content:"„";
	font-size:2em;
	vertical-align:bottom;
	line-height:0.6em;
}

#entete {
	overflow:hidden;
}

#random_subtitle {display:none;
	text-align:right;
	font-family:"lucida console", verdana, monospace;
	font-size:1.1em;
	color:#FFF;
	background:#A00;
	padding:0 5px 5px 0;
}


h2 {
	font-family:georgia, serif;
	font-size:2em;
	text-align:left;
	background:#FFF;
}

h2,
h2 a {
	color:#000;
}

h2 a:hover {
	color:#A00;
}

h2 {
	background:url("/styles/hart/images/puce_titre.png") no-repeat;

}

h2:first-letter {
	padding:0 0 0 35px;
}

h3 {
	font-size:1.5em;
	clear:both;
}

h3, h4, h5, h6 {
	color:#A00;
	background:#FFF;
	margin:0 0 10px;
}

.ariane {
	color:#CCC;
	background:#FFF;
	font-variant:small-caps;
	font-size:1.5em;
	font-weight:bold;
}

a {
	color:#777;
	text-decoration:none;
	background:transparent;
}

a:hover, a:focus {
	color:#A00;
	background:transparent;
}

#top {
	width:1000px;
	margin:0 auto;
}

#connexion_info {
	background:#A00;
	padding:0 0;
	overflow:auto;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	-o-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
}

#connexion_info #nom_user {
	font-weight:bold;
	background:#FFF;
	color:#000;
	overflow:auto;
	float:left;
	padding:5px 15px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	-o-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
}

#connexion_info #nom_user img {
	width:25px;
	height:25px;
	vertical-align:middle;
}

#accesslinks {
	height:30px;
	overflow:auto;
	font-size:0.7em;
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}

#accesslinks #lien_connexion {
	float:right;
}

#accesslinks #lien_connexion a {
	margin:0;
}

#accesslinks a {
	color:#FFF;
	padding:2px 10px;
	line-height:30px;
	margin:0 20px 0 0;
}

#accesslinks a:hover,
#accesslinks a:focus {
	background:#A00;
	color:#FFF;
}

#global {
	overflow:auto;
	width:1000px;
	margin:0 auto;
}

#corps {
	border:0px solid #A00;
	overflow:auto;
	margin:0 0px 30px;
	color:#000;
	background:#FFF;
}

#contenu,
#pied {
	background:#FFF;
	overflow:auto;
}

#navbar {
	overflow:auto;
	margin:0;
	background:#FFF;
}

#side_bar {
	font-size:0.9em;
	float:right;
	width:210px;
	margin:15px 0 10px;
	background:#DDD;
	color:#000;
}

#side_bar a {
	color:#000;
}

#side_bar a:hover,
#side_bar a:focus {
	color:#A00;
}

#contenu {
	text-align:justify;
	min-height:400px;
	margin:15px 0 0;
}

#apercu_accueil {
	margin:0 10px;
}

#pied {
	clear:both;
	overflow:auto;
	background:#DDD;
	text-align:justify;
}


#pied a {
	color:#A00;
}

#pied a:hover,
#pied a:focus {
	text-decoration:underline;
}

#pied #info_sup {
	padding:5px 10px;
	overflow:auto;
}


#bottom_links {
	clear:both;
	font-weight:bold;
	overflow:auto;
	background:#A00;
}

#bottom_links ul {
	list-style:none;
	float:right;
	height:30px;
	line-height:30px;
}

#bottom_links li {
	float:left;
	margin:0 20px 0 0;
}

#bottom_links a {
	color:#FFF;
}

#bottom_links a:hover,
#bottom_links a:focus {
	color:#000;
	text-decoration:none;
}

#pagination {
	font-weight:bold;
	text-align:center;
	margin:0 0 2px;
}

#pagination b {
	color:#000;
	background:#EEE;
	padding:0 5px;
}

.side_module {
	margin:0 0 15px;
	padding:5px;
	text-align:left;
}

.side_module .module_titre {
	display:block;
	font-size:1.3em;
	color:#A00;
	font-weight:bold;
	text-align:center;
	margin:0 0 5px;
}

.side_module .module_sous_titre {
	display:block;
	font-size:1.0em;
	font-weight:bold;
	margin:0 0 5px;
}

#module_reclame p {
	font-size:0.8em;
	margin:0 0 10px;
}

#adsreclameyeah {
	text-align:center;
	height:200px;
	overflow:hidden;
}

#adsload {
	display:none;
}

#module_liens_menu ul {
	margin:0 0 10px 20px;
	list-style-type:disc;
	text-align:left;
}
