@charset "utf-8";
/* CSS Document */


body {
	font: 14px/22px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF url(images/background.png) no-repeat left top;
	margin: 0px;
	padding: 190px 20px 0px 230px;
	text-align: justify;
}
a:link, a:active, a:visited {
	color: #96BF0D;
	text-decoration: underline;
}
a:hover {
	color: #59381F;
	text-decoration: underline;
}
h1 {
	font-size: 50px;
	margin-top: 0px;
	color: #CFF773; /* #D5F565 */
	text-align: right;
	font-style: italic;
	padding: 0px;
	line-height: 50px;
	margin-bottom: 25px;
}
h1 span {
	font-size: 40px;
	line-height: 40px;
	color: #D6C29A;
}

h2 {
	font-size: 19px;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	color: #59381F;
	background: #E8DDC6;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 10px;
	font-size: 17px;
}
h4 {
	font-size: 16px;
}




img {
	border: none;
}

ul.retrait {
	margin-left: 50px;
}
ul.retrait li {
	list-style: url(images/fleche-verte.gif) none inside;
}
#menu {
	position: absolute;
	left: 257px;
	top: 8px;
	width: 687px;
	height: 150px;
	z-index: 20;
}
#menu #menu-01 {
	background: url(images/menu-01.jpg);
	height: 118px;
	width: 169px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-indent: -5000px;
	overflow: hidden;
}
#menu #menu-02 {
	background: url(images/menu-02.jpg);
	height: 108px;
	width: 154px;
	position: absolute;
	left: 199px;
	top: 0px;
	text-indent: -5000px;
	overflow: hidden;
}
#menu #menu-03 {
	background: url(images/menu-03.jpg);
	height: 98px;
	width: 143px;
	position: absolute;
	left: 383px;
	top: 0px;
	text-indent: -5000px;
	overflow: hidden;
}
#menu #menu-04 {
	background: url(images/menu-04.jpg);
	height: 89px;
	width: 131px;
	position: absolute;
	left: 556px;
	top: 0px;
	text-indent: -5000px;
	overflow: hidden;
}
#menu #menu-block-01 {
	position: absolute;
	width: 169px;
	padding-top: 156px;
	margin-left: -2px;
	left: 0px;
	top: 0px;
	visibility: hidden;
	border-right: 2px solid #AAD70F;
	border-left: 2px solid #AAD70F;
}
#menu #menu-block-02 {
	position: absolute;
	width: 154px;
	padding-top: 143px;
	left: 197px;
	top: 0px;
	visibility: hidden;
	border-right: 2px solid #AAD70F;
	border-left: 2px solid #AAD70F;
}
#menu #menu-block-03 {
	position: absolute;
	width: 143px;
	padding-top: 130px;
	left: 381px;
	top: 0px;
	visibility: hidden;
	border-right: 2px solid #AAD70F;
	border-left: 2px solid #AAD70F;
}
#menu #menu-block-04 {
	position: absolute;
	width: 131px;
	padding-top: 118px;
	left: 554px;
	top: 0px;
	visibility: hidden;
	border-right: 2px solid #AAD70F;
	border-left: 2px solid #AAD70F;
}
#menu #menu-block-01 a, #menu #menu-block-02 a, #menu #menu-block-03 a, #menu #menu-block-04 a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	text-decoration: none;
	background: #f3f3f3;
	color: #81A600;
	font-weight: bold;
	text-align: center;
}
#menu #menu-block-01 a:hover, #menu #menu-block-02 a:hover, #menu #menu-block-03 a:hover, #menu #menu-block-04 a:hover {
	background: #96BF0D;
	color: #f3f3f3;
}
#menu-left {
	position: absolute;
	left: 0px;
	width: 200px;
	top: 220px;
	z-index: 10;
}
.degrade {
	background: url(images/menu-left-degrade.png) repeat-y;
	padding: 1px 0px 10px 7px;
	margin-bottom: 20px;
}
#menu-left h2 {
	color: #7A4B29;
	font-size: 18px;
	font-style: italic;
}

#menu-left p {
	margin: 1px 0;
}

#menu-left a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 3px 5px 3px 8px;
	border-left: 10px solid #96BF0D;
	font-size: 14px;
}
#menu-left a:hover {
	color: #CFF773;
	text-decoration: none;
	display: block;
	font-size: 14px;
	border-left: 10px solid #CFF773;
}
#menu-left hr {
	background: transparent;
	margin: 0px;
	padding: 0px;
	height: 2px;
	border-bottom: 2px dotted #996033;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 50px;
}
#filigrane {
	position:absolute;
	top:180px;
	left:0px;
	overflow:hidden;
	z-index:0;
	background: url(images/filigrane.png) no-repeat right 0px;
	width: 98%;
	height: 1159px;
}
#content {
	position: relative;
	z-index: 10;
	min-height: 1000px;
}
.column-left {
	float: left;
	width: 48%;
}
.column-right {
	float: right;
	width: 48%;
}



.align-center {
	text-align: center;
}

.float-left {
	float: left;
	margin-right: 10px;
}

