/* Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	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/bg-main.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #e6e6e6;
}
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: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: italic;
	color: #0c72cb;
	line-height: 25px;
	margin: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 5px;
	
}
.pagination {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: left;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 7px;
	background-color: #d9d9d9;
	border: 1px solid #bbb0b0;
}
.pagination a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3e9ae8;
	text-decoration: none;
	font-weight: bold;
}
.pagination a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3e9ae8;
	text-decoration: underline;
	font-weight: bold;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
.menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
.menu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;
}
.padding-image-droit {
	padding-right: 15px;
}
#espace-paragraphe {
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
/* Structure
----------------------------------------------------------------------------------------------------*/
.bloc-side1 {
	background-color: #d9d9d9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #bbb0b0;
	border-bottom-color: #bbb0b0;
	border-left-color: #bbb0b0;
	margin-bottom: 15px;
}
.bloc-side2 {
	background-color: #d9d9d9;
	border: 1px solid #bbb0b0;
}
.ligne {
	background-image: url(../images/ligne.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 30px;
}
/* Texts
----------------------------------------------------------------------------------------------------*/
.title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
	color: #0c72cb;
}
.title-header {
	font-weight: normal;
	font-size: 35px;
	color: #3c99c3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#txt-header {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 30px;
	padding-top: 10px;
}
.txt-bleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0c72cb;
}
/* Links
----------------------------------------------------------------------------------------------------*/
a.lien1:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0c72cb;
	text-decoration: underline;
	font-weight: bold;
	line-height: 20px;
}
a.lien1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0c72cb;
	text-decoration: underline;
	line-height: 20px;
}
a.lien1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0c72cb;
	text-decoration: none;
	line-height: 20px;
}
/* Footer
----------------------------------------------------------------------------------------------------*/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #999;
}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3e9ae8;
	text-decoration: underline;
}
