/* Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	background-color: #191919;
	background-image: url(../images/bg-main.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999999;
	line-height: 20px;
	padding: 0px;
	font-weight: normal;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
blockquote {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-style: italic;
	color: #FFFFFF;
	line-height: 25px;
	margin: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffb400;
	font-weight: normal;
	text-decoration: underline;
	outline: none;
}
a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffb400;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}
.bg-menu {
	background-image: url(../images/bg-menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* Structure
----------------------------------------------------------------------------------------------------*/

.bloc1{
}
.bloc1 p{
	padding: 0px;
	margin: 0px;
}
.ligne{
	padding-bottom: 30px;
	background-image: url(../images/ligne.gif);
	background-repeat: repeat-x;
	background-position: left center;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
.image-interne-padding{
	padding-right: 15px;
	padding-bottom: 5px;
}
.pagination {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #999999;
	margin-bottom: 15px;
}
.pagination a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ffb400;
	text-decoration: underline;
	font-weight: none
}
.pagination a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ffb400;
	text-decoration: none;
	font-weight: none
}
/* Texts
----------------------------------------------------------------------------------------------------*/
.txt-jaune {
	color: #;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #ffb400;
}
.txt-blanc {
	color: #ffffff;
}


/* Links
----------------------------------------------------------------------------------------------------*/
a.lien-bouton:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	background-color: #660000;
	display: block;
	height: 23px;
	width: 135px;
	text-align: center;
	padding-top: 7px;
}
a.lien-bouton:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	background-color: #660000;
	display: block;
	height: 23px;
	width: 135px;
	text-align: center;
	padding-top: 7px;
}
a.lien-bouton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	background-color: #000000;
	display: block;
	height: 23px;
	width: 135px;
	text-align: center;
	padding-top: 7px;
}
a.lien-bouton2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	background-color: #000000;
	display: block;
	height: 23px;
	width: 135px;
	text-align: center;
	padding-top: 7px;
}
a.lien-bouton2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	background-color: #000000;
	display: block;
	height: 23px;
	width: 135px;
	text-align: center;
	padding-top: 7px;
}
a.lien-bouton2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	background-color: #300;
	display: block;
	height: 23px;
	width: 135px;
	text-align: center;
	padding-top: 7px;
}
/* Footer
----------------------------------------------------------------------------------------------------*/
.footer {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #999999;
	text-align: center;
}
.footer a {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #999999;
	font-weight:normal;
	text-decoration:none;
}
.footer a:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #ffb400;
	font-weight:normal;
	text-decoration:underline;
}