.float-right {
	float: right;
	margin-left: 10px;
}
.clear-both {
	clear: both;
}
.align-right {
	text-align: right;
}
.contact-main {
	float: left;
	border-right: 6px double #E2FAAB;
	margin-bottom: 0px;
	width: 40%;
	margin-right: 5%;
	margin-top: 40px;
	text-align: right;
	padding: 10px 10px 10px 0px;
}
.contact-form {
	float: left;
	border-left: 5px solid #CFF773;
	width: 40%;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-top: 40px;
	padding: 10px 0px 10px 10px;
	background: #F4FDDB;
	border-top: 1px solid #CFF773;
	border-right: 1px solid #CFF773;
	border-bottom: 1px solid #CFF773;
}
.contact-form p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.contact-form form {
	margin: 0px;
	padding: 0px;
}
.contact-form .saisie, .ajouter-commentaire .saisie {
	width: 95%;
	padding: 3px;
	color: #444;
	font: 13px/17px "Lucida Sans Unicode", "Lucida Sans", Tahoma, Arial, sans-serif;
}
.contact-form .envoyer, .ajouter-commentaire .envoyer {
	padding: 2px;
	color: #666;
	font: bold 14px Tahoma, Geneva, sans-serif;
	cursor: pointer;
}

.contact-other {
	float: left;
	border-left: 5px solid #CFF773;
	width: 40%;
	margin-right: 5%;
	margin-bottom: 20px;
	padding: 10px 0px 10px 10px;
	background: #F4FDDB;
	border-top: 1px solid #CFF773;
	border-right: 1px solid #CFF773;
	border-bottom: 1px solid #CFF773;
}
.contact-other h2 , .contact-main h2{
	margin-top: 0px;
	margin-bottom: 10px;
}
.contact-other p , .contact-main p{
	margin-bottom: 0px;
	margin-top: 14px;
}

#lien-accueil-logo {
	display: block;
	position: absolute;
	height: 170px;
	width: 210px;
	left: 0px;
	top: 0px;
}
#box-telechargements {
	font-size: 12px;
	background: #F0F5E1;
	padding: 20px 0;
	margin-right: 30px;
	border: 2px solid #CFF773;
	text-align: center;
}
#box-telechargements ul {
	left:0;
	margin: 0;
	padding: 0px;
}
#box-telechargements li {
	list-style: none;
	float: left;
	margin-bottom: 20px;
	margin-left: 0;
	left:0;
}
#box-telechargements li a {
	display: block;
	background: url(images/icone-telecharger.png) no-repeat center top;
	padding: 100px 15px 20px;
	width: 207px;
	overflow: hidden;
	color: #74930B;
	text-decoration: none;
}
#box-telechargements li a:hover {
	color: #59381F;
}
#content .cadre-left {
	float: left;
	width: 200px;
	padding: 5px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-top: 0px;
	background: #F0F5E1;
	border: 1px solid #96BF0D;
}
#content .cadre-right {
	float: right;
	width: 200px;
	padding: 5px;
	margin-left: 7px;
	margin-bottom: 7px;
	margin-top: 0px;
	background: #F0F5E1;
	border: 1px solid #96BF0D;
}
.bordure-image {
	border: 1px solid #CCC;
}
#footer {
	position: absolute;
	width: 100%;
	left: 0px;
	clear: both;
	margin-top: 20px;
	background: #96BF0D;
	color: #FFF;
	padding-bottom: 10px;
	border-top: 3px solid #59381F;
	padding-top: 10px;
}
#footer .poles-footer {
	float: left;
	padding: 0px 10px;
	height: 145px;
	border-right: 1px solid #B5E410;
}
#footer .divers-footer {
	float: right;
	padding: 0px 30px 0px 10px;
	height: 145px;
	border-left: 1px solid #B5E410;
}
#footer h2  {
	margin-top: 0px;
	margin-bottom: 5px;
	font: italic bold 16px/25px Georgia, "Times New Roman", Times, serif;
	padding: 0px;
}
#footer .poles-footer a, #footer .poles-footer a:visited, #footer .poles-footer a:active,
#footer .divers-footer a, #footer .divers-footer a:visited, #footer .divers-footer a:active{
	color: #DCFF62;
	font-size: 12px;
	display: block;
	background: url(images/fleche-blanche-simple.gif) no-repeat left center;
	line-height: 15px;
	height: 15px;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
	padding: 2px 0px 2px 10px;
}
#footer .poles-footer a:hover, #footer .divers-footer a:hover {
	color: #59381F;
	background: url(images/fleche-marron-simple.gif) no-repeat left center;
}
#footer .copyright {
	text-align: center;
	clear: both;
}
#footer .copyright p {
	line-height: 13px;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#footer hr {
	clear: both;
	margin: 0px 40px 20px;
	top: 10px;
	position: relative;
	height: 3px;
	color: #B5E410;
	border-top: 3px dotted #B5E410;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#footer .copyright a, #footer .copyright a:active, #footer .copyright a:visited {
	color: #DCFF62;
	text-decoration: none;
}
#footer .copyright a:hover {
	color: #59381F;
}
#footer a#webmaster, #footer a#webmaster:active, #footer a#webmaster:visited {
	display: block;
	position: absolute;
	right: 10px;
	color: #abde21;
	text-decoration: none;
	background: url(images/logo-sfx-creation.gif) no-repeat right top;
	height: 26px;
	overflow: hidden;
	padding-top: 14px;
	text-align: right;
	padding-right: 40px;
	width: auto;
	font-size: 11px;
	line-height: 12px;
	margin-top: 5px;
}
#footer a#webmaster strong {
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: bold;
}
#footer a#webmaster:hover {
	background: url(images/logo-sfx-creation.gif) no-repeat right bottom;
	color: #fff;
}
.rss {
	width: 220px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	line-height: 18px;
}
.date-news {
	font-size:12px;
	font-weight: normal;
}
.ajouter-commentaire {
	margin: 20px auto;
	text-align: center;
	width: 600px;
	padding: 10px 18px 10px 10px;
	background: #F4FDDB;
	border: 1px solid #CFF773;
}
