/*  
Version: 1.0
Author: Quentin G.
Author URL: http://www.quentingeluyckens.c.la
Merci de ne pas reutiliser ou modifier ce code sans l'accord de son auteur
*/
body
{
 	background:  #1A0703 url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: scroll;
	font-family: Helvetica, Trebuchet, Arial, Sans-Serif;
	font-size: 14px;
	color: #000;
}

a
{
	text-decoration: none;
	color: #000;
}
	
a:hover
{
	text-decoration: underline;	
	color: #000;
	
}

/* ----- debut CSS Julie ----- */

form
{
 	background-color:  #FFFFFF;
}

.tabnews 
{
	border-bottom: 1px solid #926738;
	border-left: 1px solid #009900;
}

.tabchev
{
	border-bottom: 1px solid #926738;
}

td 
{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align : justify;
	vertical-align : top;
	font-family: Helvetica, Trebuchet, Arial, Sans-Serif;
	font-size: 14px;
	color: #000;
}

.titrearticle
{
	font-size: 18px;
    font-weight: bold;
	color: #1A0703;
}

.titrechev
{
	font-size: 14px;
    font-weight: normal;
	color: #1A0703;
}

.adresse
{
	font-size: 25px;
	font-family: "Monotype Corsiva", Helvetica, Trebuchet, Arial, Sans-Serif;
    	font-weight: bold;
	color: #1A0703;
}

.titrenews
{
	font-size: 15px;
    font-weight: bold;
	color: #1A0703;
}


#titrepage2
{
	height: 30px;
	width: 840px;
	text-align: left;
	float: left;
	font-size: 25px;
    font-weight: bold;
	background-image:url(images/puce.png);
	background-position: left;
	background-repeat:no-repeat;
	color: #1A0703;
}


/* Portfolio */
#documents_portfolio { clear: both; margin: 2em auto; text-align: center; }
#documents_portfolio .spip_logos { margin: 6px 3px 0 3px; border: 4px solid #DDD; }
#documents_portfolio a.on .spip_logos { border-color: #F57900; }
#documents_portfolio a:focus .spip_logos,
#documents_portfolio a:hover .spip_logos,
#documents_portfolio a:active .spip_logos { border-color: #8B6F92; }

/* ----- fin CSS Julie ----- */

#herbe-footer
{
	background-image: url(images/herbe_footer.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	bottom: 0px;
	height: 255px;
	width: 100%;
}

#main
{
	margin: 0 auto;
	top: 0px;
	width: 1130px;
	height: 100%;
	z-index: 3;
	text-align: center;
}

#header
{
	background: url(images/header.jpg) no-repeat left bottom;
	width: 1130px;
	height: 206px;
	display:block;
}

#menu-bg
{
	background: url(images/menu_bg.jpg) no-repeat left bottom;
	width: 1130px;
	height: 138px;
}

#content-bg
{
	background: url(images/content_bg.png);
	background-repeat: repeat-y;
	width: 1130px;
}

/* --- debut du style du menu --- */
#menu
{
	height: 30px;
	width: 700px;
	text-align: center;
	position: relative;
	float: right;
	margin-right: 193px;
	margin-top: 32px;
}

#menu ul 
{ 
	margin-left: 50px; 
	position: absolute; 
	bottom: -1px; 
	overflow: hidden; 
	height: 45px; 
	list-style: none;
}

#menu ul li 
{ 
	float: left; 
	margin-right: 15px; 
	padding-left: 20px; 
	font-weight: bold;
	list-style: none;

}

#menu ul li a 
{
    width: 50px;
    height: 45px;
	display: block; 
	text-decoration: none; 
	font-size: 14px;
	color: #000; 
	line-height: 45px; 
	text-align: center;
	text-shadow: 1px 1px #fff;
	list-style: none;
}

#menu ul li a:hover 
{ 
	color: #000;
	text-decoration: none;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1); 
	text-shadow: 3px 3px 3px #666;
	list-style: none;
}

/* --- fin du style du menu --- */

#titrepage
{
	height: 30px;
	width: 840px;
	text-align: left;
	float: left;
	margin-left: 153px;
	margin-top: 25px;
	font-size: 25px;
    font-weight: bold;
	background-image:url(images/puce.png);
	background-position: left;
	background-repeat:no-repeat;
	color: #1A0703;
}

#content
{
	width: 860px;
	padding-left: 135px;
	text-align: justify;
	padding-top: 1px;
	
}

#footer-bg
{
	background: url(images/footer_bg.jpg) no-repeat left bottom;
	width: 1130px;
	height: 228px;
	position: absolute;
	z-index: 1;
}

#footer
{
	height: 50px;
	width: 840px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 50%;
	float: left;
	margin-left: 150px;
	margin-top: 130px;
}






