/* Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 17px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	background-image: url(../images/accueil_02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
a {
	outline:none;
}
a:hover {
	outline:none;
}
p {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: italic;
	color: #282219;
	line-height: 35px;
	margin: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 5px;
}
/* Menu
----------------------------------------------------------------------------------------------------*/
.menu {
}
.menu a {
}
.menu a:hover{
}
/* Structure
----------------------------------------------------------------------------------------------------*/
.bg {
	background: url(../images/bg.jpg) no-repeat center center fixed;
	background-size: cover;
}
.padding-image-droit {
	padding-right: 15px;
	padding-bottom: 3px;
}
.padding-image-gauche {
	padding-left: 15px;
	padding-bottom: 3px;
}
.pagination {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #251F17;
	text-align: left;
	padding-bottom: 6px;
	background-image: url(../images/ligne.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 6px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #272118;
	border-bottom-color: #221D15;
}
.pagination a {
	font-size: 13px;
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}
.pagination a:hover {
	font-size: 13px;
	color: #D58603;
	text-decoration: underline;
	font-weight: bold;
}
#espace-paragraphe {
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
/* Texts
----------------------------------------------------------------------------------------------------*/
.title {
}
#color {
}
/* Links
----------------------------------------------------------------------------------------------------*/
a.lien:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #cc0000;
	text-decoration: underline;
	font-weight: bold;
}
a.lien:visited {
	text-decoration: underline;

}
a.lien:hover {
	text-decoration: none;
}
/* Footer
----------------------------------------------------------------------------------------------------*/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #959595;
	background-color: #000;
}
.footer a {
	color: #959595;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
