/* CSS Document */
	
body {
	margin: 0;
	padding: 0;
	background-color: #000;
}
	
#page {
	position: relative;
	margin: auto;
	width: 990px;	
	background-image: url(../images/fond-site.gif);
	background-repeat: repeat-y;
	border-left: 1px solid #8bc541;
	border-bottom: 1px solid #8bc541;
	border-right: 1px solid #8bc541;
	
}

.ligne {
	height: 1px;
	border-top: 1px solid #fff;
	
	margin-top: 10px;
	margin-bottom: 10px;
}


/*---------------------------
/* entete
/**/

#entete {
	height: 176px;
	background-image: url(../images/fond-entete.gif);
	background-repeat: no-repeat;
}


#logo {
	position: absolute;
	top: 6px;
	left: 24px;
}

#logo img {
	border: 0;
}

#menu {
	position: absolute;
	top: 102px;
	left: 375px;
	

}

#sous-menu  {
	position: absolute;
	top: 140px;
	left: 375px;
	width: 600px;
	color: #fff;
	font-size: 12px;
}

#sous-menu a {
	color: #8cc63f;
	font-size: 12px;
}

#sous-menu a:hover {
	color: #fff;
}

#titre-menu {
	padding-left: 370px;
	position: relative;
	top: -10px;
	padding-bottom: 25px;
}

#menu a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	position: absolute;
	top: 0;
	
}

#menu a.actif {
	color: #fff;
}

#menu-accueil {
	left: 0;
}

#menu-spag {
	left: 65px;
	width: 100px;
}

#menu-menu {
	left: 190px;
}

#menu-contact {
	left: 245px;
}

#menu a:hover {
	color: #fff;
}

#principal {
	background-image: url(../images/fond-principal.gif);
	background-repeat: no-repeat;
	min-height: 555px;
}

* html #principal {
	height: 555px;
}


#photo-accueil {
	position : absolute;
	top : 137px;
	left : 198px;
}


/*-------------------------
/* contenu 
/**/
#contenu {
	color: #fff;

	padding-left: 400px;
	padding-right: 20px;
	min-height: 306px;
}

.page_accueil #contenu {
	padding-top : 110px;
}

#telecharger-menu {
	padding-left: 400px;
	width: 580px;
}


#telecharger-menu img {
	border: 0;
	
}

#contenu h1 {
	padding:0;
	margin: 0;
	
	font-size: 20px;
}


#contenu h2 {
	padding: 0;
	margin: 0;
	
	color: #8cc63f;
	font-size: 20px;
	
}

#contenu h2 img {
	vertical-align: middle;
}

#contenu h3 img {
	vertical-align: middle;
	
}

#contenu h3 {
	border-top: 1px dashed #fff;
	padding: 0;
	margin: 0;
	margin-top: 25px;
	padding-top: 5px;
	font-size: 18px
}

#contenu p {
	margin-top: .5em;
}

#contenu span,
#contenu a {
	color: #8bc541;
}

#spag {
	position: absolute;
	
	background-image: url(../images/spag.png);
	/*bottom: -64px;
	left: -113px;
	height: 273px;
	width: 497px;*/
	bottom: 0;
	left: 0;
	height: 188px;
	width: 384px;
}

* html #spag { 
	background-image : none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/spag.png',sizingMethod='crop');
}

/*-------------------------
/* contact
/**/
#adresse {
	font-size: 14px;
}

#telephone {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

#informations {
	font-size: 14px;
}

#informations a {
	font-size: 12px;
	color: #8cc63f;
}

/*-------------------------
/* pied
/**/
#pied {
	font-size: 10px;
	color: #707070;
	padding-left: 400px;
	padding-right: 20px;

	padding-top: 25px;
	padding-bottom: 25px;
}

#pied a {
	color: #8bc541;
	
}

#pied a:hover {
	color: #fff;
}

#realisation {
	float: right;
}

#copyright {
	float: left;
}


/*-------------------------
/* EN VEDETTE
/**/

#en_vedette {

}

#en_vedette ul {
	margin-top : 0;
	margin-bottom : 0;
	padding : 0;
	
	list-style-type : square;
	margin-left : 15px;
}

#en_vedette ul li {
	/*margin-left : 0;
	padding-left : 0;*/
}
